Re: FreeBSD10: lock order reversal with portsnap extract

2013-06-01 Thread Walter Hurry
to a VM. >> >> One of the first things I do is a 'portsnap fetch extract'. As soon as >> the extract starts it produces a 'lock order reversal' message with a >> KDB stack backtrace, but then proceeds successfully to verify the >> integ

Re: FreeBSD10: lock order reversal with portsnap extract

2013-06-01 Thread Julian H. Stacey
on as > the extract starts it produces a 'lock order reversal' message with a KDB > stack backtrace, but then proceeds successfully to verify the integrity > and install the ports tree. > > Should I worry? Yes, you should worry ;-) Worry you didn't realise:

Re: FreeBSD10: lock order reversal with portsnap extract

2013-06-01 Thread Fernando Apesteguía
El 01/06/2013 15:44, "Walter Hurry" escribió: > > I'm installing FreeBSD10 (head; snapshot from 30 May 2013) into a VM. > > One of the first things I do is a 'portsnap fetch extract'. As soon as > the extract starts it produces a 'lock order revers

FreeBSD10: lock order reversal with portsnap extract

2013-06-01 Thread Walter Hurry
I'm installing FreeBSD10 (head; snapshot from 30 May 2013) into a VM. One of the first things I do is a 'portsnap fetch extract'. As soon as the extract starts it produces a 'lock order reversal' message with a KDB stack backtrace, but then proceeds successfully to

FreeBSD & SCSI LUN reservation (essentially an exclusive lock)

2012-10-07 Thread Jukka A. Ukkonen
Hello all, Is there any way for a process in user space to try to trigger a SCSI LUN reservation in FreeBSD? This would be a very useful thing to have when using a multi-port storage device which can be simultaneously connected to multiple systems. --jau

Re: File permissions - how to "lock" a directory

2012-09-29 Thread Paul Schmehl
www:user, so apache can't display them. Is there a way to "lock" a directory such that all files created in that directory are owned by the directory owner?  If not, I'll have to script something to change perms after uploads. There is the suiddir option, see mount(8) a

Re: File permissions - how to "lock" a directory

2012-09-29 Thread Adam Vande More
r user (www) to be the owner of all directories and > files. > > Meanwhile, the site owners want to be able to update and add files to the > site. When they update files everything is fine. When they upload new > files, the ownership of the file is user:user instead of www:user, so > apac

File permissions - how to "lock" a directory

2012-09-29 Thread Paul Schmehl
ners want to be able to update and add files to the site. When they update files everything is fine. When they upload new files, the ownership of the file is user:user instead of www:user, so apache can't display them. Is there a way to "lock" a directory such that all files c

Re: Xfce and session lock (xlock)

2011-12-01 Thread Polytropon
On Fri, 2 Dec 2011 01:23:19 +0100, Patrick Lamaiziere wrote: > I use Xfce 4.8, is there a way to lock the session when the screen goes > to sleep? I think you can install the port "xscreensaver" which integrates well with Xfce. At least it did the last time I did look at it. :-)

Xfce and session lock (xlock)

2011-12-01 Thread Patrick Lamaiziere
Hello, I use Xfce 4.8, is there a way to lock the session when the screen goes to sleep? Thanks, regards. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: lock order reversal @ FreeBSD 9.0B3

2011-10-14 Thread Lowell Gilbert
That looks like LOR #261, known not be a problem. [ http://ipv4.sources.zabbadoz.net/freebsd/lor.html ] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-q

lock order reversal @ FreeBSD 9.0B3

2011-10-14 Thread Antonio Vieiro
Hi all, I'm seeing weird messages at dmesg saying someting about "lock order reversal" (see below) on my FreeBSD 9.0 beta 3. I think this has something to do with the filesystem, so I'm a little bit worried. Does anybody know if this is a known bug? (If so, how do you know

Re: ATI & libreoffice lock up Xorg

2011-08-15 Thread Jimmie James
6 drm0: on vgapci0 We've been talking about ATI lockups on the forums: http://forums.freebsd.org/showthread.php?t=25540 It's mystifying to me, since I haven't seen the lockups at all. Thanks for the heads up, replied to the thread there, and will here too. Switching to XAA fixe

Re: ATI & libreoffice lock up Xorg

2011-08-15 Thread Warren Block
On Mon, 15 Aug 2011, Jimmie James wrote: I just noticed this, but I'm pretty sure it's a result of the last ATI driver update, FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, keyboard LEDs work for a bit, can't chang

ATI & libreoffice lock up Xorg

2011-08-15 Thread Jimmie James
I just noticed this, but I'm pretty sure it's a result of the last ATI driver update, FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, keyboard LEDs work for a bit, can't change to a console, kill X. ssh'ing in, running

Re: Unable to find an appropriate lock to guard the shared cache. This *should* be essentially impossible

2011-04-18 Thread Chuck Swiger
On Apr 18, 2011, at 12:18 PM, Steven Friedrich wrote: > I tried searching the archives, but didn't get hits. > > Goggle hits revealed little info. > > Unable to find an appropriate lock to guard the shared cache. This *should* > be essentially impossible Does th

Unable to find an appropriate lock to guard the shared cache. This *should* be essentially impossible

2011-04-18 Thread Steven Friedrich
I tried searching the archives, but didn't get hits. Goggle hits revealed little info. Unable to find an appropriate lock to guard the shared cache. This *should* be essentially impossible -- System Name: doris.StevenFriedrich.org Window Manager(s): kde4-4.6.2 X Window S

Re: lock contention problem?

2011-01-14 Thread dieterbsd
x27; /usr/src/sys/dev/usb/controller/usb_controller.c:434: warning: nested extern declaration of 'PI_SWI' I'm feeding "fwcontrol -u 1 -S /dev/stdin" from a pipe. The write() to the pipe took over a second. Perhaps connected to the lock contention of over a second? T

Re: lock contention problem?

2011-01-13 Thread Hans Petter Selasky
On Thursday 13 January 2011 21:28:15 dieter...@engineer.com wrote: > I suspect that I have a problem with lock/mutex contention. > Reading from a USB disk appears to lock out the firewire driver > for too long, causing data transfer (writing to firewire bus) to fail > with EAGAIN. O

lock contention problem?

2011-01-13 Thread dieterbsd
I suspect that I have a problem with lock/mutex contention. Reading from a USB disk appears to lock out the firewire driver for too long, causing data transfer (writing to firewire bus) to fail with EAGAIN. Once it fails it does not recover. kernel: fwohci1: IT DMA underrun (0x40308011) (stat

Re: googleearth complains about file instance-running-lock

2009-12-12 Thread Boris Samorodov
On Fri, 11 Dec 2009 23:58:05 -0800 Yuri wrote: > I guess that's a side effect of /compat/linux not being owned by root. Yes, you've found the root of the problem. Chown it to root:wheel and all should be fine. -- WBR, bsam ___ freebsd-questions@freebs

Re: googleearth complains about file instance-running-lock

2009-12-11 Thread Yuri
Boris Samorodov wrote: That's possible only if you are root. That's the most essential info. Please, annouce it everytime you have any error at the very beginning of an e-mail with capital letters. Never work as root. Never-never work as root under X. I don't work as root. /compat/linux di

Re: googleearth complains about file instance-running-lock

2009-12-11 Thread Boris Samorodov
On Fri, 11 Dec 2009 15:17:19 -0800 Yuri wrote: > Now I found who creates /compat/linux/home. It's skype. After I delete > /compat/linux/home and relaunch skype it recreates it. That's possible only if you are root. That's the most essential info. Please, annouce it everytime you have any error at

Re: googleearth complains about file instance-running-lock

2009-12-11 Thread Yuri
Boris Samorodov wrote: Please show me how can I repeat that case. Or at least show # ls -l /compat/linux The problem is actually a bug (?) in googleearth, that it leaves the lock file when it finishes ungracefully, and after it is restarted it complains about this file without

Re: googleearth complains about file instance-running-lock

2009-12-11 Thread Boris Samorodov
On Fri, 11 Dec 2009 11:34:51 -0800 Yuri wrote: > Boris Samorodov wrote: > > ...and remove /compat/linux/home if it exists. > You should make sure that installer doesn't create /compat/linux/home. > Because I never created it myself, must have been installer. Please show me how can I repeat that c

Re: googleearth complains about file instance-running-lock

2009-12-11 Thread Yuri
Boris Samorodov wrote: ...and remove /compat/linux/home if it exists. You should make sure that installer doesn't create /compat/linux/home. Because I never created it myself, must have been installer. Yuri ___ freebsd-questions@freebsd.org maili

Re: googleearth complains about file instance-running-lock

2009-12-10 Thread Boris Samorodov
On Fri, 11 Dec 2009 06:44:26 + Matthew Seaman wrote: > Yuri wrote: > > Glen Barber wrote: > >> > >> Remove the file? Or rename it? > > > > I wouldn't ask this question if it was that easy. > > There is even no such directory: /home/yuri/.googleearth > Check /compat/linux/home/yuri/ ...and re

Re: googleearth complains about file instance-running-lock

2009-12-10 Thread Matthew Seaman
Yuri wrote: Glen Barber wrote: Remove the file? Or rename it? I wouldn't ask this question if it was that easy. There is even no such directory: /home/yuri/.googleearth Check /compat/linux/home/yuri/ Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil.

Re: googleearth complains about file instance-running-lock

2009-12-10 Thread Yuri
Glen Barber wrote: Have you tried creating the directory? Creating it doesn't help. But I solved the problem: when it talks about /home/yuri/~.googleearth it actually means /compat/linux/home/yuri/.googleearth/ Deleting file there fixes the problem. I guess it's a good idea to have a lin

Re: googleearth complains about file instance-running-lock

2009-12-10 Thread Glen Barber
On Thu, Dec 10, 2009 at 8:46 PM, Yuri wrote: > Glen Barber wrote: >> >> Remove the file?  Or rename it? >> > > > I wouldn't ask this question if it was that easy. > There is even no such directory: /home/yuri/.googleearth Could you provide possibly important information such as this in future que

Re: googleearth complains about file instance-running-lock

2009-12-10 Thread Yuri
Glen Barber wrote: Remove the file? Or rename it? I wouldn't ask this question if it was that easy. There is even no such directory: /home/yuri/.googleearth Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: googleearth complains about file instance-running-lock

2009-12-10 Thread Glen Barber
On Thu, Dec 10, 2009 at 8:39 PM, Yuri wrote: > Hi, > > I am getting this fatal error: > Unable to create symlink for lock > '/home/yuri/.googleearth/instance-running-lock'.  File exists. > Remove the file? Or rename it? -- Glen Barber ___

googleearth complains about file instance-running-lock

2009-12-10 Thread Yuri
Hi, I am getting this fatal error: Unable to create symlink for lock '/home/yuri/.googleearth/instance-running-lock'. File exists. google-earth-5.1.3509.4636 8.0-STABLE Thanks, Yuri ___ freebsd-questions@freebsd.org mailing

RE: 8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-18 Thread Guojun Jin
older FreeBSD release. -Original Message- From: Hans Petter Selasky [mailto:hsela...@c2i.net] Sent: Wednesday, November 18, 2009 3:14 AM To: freebsd-...@freebsd.org Cc: Guojun Jin; freebsd-sta...@freebsd.org; questi...@freebsd.org Subject: Re: 8.0-RC3 USB lock up on mounting two

Re: 8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-18 Thread Hans Petter Selasky
Guojun Jin > Sent: Tue 11/17/2009 11:05 PM > To: freebsd-sta...@freebsd.org > Cc: questi...@freebsd.org; freebsd-...@freebsd.org > Subject: 8.0-RC3 USB lock up on mounting two partitions from one USB drive > > When mounting two partitions from a USB dirve, it can cause the drive > access l

8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-18 Thread Guojun Jin
When mounting two partitions from a USB dirve, it can cause the drive access lock up for a long time. Details: Terminal 1 -- term1# mount /dev/da0s3d /mnt term1# cd /mnt ; rm -fr * when rm starts, go to terminal 2 and do: term2# mount /dev/da0s3e /dist ### this will hanging for a long time

RE: 8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-17 Thread Guojun Jin
dump -0f - /home | restore -rf - 105 23:27 history 15 -Original Message- From: Guojun Jin Sent: Tue 11/17/2009 11:05 PM To: freebsd-sta...@freebsd.org Cc: questi...@freebsd.org; freebsd-...@freebsd.org Subject: 8.0-RC3 USB lock up on mounting two partitions from one USB drive

Re: Lock order reversals on RELENG_8

2009-08-20 Thread Fernando Apesteguía
On Thu, Aug 20, 2009 at 2:08 PM, Peter Cornelius wrote: > Hi, > > Are these lock order reversals reported any reason for preoccupation and/or > should I report elsewhere? > > The kernel I just built does not boot at all, so I don´t know whether these > are a closed issue a

Lock order reversals on RELENG_8

2009-08-20 Thread Peter Cornelius
Hi, Are these lock order reversals reported any reason for preoccupation and/or should I report elsewhere? The kernel I just built does not boot at all, so I don´t know whether these are a closed issue already. I´m off for a couple of days and will retry then. Thanks & regards, P

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-28 Thread Anton Shterenlikht
t; >> On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, > > >> I get this error: > > >> > > >> # /usr/local/etc/periodic/monthly/300.statistics > > >> /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal > > >> error: RUNTI

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Mel Flynn
t; >> > >> # /usr/local/etc/periodic/monthly/300.statistics > >> /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal > >> error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0) ? > >> 0 > >> > >> :

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Marc G. Fournier
odic/monthly/300.statistics >> /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal >> error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0) ? 0 >> : 34) == 0) failed > > That error from bind, > >> [:1: unexpected

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Mel Flynn
ror: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0) ? 0 > : 34) == 0) failed That error from bind, > [:1: unexpected operator Is not handled gracefully in the bsdstats script. The annoyance is that ISC Bind finds it not useful to print errno, which is what you'd need

bsdstats - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Anton Shterenlikht
On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, I get this error: # /usr/local/etc/periodic/monthly/300.statistics /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0) ? 0 : 34) == 0) failed [:

Re: Automatic screen lock when leaving desk

2009-07-16 Thread Mel Flynn
On Wednesday 15 July 2009 01:20:19 Frederique Rijsdijk wrote: > I guess I'll look into the bluetooth thing. That looks quite doable. If you can spare the time, I'd appreciate write-up of how you got it working on FreeBSD as it's the first bluetooth application that seems worthwhile to me. I als

Re: Automatic screen lock when leaving desk

2009-07-16 Thread Matthew Seaman
Chad Perrin wrote: Does /usr/ports/x11/xscreensaver.app do this? It almost certainly requires the GNUStep framework as a dependency, but you may find a number of old "friends" (applications you liked) are available for that framework, in varying states of faithfulness to what you remember. If y

Re: Automatic screen lock when leaving desk

2009-07-16 Thread Mel Flynn
screensaver applications since, as it's pretty simple. They just had a > > facility where moving the mouse cursor to one corner of the screen and > > leaving it still for a few seconds would cause the screen saver / screen > > lock to come on straight away. > KDE 3.5 p

Re: Automatic screen lock when leaving desk

2009-07-15 Thread Chad Perrin
y just had a facility where > moving the mouse cursor to one corner of the screen and leaving it still > for a few seconds would cause the screen saver / screen lock to come on > straight away. > > Conversely you could designate another corner of the screen as "don't tu

Re: Automatic screen lock when leaving desk

2009-07-15 Thread Jonathan McKeown
d a facility where > moving the mouse cursor to one corner of the screen and leaving it still > for a few seconds would cause the screen saver / screen lock to come on > straight away. > > Conversely you could designate another corner of the screen as "don't turn > o

Re: Automatic screen lock when leaving desk

2009-07-15 Thread Polytropon
facility where > moving the mouse cursor to one corner of the screen and leaving it still > for a few seconds would cause the screen saver / screen lock to come on > straight away. > > Conversely you could designate another corner of the screen as "don't turn > on s

Re: Automatic screen lock when leaving desk

2009-07-15 Thread Matthew Seaman
Chad Perrin wrote: On Tue, Jul 14, 2009 at 05:32:01PM +0200, Frederique Rijsdijk wrote: Hi, I'm looking for a way to automaticaly lock my X session when I leave my desk. Probably just using 'xlockmore -mode blank' or such. But how to detect? Why does it have to be automatic?

Re: Automatic screen lock when leaving desk

2009-07-15 Thread Frederique Rijsdijk
Hi all, Frederique Rijsdijk wrote: > I'm looking for a way to automaticaly lock my X session when I leave my > desk. Probably just using 'xlockmore -mode blank' or such. But how to > detect? Thanks all for the replies. To answer some questions: - I prefer automatic. I

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Mel Flynn
On Tuesday 14 July 2009 17:36:24 Polytropon wrote: > so in my opinion it's > always safe to first umount, then remove. Kids (or aging muscles) force you to revise your view. Not to mention low quality USB camera cables. AFAIK the panic is resolved in 8.x though. Not sure about the 7.x series. -

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Polytropon
e device, and unplug it when you leave the keyboard. Then > your computer would be safe from snooping, because it would kernel panic > every time you walk away! I first thought about that, too, but in my opinion it's not needed to mount whatever you plug in as USB device, maybe a defec

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Chad Perrin
On Wed, Jul 15, 2009 at 12:35:24AM +0200, Polytropon wrote: > > To make it more complicated, what about wearing some specific USB device > on your clothes, attached to a chain, and when you leave the computer, > it will pop out of the USB socket and therefore cause "xlock" to be > called? :-) Doe

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Daniel Underwood
> To make it more complicated, what about wearing some specific USB device > on your clothes, attached to a chain, and when you leave the computer, > it will pop out of the USB socket and therefore cause "xlock" to be > called? :-) Haha... Polytropon's witty responses are enough reason in themselv

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Polytropon
On Tue, 14 Jul 2009 14:03:04 -0800, Mel Flynn wrote: > And use xev to figure out the keycode of an unused key on your keyboard you > can easily access (like multimedia keys). Then you can activate it > when leaving your spot or when that creepy guy from accounting tries to > look over your should

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Mel Flynn
On Tuesday 14 July 2009 07:52:43 Bill Moran wrote: > In response to Frederique Rijsdijk : > > I'm looking for a way to automaticaly lock my X session when I leave my > > desk. Probably just using 'xlockmore -mode blank' or such. But how to > > detect? >

Re: Re: Automatic screen lock when leaving desk

2009-07-14 Thread utisoft
On 14 Jul 2009 21:43, Chad Perrin wrote: On Tue, Jul 14, 2009 at 05:32:01PM +0200, Frederique Rijsdijk wrote: > Hi, > > I'm looking for a way to automaticaly lock my X session when I leave my > desk. Probably just using 'xlockmore -mode blank' or s

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Chad Perrin
On Tue, Jul 14, 2009 at 05:32:01PM +0200, Frederique Rijsdijk wrote: > Hi, > > I'm looking for a way to automaticaly lock my X session when I leave my > desk. Probably just using 'xlockmore -mode blank' or such. But how to > detect? Why does it have to be automatic

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Glen Barber
Hi, On Tue, Jul 14, 2009 at 11:32 AM, Frederique Rijsdijk wrote: > Hi, > > I'm looking for a way to automaticaly lock my X session when I leave my > desk. Probably just using 'xlockmore -mode blank' or such. But how to > detect? > > It could be infrared based (

Re: Automatic screen lock when leaving desk

2009-07-14 Thread Bill Moran
In response to Frederique Rijsdijk : > > I'm looking for a way to automaticaly lock my X session when I leave my > desk. Probably just using 'xlockmore -mode blank' or such. But how to > detect? > > It could be infrared based (heat signature), video based (webc

Automatic screen lock when leaving desk

2009-07-14 Thread Frederique Rijsdijk
Hi, I'm looking for a way to automaticaly lock my X session when I leave my desk. Probably just using 'xlockmore -mode blank' or such. But how to detect? It could be infrared based (heat signature), video based (webcam w/ motion detection) or even mechanical (switch in seat? m

Re: Determining file on which process is trying to acquire lock / fbsd 7.1

2009-07-11 Thread Matthew Seaman
Antonio L. wrote: I tried running "lsof -p 77214," which showed a long list of files used by the process, but I didn't see anything about it trying to get a lock on a file. Googling suggests that "pfiles" on Solaris might help with this -- is there an ana

Determining file on which process is trying to acquire lock / fbsd 7.1

2009-07-11 Thread Antonio L.
t;lockf" state, so I assume they're blocking while trying to acquire a lock on some file. I tried using truss to see where this is occurring and get a lot of the following: # truss -p 77214 ... poll({10/POLLIN|POLLERR|POLLHUP},1,1000) = 1 (0x1) recvfrom(10,"STORED\r\n",81

Re: Num Lock key in X, PF keys, involves xmodmap, xev

2009-07-05 Thread Paul B. Mahol
On 7/5/09, Polytropon wrote: > Additional information, just recognized: > > When Num Lock is on (as described in my first message), some window > manager functions don't work anymore: When doubleclicking on a title > bar, the window does not roll up. When pressing Alt and drag

Re: Num Lock key in X, PF keys, involves xmodmap, xev

2009-07-05 Thread Polytropon
Additional information, just recognized: When Num Lock is on (as described in my first message), some window manager functions don't work anymore: When doubleclicking on a title bar, the window does not roll up. When pressing Alt and dragging a window with the left mouse button, the window

Num Lock key in X, PF keys, involves xmodmap, xev

2009-07-05 Thread Polytropon
Dear list, since I moved to a new keyboard, I have some trouble. Everything except the Num Lock functionality works fine. Let me explain: The keyboard is a BOSCOM PS/2 keyboard (with 122 keys, intended for 5250 operations on a PC) that contains a keyboard controller, so the keyboard can simply

Re: Stale lock files

2009-06-27 Thread Robert Huff
Charles Howse writes: > >> ** Stale lock file was found. Removed. > > > >These are related to a (harmless) twitch in a recent version of > > ruby. Updating to the latest version fixed it for me. > > Running 'portversion -c' after 'p

Re: Stale lock files

2009-06-27 Thread Charles Howse
On Jun 27, 2009, at 10:42 AM, Robert Huff wrote: Charles Howse writes: What are stale lock files? I've been having them for a few weeks now, they need to go away! r...@curly /root# portupgrade -a ** Stale lock file was found. Removed. ** Stale lock file was found. Removed. [..

Stale lock files

2009-06-27 Thread Robert Huff
Charles Howse writes: > What are stale lock files? > I've been having them for a few weeks now, they need to go away! > > r...@curly /root# portupgrade -a > ** Stale lock file was found. Removed. > ** Stale lock file was found. Removed. > [...] > >

Re: Stale lock files

2009-06-27 Thread Polytropon
On Sat, 27 Jun 2009 10:00:24 -0500, Charles Howse wrote: > What are stale lock files? > I've been having them for a few weeks now, they need to go away! Lock files are used by several programs to indicate file-wise that they are running. The lock file is created when the program

Stale lock files

2009-06-27 Thread Charles Howse
Hi, What are stale lock files? I've been having them for a few weeks now, they need to go away! r...@curly /root# portupgrade -a ** Stale lock file was found. Removed. ** Stale lock file was found. Removed. [...] r...@curly /root# portversion -c ** Stale lock file was found. Removed. #

GJournal: Out of cache force switch - With lock up

2009-05-12 Thread David N
flushes to disk? I've also managed to lock up the system, and just trying to pin point the problem. This is a 7.1R just upgraded to 7.2 with GPT + gmirror + gjournal with GENERIC kernel. All SSH no data. Local console is locked as well, but the num lock light turns on/off. I had gstat runnin

Re: GJournal: Out of cache force switch - With lock up

2009-05-12 Thread David N
running out of cache? or > is that the journal cache that it flushes to disk? > > > I've also managed to lock up the system, and just trying to pin point > the problem. This is a 7.1R just upgraded to 7.2 with GPT + gmirror + > gjournal with GENERIC kernel. > All SSH no dat

Re: Execute and lock a user into a program upon login

2009-03-15 Thread gs_stol...@juno.com
And I think the cleanest solution would be to link .login to vtysh , make sure that your system logs out when it finishes this command or you can't use this technique. Steve Bertrand wrote (earlier today): > I think the cleanest solution would be to create a match block for your > user, and ap

Re: Execute and lock a user into a program upon login

2009-03-15 Thread Mister Olli
hi... have a look here: http://docs.hp.com/en/5991-7517/ch01s04.html I think the cleanest solution would be to create a match block for your user, and apply the forcecommand within that block... -- Olli On Fr, 2009-03-13 at 21:50 -0400, Steve Bertrand wrote: > Jonathan Chen wrote: > >

Re: Execute and lock a user into a program upon login

2009-03-13 Thread Steve Bertrand
Jonathan Chen wrote: > On Sat, Mar 14, 2009 at 02:18:27AM +0100, Polytropon wrote: > > [..] >> If the user's shell is csh (FreeBSD's standard dialog shell), you >> could achieve the goal: >> >> ~/.login >> vtysh >> logout >> >> Only problem: I don't know how the shell will act when

Re: Execute and lock a user into a program upon login

2009-03-13 Thread Jonathan Chen
On Sat, Mar 14, 2009 at 02:18:27AM +0100, Polytropon wrote: [..] > If the user's shell is csh (FreeBSD's standard dialog shell), you > could achieve the goal: > > ~/.login > vtysh > logout > > Only problem: I don't know how the shell will act when the user > terminates the vtys

Re: Execute and lock a user into a program upon login

2009-03-13 Thread Steve Bertrand
at are >>> to be blackholed by the edge devices. >>> >>> What I want is to set up an environment so that when a specific user >>> logs in to the box via SSH, a command is run, and they immediately get >>> dropped into the environment that the command pro

Re: Execute and lock a user into a program upon login

2009-03-13 Thread Polytropon
ices. > > > > What I want is to set up an environment so that when a specific user > > logs in to the box via SSH, a command is run, and they immediately get > > dropped into the environment that the command produces. > > > > When they exit this 'command&#x

Re: Execute and lock a user into a program upon login

2009-03-13 Thread Steve Bertrand
a command is run, and they immediately get > dropped into the environment that the command produces. > > When they exit this 'command', the login session is dropped. > > Essentially, I want to 'lock' a user into a program upon SSH login, and > drop them from t

Execute and lock a user into a program upon login

2009-03-13 Thread Steve Bertrand
. When they exit this 'command', the login session is dropped. Essentially, I want to 'lock' a user into a program upon SSH login, and drop them from the SSH session when the program terminates. In essence: - user 'router' connects via SSH - user is dropped into

Re: 3ware array access lock up on 7.1-RC

2008-12-29 Thread Artem Kuchin
Mel пишет: On Friday 26 December 2008 08:12:49 Artem Kuchin wrote: I am not even sure that it is related to freebsd, but maybe someone could point out the problem. We wanted to upgrade our hosting server from FreeBSD 6.2, 3ware 8506-4LP SATA RAID, raid 5 to FreeBSD 7.1 (RC for now), 9550SX

Re: 3ware array access lock up on 7.1-RC

2008-12-27 Thread Mel
On Friday 26 December 2008 08:12:49 Artem Kuchin wrote: > I am not even sure that it is related to freebsd, but maybe someone could > point out the problem. > > We wanted to upgrade our hosting server from > FreeBSD 6.2, 3ware 8506-4LP SATA RAID, raid 5 > to > FreeBSD 7.1 (RC for now), 9550SXU-4LP,

3ware array access lock up on 7.1-RC

2008-12-26 Thread Artem Kuchin
I am not even sure that it is related to freebsd, but maybe someone could point out the problem. We wanted to upgrade our hosting server from FreeBSD 6.2, 3ware 8506-4LP SATA RAID, raid 5 to FreeBSD 7.1 (RC for now), 9550SXU-4LP, raid 10 We have tested the new installation on ASUS P5K WS motherb

Could not lock the file "/var/tmp/gconf-test-locking-file-blah"

2008-11-16 Thread chrisa
installed gnome and all other packages from packages-7-stable/Lastest on the website, and it gives me the error from the subject line, 'Could not lock the file "/var/tmp/gconf-test-locking-file-blah"'. It says that it's an NFS locking error, but I'm not using NFS. Do y

Where are Lock Order Reversals

2008-10-24 Thread Al Plant
Aloha, Loading a FreeBSD 8 Current I get Lock Order Reversals. There used to be a site for looking into them. What do we do now? ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + + http://aloha50.net - Supporting - FreeBSD 6.* - 7

Re: 7-STABLE lock order reversal

2008-08-20 Thread Al Plant
Per olof Ljungmark wrote: Al Plant wrote: Kris Kennaway wrote: Per olof Ljungmark wrote: 7.0-STABLE #0: Tue Aug 19 20:39:48 CEST 2008 After system update from June 12 sources to Aug 12 I have seen frequent lockups during network operations. Compiled debugging kernel and got the below during

Re: 7-STABLE lock order reversal

2008-08-20 Thread Per olof Ljungmark
Al Plant wrote: Kris Kennaway wrote: Per olof Ljungmark wrote: 7.0-STABLE #0: Tue Aug 19 20:39:48 CEST 2008 After system update from June 12 sources to Aug 12 I have seen frequent lockups during network operations. Compiled debugging kernel and got the below during boot. Should I open a PR? S

Re: 7-STABLE lock order reversal

2008-08-20 Thread Al Plant
Al Plant wrote: Kris Kennaway wrote: Per olof Ljungmark wrote: 7.0-STABLE #0: Tue Aug 19 20:39:48 CEST 2008 After system update from June 12 sources to Aug 12 I have seen frequent lockups during network operations. Compiled debugging kernel and got the below during boot. Should I open a PR? S

Re: 7-STABLE lock order reversal

2008-08-20 Thread Al Plant
Kris Kennaway wrote: Per olof Ljungmark wrote: 7.0-STABLE #0: Tue Aug 19 20:39:48 CEST 2008 After system update from June 12 sources to Aug 12 I have seen frequent lockups during network operations. Compiled debugging kernel and got the below during boot. Should I open a PR? Suggestions welcom

Re: 7-STABLE lock order reversal

2008-08-19 Thread Kris Kennaway
Per olof Ljungmark wrote: 7.0-STABLE #0: Tue Aug 19 20:39:48 CEST 2008 After system update from June 12 sources to Aug 12 I have seen frequent lockups during network operations. Compiled debugging kernel and got the below during boot. Should I open a PR? Suggestions welcome. Thanks. Yes or tr

7-STABLE lock order reversal

2008-08-19 Thread Per olof Ljungmark
: uhid0: on uhub5 Aug 19 22:12:47 kreutzman kernel: lock order reversal: Aug 19 22:12:47 kreutzman kernel: 1st 0xc7077a14 rtentry (rtentry) @ /usr/src/sys/net/route.c:328 Aug 19 22:12:47 kreutzman kernel: 2nd 0xc6eee07c radix node head (radix node head) @ /usr/src/sys/net/route.c:879 Aug 19 22:12:47

Re: Panic: spin lock held too long when booting

2008-07-16 Thread Mike Clarke
On Tuesday 15 July 2008, Kris Kennaway wrote: > Mike Clarke wrote: > > I'm getting frequent panics due to spin lock held too long when > > booting my recently built 6.3 system with an Athlon 4850e dual core > > processor on a Foxconn 6150M2MA motherboard (GeForce 6150 a

Re: Panic: spin lock held too long when booting

2008-07-15 Thread Kris Kennaway
Mike Clarke wrote: On Tuesday 15 July 2008, Kris Kennaway wrote: Mike Clarke wrote: I'm getting frequent panics due to spin lock held too long when booting my recently built 6.3 system with an Athlon 4850e dual core processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and nForc

Re: Panic: spin lock held too long when booting

2008-07-15 Thread Mike Clarke
On Tuesday 15 July 2008, Kris Kennaway wrote: > Mike Clarke wrote: > > I'm getting frequent panics due to spin lock held too long when > > booting my recently built 6.3 system with an Athlon 4850e dual core > > processor on a Foxconn 6150M2MA motherboard (GeForce 6150 a

Re: Panic: spin lock held too long when booting

2008-07-15 Thread Kris Kennaway
Mike Clarke wrote: I'm getting frequent panics due to spin lock held too long when booting my recently built 6.3 system with an Athlon 4850e dual core processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and nForce 430 chipsets). FreeBSD curlew.lan 6.3-STABLE FreeBSD 6.3-STABLE #2

Panic: spin lock held too long when booting

2008-07-15 Thread Mike Clarke
I'm getting frequent panics due to spin lock held too long when booting my recently built 6.3 system with an Athlon 4850e dual core processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and nForce 430 chipsets). FreeBSD curlew.lan 6.3-STABLE FreeBSD 6.3-STABLE #2: Sat Jul 12 09:43:21

Re: Lock order reversal submissions?

2008-05-23 Thread Kris Kennaway
On Fri, May 23, 2008 at 05:26:29AM -0700, Tobias Hoellrich wrote: > Does anybody happen to know where I can submit lock order reversal > outputs (like the one below)? I don't want to spam freebsd-current and > http://sources.zabbadoz.net/freebsd/lor.html seems to have not been >

  1   2   3   >