Problem when I try to install a wireshark packet


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Problem when I try to install a wireshark packet
# 1  
Old 09-22-2010
Problem when I try to install a wireshark packet

Hi Gurus of UNIX, I has a problem when I try to install a packet in my virtual box. (I install solaris in it)
Any want can help whith it: The problem is the following
# pkgadd -d wireshark-1.2.10-sol10-x86-local

The following packages are available:
1 SMCwires wireshark
(x86) 1.2.10

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: all

Procesando versión del software <SMCwires> desde </tmp/wireshark-1.2.10-sol10-x86-local>

wireshark(x86) 1.2.10
cpio: No se puede escribir "reloc/share/wireshark/wireshark.html", errno 28, No queda espacio de memoria en el dispositivo
139911 bloques
1 error(es)
pkgadd: ERROR: attempt to process datastream failed
- process </usr/bin/cpio -icdumD -C 512> failed, exit code 1
pkgadd: ERROR: incapaz de desempaquetar corriente de datos

La instalación de <SMCwires> falló (error interno).
No se hicieron cambios en el sistema.
#



How I solve ?
# 2  
Old 09-22-2010
Either / or /tmp filesystem are full, try freeing some space from them.
# 3  
Old 09-22-2010
Thanks jlliagre
this is my file system.
Code:
# df -h
Sistema de archivos  tamaño usados aprovechar capacidad Montado en
/dev/dsk/c0d0s0        657M   566M    32M    95%    /
/devices                 0K     0K     0K     0%    /devices
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                   892M   892K   891M     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
/dev/dsk/c0d0s6        4.8G   3.0G   1.7G    64%    /usr
fd                       0K     0K     0K     0%    /dev/fd
/dev/dsk/c0d0s3        147M    78M    54M    59%    /var
swap                   960M    68M   891M     8%    /tmp
swap                   891M    28K   891M     1%    /var/run
/dev/dsk/c0d0s5         29M   1.2M    25M     5%    /opt
/dev/dsk/c0d0s7        3.2G   3.2M   3.1G     1%    /export/home
/dev/dsk/c0d0s1        435M   285M   107M    73%    /usr/openwin
#


any suggestions
what type of file dou you recommend to erase?

Last edited by pludi; 09-23-2010 at 04:55 AM..
# 4  
Old 09-22-2010
# 5  
Old 09-22-2010
Thanks jlliagre
But in base in your recommendation what file i must erase:


Code:
# df -F ufs -o i
Sistema de archivos   iused  ifree  %iused  montado en
/dev/dsk/c0d0s0         5903  329329     2%   /
/dev/dsk/c0d0s6       155169  450527    26%   /usr
/dev/dsk/c0d0s3        20734   53762    28%   /var
/dev/dsk/c0d0s5          106   18518     1%   /opt
/dev/dsk/c0d0s7            5  401851     0%   /export/home
/dev/dsk/c0d0s1         8939  214549     4%   /usr/openwin
# 
# 
# 
# 
# mkfs -m /dev/dsk/c0d0s0
mkfs -F ufs -o nsect=128,ntrack=48,bsize=8192,fragsize=1024,cgsize=13,free=9,rps=60,nbpi=2043,opt=t,apc=0,gap=0,nrpos=8,maxcontig=7,mtb=n /dev/dsk/c0d0s0 1429784
#



Any one that can hep me

Last edited by pludi; 09-23-2010 at 04:55 AM..
# 6  
Old 09-23-2010
Did you read the whole page I posted (including the quoted part) ?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris install problem

Hi does someone have a solaris 10 install problem on a sunfire v880? it keeps hanging (8 Replies)
Discussion started by: simplextibi
8 Replies

2. AIX

Packet loss coming with big packet size ping

(5 Replies)
Discussion started by: Vishal_dba
5 Replies

3. Red Hat

Wireshark how to install on redhat?

Hello every body, i am kind of new here and i have a few quesions: 1.on my Redhat OS where are all of the RPM located? where is Wireshark located? 2. does any body has a link to downloading Wireshark for linux Redhat 2.6? 3.I didnt find instructions how to install it on redhat, jow to... (0 Replies)
Discussion started by: zigizag
0 Replies

4. IP Networking

Problem when I Open my WireShark - No Interfaces Option available

Hi gurus of unix, I haved installed my openSolaris in a HP530, Recently I use the following command beadm destry opensolaris1 beadm destry opensolaris2 After That I reboot my Laptop. Well when I go to my work I try to open my wireshark tool, but the option in GUI interface does not appear!!!... (2 Replies)
Discussion started by: andresguillen
2 Replies

5. IP Networking

packet loss problem

I have 4 network ports on our T5240 sun server. all but 1 gives packet losses (nxge1) nxge0 gives on average 50% packet loss, very bad. nxge2 gives on average 1-2% packet loss. nxge3 gives on average 20% packet loss. Is there a tool or something to help me find the problem? (11 Replies)
Discussion started by: photon
11 Replies

6. Solaris

problem on install

I install seems corrupt, I feel the kernel is corrupt and would like to set the kernel to the default settings(i heard this will fix the problem) anyone know how to do this? (1 Reply)
Discussion started by: csaunders
1 Replies

7. IP Networking

Problem Receiving the first OSPF packet

I trying to send and receive OSPF packets. I am using RAW Sockets(socket(AF_INET, SOCK_RAW, IPPROTO_OSPF)) to do this. I am successfully able to send an OSPF Hello packet however I am not able to receive a OSPF packet if I have not sent an OSPF packet earlier on the RAW SOCKET. Scenario: ... (3 Replies)
Discussion started by: cosmic_egg
3 Replies

8. Ubuntu

packet inconsistency problem

Hello everyone, I was trying to install db2 on Ubuntu, but got messed up with manual installation and Synaptic. At the moment, I find myself with a filesystem where DB2 is NOT installed ( I removed it with a sudo rm :o ) and with Synaptic still flagging db2exc as installed. The problem is that... (1 Reply)
Discussion started by: clalfa
1 Replies

9. UNIX for Dummies Questions & Answers

kdevelop problem install

Dear All I am trying to install KDevelop 3.0.0. on Mandrake 9.2. I have installed all the required dependencies but for some reason when I configure KDevelop it can't find Berkeley DB...although I know its on the system. I just installed it. I'm quite perplexed. Can anyone help? Last line of... (4 Replies)
Discussion started by: u6ik
4 Replies

10. UNIX for Dummies Questions & Answers

Solaris install problem

I am trying to install Solaris 2.8 on an Ultra 5 with Openboot 3.11 from the install cd. I type in boot cdrom, and I get the error: Boot device: /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f File and args : /platform/sun4u/kernel/genunix. Elf32 read error. I looked up the error, and it said to reset the boot... (2 Replies)
Discussion started by: jeremiebarber
2 Replies
Login or Register to Ask a Question