...
> A truly standalone iSCSI client will most likely want to use a TOE
> card, which
> to the OS looks like any other SCSI adapter. (I'm unsure which if any
> such
> cards are currently supported in FreeBSD, but that's a tangential
> question.)
I really doubt this. TOE iSCSI cards are quit
James Bailie wrote:
Garrett Cooper wrote:
> grep -ri {key} * > {key}.found
>
> The thing is that grep kept on feeding off of the {key}.found file and
> eventually ate up all the free space on the device (~12GB).
The shell is redirecting stdout onto the found file before it is
expanding the g
Garrett Cooper wrote:
> grep -ri {key} * > {key}.found
>
> The thing is that grep kept on feeding off of the {key}.found file and
> eventually ate up all the free space on the device (~12GB).
The shell is redirecting stdout onto the found file before it is
expanding the glob patterns, so the foun
On Sat, Mar 17, 2007 at 06:49:02AM +0100 I heard the voice of
Soeren Straarup, and lo! it spake thus:
> On Fri, Mar 16, 2007 at 08:45:30PM -, Derekj Tourneo wrote:
> > now edit the master password file
> >
> > vi /mnt/etc/master.passwd
>
> Try: vipw -d /mnt/etc
> It automaticly updates th
Eygene Ryabinkin wrote:
Garret,
Sat, Mar 17, 2007 at 02:47:43PM -0700, Garrett Cooper wrote:
I was recently grepping a directory and outputting to a file located in the
same directory as follows:
grep -ri {key} * > {key}.found
The thing is that grep kept on feeding off of the {key}.found fil
Garret,
Sat, Mar 17, 2007 at 02:47:43PM -0700, Garrett Cooper wrote:
> I was recently grepping a directory and outputting to a file located in the
> same directory as follows:
>
> grep -ri {key} * > {key}.found
>
> The thing is that grep kept on feeding off of the {key}.found file and
> eventu
I was recently grepping a directory and outputting to a file located in
the same directory as follows:
grep -ri {key} * > {key}.found
The thing is that grep kept on feeding off of the {key}.found file and
eventually ate up all the free space on the device (~12GB).
Thankfully it wasn't one of
>
> I am wondering what is the purpose of the following pieces of code in
> if_nve.c:
>
> /* ... nve_attach ... */
> /* MAC is loaded backwards into h/w reg */
> sc->hwapi->pfnGetNodeAddress(sc->hwapi->pADCX, sc->original_mac_addr);
> for (i = 0; i < 6; i++) {
> ea
I am wondering what is the purpose of the following pieces of code in
if_nve.c:
/* ... nve_attach ... */
/* MAC is loaded backwards into h/w reg */
sc->hwapi->pfnGetNodeAddress(sc->hwapi->pADCX, sc->original_mac_addr);
for (i = 0; i < 6; i++) {
eaddr[i] = s
Dear Michel,
On Thu, Mar 15, 2007 at 01:59:25PM +0100, Michel Talon wrote:
> this is to announce version 1.2 of pkgupgrade, a python tool aimed at
> upgrading freebsd ports installations mainly using binary packages.
> It has a companion program pkg_save.py by Cyrille Szymanski which
> performs ba
Hello,
* Ed Schouten <[EMAIL PROTECTED]> wrote:
> Last year Kris made a list of applications that still make use of
> :
>
> http://lists.freebsd.org/pipermail/freebsd-current/2006-June/064010.html
I took a look at all the ports in the list, except the internationalized
ones (Japanese, etc)
On Fri, 16 Mar 2007, Garrett Cooper wrote:
David S. Madole wrote:
From Derekj Tourneo on Friday, March 16, 2007 4:46 PM
How I recovered a lost root password in FreeBSD
Luckily I did know one user name and it had no password. cgadmin going to
the repair mode with CDROM/DVD option off the ins
> On 16.03.2007, at 16:59, John Nielsen wrote:
> > A truly standalone iSCSI client will most likely want to use a TOE
> > card, which
> > to the OS looks like any other SCSI adapter. (I'm unsure which if
> > any such
> > cards are currently supported in FreeBSD, but that's a tangential
> > qu
13 matches
Mail list logo