Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2014-02-18 Thread Maykel Franco
El día 24 de noviembre de 2012, 18:56, Camaleón noela...@gmail.com escribió:
 El Sat, 24 Nov 2012 00:00:11 +0100, Mariano Cediel escribió:

 Como bien me habeis indicado ... el problema debe venir por aqui

 lrwxrwxrwx  1 root root   7 nov 23 23:48 1ATA - ../dm-1
   

 (...)

 Eso me suena, efectivamente, a que DM está haciendo de las suyas, es
 decir, que se habrá apoderado de las volúmenes.

 Sigue las instrucciones del artículo de la wikipedia y prueba además a
 pasar el parámetro nodmraid al kernel.

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/k8r1ob$fvd$3...@ger.gmane.org



He tenido este mismo problema al generar un raid5 y el problema era
que uno de los 3 discos pertenecía a un raid antiguo pero com mdadm
--zero-superblock no se eliminaban los metadatos. Al final he visto
que en /dev/md127 existía y le hecho un mdadm --stop /dev/md127 , se
ha eliminado y ya me ha dejado crear el raid.

Cuando finalice de crear el raid, le hare un mdadm --scan --detail 
/etc/mdadm/mdadm.conf y rebotaré la máquina a ver...

Saludos.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caj2aoa-7uepwtbbyw2qod6brfk+k0qvg9zmpkpivl8himw7...@mail.gmail.com



Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-24 Thread Camaleón
El Sat, 24 Nov 2012 00:00:11 +0100, Mariano Cediel escribió:

 Como bien me habeis indicado ... el problema debe venir por aqui
 
 lrwxrwxrwx  1 root root   7 nov 23 23:48 1ATA - ../dm-1 
  

(...)

Eso me suena, efectivamente, a que DM está haciendo de las suyas, es 
decir, que se habrá apoderado de las volúmenes.

Sigue las instrucciones del artículo de la wikipedia y prueba además a 
pasar el parámetro nodmraid al kernel.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/k8r1ob$fvd$3...@ger.gmane.org



Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Carlos Miranda Molina (Mstaaravin)
Y

mdadm: Cannot open /dev/sdb1: Device or resource busy

Debe estar montado o siendo utilizando por algún LVM en uso.

Saludos


2012/11/23 Mariano Cediel mariano.ced...@gmail.com

 un raid degradado
 pongo un disco nuevo y copio la tabla de particiones
 sfdisk -d /dev/sda | sfdisk -f /dev/sdb

 ejecutando ...
  mdadm --manage /dev/md0 --add /dev/sdb1

 obtengo ...
 mdadm: Cannot open /dev/sdb1: Device or resource busy

 es un proceso que he hecho muchas veces /con centos, es verdad/
 llevo 2 horas googleando sin resultado, en serio
 alguna experiencia REAL ¿?

 Saludos
 (estoy hasta los h**)
 --

 [o - -  -   --  -
(\   |  u d t
(  \_('  c c s
(__(=_) s o ?
   -=




-- 
La Voluntad es el único motor de nuestros logros
http://ngen.com.ar/blog


Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Camaleón
El Fri, 23 Nov 2012 18:19:32 +0100, Mariano Cediel escribió:

 un raid degradado
 pongo un disco nuevo y copio la tabla de particiones sfdisk -d /dev/sda
 | sfdisk -f /dev/sdb
 
 ejecutando ...
  mdadm --manage /dev/md0 --add /dev/sdb1
 
 obtengo ...
 mdadm: Cannot open /dev/sdb1: Device or resource busy

(...)

Por si te sirve de algo, es el primer error conocido que ponen en 
Wikipedia:

http://en.wikipedia.org/wiki/Mdadm#Known_problems

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/k8obsd$e13$8...@ger.gmane.org



Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Mariano Cediel
El 23 de noviembre de 2012 18:25, Carlos Miranda Molina (Mstaaravin) 
mstaara...@gmail.com escribió:

 Y

 mdadm: Cannot open /dev/sdb1: Device or resource busy

 Debe estar montado o siendo utilizando por algún LVM en uso.

 Saludos


montado el sdb1 ¿? - no
el md0, si - claro.

[root@xenical ~]# lsof | grep sdb
multipath 1795root6r  BLK   8,16  0t0
1770 /dev/sdb

Saludos.


Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Camaleón
El Fri, 23 Nov 2012 19:01:04 +0100, Mariano Cediel escribió:

 El 23 de noviembre de 2012 18:30, Camaleón noela...@gmail.com
 escribió:

(...)

  obtengo ...
  mdadm: Cannot open /dev/sdb1: Device or resource busy

 (...)

 Por si te sirve de algo, es el primer error conocido que ponen en
 Wikipedia:

 http://en.wikipedia.org/wiki/Mdadm#Known_problems

 [root@xenical ~]# mdadm --stop /dev/md0 
 mdadm: failed to stop array /dev/md0: Device or resource busy
 
 (quizas porque el md0 es el barra)
 
 [root@xenical ~]# mdadm --zero-superblock /dev/sdb1 
 mdadm: Couldn't open /dev/sdb1 for write - not zeroing

Sigue con los pasos que indican y si no hay más remedio tendrás que 
reiniciar.
 
 y por si sirve de ayuda, me dice que de las 1 pruebas/comandos que
 he probado, el sdb1 no tiene un UUID
 esto es normal ¿?

El UUID que yo sepa no es obligatorio, será un aviso a modo de 
recordatorio porque es conveniente que los discos/particiones tengan un 
identificador único, más aún cuando usas algún tipo de gestor lógico de 
discos (md o lvm).

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/k8of3a$e13$1...@ger.gmane.org



Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Mariano Cediel
  [root@xenical ~]# mdadm --zero-superblock /dev/sdb1
  mdadm: Couldn't open /dev/sdb1 for write - not zeroing

 Sigue con los pasos que indican y si no hay más remedio tendrás que
 reiniciar.


ya he reiniciado unas cuantas veces.
Como no sea que el disco está chungo 


Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Camaleón
El Fri, 23 Nov 2012 19:31:27 +0100, Mariano Cediel escribió:

  [root@xenical ~]# mdadm --zero-superblock /dev/sdb1 mdadm: Couldn't
  open /dev/sdb1 for write - not zeroing

 Sigue con los pasos que indican y si no hay más remedio tendrás que
 reiniciar.


 ya he reiniciado unas cuantas veces.
 Como no sea que el disco está chungo  

Pero ¿hiciste los cambios que sugieren o probaste a pasar al kernel la 
opción de que no cargue el módulo dmraid?

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/k8og3n$e13$1...@ger.gmane.org



Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Juan Antonio

El 23/11/12 19:06, Mariano Cediel escribió:

[root@xenical ~]# lsof | grep sdb
multipath 1795root6r  BLK   8,16  0t0 
  1770 /dev/sdb


pues esta bastante claro, desmonta cualquier sistema de archivos montado 
sobre algún volumen multipath, detén multipath y entonces añade el disco 
al array, de paso configura adecuadamente multipath para que no use tus 
dispositivos locales.



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50aff0c5.4020...@limbo.deathwing.net



Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Mariano Cediel
[root@xenical ~]# mdadm -D /dev/md0
/dev/md0:
Version : 1.2
  Creation Time : Thu Apr 26 16:49:47 2012
 Raid Level : raid1
 Array Size : 19529656 (18.62 GiB 20.00 GB)
  Used Dev Size : 19529656 (18.62 GiB 20.00 GB)
   Raid Devices : 2
  Total Devices : 1
Persistence : Superblock is persistent

Update Time : Fri Nov 23 23:15:38 2012
  State : clean, degraded
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

   Name : xenical:0  (local to host xenical)
   UUID : f257dc96:61bca1cb:5978f70f:f11c4322
 Events : 1474

Number   Major   Minor   RaidDevice State
   0   810  active sync   /dev/sda1
   1   001  removed


[root@xenical ~]# mdadm -E /dev/sdb1
mdadm: No md superblock detected on /dev/sdb1.


Re: mdadm: Cannot open /dev/sdb1: Device or resource busy

2012-11-23 Thread Mariano Cediel
Como bien me habeis indicado ... el problema debe venir por aqui

lrwxrwxrwx  1 root root   7 nov 23 23:48 1ATA - ../dm-1
brw-rw  1 root disk 253,  0 nov 23 23:48 1ATA ST1500DL003-9VT16L
   5YD9CTT8
brw-rw  1 root disk 253,  1 nov 23 23:48 1ATA ST1500DL003-9VT16L
   5YD9CTT8-part1
brw-rw  1 root disk 253,  2 nov 23 23:48 1ATA ST1500DL003-9VT16L
   5YD9CTT8-part2
brw-rw  1 root disk 253,  3 nov 23 23:48 1ATA ST1500DL003-9VT16L
   5YD9CTT8-part3

que esto está en el /dev/mapper e indica el número de serie del disco busy

Aqui me faltan conocimientos .
Googlearé a ver qué encuentro ... y si alguien quiere echarme una mano, se
lo agradeceré enormemente.

Saludos.


Re: aplay: main:682: audio open error: Device or resource busy, no audio

2012-06-22 Thread shirish शिरीष
at bottom :-

On Tue, Jun 19, 2012 at 2:02 PM, shirish शिरीष shirisha...@gmail.com wrote:
 Hi all,
 First of all please CC me if somebody answers as I'm not subscribed to
 the mailing list. I am on Debian sid and about 2 weeks back my audio
 has mysteriously gone kaput which means no audio. This is on dual-boot
 system and on MS-Windows there is no problem with audio so it's
 probably something with the software somewhere.

 First I thought it was something to do with pulseaudio hence filed a
 bug 676652 . Then talking to few people on IRC and on mail came to
 know it's possibly bug 985145 which was shared by some people on
 Ubuntu launchpad.

 Hence I removed both pulseaudio and almost all libraries of jack and
 arts save one (libjack-jackd2-0) because removing it would
 remove/touch almost 400 MB of apps.

 Then filed 677457 thinking it might have been perhaps a kernel upgrade
 issue hence along with the help of one of the maintainers downgraded
 the kernel to 3.2.18-1 from 3.2.20-1 but still the issue persists.

 Now can some of the Debian gurus suggest what should I try to figure
 out why I'm getting the device busy messages ?

 Looking forward to possible reasons.

ping on the above. For people who have not seen the bug here it's in
short and sweet.

This is my device list :-

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: VT1705 Analog [VT1705 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: VT1705 HP [VT1705 HP]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

This is the error I get whenever I'm trying to play any sound.

$ aplay -D plughw:0,0 /usr/share/sounds/alsa/Front_Center.wav
aplay: main:682: audio open error: Device or resource busy

Any ideas as to what could be making that device/resource busy ?

I used an oldish kernel but still the issue remained, now on the
current version for sid.

$ apt-show-versions -a linux-image-3.2.0-2-amd64
linux-image-3.2.0-2-amd64 3.2.20-1 install ok installed
No stable version
linux-image-3.2.0-2-amd64 3.2.20-1 testing  http.debian.net
linux-image-3.2.0-2-amd64 3.2.20-1 unstable http.debian.net
linux-image-3.2.0-2-amd64/testing uptodate 3.2.20-1

Looking forward to what the issue could be.

Bugs which I filed :-

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677457

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676652

Please CC me if anybody replies as I'm not subscribed to the list .

Thanx in advance.
-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cadddzrksh7i3swc0qxz2+zcrb4ncdlnd4hqqd0yhnvr+gzl...@mail.gmail.com



Re: Swap does not mount [swapon failed: Device or resource busy]

2011-09-15 Thread Jochen Spieker
Param:
 
 The swap partition did not mount post-installation (Debian Squeeze
 (Xfce)).
 Created a 2nd swap partition,  planned to delete the earlier swap
 partition. The 2nd swap partition doesn't mount either.

Strange. Did you set up encryption as well?

What might help is the output of pvs, vgs and lvs (everything as root or
using sudo). If you cannot think of anything else to try, please remove
swap2 again and document all the steps you take to create it again (all
commands including complete output).

 (Been using Debian (my 1st intro to Linux) for  3 weeks.

Welcome on board! Using Debian as the first distro is a wise choice. I
did the same and never seriously considered using anything else.

 If
 a) I'm missing any blindingly obvious solution(s)
 b) this post should have been posted under a different topic/forum
 
 then please let me know.)

No, eveyyhing is fine.

 Further info:
 Followed the instructions at http://web.mit.edu/rhel-doc/5/RHEL-5-ma ...
 dding.htmlhttp://web.mit.edu/rhel-doc/5/RHEL-5-manual/Deployment_Guide-en-US/s1-swap-adding.html

Just a general advice: you can save yourself some trouble by preferring
Debian-related documentation. The link above applies to Debian as well,
but with only a few weeks of Linux experience you probably cannot always
tell whether you should be doing something the Debian way or not.

 #/dev/mapper/HU-swap none swap sw 0 0
 #2nd_swap
 /dev/mapper/HU-swap2 swap swap defaults 0 0
     

Your entry for swap2 differs from the entry generated by the installer.
It should still wotrk, though. I just tried it myself.

 (tried /dev/HU/swap2 instead of /dev/mapper/HU-swap2. Did not work.)

/dev/HU/swap2 is just a symlink anyway.

 Output of swapon -s
 Code: Select all http://forums.debian.net/viewtopic.php?f=5t=70280# swapon
 on /dev/mapper/HU-swap2
 FilenameType  Size   Used   Priority
 /dev/dm-3   partition   2097144   0   42

This looks like you already have active swap. Use 'ls -l /dev/mapper' to
see which LV is /dev/dm3.

 Output of mount /dev/HU/swap2
 mount: mount point none does not exist

You cannot use 'mount' to activate swap. This isn't supposed to work.
Using 'swapon' is correct.

J.
-- 
Ultimately, the Millenium Dome is a spectacular monument of the
doublethink of our times.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Swap does not mount [swapon failed: Device or resource busy]

2011-09-14 Thread Param
Hi,

The swap partition did not mount post-installation (Debian Squeeze
(Xfce)).
Created a 2nd swap partition,  planned to delete the earlier swap
partition. The 2nd swap partition doesn't mount either.

(Been using Debian (my 1st intro to Linux) for  3 weeks. If
a) I'm missing any blindingly obvious solution(s)
b) this post should have been posted under a different topic/forum

then please let me know.)

Further info:
Followed the instructions at http://web.mit.edu/rhel-doc/5/RHEL-5-ma ...
dding.htmlhttp://web.mit.edu/rhel-doc/5/RHEL-5-manual/Deployment_Guide-en-US/s1-swap-adding.html
Name of logical volume: HU

/etc/fstab: (commented out the earlier swap partition)
-
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# file system mount point type options dump pass
proc /proc proc defaults 0 0
/dev/mapper/HU-root / ext3 errors=remount-ro 0 1
# /boot was on /dev/sda5 during installation
UUID=50ed87f2-905e-4780-b867-a8e0831e3db8 /boot ext3 defaults 0 2
/dev/mapper/HU-home /home ext3 defaults,user_xattr 0 2

/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdb1 /media/usb0 auto rw,user,noauto 0 0

#/dev/mapper/HU-swap none swap sw 0 0
#2nd_swap
/dev/mapper/HU-swap2 swap swap defaults 0 0
--

(tried /dev/HU/swap2 instead of /dev/mapper/HU-swap2. Did not work.)

Output of fdisk -l
Code: Select all http://forums.debian.net/viewtopic.php?f=5t=70280#Disk
/dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xed1f86f7

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1  64  512000   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2   *  64  77  1024007  HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3  773481273437507  HPFS/NTFS
Partition 3 does not end on cylinder boundary.
/dev/sda43481   14594892610575  Extended
Partition 4 does not end on cylinder boundary.
/dev/sda534813572  732160   83  Linux
/dev/sda63573   1459488527872   8e  Linux LVM


Output of swapon -a
Code: Select all http://forums.debian.net/viewtopic.php?f=5t=70280#swapon:
/dev/mapper/HU-swap2: swapon failed: Device or resource busy


Output of swapon -va
Code: Select all http://forums.debian.net/viewtopic.php?f=5t=70280#swapon
on /dev/mapper/HU-swap2
swapon: /dev/mapper/HU-swap2: found swap signature: version 1, page-size 4,
same byte order
swapon: /dev/mapper/HU-swap2: pagesize=4096,
swapsize=2147483648http://xisbn.worldcat.org/liblook/resolve.htm?res_id=http://addison.vt.eduopactype=innovativerft.isbn=2147483648,
devsize=2147483648http://xisbn.worldcat.org/liblook/resolve.htm?res_id=http://addison.vt.eduopactype=innovativerft.isbn=2147483648
swapon: /dev/mapper/HU-swap2: swapon failed: Device or resource busy


Output of swapon -s
Code: Select all http://forums.debian.net/viewtopic.php?f=5t=70280# swapon
on /dev/mapper/HU-swap2
FilenameType  Size   Used   Priority
/dev/dm-3   partition   2097144   0   42
Output of mount /dev/HU/swap2
mount: mount point none does not exist



How can I mount swap upon booting? Would really appreciate help/suggestions.
Thanks for your time and patience,
--


Re: Swap does not mount [swapon failed: Device or resource busy]

2011-09-14 Thread Walter Hurry
On Wed, 14 Sep 2011 16:54:29 -0400, Param wrote:

Please post the outputs of:

cat /etc/fstab

sudo fdisk -l



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/j4r6am$4r3$2...@dough.gmane.org



Re: sound device or resource busy

2011-08-13 Thread Camaleón
On Thu, 11 Aug 2011 13:24:05 -0500, Hugo Vanwoerkom wrote:

 Running Sid. Which just upgraded libaudio2, libaudio-dev and nas from
 1.9.2-7 to 1.9.2-8.
 
 I run 2 sound apps: mplayer(sound nly)  and a nas app, that uses nas and
 libaudio2 and liaudio-dev.
 
 Since the upgrade I can only run 1: either the nas app or mplayer, and
 for the other I get:
 
 [AO_ALSA] Playback open error: Device or resource busy
 
 I think it is a bug. But or what package?

How about opening two audio players instances, both from a local source? 
Does it work?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.08.13.10.42...@gmail.com



sound device or resource busy

2011-08-11 Thread Hugo Vanwoerkom

Hi,

Running Sid. Which just upgraded libaudio2, libaudio-dev and nas from 
1.9.2-7 to 1.9.2-8.


I run 2 sound apps: mplayer(sound nly)  and a nas app, that uses nas and 
libaudio2 and liaudio-dev.


Since the upgrade I can only run 1: either the nas app or mplayer, and 
for the other I get:


[AO_ALSA] Playback open error: Device or resource busy

I think it is a bug. But or what package?

Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/j216o6$fto$1...@dough.gmane.org



Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread jmramirez (mas_ke_na)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Buenos días

Tengo un hd de 160g (sata) en el que monte un lvm2, este se me quedo
pequeño y añadí otro disco duro con 80gb (ata) el cual agregue al lvm2.

Tambien tuve problemas con el system-config-lvm ( como en el hilo
Uso diferente LVM en debian y RHEL) el cual me pedía desmontar, pero
con la consola no hubo problemas.

El problema ( según creo yo) esta en que mi hd sata antes era sda y
ahora es sdb.

He buscado por internet, pero te dicen que corras el fsck para reparar
el hd. Si lo intento correr no funciona al no encontrar /dev/sda1.

¿Alguna sugerencia? soy nuevo con el lvm si creéis que me falta algo
por leer admito links. El error no es importante ( eso creo) puesto que
puedo arrancar y todo funciona bien.


 fdisk -l ###

Disco /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x94c094c0

Disposit. InicioComienzo  Fin  Bloques  Id  Sistema
/dev/sda1   1973078149632   83  Linux

Disco /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe33de33d

Disposit. InicioComienzo  Fin  Bloques  Id  Sistema
/dev/sdb1   *   1  31  248976   83  Linux
/dev/sdb2  32   19457   156039345   8e  Linux LVM

Disco /dev/dm-0: 32.2 GB, 32212254720 bytes
255 heads, 63 sectors/track, 3916 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

  Disposit. InicioComienzo  Fin  Bloques  Id  Sistema

Disco /dev/dm-1: 150.1 GB, 150068002816 bytes
255 heads, 63 sectors/track, 18244 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

El disco /dev/dm-1 no contiene una tabla de particiones válida

 FIN fdisk -l ###

 cat /var/log/fsck/checkfs ###

Log of fsck -C -R -A -a
Mon Feb 21 12:38:46 2011

fsck from util-linux-ng 2.17.2
fsck.ext2: Device or resource busy while trying to open /dev/sda1
Filesystem mounted or opened exclusively by another program?
/dev/mapper/jmramirezmachine-home: recovering journal
/dev/mapper/jmramirezmachine-home: clean, 510892/9166848 files,
18404220/36637696 blocks (check after next mount)
fsck died with exit status 8

Mon Feb 21 12:38:48 2011
- 
 FIN cat /var/log/fsck/checkfs ###

# df -h 

S.ficherosSize  Used Avail Use% Montado en
/dev/mapper/jmramirezmachine-root
   30G  7,1G   22G  26% /
tmpfs1013M 0 1013M   0% /lib/init/rw
udev 1009M  212K 1008M   1% /dev
tmpfs1013M  668K 1013M   1% /dev/shm
/dev/mapper/jmramirezmachine-home
  138G   69G   63G  53% /home

# FIN df -h 

## lvmdiskscan ###

  /dev/root [  30,00 GiB]
  /dev/sda1 [  74,53 GiB] LVM physical volume
  /dev/dm-1 [ 139,76 GiB]
  /dev/sdb1 [ 243,14 MiB]
  /dev/sdb2 [ 148,81 GiB] LVM physical volume
  1 disk
  2 partitions
  0 LVM physical volume whole disks
  2 LVM physical volumes

## FIN lvmdiskscan ###

Gracias a todos y perdón si pegue demasiados logs ( la siguiente vez lo
subo a pastebin )

Un saludo
- -- 
Si los tontos volaran, el cielo se oscurecería

No me envié correos en formatos propietarios
http://www.gnu.org/philosophy/no-word-attachments.es.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNYmtYAAoJEOWNzQnqy+fzNYcIAKUgHj+rvn8n9csVws9YNHVC
l/cRWqxAwc7FcRCyRds1WWccu24CLgvdLgjqoi300wFFFdsgKhjZoi5uWcZsIRlH
WgeBAsBxdVgmdkvUaGAUc3fGDQZ1ArwhUWl/n0if/VmTCu3+gRAX+Lm4ngsmKYdj
An3dev5ECMD1E5tiMytb49Rt2unf7ep08HfYns73ANITXHrn5sPZsZ76uKDyo8xe
vYRXoae5hT2WBqPiASmn4enFeiWRJRgmWH+KVY7Zr7J8X1nC5YhPll8p8EsxiucK
BOOFV56/4KNrLBECThXbIHX/RMq1gF0ZX/wQLWzaOBpOEdg7ZjtFcBYc9jmLuGA=
=iKIZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp17595218f2c7d775b064c78b1...@phx.gbl



Re: Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread Jorge Barreiro
O Luns, 21 de Febreiro de 2011 14:40:40 jmramirez (mas_ke_na) escribiu:
 Buenos días

Buenas

   Tengo un hd de 160g (sata) en el que monte un lvm2, este se me quedo
 pequeño y añadí otro disco duro con 80gb (ata) el cual agregue al lvm2.
 
   Tambien tuve problemas con el system-config-lvm ( como en el hilo
 Uso diferente LVM en debian y RHEL) el cual me pedía desmontar, pero
 con la consola no hubo problemas.
 
   El problema ( según creo yo) esta en que mi hd sata antes era sda y
 ahora es sdb.
 
   He buscado por internet, pero te dicen que corras el fsck para reparar
 el hd. Si lo intento correr no funciona al no encontrar /dev/sda1.
 
   ¿Alguna sugerencia? soy nuevo con el lvm si creéis que me falta algo
 por leer admito links. El error no es importante ( eso creo) puesto que
 puedo arrancar y todo funciona bien.

No explicas cuál es tu problema.

En cualquier caso, no uses fsck.ext2 si lo que tienes es un ext3 o ext4. 
Usando fsck a secas debería detectar el tipo de sistema de ficheros.

Montar un LVM te evita tener que pensar en si tu disco es sda o sdb, ya se 
encarga el sistema de buscar dónde encaja. fsck trabaja contra sistemas de 
ficheros y tus sistemas de ficheros ya no están en /dev/sd*, si no en 
/dev/nombre-grupo/nombre-volumen

Si pones la salida de los comandos lvdisplay y vgdisplay darás más 
información, pero... ¿cuál es el problema?


Saludos.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201102211511.58936.yortx.ba...@gmail.com



Re: Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread David Rodriguez
Hola,
 Te recomiendo que te leas la siguiente excelente guia de
LVM[1].  En resumidas cuentas los pasos a seguir serian los
siguientes:

Supongamos que queremos agregar el disco d de 50GB a una maquina
virtual, en caliente, sin necesidad de apagarla

   $ sudo su -
   # for i in $(ls /sys/class/scsi_host); do echo - - - 
/sys/class/scsi_host/${i}/scan; done
   #  fdisk -l
   #  fdisk /dev/sdd
   #  pvcreate /dev/sdd1
   #  vgextend rootvg /dev/sdd1
   #  vgdisplay
   #  lvextend -L +50G /dev/rootvg/rootlv
   #  resize2fs /dev/rootvg/rootlv
   #  df -h


Saludos!

[1] http://www.howtoforge.com/linux_lvm

El día 21 de febrero de 2011 10:40, jmramirez (mas_ke_na)
mas_ke...@hotmail.com escribió:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Buenos días

        Tengo un hd de 160g (sata) en el que monte un lvm2, este se me quedo
 pequeño y añadí otro disco duro con 80gb (ata) el cual agregue al lvm2.

        Tambien tuve problemas con el system-config-lvm ( como en el hilo
 Uso diferente LVM en debian y RHEL) el cual me pedía desmontar, pero
 con la consola no hubo problemas.

        El problema ( según creo yo) esta en que mi hd sata antes era sda y
 ahora es sdb.

        He buscado por internet, pero te dicen que corras el fsck para reparar
 el hd. Si lo intento correr no funciona al no encontrar /dev/sda1.

        ¿Alguna sugerencia? soy nuevo con el lvm si creéis que me falta algo
 por leer admito links. El error no es importante ( eso creo) puesto que
 puedo arrancar y todo funciona bien.


  fdisk -l ###

 Disco /dev/sda: 80.0 GB, 80026361856 bytes
 255 heads, 63 sectors/track, 9729 cylinders
 Units = cilindros of 16065 * 512 = 8225280 bytes
 Sector size (logical/physical): 512 bytes / 512 bytes
 I/O size (minimum/optimal): 512 bytes / 512 bytes
 Disk identifier: 0x94c094c0

 Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
 /dev/sda1               1        9730    78149632   83  Linux

 Disco /dev/sdb: 160.0 GB, 160041885696 bytes
 255 heads, 63 sectors/track, 19457 cylinders
 Units = cilindros of 16065 * 512 = 8225280 bytes
 Sector size (logical/physical): 512 bytes / 512 bytes
 I/O size (minimum/optimal): 512 bytes / 512 bytes
 Disk identifier: 0xe33de33d

 Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
 /dev/sdb1   *           1          31      248976   83  Linux
 /dev/sdb2              32       19457   156039345   8e  Linux LVM

 Disco /dev/dm-0: 32.2 GB, 32212254720 bytes
 255 heads, 63 sectors/track, 3916 cylinders
 Units = cilindros of 16065 * 512 = 8225280 bytes
 Sector size (logical/physical): 512 bytes / 512 bytes
 I/O size (minimum/optimal): 512 bytes / 512 bytes
 Disk identifier: 0x

  Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema

 Disco /dev/dm-1: 150.1 GB, 150068002816 bytes
 255 heads, 63 sectors/track, 18244 cylinders
 Units = cilindros of 16065 * 512 = 8225280 bytes
 Sector size (logical/physical): 512 bytes / 512 bytes
 I/O size (minimum/optimal): 512 bytes / 512 bytes
 Disk identifier: 0x

 El disco /dev/dm-1 no contiene una tabla de particiones válida

  FIN fdisk -l ###

  cat /var/log/fsck/checkfs ###

 Log of fsck -C -R -A -a
 Mon Feb 21 12:38:46 2011

 fsck from util-linux-ng 2.17.2
 fsck.ext2: Device or resource busy while trying to open /dev/sda1
 Filesystem mounted or opened exclusively by another program?
 /dev/mapper/jmramirezmachine-home: recovering journal
 /dev/mapper/jmramirezmachine-home: clean, 510892/9166848 files,
 18404220/36637696 blocks (check after next mount)
 fsck died with exit status 8

 Mon Feb 21 12:38:48 2011
 - 
  FIN cat /var/log/fsck/checkfs ###

 # df -h 

 S.ficheros            Size  Used Avail Use% Montado en
 /dev/mapper/jmramirezmachine-root
                       30G  7,1G   22G  26% /
 tmpfs                1013M     0 1013M   0% /lib/init/rw
 udev                 1009M  212K 1008M   1% /dev
 tmpfs                1013M  668K 1013M   1% /dev/shm
 /dev/mapper/jmramirezmachine-home
                      138G   69G   63G  53% /home

 # FIN df -h 

 ## lvmdiskscan ###

  /dev/root [      30,00 GiB]
  /dev/sda1 [      74,53 GiB] LVM physical volume
  /dev/dm-1 [     139,76 GiB]
  /dev/sdb1 [     243,14 MiB]
  /dev/sdb2 [     148,81 GiB] LVM physical volume
  1 disk
  2 partitions
  0 LVM physical volume whole disks
  2 LVM physical volumes

 ## FIN lvmdiskscan ###

 Gracias a todos y perdón si pegue demasiados logs ( la siguiente vez lo
 subo a pastebin )

 Un saludo
 - --
 Si los tontos volaran, el cielo se oscurecería

 No me envié correos en formatos propietarios
 http://www.gnu.org/philosophy/no-word-attachments.es.html
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread jmramirez (mas_ke_na)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Buenos días
 
 Buenas
 
  Tengo un hd de 160g (sata) en el que monte un lvm2, este se me quedo
 pequeño y añadí otro disco duro con 80gb (ata) el cual agregue al lvm2.

  El problema ( según creo yo) esta en que mi hd sata antes era sda y
 ahora es sdb.
 
 No explicas cuál es tu problema.

Perdón, tienes razón.

Mi problema es que al arrancar, el sistema quiere chequear los discos y
me da error, al no poder chequear /dev/sda1. El cual antes existía
porque estaba fuera del lvm ( eso es lo que entiendo).

 En cualquier caso, no uses fsck.ext2 si lo que tienes es un ext3 o ext4. 
 Usando fsck a secas debería detectar el tipo de sistema de ficheros.

Así lo hice, el que aparece en el log es el que hizo el sistema.

 Montar un LVM te evita tener que pensar en si tu disco es sda o sdb, ya se 
 encarga el sistema de buscar dónde encaja. fsck trabaja contra sistemas de 
 ficheros y tus sistemas de ficheros ya no están en /dev/sd*, si no en 
 /dev/nombre-grupo/nombre-volumen

Gracias por el apunte.

 Si pones la salida de los comandos lvdisplay y vgdisplay darás más 
 información, pero... ¿cuál es el problema?

El problema no esta con el lvm que funciona bien y pude añadir el
espacio extra sin muchas complicaciones. Creo que el error lo causo el
lvm o la mezcla de usar un sata y luego añadir un ata ( no hay otra cosa)

 Saludos.

Gracias y un saludo
- -- 
Si los tontos volaran, el cielo se oscurecería

No me envié correos en formatos propietarios
http://www.gnu.org/philosophy/no-word-attachments.es.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNYoK1AAoJEOWNzQnqy+fzi6gIANmZDLVq48/7fjULUzn+Vw3U
bInZ1y3hf4gcR8WV2reLZRRv+d25ggRtvN35FtDkNjQZ+aqBNcnr2mkOmigIVoLv
0PQxwqFnuZ4aiaYruMrILPAl0nRWCGE2d0SpfLVsmhryClF9BDy+4e49HAP9/Hj4
3nHa71m3CFxYL5uC/Xr25r2AU1so4+a6TlvnaaAA3eZUYoAizJg2qUN+oMGZS4P9
5l6a0gYSTJdtcmvz7DhLjHI1mMTu9a9wmQlMDDBcnZiZeA0WFKrWgONx0eVTTAyc
++GEnpwtLvgIt6koekgGv1w/4CmyeqBACVy/UxX6M5VeVnZULgC6ooy0I+8utyQ=
=BH1p
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp775ae6997ced0bc5db4c02b1...@phx.gbl



Re: Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread jmramirez (mas_ke_na)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Hola,
  Te recomiendo que te leas la siguiente excelente guia de
 LVM[1].  En resumidas cuentas los pasos a seguir serian los
 siguientes:
 
 Supongamos que queremos agregar el disco d de 50GB a una maquina
 virtual, en caliente, sin necesidad de apagarla
 
$ sudo su -
# for i in $(ls /sys/class/scsi_host); do echo - - - 
 /sys/class/scsi_host/${i}/scan; done
#  fdisk -l
#  fdisk /dev/sdd
#  pvcreate /dev/sdd1
#  vgextend rootvg /dev/sdd1
#  vgdisplay
#  lvextend -L +50G /dev/rootvg/rootlv
#  resize2fs /dev/rootvg/rootlv
#  df -h
 
 
 Saludos!
 
 [1] http://www.howtoforge.com/linux_lvm
Gracias, me guardo el link

Pero mi problema no esta con el lvm, aunque siempre es bien venida la
documentacion.

Un saludo

- -- 
Si los tontos volaran, el cielo se oscurecería

No me envié correos en formatos propietarios
http://www.gnu.org/philosophy/no-word-attachments.es.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNYoMYAAoJEOWNzQnqy+fz5GQH/iiQVD6IfhXy76KzEh7Ae7nd
U0jfljSo8iFnKAG9iu03ox8G/mSus0Ux71h59GhsH9CiTkQifC7hNa//HuD2H8gX
8vE+rwlRB8r94XjGy+hQClSskcoaIoIZD/69fXQS9VOMj3xppqfMuj+JervLRcoN
t97udZE3KkcPY+eGGJwvGbPztC6SMeronKl35HGXOXDXj58/3kDp2EXUy7G0F4Hw
VrWDm+btRq+oOuIQNXqKMbBF078QGhs3zyltRhV7vPtTIH8QQYaUcX1MZQ+Aa+1g
7jWQrzo0cI58i3FmqVGoGsIfPM0UnWj/iaj/sgB32ZF9bEmMZi4/qOnwjJHG82k=
=WU40
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp17225101f5786bc7685335b1...@phx.gbl



Re: Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread Jorge Barreiro
O Luns, 21 de Febreiro de 2011 16:20:21 jmramirez (mas_ke_na) escribiu:
  Buenos días
  
  Buenas
  
 Tengo un hd de 160g (sata) en el que monte un lvm2, este se me quedo
  
  pequeño y añadí otro disco duro con 80gb (ata) el cual agregue al lvm2.
  
 El problema ( según creo yo) esta en que mi hd sata antes era sda y
  
  ahora es sdb.
  
  No explicas cuál es tu problema.
 
 Perdón, tienes razón.
 
 Mi problema es que al arrancar, el sistema quiere chequear los discos y
 me da error, al no poder chequear /dev/sda1. El cual antes existía
 porque estaba fuera del lvm ( eso es lo que entiendo).

Ok, creo que ya sé por donde van los tiros. fsck chequea los sistemas de 
ficheros basándose en lo que hay en /etc/fstab. Postea este fichero, aunque 
sospecho que en él tienes a /dev/sda1 como  /boot, y ya no lo es.

Corrige esa fila a /dev/sdb1, o bien, para solucionar el problema para siempre, 
utiliza el UUID de la partición.

Si te entiendes con el inglés esto te será interesante.
http://wiki.debian.org/Part-UUID

De todas formas, al actualizar a squeeze, no sé qué paquete exactamente, te 
hace la conversión de los nombres de las particiones a UUID automáticamente.

Básicamente tendrás que localizar el UUID de tu partición boot, y utilizarlo 
en /etc/fstab, sustituyendo /dev/sda1 por UUID=0098234-tu-uuid

  En cualquier caso, no uses fsck.ext2 si lo que tienes es un ext3 o ext4.
  Usando fsck a secas debería detectar el tipo de sistema de ficheros.
 
 Así lo hice, el que aparece en el log es el que hizo el sistema.
 
  Montar un LVM te evita tener que pensar en si tu disco es sda o sdb, ya
  se encarga el sistema de buscar dónde encaja. fsck trabaja contra
  sistemas de ficheros y tus sistemas de ficheros ya no están en /dev/sd*,
  si no en /dev/nombre-grupo/nombre-volumen
 
 Gracias por el apunte.
 
  Si pones la salida de los comandos lvdisplay y vgdisplay darás más
  información, pero... ¿cuál es el problema?
 
 El problema no esta con el lvm que funciona bien y pude añadir el
 espacio extra sin muchas complicaciones. Creo que el error lo causo el
 lvm o la mezcla de usar un sata y luego añadir un ata ( no hay otra cosa)
 
  Saludos.
 
 Gracias y un saludo


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201102211655.54432.yortx.ba...@gmail.com



Re: [RESUELTO] Mantenimiento de disco [fsck.ext2: Device or resource busy while trying to open /dev/sda1]

2011-02-21 Thread jmramirez (mas_ke_na)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Mi problema es que al arrancar, el sistema quiere chequear los discos y
 me da error, al no poder chequear /dev/sda1. El cual antes existía
 porque estaba fuera del lvm ( eso es lo que entiendo).
 
 Ok, creo que ya sé por donde van los tiros. fsck chequea los sistemas de 
 ficheros basándose en lo que hay en /etc/fstab. Postea este fichero, aunque 
 sospecho que en él tienes a /dev/sda1 como  /boot, y ya no lo es.
 
 Corrige esa fila a /dev/sdb1, o bien, para solucionar el problema para 
 siempre, 
 utiliza el UUID de la partición.

Perfecto, muchas gracias. Ese era el problema, antes era /dev/sdA1 y lo
cambie a sdB1. Reinicie y pudo chequear y corregir el fs.

cat /etc/fstab | grep /dev/sd
/dev/sdb1   /boot   ext2defaults0   2

 Si te entiendes con el inglés esto te será interesante.
 http://wiki.debian.org/Part-UUID

Cuando me lo lea con mas trankilidad lo modificare, muchas gracias por
el apunte.

Un saludo
- -- 
Si los tontos volaran, el cielo se oscurecería

No me envié correos en formatos propietarios
http://www.gnu.org/philosophy/no-word-attachments.es.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNYpI7AAoJEOWNzQnqy+fzSJcIAKyJV2rGcsQW4CJDvClROKV7
4WYUkUQxjafkyXer/cM0nxCOXDYJRdCZTWMhVXEHstmvJIveU6in5FkTOK737zAg
XlwNiug8q+TmIAn9RmkWVdV+Blbl9amfzm3xc/Rr79CxqdCo+WE/R/A9CQ1x8BUp
bXqEqVziiw7WWAkm6GSqUKx6w0ddqBw1pQ4K6h/EPQmNdU11/aUnMi/BZTE2C4sQ
f0WaALG2yDKq3zU3W8fSPBOCgQsllpusYGqHHKY4fJaW0MieP+gawEZyTN5mu+u8
ZtTFMu03DB+TVHpTcu2CmBhtztpMpYK3LUfAWGJOCN5frOE3PKQ/wdYY0iR4seE=
=T3tK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp199fe2b3ad44e3d32dd8127b1...@phx.gbl



Re: device or resource busy

2009-06-14 Thread Abhishek Amberkar [अभिषेक]
On Sat, Jun 13, 2009 at 1:29 PM, Umarzuki Mochlis umarz...@gmail.comwrote:

 I cannot get sound on my debian lenny laptop when playing Unreal Tournament
 2004 and its mod TOC. Th program is using OpenAL sound driver. What should I
 do?

 umarz...@ctrl:~$ ./runTOC.sh
 Exporting OBJ-Malicious.Successful!
 Exporting OBJ-TrainStation][.Successful!
 Exporting OBJ-Scope][.Successful!
 open /dev/[sound/]dsp: Device or resource busy
 open /dev/[sound/]dsp: Device or resource busy

 --
 Regards,

 Umarzuki Mochlis
 http://gameornot.net


Try
$ lsof /dev/[sound]/dsp
This will show which process is using the device. HTH

-- 
With Regards
Abhishek Amberkar

Learn to appreciate the beauty within...
Sent from Mumbai, MH, India


device or resource busy

2009-06-13 Thread Umarzuki Mochlis
I cannot get sound on my debian lenny laptop when playing Unreal Tournament
2004 and its mod TOC. Th program is using OpenAL sound driver. What should I
do?

umarz...@ctrl:~$ ./runTOC.sh
Exporting OBJ-Malicious.Successful!
Exporting OBJ-TrainStation][.Successful!
Exporting OBJ-Scope][.Successful!
open /dev/[sound/]dsp: Device or resource busy
open /dev/[sound/]dsp: Device or resource busy

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: SIOCSIFFLAGS: device or resource busy

2006-09-25 Thread Marcio de Araujo Benedito
* caio ferreira ([EMAIL PROTECTED]) wrote:


  Flavio

  No gateway da rede de casa também acontece isso.

  Se por acaso eu utilizo a versão stable esse problema não aparece,
 mas se por acaso eu instalo a versão testing esse problema aparece,
 inclusive logo que eu acabo de instalar o testing e reinicializo o
 computador esse problema aparece. Eu até que estava querendo instalar
 a versão testing no gateway, mas com esse problema eu não posso fazer
 isso, pois as vezes eu não estou em casa e fica dificil explicar para
 o meu irmão que não entende nada de informática como reinicializar o
 linux.

  Alguém por acaso saberia me dizer o do por que o linux faz isso ?

Isso acontece porque a bios está marcada para que o sistema operacional
gerencie os recursos de hardware automaticamente, e algumas placas
teimosas não passam informacoes corretas para isso funcionar.

Tive um problema desses com um servior que simplesmente não permitia
alterar a configuracao de gerenciamento de recursos na bios. A solução
foi trocar de placa.

Mas pelos relatos, existem duas situações novas aqui: uma em que a placa
funcionava e depois parou de funcionar. Neste caso parece que a queda de
energia provocou um reverterio na bios da máquina e os recursos usados
pela placa (dma, irq, etc) não conseguiram ser reestabelecidos. Uma
possivel solucao seria ver na bios da máquina a opção de gerenciamento
de recursos. Se não rolar, a placa pode ter ido para o espaço!
A segunda situação é a de funcionar no stable e não funcionar no
testing. Isso pode ser a versão do kernel e das ferramentas de sistema.

Isso tudo tem um culpado: APIC !!! Pode ser que passando o parametro

pci=noapic

no boot a coisa funcione. Testem aí e mandem retorno!!!

-- 
Existem muitas semelhanças entre a colonização eletrônica e o 
sistema colonial antigo. [...] O sistema colonial recruta elites 
locais para conseguir subjugar o resto da população. Ao fornecer 
cópias grátis de seus softwares, que não são livres, para escolas, 
a Microsoft está usando a escola para criar uma futura dependência 
tecnológica na sociedade.
Richard Stallman



Re: SIOCSIFFLAGS: device or resource busy

2006-09-24 Thread caio ferreira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Flavio

No gateway da rede de casa também acontece isso.

Se por acaso eu utilizo a versão stable esse problema não aparece, mas
se por acaso eu instalo a versão testing esse problema aparece, inclusive
logo que eu acabo de instalar o testing e reinicializo o computador esse 
problema
aparece. Eu até que estava querendo instalar a versão testing no gateway, mas
com esse problema eu não posso fazer isso, pois as vezes eu não estou em
casa e fica dificil explicar para o meu irmão que não entende nada de 
informática
como reinicializar o linux.

Alguém por acaso saberia me dizer o do por que o linux faz isso ?

Reserved wrote:
 Bom, quando acontece essas coisas comigo, e na maioria das vezes
 funciona, é desligar o micro da tomada, esperar uns 30 segundos e
 re-ligar...
 
 Parece uma atitude boba mas comigo ja funcionou algumas vezes...
 
 Flávio Barros escreveu:
 Ae galera beleza seguinte estou com problemas pra levantar a interface
 de rede  Após um pico de energia, meu servidor começou a
 apresentar esse problema. Ao tentar levantar a eth0 aparece o seguinte
 erro:
 SIOCSIFFLAGS: device or resource busy

 Andei catando no google e encontrei algo sobre um possível conflito
 com plug-and-play .. o mesmo deveria ser desabilitado na bios.
 Procurei na BIOS do meu Itautec e não encontrei nenhuma opção
 plug-and-play.

 Alguém já passou por isso antes ?

- --


 .''`.   Caio Abreu Ferreira
: :'  :  GNU/Linux Debian
`. `'`   fingerprint 0B5 0357 B80C E53C 5EF6  9D58 2D1B 0602 45E5 183A
  `- Key ID 0x45E5183A
 Linux Couter 327834

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFFmusLRsGAkXlGDoRCA4CAJ9g28YG5KWCNY3nWYHlnT+gbK9+RgCfX1ZR
IdcsvTcQIghprUuSUPAouoc=
=+tGR
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SIOCSIFFLAGS: device or resource busy

2006-09-24 Thread Tiago Saboga
Em Sexta 22 Setembro 2006 16:35, Reserved escreveu:
 Blz?

 Bom, quando acontece essas coisas comigo, e na maioria das vezes
 funciona, é desligar o micro da tomada, esperar uns 30 segundos e
 re-ligar...

 Parece uma atitude boba mas comigo ja funcionou algumas vezes...

Sempre que tive esse tipo de comportamento (ter que desligar o computador), 
acabei descobrindo que bastava retirar o módulo do kernel e carregá-lo 
novamente. Nunca tive esse problema específico, então na verdade é só um 
chute... Mas acho que vale a pena testar...

Tiago.



 Flávio Barros escreveu:
  Ae galera beleza seguinte estou com problemas pra levantar a interface
  de rede  Após um pico de energia, meu servidor começou a
  apresentar esse problema. Ao tentar levantar a eth0 aparece o seguinte
  erro:
  SIOCSIFFLAGS: device or resource busy
 
  Andei catando no google e encontrei algo sobre um possível conflito
  com plug-and-play .. o mesmo deveria ser desabilitado na bios.
  Procurei na BIOS do meu Itautec e não encontrei nenhuma opção
  plug-and-play.
 
  Alguém já passou por isso antes ?
 
 
 
 
 
  ___ Você quer
  respostas para suas perguntas? Ou você sabe muito e quer compartilhar
  seu conhecimento? Experimente o Yahoo! Respostas !
  http://br.answers.yahoo.com/



SIOCSIFFLAGS: device or resource busy

2006-09-22 Thread Flávio Barros
Ae galera beleza seguinte estou com problemas pra levantar a interface de rede  
Após um pico de energia, meu servidor começou a apresentar esse problema. 
Ao tentar levantar a eth0 aparece o seguinte erro:

SIOCSIFFLAGS: device or resource busy

Andei catando no google e encontrei algo sobre um possível conflito com plug-and-play .. 
o mesmo deveria ser desabilitado na bios. Procurei na BIOS do meu Itautec e não encontrei nenhuma opção plug-and-play.


Alguém já passou por isso antes ? 







___ 
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !

http://br.answers.yahoo.com/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SIOCSIFFLAGS: device or resource busy

2006-09-22 Thread Reserved

Blz?

Bom, quando acontece essas coisas comigo, e na maioria das vezes 
funciona, é desligar o micro da tomada, esperar uns 30 segundos e 
re-ligar...


Parece uma atitude boba mas comigo ja funcionou algumas vezes...

Flávio Barros escreveu:
Ae galera beleza seguinte estou com problemas pra levantar a interface 
de rede  Após um pico de energia, meu servidor começou a 
apresentar esse problema. Ao tentar levantar a eth0 aparece o seguinte 
erro:

SIOCSIFFLAGS: device or resource busy

Andei catando no google e encontrei algo sobre um possível conflito 
com plug-and-play .. o mesmo deveria ser desabilitado na bios. 
Procurei na BIOS do meu Itautec e não encontrei nenhuma opção 
plug-and-play.


Alguém já passou por isso antes ?




   
___ Você quer 
respostas para suas perguntas? Ou você sabe muito e quer compartilhar 
seu conhecimento? Experimente o Yahoo! Respostas !

http://br.answers.yahoo.com/




--
Alexandre
Sempre consulte um tecnico.
Consultor e tecnico em eletronica e informatica.
Sim, eu uso Linux
Linux user 425043

Enviado pelo Mozilla Thunderbird
http://br.mozdev.org/thunderbird
Navegador Firefox
http://br.mozdev.org/firefox




modprobe: WARNING: Error inserting genrtc (/lib/modules/2.6.8-3-k7/kernel/drivers/char/genrtc.ko): Device or resource busy

2006-06-22 Thread Orutra Sero

hola lista. antes de nada, corregidme si el asunto del mensaje es
demasiado largo, pero como siempre se insiste en que el asunto sea lo
mas descriptivo posible...

pues ese es el error que me lanza el sistema durante el arranque del
mismo (uso testing y como se peude observar el kernel 2.6.8-3-k7):
modprobe: WARNING: Error inserting genrtc
(/lib/modules/2.6.8-3-k7/kernel/drivers/char/genrtc.ko): Device or
resource busy

el caso es que he estado investigando pero aparte de algun reporte de
bug y de manuales sobre mplayer no he encontrado nada sobre este
problema. segun tengo entendido el modulo rtc se encarga de mirar el
reloj del pc y hacerle consultas para sincronizar el de linux??

que puedo hacer para que no suceda este error?? eliminar la carga de
este modulo??  cambiarlo por otro??


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SIOCSIFFLAGS: Device or resource busy

2006-02-18 Thread Francis Bennett



Brian,

I solved this problem by setting PnP OS in BIOS to 
NO (found the tip here)

http://www.linuxquestions.org/questions/showthread.php?p=2110213

Francis


cdrecord: Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.

2005-08-18 Thread Al Bogner
Irgendein Update hat mir folgenden Fehler beschert:

cdrecord -s -scanbus dev=ATA
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg 
Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to 
[EMAIL PROTECTED].
  The original author should not be bothered with problems of this 
version.

cdrecord: Warning: Running on Linux-2.6.11-1-k7
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Error trying to open /dev/hda exclusively (Device or resource busy)... 
retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... 
retrying in 1 second.


Man findet die Fehlermeldung zwar öfters im Web, aber keine Lösung die mir 
gefällt. Ich verwende o.a Befehl in einem Script auf verschiedenen Rechnern 
und verwende wegen öfterer Änderungen keine exiternen Konfigurationsfiles.


cdrecord-prodvd -s -scanbus dev=ATA
Cdrecord-ProDVD-Clone 2.01b31 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�g 
Schilling

bringt diesen Fehler nicht.

Al



SIOCSIFFLAGS: device or resource busy

2005-03-17 Thread fabiano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
e ae galera beleza seguinte to instalando debian sarge num stellite
315cds...
e estou tento problma pra levantar a interface de rede  eh um
cartao pcmcia rtl8139
tudo esta ok aparentemente esta funcionando mas na hora de levantar a
interface
com um ifconfig obtenho o sguinte erro SIOCSIFFLAGS: device or
resource busy
se alguem puder me dar um ajuda... andei catando no google e encontrei
que eh um problema com plugand play que eu teria que ativar na bios...
porem pra acessar a bios desta maquina eh necessario um software..
este por sua vez so tem versao para windows...
se alguem puder me dar uma ajuda
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCOcETURDTZuQpqlQRAn/YAKCsumRzD83SgIs//0L0fgflCi+yzQCgv8Nt
sTNWp4CMKMB/MBzFiOhnGWM=
=oLNC
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libc6 upgrade: device or resource busy - SOLVED

2005-01-04 Thread Spencer Russell
YES!! So I didn't have to reinstall, I found out from a bug
report that in one case the lsbdev package was the problem. So I
did a dpkg -P lsbdev, and then apt-get let me upgrade libc6 just
fine. So I guess this is a bug in the lsbdev package?

-spencer


here's a copy of the email I sent describing the problem:
-

I'm trying to upgrade libc from 2.3.2.ds1-19 to 2.3.2.ds2-20, and
apt-get install libc gives the following error message:

dpkg: error processing /var/cache/apt/archives/libc6_2.3.2.ds1-20_i386.deb 
(--unpack):
 unable to install new version of `./lib/ld-2.3.2.so': Device or resource busy
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.3.2.ds1-20_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

there are a couple of similar bugs that came up on google, but
they all said they'd been resolved, and the solutions seemed to
consist of rebooting. I've tried with both my 2.6.10 and 2.4.26
kernels, as well as booting from a rescue disk. I'm thinking
maybe it has something to do with reiserfs?

Thanks,
Spencer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libc6 upgrade: device or resource busy

2005-01-02 Thread Spencer Russell
Hello,
So with no progress on fixing this, is my best option to
reinstall? How much would I probably need to get rid of? What's
the best debian way to reinstall all the packages? Thanks!

-spencer


here's a copy of the email I sent describing the problem:
-

I'm trying to upgrade libc from 2.3.2.ds1-19 to 2.3.2.ds2-20, and
apt-get install libc gives the following error message:

dpkg: error processing /var/cache/apt/archives/libc6_2.3.2.ds1-20_i386.deb 
(--unpack):
 unable to install new version of `./lib/ld-2.3.2.so': Device or resource busy
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.3.2.ds1-20_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

there are a couple of similar bugs that came up on google, but
they all said they'd been resolved, and the solutions seemed to
consist of rebooting. I've tried with both my 2.6.10 and 2.4.26
kernels, as well as booting from a rescue disk. I'm thinking
maybe it has something to do with reiserfs?

Thanks,
Spencer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libc6 upgrade: device or resource busy

2004-12-30 Thread Spencer Russell
Hello,
I'm trying to upgrade libc from 2.3.2.ds1-19 to 2.3.2.ds2-20, and
apt-get install libc gives the following error message:

dpkg: error processing /var/cache/apt/archives/libc6_2.3.2.ds1-20_i386.deb 
(--unpack):
 unable to install new version of `./lib/ld-2.3.2.so': Device or resource busy
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.3.2.ds1-20_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

there are a couple of similar bugs that came up on google, but
they all said they'd been resolved, and the solutions seemed to
consist of rebooting. I've tried with both my 2.6.10 and 2.4.26
kernels, as well as booting from a rescue disk. I'm thinking
maybe it has something to do with reiserfs?

Thanks,
Spencer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: FAM causing device or resource busy errors when trying to smbumount

2004-10-04 Thread Paul Yeatman
Hi, I've been having the same problem in Sarge.  In my case it
doesn't involve Samba but when a CD or even floppy is mounted by
nautilus/fam (or whatever is going on when you click a CD device
from the Computer icon), occasionally it will not unmount the
filesystem on the device with an error that the device is busy.  Once
I've convinced myself there are no processes running involving the
device and I'm not in any of its mounted directories, I'll try an 'lsof
/dev/cdrom' and will get something like

COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
famd 1135me 26r  DIR  2,07168 1/media/cdrom

As Rich said, until I kill famd, I am unable to umount the
FS on the device.

I wasn't aware I could stop and restart fam with a supplied init script
as Rich mentioned although last time the problem occurred I tried stopping
and restarting famd this way but things still were somewhat screwed up
until I completely logged out or rebooted.

Anyone know what it going on with this.  Just a bug?

Paul

rich wrote on 28 Jul 2004:
 when I have an smb share mounted on a directory in my home
 directory, it 
 refuses to unmount.
 
 This is new, it used to work without a problem. Perhaps something
 changed in 
 the later releases of Sarge? (I apt-get dist-upgrade all the time)
 
 I used lsof and found the process that was holding the mount-point
 directory 
 up, which was 
 
 /usr/sbin/famd -T 0
 
 I shut down fam with #/etc/init.d/fam stop and I could then umount
 the share 
 cleanly.
 
 Can anyone shed any light on this?
 
 thanks,
 
 rich
-- 
Paul Yeatman   (858) 534-9896[EMAIL PROTECTED]
 ==
 ==Proudly brought to you by Mutt==
 ==


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: FAM causing device or resource busy errors when trying to smbumount

2004-10-04 Thread robin
Paul Yeatman wrote:
Hi, I've been having the same problem in Sarge.  In my case it
doesn't involve Samba but when a CD or even floppy is mounted by
nautilus/fam (or whatever is going on when you click a CD device
from the Computer icon), occasionally it will not unmount the
filesystem on the device with an error that the device is busy.  Once
I've convinced myself there are no processes running involving the
device and I'm not in any of its mounted directories, I'll try an 'lsof
/dev/cdrom' and will get something like
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
famd 1135me 26r  DIR  2,07168 1/media/cdrom
As Rich said, until I kill famd, I am unable to umount the
FS on the device.
I wasn't aware I could stop and restart fam with a supplied init script
as Rich mentioned although last time the problem occurred I tried stopping
and restarting famd this way but things still were somewhat screwed up
until I completely logged out or rebooted.
Anyone know what it going on with this.  Just a bug?
Paul
rich wrote on 28 Jul 2004:
 

when I have an smb share mounted on a directory in my home
directory, it 
refuses to unmount.

This is new, it used to work without a problem. Perhaps something
changed in 
the later releases of Sarge? (I apt-get dist-upgrade all the time)

I used lsof and found the process that was holding the mount-point
directory 
up, which was 

/usr/sbin/famd -T 0
I shut down fam with #/etc/init.d/fam stop and I could then umount
the share 
cleanly.

Can anyone shed any light on this?
thanks,
rich
   

Not much to add but I had the problem when I used to run gnome (til 
nautilus-2.6 came out). Since going over to xfce4 it hasn't been a 
problem. Found this link 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkgdata=famarchive=no

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



FAM causing device or resource busy errors when trying to smbumount

2004-07-28 Thread rich
when I have an smb share mounted on a directory in my home directory, it 
refuses to unmount.

This is new, it used to work without a problem. Perhaps something changed in 
the later releases of Sarge? (I apt-get dist-upgrade all the time)

I used lsof and found the process that was holding the mount-point directory 
up, which was 

/usr/sbin/famd -T 0

I shut down fam with #/etc/init.d/fam stop and I could then umount the share 
cleanly.

Can anyone shed any light on this?

thanks,

rich


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



/dev/dsp can't be opened (Device or resource busy)

2004-01-13 Thread Heino Tiedemann
Hallo,

nachdem mir noatin bei einem MPG Film komplett X lahmgelegt hat, hab
ich auf der Virzuellen Konsole #1 
X restartet: /etc/init.d/kdm restart


Nun ist aber noch das Sound device busy:

ridcully:~# /usr/bin/artsd restart
Error while initializing the sound driver:
device /dev/dsp can't be opened (Device or resource busy)

Wie finde ich den prozess dazu? ich will ihn killen.

Heino

(debian woody, kde 2.2.2 (original woody))


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/dsp can't be opened (Device or resource busy)

2004-01-13 Thread Norbert Tretkowski
* Heino Tiedemann wrote:
 Nun ist aber noch das Sound device busy:
 
 ridcully:~# /usr/bin/artsd restart
 Error while initializing the sound driver:
 device /dev/dsp can't be opened (Device or resource busy)
 
 Wie finde ich den prozess dazu? ich will ihn killen.

Mit lsof.

,[ Beispiel ]
| 0[EMAIL PROTECTED]/11]:~% lsof /dev/dsp
| COMMAND   PID   USER   FD   TYPE DEVICE SIZE  NODE NAME
| xmms12678 tretkowski   10w   CHR   14,3  41113 /dev/dsp
| xmms12679 tretkowski   10w   CHR   14,3  41113 /dev/dsp
| xmms29972 tretkowski   10w   CHR   14,3  41113 /dev/dsp
| xmms29978 tretkowski   10w   CHR   14,3  41113 /dev/dsp
| xmms29979 tretkowski   10w   CHR   14,3  41113 /dev/dsp
| xmms29994 tretkowski   10w   CHR   14,3  41113 /dev/dsp
`

Alternativ mit fuser.

Norbert


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/dsp can't be opened (Device or resource busy)

2004-01-13 Thread Thomas Rauchenwald
Heino Tiedemann [EMAIL PROTECTED] schrieb:

 Hallo,
 
 nachdem mir noatin bei einem MPG Film komplett X lahmgelegt hat, hab
 ich auf der Virzuellen Konsole #1 
 X restartet: /etc/init.d/kdm restart
 
 
 Nun ist aber noch das Sound device busy:
 
 ridcully:~# /usr/bin/artsd restart
 Error while initializing the sound driver:
 device /dev/dsp can't be opened (Device or resource busy)
 
 Wie finde ich den prozess dazu? ich will ihn killen.

Normalerweise mit lsof:

[EMAIL PROTECTED]:~$ lsof /dev/dsp
COMMAND PID USER   FD   TYPE DEVICE SIZE   NODE NAME
esd 769  sec5w   CHR   14,3  459826 /dev/dsp0

 Heino

Tom


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: SIOCSIFFLAGS: Device or resource busy

2003-10-16 Thread Andre Kalus
On Tue, 14 Oct 2003 23:50:31 +0800, Brian Walker wrote:

 Greetings all,
 
 The subject line is the response I get when I try to establish a link to
 the internet.
 
 Debian Woody, dual booting with XP. Self-built box. All was working well.
 I had not switched off the computer (I usually do, because the internal
 cooling was not coping with Hong Kong un-airconditioned temperatures,
[...]
 
 The ifconfig is OK - although Tx errors are present with nil arriving.
 ifup eth0 causes a long pause for thought, with the SIOCSIFFLAG Driver or
 resource busy  message.
 
 I am grateful for any ideas.
 
 Brian

I fear your NIC is damaged.

The message just says that a problem with that
device has been encountered. But ifconfig showing errors is a bad sign -
might be driver problems or hardware. If you did not change anything I
would guess it is a hardware problem. As Windows has problems with the
card, too, a hardware problem is quite sure.

If you can put the NIC in another PC, and another NIC in your PC.

Greetings
Andre


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SIOCSIFFLAGS: Device or resource busy

2003-10-14 Thread Brian Walker
Greetings all,

The subject line is the response I get when I try to establish a link to 
the internet.

Debian Woody, dual booting with XP. Self-built box. All was working 
well. I had not switched off the computer (I usually do, because the 
internal cooling was not coping with Hong Kong un-airconditioned 
temperatures, although that seemed to have settled) Receiving 20MB of 
spam and viruses, I kept sylpheed running to avoid filling the ISP 
mailbox (next task is to get mutt functioning with spamassassin)

Noticed erratic connectivity - assumed it was ISP issues, as ifup would 
sort the problem.

Now I cannot connect at all via the SMC Fast Ethernet PCI card, and 
although XP has no problems with the internal windows modem, it also 
refuses the SMC card.

1. Is the problem on the NIC?
2. What is a SIOCSIFFLAG when it is at home?
3. Googling for other solutions, I see that disabling PnP may help - but 
not in my case. What else can be suggested?

The ifconfig is OK - although Tx errors are present with nil arriving. 
ifup eth0 causes a long pause for thought, with the SIOCSIFFLAG Driver 
or resource busy  message.

I am grateful for any ideas.

Brian

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: usbcore: Device or resource busy

2003-09-23 Thread dcabaton

ok, effectivement mon rep etait utilise par famd
j'ai kille famd, demonte mon rep et tout revient a la normal 
merci de votre aide !!!


cela dit, i lfo q je comprenne d'ou le vient le pbl car je suis en train 
de faire une petite appli GTK pur decharger mon appareil photo num 
ya du bug ?? :((


merci pour votre aide !!

Obelix le Charollais :)

--
+--+
|  David CABATON alias Obelix  |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Student in computer sciences |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: usbcore: Device or resource busy

2003-09-21 Thread dcabaton



Si tu ne peux pas démonter un point de montage, c'est parcequ'il est
utilisé. 


oui je comprends..


Il suffit de trouver par qui puis de terminer ce processus :
 lsof /home/dcabaton/usb/


debian:/home/dcabaton# lsof /home/dcabaton/usb/
COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/


et maintenant comment demonter...

--
+--+
|  David CABATON alias Obelix  |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Student in computer sciences |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: usbcore: Device or resource busy

2003-09-21 Thread moku
Le 21/09/03 21:01, dcabaton a écrit tout plein de choses, dont :
 debian:/home/dcabaton# lsof /home/dcabaton/usb/
 COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
 famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/
 
 et maintenant comment demonter...

Avant de pouvoir démonter, tu dois fermer le soft qui travaille avec ton
répertoire. Essayes de fermer famd. Si il veut pas...
Il faut donc tuer le processus famd :
  killall famd
ou bien
  kill 448

Si ça ne donne rien :
  kill -9 448

Il ne reste plus qu'à démonter ton répertoire.

Ça devrait marcher :)
-- 
moku
Site communautaire sur Masamune Shirow  //Site d'export Japonais
http://www.projectshirow.net/  //  http://www.nippon-export.com/
   Ce dont je me débarasse / http://moku.free.fr/a_la_vente.html



Re: usbcore: Device or resource busy

2003-09-21 Thread dcabaton

bon je me reponds a moi meme... j'ai poste trop vite ;)

debian:/home/dcabaton# lsof /home/dcabaton/usb/
COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/

C'est quoi ce famd ??

debian:/home/dcabaton# ps -ef | grep famd
root  1514  1479  0 21:03 pts/300:00:00 grep famd

debian:/home/dcabaton# kill -9 1479
Processus arrêté


mais le proc reste quand meme et je peux tjrs pas demonter arf :(

merci de votre aide :)

--
+--+
|  David CABATON alias Obelix  |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Student in computer sciences |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: usbcore: Device or resource busy

2003-09-21 Thread Yannick Beynet

dcabaton a écrit :




Si tu ne peux pas démonter un point de montage, c'est parcequ'il est
utilisé.


oui je comprends..


Il suffit de trouver par qui puis de terminer ce processus :
 lsof /home/dcabaton/usb/


debian:/home/dcabaton# lsof /home/dcabaton/usb/
COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/


et maintenant comment demonter...

tu arrêtes temporairement fam puis tu demontes puis tu peux le relancer 
(fam)




Re: usbcore: Device or resource busy

2003-09-21 Thread Frédéric Bothamy
* dcabaton [EMAIL PROTECTED] [2003-09-21 21:01] :
 
 
 Si tu ne peux pas démonter un point de montage, c'est parcequ'il est
 utilisé. 
 
 oui je comprends..
 
 Il suffit de trouver par qui puis de terminer ce processus :
  lsof /home/dcabaton/usb/
 
 debian:/home/dcabaton# lsof /home/dcabaton/usb/
 COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
 famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/
 
 
 et maintenant comment demonter...

Il faut arrêter le processus famd, un /etc/init.d/fam stop devrait
suffire pour cela. Sinon, un bon kill devrait aussi faire l'affaire.

Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Code de conduite des listes Debian
http://www.fr.debian.org/MailingLists/#codeofconduct



Re: usbcore: Device or resource busy

2003-09-21 Thread moku
Le 21/09/03 21:10, dcabaton a écrit tout plein de choses, dont :
 bon je me reponds a moi meme... j'ai poste trop vite ;)

Et tu recommences ;-)

 debian:/home/dcabaton# lsof /home/dcabaton/usb/
 COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
 famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/
 
 C'est quoi ce famd ??

[EMAIL PROTECTED]:~]$ apt-cache show fam
[...]
Description: File Alteration Monitor
 FAM surveille les fichiers et les répertoires et informe les applications
 concernées des changements.
 .
 This package provides a server that can monitor a given list of files
 and notify applications through a socket. If the kernel supports dnotify
 (kernels = 2.4.x) FAM is notified directly by the kernel. Otherwise it has
 to poll the files' status. FAM can also provide a RPC service for monitoring
 remote files (such as on a mounted NFS filesystem).

Je n'en sais pas plus.

 debian:/home/dcabaton# ps -ef | grep famd
 root  1514  1479  0 21:03 pts/300:00:00 grep famd

Ben il n'est plus là, le fam !

 debian:/home/dcabaton# kill -9 1479
 Processus arrêté

Lol, tu n'as pas tué famd, là ! Mais je pense plutôt que tu as tué le
`ps -ef` qui était déjà fini.

 mais le proc reste quand meme et je peux tjrs pas demonter arf :(

Un kill -9 448 (PID vu avec le lsof) ne t'aide pas ?
A+
-- 
moku
Site communautaire sur Masamune Shirow  //Site d'export Japonais
http://www.projectshirow.net/  //  http://www.nippon-export.com/
   Ce dont je me débarasse / http://moku.free.fr/a_la_vente.html



Re: usbcore: Device or resource busy

2003-09-21 Thread François TOURDE
Le 12316ième jour après Epoch,
[EMAIL PROTECTED] écrivait:

 bon je me reponds a moi meme... j'ai poste trop vite ;)

 debian:/home/dcabaton# lsof /home/dcabaton/usb/
 COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
 famd448 root   71r   DIR8,1 81921 /home/dcabaton/usb/

 C'est quoi ce famd ??

 debian:/home/dcabaton# ps -ef | grep famd
 root  1514  1479  0 21:03 pts/300:00:00 grep famd

A mon avis, là, t'es mal... Le process semble ne plus être là (dixit ton
ps), et lsof le voit encore...

Regarde dans /proc/448 si par hasard le process n'a pas changé de nom et
si il est encore là...

Sinon, comme dirait le support technique de M$ : Un bon reboot et tout va
bien :)

-- 
Love is staying up all night with a sick child, or a healthy adult.



Re: usbcore: Device or resource busy

2003-09-20 Thread dcabaton



Ton module usb-storage est utilisé une fois, certainement par le montage
de ton périphérique USB. Tu as essayé de faire un
umount /point/de/montage/ avant de supprimer ton module USB ?


oui...

debian:/home/dcabaton# umount ./usb/
umount: ./usb/: device is busy



D'ailleurs, pourquoi enlever le module ?


ben justement parce que le umount fonctionne pas !!!



debian:/home/dcabaton# lsmod
Module  Size  Used byTainted: P
sd_mod 10012   2  (autoclean)
msdos   4796   1  (autoclean)
ppp_deflate38912   0  (autoclean)
bsd_comp3936   0  (autoclean)
apm 9440   1  (autoclean)
ide-scsi7584   0
sr_mod 13496   0
snd-pcm-oss37092   1
snd-mixer-oss  11104   1  [snd-pcm-oss]
snd-als4000 4484   2  (autoclean)
snd-pcm59360   0  (autoclean) [snd-pcm-oss snd-als4000]
snd-page-alloc  4656   0  (autoclean) [snd-pcm]
snd-sb-common   7104   0  (autoclean) [snd-als4000]
snd-mpu401-uart 3072   0  (autoclean) [snd-als4000]
snd-rawmidi12928   0  (autoclean) [snd-mpu401-uart]
snd-opl3-lib5728   0  (autoclean) [snd-als4000]
snd-timer  15040   0  (autoclean) [snd-pcm snd-opl3-lib]
snd-seq-device  3764   0  (autoclean) [snd-rawmidi snd-opl3-lib]
snd-hwdep   4448   0  (autoclean) [snd-opl3-lib]
snd28384   0  (autoclean) [snd-pcm-oss snd-mixer-oss 
snd-als4000 snd-pcm snd-sb-common snd-mpu401-uart snd-rawmidi 
snd-opl3-lib snd-timer snd-seq-device snd-hwdep]

soundcore   3844   6  (autoclean) [snd]
ipt_MASQUERADE  1344   1  (autoclean)
ipt_state608   2  (autoclean)
iptable_mangle  2112   0  (unused)
iptable_filter  1728   1
ip_nat_irc  2624   0  (unused)
ip_conntrack_irc2528   0  [ip_nat_irc]
ip_nat_ftp  3200   0  (unused)
iptable_nat14068   3  [ipt_MASQUERADE ip_nat_irc ip_nat_ftp]
ip_conntrack_ftp3392   0  [ip_nat_ftp]
ip_conntrack   14860   4  [ipt_MASQUERADE ipt_state ip_nat_irc 
ip_conntrack_irc ip_nat_ftp iptable_nat ip_conntrack_ftp]
ip_tables  11200   7  [ipt_MASQUERADE ipt_state 
iptable_mangle iptable_filter iptable_nat]

ppp_async   6816   1  (autoclean)
ppp_generic22184   3  (autoclean) [ppp_deflate bsd_comp 
ppp_async]

slhc4544   0  (autoclean) [ppp_generic]
nls_cp437   4384   4  (autoclean)
usb-storage97376   1
8139too15136   1
keybdev 1664   0  (unused)
usbkbd  2848   0  (unused)
input   3488   0  [keybdev usbkbd]
usb-uhci   21636   0  (unused)
usbcore50656   0  [usb-storage usbkbd usb-uhci]
debian:/home/dcabaton#



merci de votre aide ;) !

--
+--+
|  David CABATON alias Obelix  |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Student in computer sciences |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: usbcore: Device or resource busy

2003-09-20 Thread moku
Le 20/09/03 15:41, dcabaton a écrit tout plein de choses, dont :
 debian:/home/dcabaton# umount ./usb/
 umount: ./usb/: device is busy
 
 D'ailleurs, pourquoi enlever le module ?
 
 ben justement parce que le umount fonctionne pas !!!

Si tu ne peux pas démonter un point de montage, c'est parcequ'il est
utilisé. Il suffit de trouver par qui puis de terminer ce processus :
  lsof /home/dcabaton/usb/

A+
-- 
moku
Site communautaire sur Masamune Shirow  //Site d'export Japonais
http://www.projectshirow.net/  //  http://www.nippon-export.com/
   Ce dont je me débarasse / http://moku.free.fr/a_la_vente.html



Re: usbcore: Device or resource busy

2003-09-20 Thread Frédéric Bothamy
* dcabaton [EMAIL PROTECTED] [2003-09-20 15:41] :
 
 
 Ton module usb-storage est utilisé une fois, certainement par le montage
 de ton périphérique USB. Tu as essayé de faire un
 umount /point/de/montage/ avant de supprimer ton module USB ?
 
 oui...
 
 debian:/home/dcabaton# umount ./usb/
 umount: ./usb/: device is busy
 
 
 D'ailleurs, pourquoi enlever le module ?
 
 ben justement parce que le umount fonctionne pas !!!

Justement, le umount n'échoue *PAS* parce que le module est encore
présent : un module ne bloque jamais un point de montage. Un point de
montage est généralement bloqué parce qu'une application l'utilise (bash
ou autre). Que donne :

$ lsof | grep /home/dcabaton/usb

Une fois que plus aucune application n'utilisera le point de montage, tu
pourras démonter le périphérique USB et ensuite enlever le module USB
(mais ceci n'est pas nécessaire) ...


Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Code de conduite des listes Debian
http://www.fr.debian.org/MailingLists/#codeofconduct



Re: usbcore: Device or resource busy

2003-09-19 Thread dcabaton
ohhh honte a moi, je me suis trompe dans la commande, fais un mauvais 
copier-coller toutes mes excuses !


voici un lsmod ! avec les bonnes commandes ! ;)

merci de votre aide ;)
..
nls_cp437   4384   4  (autoclean)
usb-storage97376   1
8139too15136   1
keybdev 1664   0  (unused)
input   3488   0  [keybdev]
usbcore50656   0  [usb-storage]
.
debian:/home/dcabaton# rmmod  -r usbcore
rmmod: usbcore is in use

debian:/home/dcabaton# rmmod  -r usb-storage
rmmod: usb-storage: Device or resource busy
rmmod: usbcore: Device or resource busy
debian:/home/dcabaton#

--
+--+
|  David CABATON alias Obelix  |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Student in computer sciences |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: usbcore: Device or resource busy

2003-09-19 Thread Frédéric Bothamy
* dcabaton [EMAIL PROTECTED] [2003-09-20 00:49] :
 ohhh honte a moi, je me suis trompe dans la commande, fais un mauvais 
 copier-coller toutes mes excuses !
 
 voici un lsmod ! avec les bonnes commandes ! ;)
 
 merci de votre aide ;)
 ..
 nls_cp437   4384   4  (autoclean)
 usb-storage97376   1
 8139too15136   1
 keybdev 1664   0  (unused)
 input   3488   0  [keybdev]
 usbcore50656   0  [usb-storage]
 .
 debian:/home/dcabaton# rmmod  -r usbcore
 rmmod: usbcore is in use
 
 debian:/home/dcabaton# rmmod  -r usb-storage
 rmmod: usb-storage: Device or resource busy
 rmmod: usbcore: Device or resource busy
 debian:/home/dcabaton#

Ton module usb-storage est utilisé une fois, certainement par le montage
de ton périphérique USB. Tu as essayé de faire un
umount /point/de/montage/ avant de supprimer ton module USB ?

D'ailleurs, pourquoi enlever le module ?


Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Code de conduite des listes Debian
http://www.fr.debian.org/MailingLists/#codeofconduct



usbcore: Device or resource busy

2003-09-18 Thread dcabaton

salut la liste !!!

je voudrais votre aide SVP

je susi en trai nde faire un petit programme pour decharger les photos 
de mon appareil photo numerique


je monte le port usb mais j'arrive plus a le demonter d'ou le msg 
d'erreur...



merci de votre aide ;) / David

debian:/home/dcabaton# lsmod
Module  Size  Used byTainted: P
ppp_deflate38912   0  (autoclean)
bsd_comp3936   0  (autoclean)
msdos   4796   1  (autoclean)
apm 9440   1  (autoclean)
ide-scsi7584   0
sr_mod 13496   0
snd-pcm-oss37092   0  (unused)
snd-mixer-oss  11104   1  [snd-pcm-oss]
snd-als4000 4484   1  (autoclean)
snd-pcm59360   0  (autoclean) [snd-pcm-oss snd-als4000]
snd-page-alloc  4656   0  (autoclean) [snd-pcm]
snd-sb-common   7104   0  (autoclean) [snd-als4000]
snd-mpu401-uart 3072   0  (autoclean) [snd-als4000]
snd-rawmidi12928   0  (autoclean) [snd-mpu401-uart]
snd-opl3-lib5728   0  (autoclean) [snd-als4000]
snd-timer  15040   0  (autoclean) [snd-pcm snd-opl3-lib]
snd-seq-device  3764   0  (autoclean) [snd-rawmidi snd-opl3-lib]
snd-hwdep   4448   0  (autoclean) [snd-opl3-lib]
snd28384   0  (autoclean) [snd-pcm-oss snd-mixer-oss 
snd-als4000 snd-pcm snd-sb-common snd-mpu401-uart snd-rawmidi 
snd-opl3-lib snd-timer snd-seq-device snd-hwdep]

soundcore   3844   6  (autoclean) [snd]
ipt_MASQUERADE  1344   1  (autoclean)
ipt_state608   2  (autoclean)
iptable_mangle  2112   0  (unused)
iptable_filter  1728   1
ip_nat_irc  2624   0  (unused)
ip_conntrack_irc2528   0  [ip_nat_irc]
ip_nat_ftp  3200   0  (unused)
iptable_nat14068   3  [ipt_MASQUERADE ip_nat_irc ip_nat_ftp]
ip_conntrack_ftp3392   0  [ip_nat_ftp]
ip_conntrack   14860   4  [ipt_MASQUERADE ipt_state ip_nat_irc 
ip_conntrack_irc ip_nat_ftp iptable_nat ip_conntrack_ftp]
ip_tables  11200   7  [ipt_MASQUERADE ipt_state 
iptable_mangle iptable_filter iptable_nat]

ppp_async   6816   1  (autoclean)
ppp_generic22184   3  (autoclean) [ppp_deflate bsd_comp 
ppp_async]

slhc4544   0  (autoclean) [ppp_generic]
nls_cp437   4384   4  (autoclean)
usb-storage97376   1
8139too15136   1
keybdev 1664   0  (unused)
usbkbd  2848   0  (unused)
input   3488   0  [keybdev usbkbd]
usb-uhci   21636   0  (unused)
usbcore50656   0  [usb-storage usbkbd usb-uhci]

debian:/home/dcabaton# rmmode usbcore
bash: rmmode: command not found



--
+--+
|  David CABATON alias Obelix  |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Student in computer sciences |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: usbcore: Device or resource busy

2003-09-18 Thread moku
Salut,

Le 18/09/03 22:30, dcabaton a écrit tout plein de choses, dont :
 je monte le port usb mais j'arrive plus a le demonter d'ou le msg 
 d'erreur...
[...]
 debian:/home/dcabaton# lsmod
 Module  Size  Used byTainted: P
 ppp_deflate38912   0  (autoclean)
 bsd_comp3936   0  (autoclean)
[...]
 usb-uhci   21636   0  (unused)
 usbcore50656   0  [usb-storage usbkbd usb-uhci]
 
 debian:/home/dcabaton# rmmode usbcore
 bash: rmmode: command not found

Euh, c'est « rmmod », pas rmmode ;)
Et avant de pouvoir supprimer ce module, il faut supprimer ceux qui
dépandent de lui. (usb-storage, usbkbd et usb-uhci)

A+
-- 
moku
Site communautaire sur Masamune Shirow  //Site d'export Japonais
http://www.projectshirow.net/  //  http://www.nippon-export.com/
   Ce dont je me débarasse / http://moku.free.fr/a_la_vente.html



Re: usbcore: Device or resource busy

2003-09-18 Thread Eric Genestine
 Euh, c'est « rmmod », pas rmmode ;)
 Et avant de pouvoir supprimer ce module, il faut supprimer ceux qui
 dépandent de lui. (usb-storage, usbkbd et usb-uhci)

 A+

et avant de demonter le repertoire de montage de la carte mémoire, il me 
semble...

-- 
Eric Genestine



Re: usbcore: Device or resource busy

2003-09-18 Thread daniel huhardeaux

dcabaton wrote:

Bonsoir


[...]
debian:/home/dcabaton# rmmode usbcore
bash: rmmode: command not found


rmmod (sans le e) ne serait il pas plus judicieux? :-)

--
:  __ __ __ __ __ __  [EMAIL PROTECTED]
: /_// __  // __  //_// __  // / phone.: +48 32 285 5276
:  / /  / /_/ // /_/ /  / /  / /_/ // / fax: +48 32 285 5276
: /_/  /_//_/  /_/  /_/ /_//_/ mobile..: +48 602 284 546




Re: usbcore: Device or resource busy

2003-09-18 Thread Lionel Draghi

dcabaton wrote:


...
debian:/home/dcabaton# rmmode usbcore
bash: rmmode: command not found


rmmod ne prend pas de e :-)

--
Lionel Draghihttp://swpat.ffii.org/index.fr.html




RE: usbcore: Device or resource busy

2003-09-18 Thread Sylvain
completion automatique quand tu nous tiens ...


-Message d'origine-
De : daniel huhardeaux [mailto:[EMAIL PROTECTED]
Envoye : jeudi 18 septembre 2003 23:00
A : debian-user-french@lists.debian.org
Objet : Re: usbcore: Device or resource busy


dcabaton wrote:

Bonsoir

 [...]
 debian:/home/dcabaton# rmmode usbcore
 bash: rmmode: command not found

rmmod (sans le e) ne serait il pas plus judicieux? :-)

--
:  __ __ __ __ __ __  [EMAIL PROTECTED]
: /_// __  // __  //_// __  // / phone.: +48 32 285 5276
:  / /  / /_/ // /_/ /  / /  / /_/ // / fax: +48 32 285 5276
: /_/  /_//_/  /_/  /_/ /_//_/ mobile..: +48 602 284 546



--
Pensez ` lire la FAQ de la liste avant de poser une question :
http://savannah.nongnu.org/download/debfr-faq/html/

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



Re: usbcore: Device or resource busy

2003-09-18 Thread Daniel Déchelotte
dcabaton [EMAIL PROTECTED] a écrit :

| je monte le port usb mais j'arrive plus a le demonter d'ou le msg 
| d'erreur...

Dis-nous ce que tu obtiens lorsque tu tentes de le demonter.

[...]
| debian:/home/dcabaton# rmmode usbcore
| bash: rmmode: command not found

Aie aie aie, la, la typo, elle va nous couter cher en nombre de courriels
redondants.

Daniel,
-- 
http://yo.dan.free.fr/



Re: usbcore: Device or resource busy

2003-09-18 Thread Jacques L'helgoualc'h
moku a écrit, jeudi 18 septembre 2003, à 22:59 :
[...]
 Et avant de pouvoir supprimer ce module, il faut supprimer ceux qui
 dépandent de lui. (usb-storage, usbkbd et usb-uhci)

modprobe -r s'en charge ... (et prend un « e » ;)

-- 
Jacques L'helgoualc'h



Re: /dev/dsp: Device or resource busy

2003-07-25 Thread Vincent Lefevre
On Thu, Jul 24, 2003 at 15:09:01 +0200, EkiEki wrote:
 Comment faire pour liberer le /dev/dsp losqu'un programme audio a planté 
 et occupe toujours le canal ? Merci !

Au fait, avec xine, j'ai systématiquement une erreur

main: probing oss audio output plugin
audio_oss_out: opening audio device /dev/dsp failed:
Device or resource busy

et plus loin

main: probing esd audio output plugin
audio_esd_out: connecting to esd server...
/dev/dsp: Device or resource busy
audio_esd_out: can't connect to default ESD server: Connection reset by peer
load_plugins: failed to load audio output plugin esd

Pourquoi ces Device or resource busy alors qu'avec mpg123, je n'ai
aucun problème?

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Re: /dev/dsp: Device or resource busy

2003-07-25 Thread EkiEki

Vincent Lefevre wrote:

On Thu, Jul 24, 2003 at 15:09:01 +0200, EkiEki wrote:

Comment faire pour liberer le /dev/dsp losqu'un programme audio a planté 
et occupe toujours le canal ? Merci !



Au fait, avec xine, j'ai systématiquement une erreur

main: probing oss audio output plugin
audio_oss_out: opening audio device /dev/dsp failed:
Device or resource busy

et plus loin

main: probing esd audio output plugin
audio_esd_out: connecting to esd server...
/dev/dsp: Device or resource busy
audio_esd_out: can't connect to default ESD server: Connection reset by peer
load_plugins: failed to load audio output plugin esd

Pourquoi ces Device or resource busy alors qu'avec mpg123, je n'ai
aucun problème?


Tu utilise quoi comme drivers ? alsa ? oss ?
Et comme serveur tu as mis quoi ? ESD ? ART ?
Ah tu du son sous X ?
peut tu jouer plusieurs son à la fois ?
tu à installer une version speciale de mpg123 (mpg123-esd) ou bien tu a 
le package de base ?




Re: /dev/dsp: Device or resource busy

2003-07-25 Thread Vincent Lefevre
On Fri, Jul 25, 2003 at 14:28:40 +0200, EkiEki wrote:
 Tu utilise quoi comme drivers ? alsa ? oss ?

Comment savoir?

Voici les modules liés au son qui sont chargés:

dmasound_pmac  47496   2
i2c-core   14840   0 [dmasound_pmac]
dmasound_core  13704   2 [dmasound_pmac]
soundcore   5096   3 [dmasound_core]

(Ma machine est un PowerBook.)

 Et comme serveur tu as mis quoi ? ESD ? ART ?

ESD.

 Ah tu du son sous X ?

Qu'entends-tu par là? J'ai divers programmes qui fournissent du son
sans problème (que je sois sous X ou non), mais ils ne sont pas liés
à X: mpg123, timidity, le beep des terminaux.

Xine aussi, mais il faut qu'un démon esd soit en train de tourner
semble-t-il (e.g. juste après avoir joué un mp3 avec mpg123-esd).

 peut tu jouer plusieurs son à la fois ?

Non.

 tu à installer une version speciale de mpg123 (mpg123-esd) ou bien tu a 
 le package de base ?

J'ai installé les deux (c'était essentiellement pour voir s'il y avait
des différences). Les deux (mpg123-oss et mpg123-esd) fonctionnent.

Voici mon /etc/esound/esd.conf:

[esd]
auto_spawn=1
spawn_options=-terminate -nobeeps -as 5
spawn_wait_ms=100

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Re: /dev/dsp: Device or resource busy

2003-07-25 Thread EkiEki

Vincent Lefevre wrote:

On Fri, Jul 25, 2003 at 14:28:40 +0200, EkiEki wrote:


Tu utilise quoi comme drivers ? alsa ? oss ?



Comment savoir?

Voici les modules liés au son qui sont chargés:

dmasound_pmac  47496   2
i2c-core   14840   0 [dmasound_pmac]
dmasound_core  13704   2 [dmasound_pmac]
soundcore   5096   3 [dmasound_core]

(Ma machine est un PowerBook.)



Et comme serveur tu as mis quoi ? ESD ? ART ?



ESD.



Ah tu du son sous X ?



Qu'entends-tu par là? J'ai divers programmes qui fournissent du son
sans problème (que je sois sous X ou non), mais ils ne sont pas liés
à X: mpg123, timidity, le beep des terminaux.

Xine aussi, mais il faut qu'un démon esd soit en train de tourner
semble-t-il (e.g. juste après avoir joué un mp3 avec mpg123-esd).



peut tu jouer plusieurs son à la fois ?



Non.


tu à installer une version speciale de mpg123 (mpg123-esd) ou bien tu a 
le package de base ?



J'ai installé les deux (c'était essentiellement pour voir s'il y avait
des différences). Les deux (mpg123-oss et mpg123-esd) fonctionnent.

Voici mon /etc/esound/esd.conf:

[esd]
auto_spawn=1
spawn_options=-terminate -nobeeps -as 5
spawn_wait_ms=100


fait un
lsof /dev/dsp
et donne moi la sortie



Re: /dev/dsp: Device or resource busy

2003-07-25 Thread Vincent Lefevre
On Fri, Jul 25, 2003 at 17:17:14 +0200, EkiEki wrote:
 fait un
 lsof /dev/dsp
 et donne moi la sortie

Il ne sort rien du tout et se termine avec un code de retour égal à 1.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



/dev/dsp: Device or resource busy

2003-07-24 Thread EkiEki
Comment faire pour liberer le /dev/dsp losqu'un programme audio a planté 
et occupe toujours le canal ? Merci !




Re: /dev/dsp: Device or resource busy

2003-07-24 Thread Andreï V. FOMITCHEV

Salut,
EkiEki wrote:

Comment faire pour liberer le /dev/dsp losqu'un programme audio a 
planté et occupe toujours le canal ? Merci !


utiliser 'fuser ...' pour trouver qui utilise
'kill -9 ...' pour tuer celui qui utilise

--
Andreï V. FOMITCHEV   [Quand faut-il arrêter l'informatique]
Software RD Engineer[Lorsque, dans un kilo, on trouve 1024 grammes]
Odixion SAS, FRANCE





Re: /dev/dsp: Device or resource busy

2003-07-24 Thread Corsac
Le jeu 24/07/2003 à 15:34, Andreï V. FOMITCHEV a écrit :
 Salut,
 EkiEki wrote:
 
  Comment faire pour liberer le /dev/dsp losqu'un programme audio a 
  planté et occupe toujours le canal ? Merci !
 
 utiliser 'fuser ...' pour trouver qui utilise
 'kill -9 ...' pour tuer celui qui utilise
 
 -- 
 Andreï V. FOMITCHEV   [Quand faut-il arrêter l'informatique]
 Software RD Engineer[Lorsque, dans un kilo, on trouve 1024 grammes]
 Odixion SAS, FRANCE
 
A ce propos, quelqu'un a t'il reussi à faire marcher le multicanal
(enfin plutot pouvoir envoyer plusieurs sons en meme temps sur le DSP)
avec les drivers alsa? 
J'ai une carte son AC 97 (chipset intel i810 sur un laptop).

Merci d'avance :)
-- 
Corsac
http://www.corsac.net



Re: /dev/dsp: Device or resource busy

2003-07-24 Thread EkiEki

Corsac wrote:

Le jeu 24/07/2003 à 15:34, Andreï V. FOMITCHEV a écrit :


Salut,
EkiEki wrote:


Comment faire pour liberer le /dev/dsp losqu'un programme audio a 
planté et occupe toujours le canal ? Merci !


utiliser 'fuser ...' pour trouver qui utilise
'kill -9 ...' pour tuer celui qui utilise

--
Andreï V. FOMITCHEV   [Quand faut-il arrêter l'informatique]
Software RD Engineer[Lorsque, dans un kilo, on trouve 1024 grammes]
Odixion SAS, FRANCE



A ce propos, quelqu'un a t'il reussi à faire marcher le multicanal
(enfin plutot pouvoir envoyer plusieurs sons en meme temps sur le DSP)
avec les drivers alsa? 
J'ai une carte son AC 97 (chipset intel i810 sur un laptop).


Merci d'avance :)
Pour moi en tt cas le multicanal ne marche pas (intel i810) j'utilise 
donc l'esd.
Pour le lsof j avais deja fait et il ne me renvoit rien ... apparement 
aucun programme en memoire utilise le /dev/dsp je comprend pas :(




Re: /dev/dsp: Device or resource busy

2003-07-24 Thread François TOURDE
Le 12257ième jour après Epoch,
[EMAIL PROTECTED] écrivait:

 Pour moi en tt cas le multicanal ne marche pas (intel i810) j'utilise
 donc l'esd.
 Pour le lsof j avais deja fait et il ne me renvoit rien ... apparement
 aucun programme en memoire utilise le /dev/dsp je comprend pas :(

Si c'est un module qui gère le son, essaye de décharger puis de recharger
le module en question... C'est pê lui qui coince.

-- 
Back when I was a boy, it was 40 miles to everywhere, uphill both ways
and it was always snowing.



Re: /dev/dsp: Device or resource busy

2003-07-24 Thread EkiEki

François TOURDE wrote:

Le 12257ième jour après Epoch,
[EMAIL PROTECTED] écrivait:



Pour moi en tt cas le multicanal ne marche pas (intel i810) j'utilise
donc l'esd.
Pour le lsof j avais deja fait et il ne me renvoit rien ... apparement
aucun programme en memoire utilise le /dev/dsp je comprend pas :(



Si c'est un module qui gère le son, essaye de décharger puis de recharger
le module en question... C'est pê lui qui coince.

Probleme resollu ... j avais compilé mon kernel 2.6 avec gcc 3.3. 
Maintenant que je l ai recompilé avec le 2.95 tout marche bien.

Je ne sais toujours pas pourquoi...
Si quelqu un a une reponsse



device or resource busy

2002-06-09 Thread Brian Rose
Hi,
I have a Seagate Tapestor Travan 20 (IDE) tape drive.  I want to have it
do automated backups, but it records in /var/log/messages:
(Not quoting)

device or resource busy  [offset 0]

The tape drive is /dev/hdc and I use the ide-scsi module with an
append=... to lilo to ensure it makes the connection between /dev/hdc
and /dev/nst0.

Does anyone know why the tape drive is busy if nothing is using it?  How
do I fix this?

Brian 





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



vmware - Sound (/dev/dsp - device or resource busy)

2002-05-26 Thread Gerhard Engler

Hallo Mailingliste,

ich habe vmware auf meinem Debian-Rechner installiert. Wenn ich 
allerdings das in vmware installierte win2000 starten will erhalte ich 
immer die Fehlermeldung:

/dev/dsp: Device or resource busy. Device sound will start disconnected

Der Sound, den das unter vmware installierte Win2000 produziert geht nicht.

Ansonsten funktioniert die Sound-Ausgabe auf dem Rechner allerdings 
problemlos (System-Sound, xmms, etc.)

Woran könnte das liegen?

Ein lsof /dev/dsp sollte mir doch eigentlich den verwendeten 
Sound-Daemon ausgeben - oder? Da kommt aber leider gar nichts.

Ich habe bisher OSS installiert. Welchen Sound-Daemon verwendet Ihr 
denn? Sollte ich evtl. auf alsa wechseln?

Vielen Dank!

Gerhard


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: vmware - Sound (/dev/dsp - device or resource busy)

2002-05-26 Thread Andre Naehring

Tach auch!

Am Son, 2002-05-26 um 13.21 schrieb Gerhard Engler:

 Ich habe bisher OSS installiert. Welchen Sound-Daemon verwendet Ihr 
 denn? Sollte ich evtl. auf alsa wechseln?
Thema Sounddaemon: nachdem ich ein wenig rumexperimentiert habe, fahre
ich nun den artsd. ESD ist zwar auch nett, aber z.B. das Spoolen von
Unreal Tournament klappt über edsdsp nicht, während artsdsp einwandfrei
funktioniert. Außerdem ist der arts nicht nur für KDE, sondern generell
zu verwenden. Ich weiß nicht, aber bei meinen Suchen sah es so aus, als
würde der ESD aus Gnome rausfliegen und durch den arts ersetzt werden.
Tja, soweit meine Empfehlung. Viel Spaß damit!

-- 

 -- Vielen Dank fuer die Aufmerksamkeit, A. Naehring 
   -- mailto: [EMAIL PROTECTED] ## home: http://www.linvat.de
 -- Origin: und cobol macht doch keinen Sinn ... :-)



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: vmware - Sound (/dev/dsp - device or resource busy)

2002-05-26 Thread Frank Barknecht

Hi,
Gerhard Engler hat gesagt: // Gerhard Engler wrote:
 Ich habe bisher OSS installiert. Welchen Sound-Daemon verwendet Ihr 
 denn? Sollte ich evtl. auf alsa wechseln?
OSS uns ALSA sind keine Sound-Daemonen, sondern Treiber und
Anwendungsinterfaces, einfach gesagt.

ciao,
-- 
 Frank Barknecht   _ __footils.org__


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: vmware - Sound (/dev/dsp - device or resource busy)

2002-05-26 Thread Frank Barknecht

Andre Naehring hat gesagt: // Andre Naehring wrote:

 Tach auch!
 
 Am Son, 2002-05-26 um 13.21 schrieb Gerhard Engler:
 
  Ich habe bisher OSS installiert. Welchen Sound-Daemon verwendet Ihr 
  denn? Sollte ich evtl. auf alsa wechseln?
 Ich weiß nicht, aber bei meinen Suchen sah es so aus, als würde der
 ESD aus Gnome rausfliegen und durch den arts ersetzt werden.  

Ich glaube, da kämpfen manche noch für Jack statt Arts, weil Jack die
bessere Latenz bietet, aber ESD ist wirklich überholt.

ciao,
-- 
 Frank Barknecht   _ __footils.org__


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Device or resource busy error.

2002-02-05 Thread Geoff Ludwiczak
On Mon, Feb 04, 2002 at 09:43:32PM -0800, James Rende wrote:
 Folks. 
 
 I am trying to get my aging machine as far away from
 Windows as humanly possible. I can't, however, get
 Debian to recognize my NIC. When I try to run modprobe
 rtl8139 as root, I get an error telling me that the
 Device is not ready or in use. 
 
 I'm running Debian 2.2r2 Kernel 2.2.17 
 

What does 'lsmod' output and does 'dmesg' say anything about the NIC?  Are you
absolutely sure this is the correct chipset too?

 The card is a DLink DFE-530TX+ 
 
 My hardware, (please don't laugh to loudly) is an
 older Via chipset bios, AMD K6 2/450. 

You would be laughing at me, I only have a Celeron 433 :-)

 
 The card is functioning in windows, so I know it isn't
 bad hardware. 
 
 Does anyone have a solution or suggestion I can try to
 get Debian running online?

Well, I have had the strangest problems with NIC's sometimes.  The machine
that I'm writing this from right now has two NIC's (one realtek 8139, the
other is a 3COM 905C).  However, they would not work in _any_ OS unless I
switched the order in the slots.  If worst comes to worst, try putting it in a
different slot, and when the table of IRQ's shows at boot up, pause it, and
check to make sure it has an IRQ too.  Another thing that I find helps on some
systems is toggling the option of Plug and Play in the BIOS setup, ie. if it's
on, try turning it off.  There also seems to be another realtek 8139 driver
called 8139too in the Linux kernel, I have never used this, but maybe it might
solve your particular problem.

 
 Thanks.
 
 James
 
 __
 Do You Yahoo!?
 Send FREE Valentine eCards with Yahoo! Greetings!
 http://greetings.yahoo.com
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



Re: Device or resource busy error.

2002-02-05 Thread Crispin Wellington
On Tue, 2002-02-05 at 13:43, James Rende wrote:
 Folks. 
 
 I am trying to get my aging machine as far away from
 Windows as humanly possible. I can't, however, get
 Debian to recognize my NIC. When I try to run modprobe
 rtl8139 as root, I get an error telling me that the
 Device is not ready or in use. 

try the 8139too driver aswell. Its suited better to some 8139 based
cards

If you read the source code comments in the 8139 driver code, you'll
probably want to go out and get a better card though :) The chipset
design sounds rather woefull.

Kind Regards

Crispin



Re: Device or resource busy error.

2002-02-05 Thread Jason Majors
  I am trying to get my aging machine as far away from
  Windows as humanly possible. I can't, however, get
  Debian to recognize my NIC. When I try to run modprobe
  rtl8139 as root, I get an error telling me that the
  Device is not ready or in use. 
  
  I'm running Debian 2.2r2 Kernel 2.2.17 
  
 
 What does 'lsmod' output and does 'dmesg' say anything about the NIC?  Are you
 absolutely sure this is the correct chipset too?
It is. I have the same card and it's rtl8139 under 2.2.x. 8139too under
2.4.x.
 
 Well, I have had the strangest problems with NIC's sometimes.  The machine
 that I'm writing this from right now has two NIC's (one realtek 8139, the
 other is a 3COM 905C).  However, they would not work in _any_ OS unless I
 switched the order in the slots.  If worst comes to worst, try putting it in a
 different slot, and when the table of IRQ's shows at boot up, pause it, and
 check to make sure it has an IRQ too.  Another thing that I find helps on some
 systems is toggling the option of Plug and Play in the BIOS setup, ie. if it's
 on, try turning it off.  There also seems to be another realtek 8139 driver
 called 8139too in the Linux kernel, I have never used this, but maybe it might
 solve your particular problem.
 
This reminds me of a similar problem with my tv card...
Check in your mobo book (or at the manufacturer's site) to see what IRQs are
assigned to which PCI slot. Some are shared. Then switch the card to a
non-shared slot.



Re: Device or resource busy error.

2002-02-05 Thread Paul E Condon
On Tue, Feb 05, 2002 at 11:00:16AM -0700, Jason Majors wrote:
   I am trying to get my aging machine as far away from
   Windows as humanly possible. I can't, however, get
   Debian to recognize my NIC. When I try to run modprobe
   rtl8139 as root, I get an error telling me that the
   Device is not ready or in use. 

There is also a driver named 8139too. Sometimes if works when rtl8139 doesn't.
Try it. 




   
   I'm running Debian 2.2r2 Kernel 2.2.17 
   
  
  What does 'lsmod' output and does 'dmesg' say anything about the NIC?  Are 
  you
  absolutely sure this is the correct chipset too?
 It is. I have the same card and it's rtl8139 under 2.2.x. 8139too under
 2.4.x.
  
  Well, I have had the strangest problems with NIC's sometimes.  The machine
  that I'm writing this from right now has two NIC's (one realtek 8139, the
  other is a 3COM 905C).  However, they would not work in _any_ OS unless I
  switched the order in the slots.  If worst comes to worst, try putting it 
  in a
  different slot, and when the table of IRQ's shows at boot up, pause it, and
  check to make sure it has an IRQ too.  Another thing that I find helps on 
  some
  systems is toggling the option of Plug and Play in the BIOS setup, ie. if 
  it's
  on, try turning it off.  There also seems to be another realtek 8139 driver
  called 8139too in the Linux kernel, I have never used this, but maybe it 
  might
  solve your particular problem.
  
 This reminds me of a similar problem with my tv card...
 Check in your mobo book (or at the manufacturer's site) to see what IRQs are
 assigned to which PCI slot. Some are shared. Then switch the card to a
 non-shared slot.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
Paul E Condon 
[EMAIL PROTECTED]



Re: Device or resource busy error.

2002-02-05 Thread Ray
On Mon, Feb 04, 2002 at 09:43:32PM -0800, James Rende wrote:
 Folks. 
 
 I am trying to get my aging machine as far away from
 Windows as humanly possible. I can't, however, get
 Debian to recognize my NIC. When I try to run modprobe
 rtl8139 as root, I get an error telling me that the
 Device is not ready or in use. 
 
 I'm running Debian 2.2r2 Kernel 2.2.17 
 
 The card is a DLink DFE-530TX+ 

As others have said, try the 8139too driver.  You may also have to move to a
newer kernel (2.2.19 or later).  Be aware that DLink has put out several
revisions of that card and some need newer/different versions of the 8139
driver.

-- 
Ray



Device or resource busy error.

2002-02-04 Thread James Rende
Folks. 

I am trying to get my aging machine as far away from
Windows as humanly possible. I can't, however, get
Debian to recognize my NIC. When I try to run modprobe
rtl8139 as root, I get an error telling me that the
Device is not ready or in use. 

I'm running Debian 2.2r2 Kernel 2.2.17 

The card is a DLink DFE-530TX+ 

My hardware, (please don't laugh to loudly) is an
older Via chipset bios, AMD K6 2/450. 

The card is functioning in windows, so I know it isn't
bad hardware. 

Does anyone have a solution or suggestion I can try to
get Debian running online?

Thanks.

James

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com



device or resource busy

2001-09-16 Thread Rui



Ola lista,

Dessculpe por perguntar denovo mas ja fiz esta 
pergunta antes mas devo ter perdido a resposta.

Estou tentando dar o comando setserial /dev/ttyS2 
autoconfig mas da uma mensagem de erro que o device or 
resourcebusy.

Alguem pode me ajudar?

Uso um modem 33600usrobotics ele ja é 
reconhecido pelo isapnp e esta na com3 irq5 no windows. Alias no windows ele 
funciona perfeitamente.

Atenciosamente,

Rui Tegon


Re: device or resource busy

2001-09-16 Thread Lucianno A. Ramalho
On Sun, 16 Sep 2001 10:31:49 -0300
Rui [EMAIL PROTECTED] wrote:

 Ola lista,
 
 Dessculpe por perguntar denovo mas ja fiz esta pergunta antes mas devo ter 
 perdido a resposta.
 
 Estou tentando dar o comando setserial /dev/ttyS2 autoconfig mas da uma 
 mensagem de erro que o device or resource busy.
 
 Alguem pode me ajudar?
 
 Uso um modem 33600 usrobotics ele ja é reconhecido pelo isapnp e esta na com3 
 irq5 no windows. Alias no windows ele funciona perfeitamente.
 
 Atenciosamente,
 
 Rui Tegon 
 
Já tô vendo q esta mensagem em html vai gerar uns 15 dias de guerra aki.
Meu caro, não mande msg em html. Enquanto uma msg texto possui aprox. 3k, em 
html ela terá 9k. somando a quantidade de msg q são mandadas ao servidor, o 
tráfego fica muito gande, não só para ele, mas pra nós q baixamos as msg dele.( 
quanto mais kb mais tempo de conexão($$$)).
Quanto ao teu pro. teu modem não pode ser jumpeável não. eu tenho um u.s. 56k q 
pode ser tanto pnp quanto jumpeável. dá uma olhada na placa. 

/\
||  .''`.  | Lucianno Albuquerque Ramalho   |   ||
|| : :'  : | [EMAIL PROTECTED] - [EMAIL PROTECTED] | dot\/ ||
|| `. `'`  | Linux User #197232 - ICQ #45967059 |/\ ||
||   `-| Live Free or Die !!! - Powered by Debian GNU/Linux |   ||
\/

pgpW0jOFfN9sX.pgp
Description: PGP signature


Re: device or resource busy

2001-09-16 Thread Carlos R Sotonyi
On Sun, 16 Sep 2001 10:31:49 -0300
Rui [EMAIL PROTECTED] wrote:

 
 Dessculpe por perguntar denovo mas ja fiz esta pergunta antes mas devo ter 
 perdido a resposta.
 
 Estou tentando dar o comando setserial /dev/ttyS2 autoconfig mas da uma 
 mensagem de erro que o device or resource busy.
 
 Alguem pode me ajudar?
 
 Uso um modem 33600 usrobotics ele ja é reconhecido pelo isapnp e esta na com3 
 irq5 no windows. Alias no windows ele funciona perfeitamente.

Veja abaixo o que fiz e funcionou:

# 00:09.0 Serial controller: US Robotics/3Com 56K FaxModem Model 5610 (rev 01)
# (prog-if 02 [16550])
#   Subsystem: US Robotics/3Com USR 56k Internal Voice Modem (Model 2976)
#   Flags: medium devsel, IRQ 9
#   I/O ports at dfa0
#   Capabilities: [dc] Power Management version 2

setserial /dev/ttyS1 irq 9 port 0xdfa0 ^fourport ^auto_irq skip_test autoconfig 
spd_vhi

setserial /dev/ttyS1 -h


Carlos R sotonyi
[EMAIL PROTECTED]



device or resource busy?????

2001-09-04 Thread Rui



Ola lista,

Apos ter configurado meu modem usrobotics 33600 
pelo isapnpe ter rodado o setserial/dev/ttyS2 autoconfig consegui 
apenas uma vez acessar o modem mas quando dei outro boot nao consegui mais 
acessar o mesmo. Agora so da aseguinte mensagem apos o 
setserial:
/dev/ttyS2 device or resource busy

Como faco para consertar isto?

Fico no aguardo.
Rui Tegon 


Re: Bus error on eth0, network card works, but lpr says device or resource busy.

2001-07-06 Thread Joost Kooij
On Thu, Jul 05, 2001 at 03:47:31PM -0600, Patrick Klee wrote:
 Hi,
 I am trying to install Debian Potato, on my PC.  But, when I enable plip
 (parallel port support), I get an error with lpr saying device or resource
 busy. 

Perhaps the lp.o module is still loaded while you are trying to load plip.o

Now what's weird, is the night before, I was on IRC, and I got a bus
 error on eth0 but the network card works fine.  That happened on redhat.

Don't let them put that in their .sig!  ;-)

Cheers,


Joost



lp.o: init_module: Device or resource busy

2001-07-06 Thread Robert Waldner

Hi!

I had to reconfigure my printer port from IRQ 7 to IRQ 5 (because I´ve 
got a soundcard which is hardwired to IRQ 7 grr).

Luckily I had compiled lp as a module, so I thought a simple change from
`modprobe lp irq=7` to irq=5 should suffice. Nope:

bash-2.03# insmod lp.o irq=5
lp.o: init_module: Device or resource busy

syslogs tells:
Jul  6 20:06:14 WatchZwerg kernel: lp0: Not found
Jul  6 20:06:14 WatchZwerg kernel: lp: No override devices found.

But as far as I can tell IRQ 5 is free:
bash-2.03# cat /proc/interrupts 
 0:  70383   timer
 1:   2356   keyboard
 2:  0   cascade
 4:   5556 + serial
 7:  0   sound blaster
 9: 54   eth0
10:783   eth1
12: 61 + 53c7,8xx
13:  1   math error
14:  10430 + ide0
15: 26 + ide1

Hints? FM´s? Clue!?

cheers+tia,
rw
-- 
-- I'm attracted by the potential for reckless abuse of power.
-- - Dogbert (Adams)





pgpAdrp2lpg7K.pgp
Description: PGP signature


Re: lp.o: init_module: Device or resource busy

2001-07-06 Thread Joost Kooij
On Fri, Jul 06, 2001 at 08:09:28PM +0200, Robert Waldner wrote:
 
 I had to reconfigure my printer port from IRQ 7 to IRQ 5 (because I?ve 
 got a soundcard which is hardwired to IRQ 7 grr).
 
 Luckily I had compiled lp as a module, so I thought a simple change from
 `modprobe lp irq=7` to irq=5 should suffice. Nope:
 
 bash-2.03# insmod lp.o irq=5
 lp.o: init_module: Device or resource busy
 
 syslogs tells:
 Jul  6 20:06:14 WatchZwerg kernel: lp0: Not found
 Jul  6 20:06:14 WatchZwerg kernel: lp: No override devices found.
 
 But as far as I can tell IRQ 5 is free:
 bash-2.03# cat /proc/interrupts 
  0:  70383   timer
  1:   2356   keyboard
  2:  0   cascade
  4:   5556 + serial
  7:  0   sound blaster
  9: 54   eth0
 10:783   eth1
 12: 61 + 53c7,8xx
 13:  1   math error
 14:  10430 + ide0
 15: 26 + ide1
 
 Hints? FM?s? Clue!?

First the hints:

/sbin/modinfo -p lp
filename:/lib/modules/2.4.5-ac7/kernel/drivers/char/lp.o
description: none
author:  none
parm:parport string array (min = 1, max = 8)
parm:reset int

/sbin/modinfo -p parport_pc
filename:/lib/modules/2.4.5-ac7/kernel/drivers/parport/parport_pc.o
description: PC-style parallel port driver
author:  Phil Blundell, Tim Waugh, others
parm:io int array (min = 1, max = 16), description Base I/O address 
(SPP regs)
parm:io_hi int array (min = 1, max = 16), description Base I/O address 
(ECR)
parm:irq string array (min = 1, max = 16), description IRQ line
parm:dma string array (min = 1, max = 16), description DMA channel

/sbin/modinfo -p parport   
filename:/lib/modules/2.4.5-ac7/kernel/drivers/parport/parport.o
description: none
author:  none

The clue is that you need to insmod parport_pc first and it needs to know 
the irq.  Try this:

echo options parport_pc irq=5  /etc/modutils/local
update-modules
modprobe lp  # (kmod could also load it automatically)

Cheers,


Joost



d´oh! (Re: lp.o: init_module: Device or resource busy)

2001-07-06 Thread Robert Waldner

On Fri, 06 Jul 2001 20:09:28 +0200, Robert Waldner writes:
I had to reconfigure my printer port from IRQ 7 to IRQ 5 (because I´ve
got a soundcard which is hardwired to IRQ 7 grr).

Luckily I had compiled lp as a module, so I thought a simple change from
`modprobe lp irq=7` to irq=5 should suffice. Nope:

bash-2.03# insmod lp.o irq=5
lp.o: init_module: Device or resource busy

Today I´m not quite filled with cluons, it seems. The lusers at work 
 must´ve drained ´em all...

Of course, when I tell lp.o about the io-port also, everything works 
 just fine.

bash-2.03# modprobe lp irq=5 io=0x278

syslog:
Jul  6 20:44:31 WatchZwerg kernel: lp0 at 0x0278, (irq = 5)

arghl Sorry for not quadruple-checking, triple-checking isn´t
 sufficient anymore :/

cheers,
rw
-- 
-- A lady came up to me on the street and pointed at my leather jacket.
-- 'You know a cow was murdered for that jacket?' she sneered.
-- I replied in a psychotic tone, 'I didn't know there
-- were any witnesses. Now I'll have to kill you too.'





pgpBLi0a8PooW.pgp
Description: PGP signature


Re: lp.o: init_module: Device or resource busy

2001-07-06 Thread Robert Waldner

On Fri, 06 Jul 2001 20:23:35 +0200, Joost Kooij writes:
On Fri, Jul 06, 2001 at 08:09:28PM +0200, Robert Waldner wrote:
 bash-2.03# insmod lp.o irq=5
 lp.o: init_module: Device or resource busy
...
 Hints? FM?s? Clue!?

First the hints:

/sbin/modinfo -p lp
filename:/lib/modules/2.4.5-ac7/kernel/drivers/char/lp.o
description: none
author:  none
parm:parport string array (min = 1, max = 8)
parm:reset int

Hmm, modinfo, didn´t know about that yet. tnx.

/sbin/modinfo -p parport_pc
...
parm:io int array (min = 1, max = 16), description Base I/O address (
SPP regs)

Specifying this did the trick.

parm:io_hi int array (min = 1, max = 16), description Base I/O addres
...
The clue is that you need to insmod parport_pc first and it needs to know 
the irq.  Try this:

echo options parport_pc irq=5  /etc/modutils/local
update-modules
modprobe lp  # (kmod could also load it automatically)

Aeh, is this also true for 2.0-series-kernels (this box runs 2.0.38)?

bash-2.03$ pwd
/usr/src/linux-2.0.38
bash-2.03$ find . -name parport* -print

Anyway, it was solely my own fault for not thinking to specify the 
 I/O-port firstplace. PEBKAC 
 URL:http://ars.userfriendly.org/cartoons/?id=19980506

cheers,
rw
-- 
-- Damn and blast British Telecom! shouted Dirk,
-- the words coming easily from years of practice.
-- Douglas Adams





pgprz378gP0KI.pgp
Description: PGP signature


Re: lp.o: init_module: Device or resource busy

2001-07-06 Thread Wayne Topa

Subject: lp.o: init_module: Device or resource busy
Date: Fri, Jul 06, 2001 at 08:09:28PM +0200

In reply to:Robert Waldner

Quoting Robert Waldner([EMAIL PROTECTED]):
 
 Hi!
 
 I had to reconfigure my printer port from IRQ 7 to IRQ 5 (because I´ve 
 got a soundcard which is hardwired to IRQ 7 grr).
 
 Luckily I had compiled lp as a module, so I thought a simple change from
 `modprobe lp irq=7` to irq=5 should suffice. Nope:
 
 bash-2.03# insmod lp.o irq=5
 lp.o: init_module: Device or resource busy
 

You don't have to use a precious IRQ for the printer, it dosn't
require one.  Try adding this append line in lilo.conf
append  = apm=on lp=parport0 parport=0x378,none
  | IRQ
  Address
 syslogs tells:
 Jul  6 20:06:14 WatchZwerg kernel: lp0: Not found
 Jul  6 20:06:14 WatchZwerg kernel: lp: No override devices found.


-- 
There can never be a computer language in which you cannot write a
bad program.
___



Bus error on eth0, network card works, but lpr says device or resource busy.

2001-07-05 Thread Patrick Klee
Hi,
I am trying to install Debian Potato, on my PC.  But, when I enable plip
(parallel port support), I get an error with lpr saying device or resource
busy.  Now what's weird, is the night before, I was on IRC, and I got a bus
error on eth0 but the network card works fine.  That happened on redhat.

Anyone have any ideas?  I might have caught that worm that closes ports and
the port for the printer and ethernet card is closed, I am unsure.  Man, I
want Debian so bad I can taste it :-)

Regards,
Patrick



  1   2   >