Re: bootable usb

2011-02-26 Thread Samuel Thibault
Oz, le Fri 25 Feb 2011 23:02:09 -0600, a écrit : > Could you please tell me how to make a boot able usb image using your > mini iso samuel. > > i don't think copy and pasting the ISO in to the thumb drive (usb > stick) will work. dd < mini.iso > /dev/sda Of course that'll erase everything on the

Re: [Fwd: Questions on isc-dhcp]

2011-02-26 Thread Svante Signell
> Yes, that's what I said in an earlier mail and above: now that pfinet > returns an answer (while it has never done so in the past), glibc > crashes, so you need a fixed libc too. > > > Having it installed results in the same errors with both the old and > > the new versions of libc installed. >

Re: [Fwd: Questions on isc-dhcp]

2011-02-26 Thread Samuel Thibault
Svante Signell, le Sat 26 Feb 2011 16:33:50 +0100, a écrit : > > > Having it installed results in the same errors with both the old and > > > the new versions of libc installed. > > > > So I guess the libc I provided you didn't actually have the fix. > > I've been looking for an updated glibc for

Re: bootable usb

2011-02-26 Thread Jérémie Koenig
On Sat, Feb 26, 2011 at 1:15 PM, Samuel Thibault wrote: > Oz, le Fri 25 Feb 2011 23:02:09 -0600, a écrit : >> Could you please tell me how to make a boot able usb image using your >> mini iso samuel. >> >> i don't think copy and pasting the ISO in to the thumb drive (usb >> stick) will work. > > d

bootable usb

2011-02-26 Thread Oz
icelogic@icelogic-GA-870A-UD3:~$ sudo dd < /home/icelogic/Downloads/mini-20110221.iso > /dev/sdb bash: /dev/sdb: Permission denied does anyone know how to fix this error? thanks in advance.

Re: bootable usb

2011-02-26 Thread Samuel Thibault
Oz, le Sat 26 Feb 2011 18:38:39 -0600, a écrit : > icelogic@icelogic-GA-870A-UD3:~$ sudo dd < > /home/icelogic/Downloads/mini-20110221.iso > /dev/sdb > bash: /dev/sdb: Permission denied > > > > does anyone know how to fix this error? Become root. Samuel

Re: bootable usb

2011-02-26 Thread Oz
root@icelogic-GA-870A-UD3:/home/icelogic# dd < /home/icelogic/Downloads/mini-20110221.iso > /dev/sdb 0+0 records in 0+0 records out 0 bytes (0 B) copied, 6.2624e-05 s, 0.0 kB/s lol now i get this and nothing copies :( On Sat, Feb 26, 2011 at 6:49 PM, Samuel Thibault wrote: > Oz, le Sat 26 Feb 20