Re: mount: /dev/ada0p1: Device busy Busy with what?

2013-09-12 Thread Per olof Ljungmark
reeBSD 9.1-STABLE #0 r252369 >> I cannot mount the disk, I get >> mount: /dev/ada0p1: Device busy >> >> Well, busy with what? >> >> fuser -m /dev/ada0p1 >> /dev/ada0p1: >> >> I REALLY need to acces trhis UFS formatted drive, how can I convice it >

mount: /dev/ada0p1: Device busy Busy with what?

2013-09-12 Thread Per olof Ljungmark
I have apart from the boot drives a SATA disk for storage. Usually I would mount it with mount /dev/ada0p1 /archive but as my last reboot into FreeBSD 9.1-STABLE #0 r252369 I cannot mount the disk, I get mount: /dev/ada0p1: Device busy Well, busy with what? fuser -m /dev/ada0p1 /dev/ada0p1: I

Re: mount: /dev/ada0p1: Device busy Busy with what?

2013-09-12 Thread Polytropon
t; mount: /dev/ada0p1: Device busy > > Well, busy with what? > > fuser -m /dev/ada0p1 > /dev/ada0p1: > > I REALLY need to acces trhis UFS formatted drive, how can I convice it > that everything is ok and it's not really busy with anything? > > Could anyone plea

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/04/12 13:40, Polytropon wrote: > On Mon, 04 Jun 2012 13:15:33 -0600, Gary Aitken wrote: >> Can you tell me where any of this is documented? >> I can't find squat about gamin. >> no man page and no docs in the /usr/local tree > > Welcome to the realm of modern software and its aversion > agai

Re: umount device busy

2012-06-04 Thread Warren Block
On Mon, 4 Jun 2012, Gary Aitken wrote: On 06/04/12 08:15, Warren Block wrote: gamin opens the directory (of the newly-mounted device) so it can check for new files being created or files being renamed, and then notify the window manager, which updates the user's desktop. The open makes the d

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/04/12 02:28, Lars Eighner wrote: >>> This almost always means someone (i.e. you) is sitting in the directory. >>> If you tried this while su'ed and the un-su'ed you were still in the >>> directory /mnt/goflex, you'd get this message. This may also happen if >>> someone (i.e. you) is in the d

Re: umount device busy

2012-06-04 Thread Polytropon
On Mon, 04 Jun 2012 13:15:33 -0600, Gary Aitken wrote: > Can you tell me where any of this is documented? > I can't find squat about gamin. > no man page and no docs in the /usr/local tree Welcome to the realm of modern software and its aversion against documentation. :-) In such cases, you often

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/04/12 08:15, Warren Block wrote: > gamin opens the directory (of the newly-mounted device) so it can check for > new files being created or files being renamed, and then notify the window > manager, which updates the user's desktop. The open makes the device in-use, > preventing an unmoun

Re: umount device busy

2012-06-04 Thread Wojciech Puchar
As nearly as I can tell, I don't have anything pointing at that drive. Questions: 1. What does the "No such file or directory" mean from mkdir? It's a relative dir name, and I'm sitting at a valid dir. no NTFS driver for FreeBSD is really well done. fusefs based ntfs driver in my opinion

Re: umount device busy

2012-06-04 Thread Warren Block
On Mon, 4 Jun 2012, Gary Aitken wrote: On 06/03/12 21:05, Polytropon wrote: Maybe the ganim "lock" is regarding a device file? Not sure about that, I'm not using it here. I'm not sure what the deal is here, but exiting X does solve the problem. I didn't try just killing the environment by

Re: umount device busy

2012-06-04 Thread Polytropon
On Mon, 04 Jun 2012 01:56:49 -0600, Gary Aitken wrote: > On 06/03/12 21:05, Polytropon wrote: > > Maybe the ganim "lock" is regarding a device file? Not sure > > about that, I'm not using it here. > > I'm not sure what the deal is here, but exiting X does solve > the problem. I didn't try just ki

Re: umount device busy

2012-06-04 Thread Lars Eighner
On Sun, 3 Jun 2012, Gary Aitken wrote: This almost always means someone (i.e. you) is sitting in the directory. If you tried this while su'ed and the un-su'ed you were still in the directory /mnt/goflex, you'd get this message. This may also happen if someone (i.e. you) is in the directory on an

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/03/12 21:05, Polytropon wrote: > Good idea. However, you can do efficient backups of "Windows" > data by using the "ntfsprogs" tools. This makes sure they can > even be read under non-"Windows" systems. I'll look into that. >>> if you are using xfce4, then you have most likely got gamin >

Re: umount device busy

2012-06-03 Thread Polytropon
On Sun, 03 Jun 2012 20:28:28 -0600, Gary Aitken wrote: > > Consider NTFS being part of the problem, i. e. problems with the > > _ntfs file system driver provided by the OS (as it seems you're > > not using FUSE tools here - there are "fusefs-ntfs" and "ntfsprogs" > > in the ports collection which m

Re: umount device busy

2012-06-03 Thread Gary Aitken
't have, >> I did an su -l and tried again, with the same results. >> >> I then tried to unmount the drive, believing it was mounted read-only: >> #umount /mnt/goflex >> umount: unmount of /mnt/goflex failed: Device busy >> >> As nearly as I can tell, I d

Re: umount device busy

2012-06-03 Thread Waitman Gobble
again, with the same results. > > I then tried to unmount the drive, believing it was mounted read-only: > #umount /mnt/goflex >umount: unmount of /mnt/goflex failed: Device busy > > As nearly as I can tell, I don't have anything pointing at that drive. > > Que

Re: umount device busy

2012-06-03 Thread Warren Block
On Sun, 3 Jun 2012, Gary Aitken wrote: 6. And finally, any idea why umount says the device is busy? xfce uses gamin to scan for new files and directories, but it causes just this problem. Edit /usr/local/etc/gamin/gaminrc and set it to poll the device directory: poll /mnt/* _

Re: umount device busy

2012-06-03 Thread Robert Bonomi
Gary Aitken wrote: > > Something I'm overlooking here and a lot of questions I can't seem to find > the answers to... > > I mounted a usb drive > mount -t ntfs /dev/da0s1 /mnt/goflex > > Then, as nearly as I can remember... > I then poked around a bit using the xfce4 browser. > I tried to

Re: umount device busy

2012-06-03 Thread Lars Eighner
as mounted read-only: #umount /mnt/goflex umount: unmount of /mnt/goflex failed: Device busy This almost always means someone (i.e. you) is sitting in the directory. If you tried this while su'ed and the un-su'ed you were still in the directory /mnt/goflex, you'd get this mes

Re: umount device busy

2012-06-03 Thread David Whytcross
- From: "Gary Aitken" To: "FreeBSD Mailing List" Sent: Monday, June 04, 2012 12:59 AM Subject: umount device busy Something I'm overlooking here and a lot of questions I can't seem to find the answers to... I mounted a usb drive mount -t ntfs /dev/da0s1 /mn

Re: umount device busy

2012-06-03 Thread Polytropon
su -l and tried again, with the same results. > > I then tried to unmount the drive, believing it was mounted read-only: > #umount /mnt/goflex > umount: unmount of /mnt/goflex failed: Device busy > > As nearly as I can tell, I don't have anything pointing at that dri

umount device busy

2012-06-03 Thread Gary Aitken
unt /mnt/goflex umount: unmount of /mnt/goflex failed: Device busy As nearly as I can tell, I don't have anything pointing at that drive. Questions: 1. What does the "No such file or directory" mean from mkdir? It's a relative dir name, and I'm sitting at a valid

lpt0 "device busy"

2009-02-02 Thread Beech Rintoul
Just recently I've started having a problem with my HP 5N it was printing fine. Now, whatever I do lpt0 shows "device busy". I've googled reinstalled apsfilter and put the printer through all the self tests (passed) and verified there's nothing in the printer's mem

Solved: Re: /dev/lpt0: Device busy, lptcontrol: ioctl: Operation not supported

2008-01-24 Thread Anton Shterenlikht
e. > > However, after several days, I cannot now print on either printer. > With laserjet I get > > # lptest 20 20 > /dev/lpt0 > /dev/lpt0: Device busy. > > With matrix printer I get > # lptest 20 20 > /dev/lpt0 > # > > but nothing is printed. > >

Re: /dev/lpt0: Device busy, lptcontrol: ioctl: Operation not supported

2008-01-23 Thread Wojciech Puchar
My printing stopped working quite suddenly. Until today I used FBSD-6.3-prerelease (today I updated to 6.3-stable) on compaq armada 1700 laptop to print on a parallel HP laserjet 2100 printer in text mode and for postscript via apsfilter. All was fine. i use my laptop to print on my laserjet, a

/dev/lpt0: Device busy, lptcontrol: ioctl: Operation not supported

2008-01-23 Thread Anton Shterenlikht
pt0 /dev/lpt0: Device busy. With matrix printer I get # lptest 20 20 > /dev/lpt0 # but nothing is printed. If I use the spooling system with laserjet I get # lpq waiting for lp to become ready (offline?) Rank Owner Job Files Total Size 1str

HP LaserJet 1020 "Device Busy"

2007-05-18 Thread Modulok
-Packard HP LaserJet 1020, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode 3. The foo2zjs docs state the printer needs to have its firmware uploaded first: # cat ./sihp1020.dl > /dev/ulpt0 After several minutes (5, maybe 10) I get: "/dev/ulpt0: Device busy.

Device Busy

2006-06-21 Thread Peter Clark
Hello, I am installing a FreeBSD 6.1 i386 machine and using IPF. When I apply some variables to sysctl for IPF I end up with a device busy response. the variables in question are: net.inet.ipf.fr_tcpclosed=1 net.inet.ipf.fr_tcpclosewait=60 net.inet.ipf.fr_tcphalfclosed=300

Re: Device busy

2006-04-15 Thread Duane Whitty
HL-2030 series, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode When i try to print to my printer with a basic test like 'echo Test > /dev/ulpt0' i get the message "/dev/ulpt0: Device busy". The problem is that i can't think of any other r

Device busy

2006-04-15 Thread Guus De Graeve
ev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode When i try to print to my printer with a basic test like 'echo Test > /dev/ulpt0' i get the message "/dev/ulpt0: Device busy". The problem is that i can't think of any other running proces that coul

2 probs w/ backup.sh: "Device busy" and "dangling vnode"

2006-03-03 Thread Chad Whitacre
it: 0 3 * * * time -h /root/backup.sh Over the past 3 months, this script has yielded the following error perhaps once every two weeks or so: umount: unmount of /backup failed: Device busy backup of IWS complete 1m28.42s real

Can't open audio device /dev/dsp: Device busy

2005-12-02 Thread Tuc at T-B-O-H
start to get "Can't open audio device /dev/dsp: Device busy" but with fstat I get : toshiba# fstat|grep dsp toshiba# What do I do?? Thanks, Tuc ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: USB printing problem: /dev/ulpt0: device busy

2005-03-06 Thread Warren Block
On Fri, 4 Mar 2005, Eugene Rogoza wrote: I'm experiencing certain problems with USB printing. I have a Minolta PagePro 1300W printer connected to USB port. FreeBSD 5.3 recognizes the printer just fine and creates /dev/ulpt0 and /dev/unlpt0 device nodes. Printer model numbers that end in "W" are oft

USB printing problem: /dev/ulpt0: device busy

2005-03-04 Thread Eugene Rogoza
t0 (or /dev/unlpt0) fails with the message "/dev/ulpt0: device busy". And, respectively, if simple tests fail, then the complicated printing via ghostscript -> filter -> driver also doesn't work. I suppose some program uses the device already, but I don't know what it

Re: burncd: "device busy" error when writing .iso

2005-01-13 Thread Jason Morgan
m file 5.3-RELEASE-i386-miniinst.iso size 274400 KB > written this track 640 KB (0%) total 640 KB > only wrote -1 of 32768 bytes: Device busy > > fixating CD, please wait.. > > I have verified that the drive is working and is accessible. I have > tried different medi

burncd: "device busy" error when writing .iso

2005-01-12 Thread Jason Morgan
only wrote -1 of 32768 bytes: Device busy fixating CD, please wait.. I have verified that the drive is working and is accessible. I have tried different media and keep running into the same result. # dmesg | grep acd0 acd0: DVDR at ata1-master PIO4 This is a new drive, that I just recently

Re: Device busy...

2004-12-27 Thread Eric F Crist
On Dec 27, 2004, at 4:21 PM, Kris Kennaway wrote: On Mon, Dec 27, 2004 at 04:20:48PM -0600, Eric F Crist wrote: Hello list, How do I check what process is using a device to kill/rehup it? Try fstat or lsof Kris Thanks! That's what I was looking for.

Re: Device busy...

2004-12-27 Thread Kris Kennaway
On Mon, Dec 27, 2004 at 04:20:48PM -0600, Eric F Crist wrote: > Hello list, > > How do I check what process is using a device to kill/rehup it? Try fstat or lsof Kris pgpydOp1gQddV.pgp Description: PGP signature

Device busy...

2004-12-27 Thread Eric F Crist
Hello list, How do I check what process is using a device to kill/rehup it? I output certain syslog events to an Okidata line printer, and every so often, the printer stops printing, and when I try to output to /dev/lpt0, I get a device busy error. thanks

Re: burncd: ioctl(CDIOCSTART): Device busy

2004-08-10 Thread Iain Dooley
ers iain ORIGINAL MESSAGE hi there, i'm running freebsd 4.10 with a kodak CR-R drive. i can mount CD-ROM's in the drive with no problems, but when i insert a blank CD-R (cdr not cdrw... i checked!!) into the drive and attempt burncd i get the error burncd: ioctl(CDIOCSTART): D

Re: burncd: ioctl(CDIOCSTART): Device busy

2004-08-10 Thread David Fleck
On Tue, 10 Aug 2004, Iain Dooley wrote: i tried "fstat -n | grep acd" but no programs appear to be using the drive. the light on the CD drive keeps blinking orange too, indicating that it is trying to read the drive or something similar, but i have not issued any 'mount /cdrom' command. [...] any i

burncd: ioctl(CDIOCSTART): Device busy

2004-08-10 Thread Iain Dooley
hi there, i'm running freebsd 4.10 with a kodak CR-R drive. i can mount CD-ROM's in the drive with no problems, but when i insert a blank CD-R (cdr not cdrw... i checked!!) into the drive and attempt burncd i get the error burncd: ioctl(CDIOCSTART): Device busy i tried "fstat -n | g

Re: /dev/dsp "device busy" - one possible solution

2004-02-08 Thread Melvyn Sopacua
On Monday 09 February 2004 01:37, Mike Harding wrote: > I was playing around with kde 3.2 and a crashing artsd was locking up > my sound system - any further attempts to use sound from gnome or xmms > or anything failed with > > /dev/dsp - device busy > > messages. fstat an

/dev/dsp "device busy" - one possible solution

2004-02-08 Thread Mike Harding
I was playing around with kde 3.2 and a crashing artsd was locking up my sound system - any further attempts to use sound from gnome or xmms or anything failed with /dev/dsp - device busy messages. fstat and lsof showed nothing holding the device. A reboot would fix it, but why reboot FreeBSD

Acer CDRW [ burncd: ioctl(CDRIOCBLANK): Device busy ]

2004-02-07 Thread Matt Gostick
ing... FreeBSD nowhere.nowhere.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Nov 27 23:17:53 EST 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/NOWHERE i386 gaspra# burncd -f /dev/acd0c blank burncd: ioctl(CDRIOCBLANK): Device busy gaspra# /usr/sbin/burncd -f /dev/acd0 data /backup.iso fixat

Acer CDRW [ burncd: ioctl(CDRIOCBLANK): Device busy ]

2004-02-07 Thread Matt Gostick
ing... FreeBSD nowhere.nowhere.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Nov 27 23:17:53 EST 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/NOWHERE i386 gaspra# burncd -f /dev/acd0c blank burncd: ioctl(CDRIOCBLANK): Device busy gaspra# /usr/sbin/burncd -f /dev/acd0 data /backup.iso fixat

Acer CDRW [ burncd: ioctl(CDRIOCBLANK): Device busy ]

2004-02-07 Thread Matt Gostick
orking... even though I've the same drive working on another FreeBSD box. FreeBSD nowhere.nowhere.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Nov 27 23:17:53 EST 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/NOWHERE i386 gaspra# burncd -f /dev/acd0c blank burncd: ioctl(CDRIOCBLANK):

Re: /dev/dsp: Device busy

2004-01-27 Thread Melvyn Sopacua
On Sunday 25 January 2004 15:25, Geert Hendrickx wrote: > Unfortunately, when I click Ok, KDE wants to restart the Arts daemon, and > then, tragically, it complains dat /dev/dsp is busy... I think artsd just > doesn't "free" the device when it is killed manually, and therefore it > won't restart

Re: /dev/dsp: Device busy

2004-01-26 Thread anubis
On Sat, 24 Jan 2004 11:54 pm, Geert Hendrickx wrote: > Hello, > > I have a problem playing sounds in FreeBSD. Sometimes it works, sometimes > it doesn't, and then I get the following error message: > > /dev/dsp: Device busy > > but "lsof | grep dsp" yiel

Re: /dev/dsp: Device busy

2004-01-25 Thread Geert Hendrickx
On Sunday 25 January 2004 14:42, Stephen Martin wrote: > Geert, > > I was having this specific problem when trying to use mplayer. What I did > was change the "Autosuspend if idle for" setting. It can be found in > Control Center -> Sounds & Multimedia -> Sound System -> aRTs tab (feels > vaguely l

Re: /dev/dsp: Device busy

2004-01-25 Thread Stephen Martin
I set mine at 5 seconds. Your's will of coarse depend. Stephen L. Martin > Hello, > > I have a problem playing sounds in FreeBSD. Sometimes it works, sometimes > it > doesn't, and then I get the following error message: > > /dev/dsp: Device busy > > but "

Re: /dev/dsp: Device busy

2004-01-25 Thread Daniela
On Sunday 25 January 2004 09:51, Geert Hendrickx wrote: > On Sunday 25 January 2004 02:46, George Vagner wrote: > > if your dual booting i found you must turn off power before you boot into > > bsd > > something with windows on a "restart" dont fully reset the soundcard on > > mine. > > toshiba sat

Re: /dev/dsp: Device busy

2004-01-25 Thread Geert Hendrickx
On Sunday 25 January 2004 02:46, George Vagner wrote: > if your dual booting i found you must turn off power before you boot into > bsd > something with windows on a "restart" dont fully reset the soundcard on > mine. > toshiba satellite S2805-401 P3 700 with yamaha 741 soundcard. No Windows invol

Re: /dev/dsp: Device busy

2004-01-24 Thread Jeff Elkins
On Saturday 24 January 2004 8:19 pm, Dorin H. wrote: >--- Geert Hendrickx <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I have a problem playing sounds in FreeBSD. >> Sometimes it works, sometimes it >> doesn't, and then I get the following error messa

Re: /dev/dsp: Device busy

2004-01-24 Thread George Vagner
PROTECTED]> To: "Geert Hendrickx" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 24, 2004 8:19 PM Subject: Re: /dev/dsp: Device busy > > --- Geert Hendrickx <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I have a problem pl

Re: /dev/dsp: Device busy

2004-01-24 Thread Dorin H.
--- Geert Hendrickx <[EMAIL PROTECTED]> wrote: > Hello, > > I have a problem playing sounds in FreeBSD. > Sometimes it works, sometimes it > doesn't, and then I get the following error message: > > > /dev/dsp: Device busy > > but "lsof | grep

Re: /dev/dsp: Device busy

2004-01-24 Thread Cordula's Web
> > > /dev/dsp: Device busy > > esd is the culprit. > But esd is not running... I checked it with ps. I'm having the same problem with mpg123, which uses esd: $ ps ax|grep esd $ mpg123 somefile.mp3 /dev/dsp: Device busy audio: Device busy $ ps ax|grep esd 11041

Re: /dev/dsp: Device busy

2004-01-24 Thread Geert Hendrickx
On Saturday 24 January 2004 16:15, Michael Clark wrote: > Do you have a onboard sound card as well as a pci sound card? > > I use to run into this when I forgot to disable my onboard sound in bios. I don't think so. It's a laptop (Toshiba), and I doubt they'd put a second sound card in it. I

Re: /dev/dsp: Device busy

2004-01-24 Thread Geert Hendrickx
On Saturday 24 January 2004 16:00, Cordula's Web wrote: > > /dev/dsp: Device busy > > esd is the culprit. But esd is not running... I checked it with ps. Besides, "esdplay foo.wav" gives the same error. GH -- power

Re: /dev/dsp: Device busy

2004-01-24 Thread Cordula's Web
> /dev/dsp: Device busy esd is the culprit. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

/dev/dsp: Device busy

2004-01-24 Thread Geert Hendrickx
Hello, I have a problem playing sounds in FreeBSD. Sometimes it works, sometimes it doesn't, and then I get the following error message: /dev/dsp: Device busy but "lsof | grep dsp" yields nothing. Can anyone help me with this mystery? :-) Thanks in advance, GH

Device Busy

2003-12-03 Thread Gerry Isaacson
get a /dev/lpt0: Device busy. response. What do I have to do to make the device not busy? Gerry Isaacson [EMAIL PROTECTED] (952) 541-0051 cell: (612) 940-9164 http://www.tgico.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listi

Re: Can't open audio device /dev/dsp: Device busy ?

2003-09-14 Thread Mike Maltese
4:56 PM Subject: Can't open audio device /dev/dsp: Device busy ? > > > Hi, > > How can I find out which app. keeps /dev/dsp busy? > > Without any other sound application running, I got this message when > starting mplayer or realaudio. Somehow the system got mudd

Can't open audio device /dev/dsp: Device busy ?

2003-09-14 Thread Rob Lahaye
Hi, How can I find out which app. keeps /dev/dsp busy? Without any other sound application running, I got this message when starting mplayer or realaudio. Somehow the system got muddled up. After some random trial and error, I finally discovered that everything came back to normal when I killed

Re: Quantum DLT4000 on 4.5-R: "Device busy"

2003-09-12 Thread Jerry McAllister
er, when trying to interact with the /dev/sa0 device via mt and tar > commands, the device is reported to be busy: > > [EMAIL PROTECTED]:/dev $ mt status > mt: /dev/nsa0: Device busy > ('mt offline' fails with the same message, as well) > > I have tried resetting th

Re: Quantum DLT4000 on 4.5-R: "Device busy"

2003-09-12 Thread rk47
> > However, when trying to interact with the /dev/sa0 device via mt and tar > commands, the device is reported to be busy: > > [EMAIL PROTECTED]:/dev $ mt status > mt: /dev/nsa0: Device busy > ('mt offline' fails with the same message, as well) > > I hav

Quantum DLT4000 on 4.5-R: "Device busy"

2003-09-11 Thread Luke Lussier
, the device is reported to be busy: [EMAIL PROTECTED]:/dev $ mt status mt: /dev/nsa0: Device busy ('mt offline' fails with the same message, as well) I have tried resetting the drive, changing SCSI IDs, rebooting, reseating the tape cartridge, to no avail. The tape drive works under

Re: /dev/dsp: device busy

2003-09-01 Thread mpd
> > > > On Mon, Sep 01, 2003 at 09:54:34AM -0400, Monah Baki wrote: > > > I'm using Freebsd 4.8 and mozilla 1.4. Whenever I go to google.com or yahoo.com > > > to > search for > > > something, I get /dev/dsp: Device busy. I can get to any url, but c

Re: /dev/dsp: device busy

2003-09-01 Thread Monah Baki
m or yahoo.com to search for > > something, I get /dev/dsp: Device busy. I can get to any url, but can't seem to > > search for > > anything (cnn.com, in the dialog box to getting my home town weather, will not > > work). _

Re: /dev/dsp: device busy

2003-09-01 Thread Alexander Farber
Do you maybe run KDE and arts which blocks /dev/dsp? On Mon, Sep 01, 2003 at 09:54:34AM -0400, Monah Baki wrote: > I'm using Freebsd 4.8 and mozilla 1.4. Whenever I go to google.com or yahoo.com to > search for > something, I get /dev/dsp: Device busy. I can get to any url, but

/dev/dsp: device busy

2003-09-01 Thread Monah Baki
Hi all, I'm using Freebsd 4.8 and mozilla 1.4. Whenever I go to google.com or yahoo.com to search for something, I get /dev/dsp: Device busy. I can get to any url, but can't seem to search for anything (cnn.com, in the dialog box to getting my home town weather, will not work).

/dev/lpt0: Device busy

2003-07-19 Thread dlyscas
When I type the command: #lptest > /dev/lpt0 I get the response: /dev/lpt0: Device busy. Don't know what to do. Thanks. Output of "dmesg": FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 [EMAIL PROTECTED] frequency 1193182 Hz CPU: AMD Athlon(tm) XP 1700+ (14

Printing : "lptcontrol : open : device busy" on IBM Proprinter II

2003-06-02 Thread Matthieu Bonavita
seems normal. But lptcontrol -* -d /dev/lpt0 always returns a : lptcontrol: open: Device busy lptest isnt working either. Cables are OK (checked) Printer is OK (checked and renewed yesterday, after 5 years of no-use). What am I missing ? Matthieu Bonavita GPG Key : http

Re: disklabel device busy

2002-12-04 Thread Jason Morgan
to do here > (Case 2): > > http://org.netbase.org/vinum-mirrored.html > > Anyway, I have come to the point where I have to label my disks and I > am getting the following: > > First try: > > # disklabel -e /dev/ad0s1e > disklabel: Device busy > > Second

disklabel device busy

2002-12-04 Thread Jason Morgan
t try: # disklabel -e /dev/ad0s1e disklabel: Device busy Second try (completely empty disk): # disklabel -e /dev/ad2s1f disklabel: Device busy Then I tried 'disklabel -e -r' for each of these and still: Device busy. Could someone point me in the right direction? Thanks, -Jason To Un

Re: floppy device busy

2002-10-21 Thread Jack L. Stone
uot; <[EMAIL PROTECTED]> >To: "Terry Cooper" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Monday, October 21, 2002 7:58 AM >Subject: Re: floppy device busy > > >> > >> > I was trying to create a bootable floppy from using a scri

Re: floppy device busy

2002-10-21 Thread Jerry McAllister
> fdformat: /dev/fd0: Device busy > Bad floppy, please use a newone Were you CDed to something on the floppy or did you have some file there open? jerry > > I rebooted my computer to fix it but there must be a simple command to fix > this. > > > To Unsubscribe: send

Re: floppy device busy

2002-10-21 Thread Jerry McAllister
ll you it is busy. jerry > > - Original Message - > From: "Jerry McAllister" <[EMAIL PROTECTED]> > To: "Terry Cooper" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, October 21, 2002 7:58 AM > Subject: Re: floppy

Re: Printer (lpt0) Device Busy (Epson Stylus Color 740)

2002-09-18 Thread Andrew Gordon
On Tue, 17 Sep 2002, Evan Dower wrote: > On the bright side, > though, it does work now (on both the parallel and USB ports), and I even > got my USB camera working... sort of. It starts out fine. It gets detected > and mounts fine. but when I umount it, the camera's display does not change > fr

Re: Printer (lpt0) Device Busy (Epson Stylus Color 740)

2002-09-17 Thread Evan Dower
wer >From: Dominic Marks <[EMAIL PROTECTED]> >To: Evan Dower <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED], >[EMAIL PROTECTED],[EMAIL PROTECTED], >[EMAIL PROTECTED] >Subject: Re: Printer (lpt0) Device Busy (Epson Stylus Color 740) &

Re: Printer (lpt0) Device Busy (Epson Stylus Color 740)

2002-09-17 Thread Evan Dower
wer >From: Dominic Marks <[EMAIL PROTECTED]> >To: Evan Dower <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED], >[EMAIL PROTECTED],[EMAIL PROTECTED], >[EMAIL PROTECTED] >Subject: Re: Printer (lpt0) Device Busy (Epson Stylus Color 740) &

Re: /dev/dsp reports "device busy" but nothing using it

2002-07-13 Thread Scott Lampert
On Sat, 13 Jul 2002 03:36:36 -0400 "Andrew Martin" <[EMAIL PROTECTED]> wrote: > Hello, > > I was playing audio with mplayer and when it finished, mplayer closed as > usual, however when trying to play something else I now receive "device > busy" message

/dev/dsp reports "device busy" but nothing using it

2002-07-13 Thread Andrew Martin
Hello, I was playing audio with mplayer and when it finished, mplayer closed as usual, however when trying to play something else I now receive "device busy" messages about /dev/dsp. I do _NOT_ have esd or any other sound daemon running (checked ps ax), nor do I have any other app