Re: smbfs hang

2008-10-17 Thread Alex Zbyslaw
Chris Coleman wrote: I'm doing a large transfer from an SMB mounted drive, about 2TB of files. After about 250G, it hanging. Of course any process that tries to access that drive hangs as well. Is there anyway to get those processes killed off and remount the drive without rebooting? I

lock test from sh script

2008-10-17 Thread Igor Pokrovsky
Hi all! I need to check if file is locked or not (with flock) from a shell script. I remember there was something but cannot recall what exactly. And if possible I do not want to write my own test utility even it is several lines in length) Thanks, -ip

Re: lock test from sh script

2008-10-17 Thread Dag-Erling Smørgrav
Igor Pokrovsky [EMAIL PROTECTED] writes: I need to check if file is locked or not (with flock) from a shell script. I remember there was something but cannot recall what exactly. And if possible I do not want to write my own test utility even it is several lines in length) lockf -t0 file true

Re: lock test from sh script

2008-10-17 Thread Pieter de Goeje
On Friday 17 October 2008, Igor Pokrovsky wrote: Hi all! I need to check if file is locked or not (with flock) from a shell script. I remember there was something but cannot recall what exactly. And if possible I do not want to write my own test utility even it is several lines in length)

Re: lock test from sh script

2008-10-17 Thread Daniel O'Connor
On Friday 17 October 2008 20:18:20 Igor Pokrovsky wrote: I need to check if file is locked or not (with flock) from a shell script. I remember there was something but cannot recall what exactly. And if possible I do not want to write my own test utility even it is several lines in length)

Re: FreeBSD and ISCSI, Strange Problem

2008-10-17 Thread Daniel Dias Gonçalves
Thanks Danny, The patch work fine, but i have new problem: Have two servers 7.0R with iscsi-2.1. They are mounted the same directory way iSCSI. When I create an archive inside of this directory in the server A, the server B don't show the archive, if in the server B to unmount and mount the

how determine all possible drivers for my system

2008-10-17 Thread Oleg
Hello maillist of my favorite WortstationServer OS May i asking: how i can determine all drivers of existing devices, but who is not present in GENERIC kernel. For definition of all devices useful to me I have written the following a little stupid script: -- #!/bin/sh MODLIST=`find

Re: FreeBSD and ISCSI, Strange Problem

2008-10-17 Thread Dan Nelson
In the last episode (Oct 17), Daniel Dias Gonçalves said: Thanks Danny, The patch work fine, but i have new problem: Have two servers 7.0R with iscsi-2.1. They are mounted the same directory way iSCSI. When I create an archive inside of this directory in the server A, the server B don't

Re: how determine all possible drivers for my system

2008-10-17 Thread Freddie Cash
On October 17, 2008 01:21 pm Oleg wrote: Hello maillist of my favorite WortstationServer OS May i asking: how i can determine all drivers of existing devices, but who is not present in GENERIC kernel. snippage My question: what the official FreeBSD-way for the approach similar operations?

Re: [Info required] PC Architecture

2008-10-17 Thread Alfred Perlstein
* Jeroen Ruigrok van der Werven [EMAIL PROTECTED] [081016 08:06] wrote: -On [20081016 16:43], Srinivas ([EMAIL PROTECTED]) wrote: I have a theoretical understanding of the PC architecture and the details but have no idea of how things go under the hood(for a real computer).