clonezilla-server-edition Mailing List for Clonezilla (Page 4)
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
(14) |
Feb
(5) |
Mar
(6) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(4) |
Aug
(2) |
Sep
(6) |
Oct
(5) |
Nov
|
Dec
(2) |
2012 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Steven S. <st...@nc...> - 2010-01-08 05:34:51
|
Hi, From "Installed DRBL-related packages: drbl-1.9.4-67 clonezilla-2.3.4-54 mkswap-uuid-0.1.1-1 drbl-partimage-0.6.8-1drbl drbl-ntfsprogs-2.0.0-4 partclone-0.1.9-5 drbl -chntpw-0.0.20040818-7 drbl-lzop-1.02-0.8drbl pigz-2.1.5-1drbl pbzip2-1.0.5-1drb" apparently you are using stable drbl, not unstable one. The packages in the unstable branch now is drbl 1.9.5-42 and clonezilla 2.3.4-54. Before you run "apt-get update" and "/opt/drbl/sbin/drblsrv -i", make sure your /etc/apt/sources.list includes this line: deb http://drbl.sourceforge.net/drbl-core drbl stable testing unstable as shown in http://drbl.sourceforge.net/one4all/ Steven. On 2010/1/8 下午 12:23, Hooker, Jonathan wrote: > root@olaxpf-clz02:/root# cat DRBL-BUG-RPT-20100107-2141.txt > To report the bug, fill the contents in the following table, then send it to DRBL mailing list or post it on the DRBL forum." > -------CUT BEGIN HERE-------------------------------------------- > Description of problem: > > I have a server running karmic koala and have installed clonezilla server on it. I used the same configuration that I would use on any other ubuntu OS but for some reason it's boot process hangs every time at "Let original init take over". If I add a -v option to the exec command that executes init.orig it outputs a bunch of information about commands starting and exiting normally. > > How reproducible: > > Every boot. Either with the testing branch or the unstable branch. > > Steps to Reproduce: > > Setup the server using the following settings then pxe-boot to clonezilla: > *Note this is relatively customized for Garmin use. > > 1. Setup base machine with with a similar scheme to the following: > a. Raid 0 (or if you have enough space Raid 0+1) > b. /dev/sda1 as /boot directly on hard drive (before software raid) > c. LVM on top of raid with following setup (vg = osvg): > i. root_lv = 4096 MB (/ mounted to this) > ii. swap_lv =<equivalent to amount of physical memory> > iii. srv_lv =<rest of free space; should be greater than 100 GB> (/srv mounted on this) > d. Be sure to install openssh server, print server, mail server, and web server > > 2. Make sure that you have two network cards in the machine during the duration of the install > > 3. Set the primary network card to static ip via /etc/network/interfaces > > 4. mkdir /srv/images > > 5. wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- | sudo apt-key add - > > 6. add the following to /etc/apt/sources.list: > a. deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse # (Or any Ubuntu mirror site near you) > b. deb http://drbl.sourceforge.net/drbl-core drbl stable testing > > 7. apt-get update; apt-get upgrade > > 8. reboot > > 9. apt-get install drbl > > 10. edit /opt/drbl/sbin/mknic-nbi and set: > a. check_server_name_default = .no. > > 11. execute /opt/drbl/sbin/drblsrv -i and use the following answers: > a. Install netboot install images: No > b. Use serial console output: No > c. Version of kernel to install: i586 > d. Upgrade OS: No > > 12. edit /etc/init.d/dhcp3-server and add at top of file: > a. exit 0 > > 13. run /opt/drbl/sbin/drblpush -i and use following selections: > a. DNS domain: garmin.com > b. NIS/YP domain: clonezilla > c. Client hostname:<local machine's hostname> > d. Ethernet port for internet:<use port that is set up with the static ip (this is the port that will stay connected to the computer and act as primary ethernet port)> > e. Collect clients: No > f. Offer same ip: No > g. Initial number in ip range: 1 > h. Total number of clients: 1 > i. Set ip range: Y > j. Diskless linux services: drbl ssi mode > k. Clonezilla mode : clonezilla box mode > l. Directory to save images to : /srv/images > m. Use client.s local hard drive: No > n. Mode to use at boot: text > o. Set root password: ************ > p. Set pxelinux password: ************ > q. Use graphical background for pxe menu: Yes > r. Share hardware with the clients: No > s. Use public IP with the clients: No > t. Run in terminal mode: No > u. Use NAT server: No > v. Continue: Yes > > 14. Edit /etc/exports and do the following: > a. Write down the ip address listed in the file > b. Replace the ip address with a .*. > > 15. Execute exportfs .a > > 16. grep -r .<first three octets of ip address you wrote down>. /tftpboot/node_root/etc > a. Change all mentions of the ip address you wrote down to the static ip of the machine > > 17. mkdir /tftpboot/node_root/drbl_ssi/temp; cd /tftpboot/node_root/drbl_ssi/temp; tar -xzvf ../template_etc.tgz > > 18. grep -r .<first three octets of ip address you wrote down>. /tftpboot/node_root/drbl_ssi/temp/etc > a. Change all mentions of the ip address you wrote down to the static ip of the machine > b. in etc/fstab uncomment the mount for node_root and comment the three lines referring to nodes/<ip addr> > > 19. create and edit /tftpboot/node_root/drbl_ssi/temp/etc/rc1.d/S18czclient and insert the following with rwx permissions: > a. #!/bin/bash > > for i in 1 2 3 4 5 6 7 8; do > if (( `ls /srv/images 2>/dev/null | wc -l`> 0 )) > then > i=100 > break > fi > echo $i > sleep 1 > done > > /srv/images/.cz_scripting/cz_client.pl > > 20. cp /tftpboot/node_root/drbl_ssi/temp/etc/rc1.d/S18czclient /tftpboot/node_root/etc/rc1.d/; tar -czvf template_etc.tgz etc; cd /tftpboot/node_root/drbl_ssi/; mv /tftpboot/node_root/drbl_ssi/temp/template_etc.tgz /tftpboot/node_root/drbl_ssi/ > > 21. mkdir /home/initrd_work; cp /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img> /home/initrd_work; cd /home/initrd_work; mv<initrd file linked to by initrd-pxe.img> initrd.img.gz; gzip -d initrd.img.gz; cpio -i --no-absolute-filenames< initrd.img; rm -rf initrd.img > > 22. Edit /home/initrd_work/bin/udhcpc-post > a. Change [ -n "$rootpath" ] || rootpath="$siaddr:/tftpboot/$clientdir" to [ -n "$rootpath" ] || rootpath="<static ip address of server>:/tftpboot/$clientdir" > > 23. cp /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img> /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img>.old; cd /home/initrd_work; find . | cpio -o -H newc> ../initrd.img; cd ..; gzip -c initrd.img> initrd.img.gz; mv initrd.img.gz /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img> > > 24. edit /tftpboot/nbi_img/pxelinux.cfg/default and add: > a.<static ip address of server>:: in front of vesamenu.c32, drblwp.png, all initrd*.img files, and all vmlinuz-pxe files > b. Enable clonezilla entry and disable drbl entry by commenting and uncommenting .MENU HIDE. > c. Add .clientdir=node_root. at end of clonezilla append line > > 25. edit /tftpboot/node_root/sbin/init and comment out section entitled .Use gateway as NFS. > > 26. create file in /etc/firewall.d/30tftp.sh and put the following line in it: > a. iptables -A INPUT -p udp --dport 69 -j ACCEPT > > 27. Remove second network card -- not needed any more > > 28. Add server entries to pxe menus and test server out > > Actual results: > > The boot process hangs every time at "Let original init take over". > > Expected results: > > Boot should complete and just before it runs the clonezilla ocs scripts, it should run /srv/images/.cz_scripts/cz_client.pl which sets up the imaging environment for imaging at Garmin. > > Some info about the DRBL environment (PLEASE DO NOT EDIT THEM!): > === > OS version: Ubuntu 9.10 > Server arch: i686 > Server CPU: Intel(R) Xeon(R) CPU E5540 @ 2.53GHz > Server memory size: 2061696 kB > Server Kernel version: 2.6.31-16-generic-pae > Installed DRBL-related packages: drbl-1.9.4-67 clonezilla-2.3.4-54 mkswap-uuid- 0.1.1-1 drbl-partimage-0.6.8-1drbl drbl-ntfsprogs-2.0.0-4 partclone-0.1.9-5 drbl -chntpw-0.0.20040818-7 drbl-lzop-1.02-0.8drbl pigz-2.1.5-1drbl pbzip2-1.0.5-1drb l mkpxeinitrd-net-1.3-18 udpcast-20091031-1drbl drbl-etherboot-5.4.3-2 gpxe-0.9. 9-1drbl freedos-1.0-11drbl > Client kernel version: 2.6.31-17-386 > Client kernel arch: i486 > NICs with private IP address in server: eth0 > Private IP address in server: 10.5.32.73 > Total client no: 1 > Client IP address: 172.30.0.1 > === > -------CUT END HERE---------------------------------------------- > > Jonathan Hooker > Desktop Support - Engineering > Garmin International > jon...@ga... > > -----Original Message----- > From: Steven Shiau [mailto:st...@nc...] > Sent: Thursday, January 07, 2010 9:10 PM > To: Hooker, Jonathan > Cc: clo...@li... > Subject: Re: [Clonezilla-server-edition] Clonezilla Server on Karmic Koala > > Please run > /opt/drbl/bin/drbl-bug-report > then post the created file. > It's easier for us to debug. > > Steven. > > On 2010/1/8 上午 11:08, Hooker, Jonathan wrote: >> This was an absolutely clean install in both cases. >> >> >> Jonathan Hooker >> Desktop Support - Engineering >> Garmin International >> jon...@ga... >> >> --Sent from BlackBerry >> >> ----- Original Message ----- >> From: Steven Shiau<st...@nc...> >> To: clo...@li...<clo...@li...> >> Sent: Thu Jan 07 21:06:09 2010Subject: Re: [Clonezilla-server-edition] Clonezilla Server on Karmic Koala >> >> Please make sure you have followedhttp://drbl.sourceforge.net/one4all/#upgradeto upgrade the drbl programs. It will avoid some stale files...Steven.On 2010/1/8 ?? 08:45, Hooker, Jonathan wrote:> I should probably clarify, I am using the testing branch of drbl. I> tried the unstable as well but that failed with similar issues.>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga...<mailto:jon...@ga...>>> *From:* Hooker, Jonathan> *Sent:* Thursday, January 07, 2010 6:21 PM> *To:* clo...@li...> *Subject:* Clonezilla Server on Karmic Koala>> Hi,>> I have a server running karmic koala and have installed clonezilla> server on it. I used the same configuration that I would use on any> other ubuntu OS but for some reason it’s boot process hangs every time> at “Let original init take over”. If I add a -v option to the exec> command that executes init.or ig it outputs a b > unch of information about> commands starting and exiting normally. Does anyone have any ideas about> this? I work for a large company and we rely on this for a large amount> of our imaging needs and I have found that some of our new hardware> needs the updated drivers from this newer kernel available in Karmic…> Thanks!>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga...<mailto:jon...@ga...>>> ------------------------------------------------------------------------>> This e-mail and any attachments may contain confidential material for> the sole use of the intended recipient. If you are not the intended> recipient, please be aware that any disclosure, copying, distribution or> use of this e-mail or any attachment is prohibited. If you have received> this e-mail in error, please contact the sender and delete all copies.>> Thank you for your cooperation.>>>> --------------------- -------------------- > -------------------------------------> This SF.Net email is sponsored by the Verizon Developer Community> Take advantage of Verizon's best-in-class app development support> A streamlined, 14 day to market process makes app distribution fast and easy> Join now and get one step closer to millions of Verizon customers> http://p.sf.net/sfu/verizon-dev2dev>>>> _______________________________________________> Clonezilla-server-edition mailing list> Clo...@li...> https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition-- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org>National Center for High-performance Computing, Taiwan.http://www.nchc.org.twPublic Key Server PGP Key ID: 1024D/9762755AFingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A------------------------------------------------------------------------------This SF.Net email is sponsored by the Verizon Developer CommunityTake advantage of > Verizon's best-in-class app development supportA streamlined, 14 day to market process makes app distribution fast and easyJoin now and get one step closer to millions of Verizon customershttp://p.sf.net/sfu/verizon-dev2dev _______________________________________________Clonezilla-server-edition mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition >> -------------------------------------------------------------------------- >> This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. >> Thank you for your cooperation. > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Hooker, J. <Jon...@ga...> - 2010-01-08 04:23:49
|
root@olaxpf-clz02:/root# cat DRBL-BUG-RPT-20100107-2141.txt To report the bug, fill the contents in the following table, then send it to DRBL mailing list or post it on the DRBL forum." -------CUT BEGIN HERE-------------------------------------------- Description of problem: I have a server running karmic koala and have installed clonezilla server on it. I used the same configuration that I would use on any other ubuntu OS but for some reason it's boot process hangs every time at "Let original init take over". If I add a -v option to the exec command that executes init.orig it outputs a bunch of information about commands starting and exiting normally. How reproducible: Every boot. Either with the testing branch or the unstable branch. Steps to Reproduce: Setup the server using the following settings then pxe-boot to clonezilla: *Note this is relatively customized for Garmin use. 1. Setup base machine with with a similar scheme to the following: a. Raid 0 (or if you have enough space Raid 0+1) b. /dev/sda1 as /boot directly on hard drive (before software raid) c. LVM on top of raid with following setup (vg = osvg): i. root_lv = 4096 MB (/ mounted to this) ii. swap_lv = <equivalent to amount of physical memory> iii. srv_lv = <rest of free space; should be greater than 100 GB> (/srv mounted on this) d. Be sure to install openssh server, print server, mail server, and web server 2. Make sure that you have two network cards in the machine during the duration of the install 3. Set the primary network card to static ip via /etc/network/interfaces 4. mkdir /srv/images 5. wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- | sudo apt-key add - 6. add the following to /etc/apt/sources.list: a. deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse # (Or any Ubuntu mirror site near you) b. deb http://drbl.sourceforge.net/drbl-core drbl stable testing 7. apt-get update; apt-get upgrade 8. reboot 9. apt-get install drbl 10. edit /opt/drbl/sbin/mknic-nbi and set: a. check_server_name_default = .no. 11. execute /opt/drbl/sbin/drblsrv -i and use the following answers: a. Install netboot install images: No b. Use serial console output: No c. Version of kernel to install: i586 d. Upgrade OS: No 12. edit /etc/init.d/dhcp3-server and add at top of file: a. exit 0 13. run /opt/drbl/sbin/drblpush -i and use following selections: a. DNS domain: garmin.com b. NIS/YP domain: clonezilla c. Client hostname: <local machine's hostname> d. Ethernet port for internet: <use port that is set up with the static ip (this is the port that will stay connected to the computer and act as primary ethernet port)> e. Collect clients: No f. Offer same ip: No g. Initial number in ip range: 1 h. Total number of clients: 1 i. Set ip range: Y j. Diskless linux services: drbl ssi mode k. Clonezilla mode : clonezilla box mode l. Directory to save images to : /srv/images m. Use client.s local hard drive: No n. Mode to use at boot: text o. Set root password: ************ p. Set pxelinux password: ************ q. Use graphical background for pxe menu: Yes r. Share hardware with the clients: No s. Use public IP with the clients: No t. Run in terminal mode: No u. Use NAT server: No v. Continue: Yes 14. Edit /etc/exports and do the following: a. Write down the ip address listed in the file b. Replace the ip address with a .*. 15. Execute exportfs .a 16. grep -r .<first three octets of ip address you wrote down>. /tftpboot/node_root/etc a. Change all mentions of the ip address you wrote down to the static ip of the machine 17. mkdir /tftpboot/node_root/drbl_ssi/temp; cd /tftpboot/node_root/drbl_ssi/temp; tar -xzvf ../template_etc.tgz 18. grep -r .<first three octets of ip address you wrote down>. /tftpboot/node_root/drbl_ssi/temp/etc a. Change all mentions of the ip address you wrote down to the static ip of the machine b. in etc/fstab uncomment the mount for node_root and comment the three lines referring to nodes/<ip addr> 19. create and edit /tftpboot/node_root/drbl_ssi/temp/etc/rc1.d/S18czclient and insert the following with rwx permissions: a. #!/bin/bash for i in 1 2 3 4 5 6 7 8; do if (( `ls /srv/images 2>/dev/null | wc -l` > 0 )) then i=100 break fi echo $i sleep 1 done /srv/images/.cz_scripting/cz_client.pl 20. cp /tftpboot/node_root/drbl_ssi/temp/etc/rc1.d/S18czclient /tftpboot/node_root/etc/rc1.d/; tar -czvf template_etc.tgz etc; cd /tftpboot/node_root/drbl_ssi/; mv /tftpboot/node_root/drbl_ssi/temp/template_etc.tgz /tftpboot/node_root/drbl_ssi/ 21. mkdir /home/initrd_work; cp /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img> /home/initrd_work; cd /home/initrd_work; mv <initrd file linked to by initrd-pxe.img> initrd.img.gz; gzip -d initrd.img.gz; cpio -i --no-absolute-filenames < initrd.img; rm -rf initrd.img 22. Edit /home/initrd_work/bin/udhcpc-post a. Change [ -n "$rootpath" ] || rootpath="$siaddr:/tftpboot/$clientdir" to [ -n "$rootpath" ] || rootpath="<static ip address of server>:/tftpboot/$clientdir" 23. cp /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img> /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img>.old; cd /home/initrd_work; find . | cpio -o -H newc > ../initrd.img; cd ..; gzip -c initrd.img > initrd.img.gz; mv initrd.img.gz /tftpboot/nbi_img/<initrd file linked to by initrd-pxe.img> 24. edit /tftpboot/nbi_img/pxelinux.cfg/default and add: a. <static ip address of server>:: in front of vesamenu.c32, drblwp.png, all initrd*.img files, and all vmlinuz-pxe files b. Enable clonezilla entry and disable drbl entry by commenting and uncommenting .MENU HIDE. c. Add .clientdir=node_root. at end of clonezilla append line 25. edit /tftpboot/node_root/sbin/init and comment out section entitled .Use gateway as NFS. 26. create file in /etc/firewall.d/30tftp.sh and put the following line in it: a. iptables -A INPUT -p udp --dport 69 -j ACCEPT 27. Remove second network card -- not needed any more 28. Add server entries to pxe menus and test server out Actual results: The boot process hangs every time at "Let original init take over". Expected results: Boot should complete and just before it runs the clonezilla ocs scripts, it should run /srv/images/.cz_scripts/cz_client.pl which sets up the imaging environment for imaging at Garmin. Some info about the DRBL environment (PLEASE DO NOT EDIT THEM!): === OS version: Ubuntu 9.10 Server arch: i686 Server CPU: Intel(R) Xeon(R) CPU E5540 @ 2.53GHz Server memory size: 2061696 kB Server Kernel version: 2.6.31-16-generic-pae Installed DRBL-related packages: drbl-1.9.4-67 clonezilla-2.3.4-54 mkswap-uuid- 0.1.1-1 drbl-partimage-0.6.8-1drbl drbl-ntfsprogs-2.0.0-4 partclone-0.1.9-5 drbl -chntpw-0.0.20040818-7 drbl-lzop-1.02-0.8drbl pigz-2.1.5-1drbl pbzip2-1.0.5-1drb l mkpxeinitrd-net-1.3-18 udpcast-20091031-1drbl drbl-etherboot-5.4.3-2 gpxe-0.9. 9-1drbl freedos-1.0-11drbl Client kernel version: 2.6.31-17-386 Client kernel arch: i486 NICs with private IP address in server: eth0 Private IP address in server: 10.5.32.73 Total client no: 1 Client IP address: 172.30.0.1 === -------CUT END HERE---------------------------------------------- Jonathan Hooker Desktop Support - Engineering Garmin International jon...@ga... -----Original Message----- From: Steven Shiau [mailto:st...@nc...] Sent: Thursday, January 07, 2010 9:10 PM To: Hooker, Jonathan Cc: clo...@li... Subject: Re: [Clonezilla-server-edition] Clonezilla Server on Karmic Koala Please run /opt/drbl/bin/drbl-bug-report then post the created file. It's easier for us to debug. Steven. On 2010/1/8 上午 11:08, Hooker, Jonathan wrote: > This was an absolutely clean install in both cases. > > > Jonathan Hooker > Desktop Support - Engineering > Garmin International > jon...@ga... > > --Sent from BlackBerry > > ----- Original Message ----- > From: Steven Shiau<st...@nc...> > To: clo...@li...<clo...@li...> > Sent: Thu Jan 07 21:06:09 2010Subject: Re: [Clonezilla-server-edition] Clonezilla Server on Karmic Koala > > Please make sure you have followedhttp://drbl.sourceforge.net/one4all/#upgradeto upgrade the drbl programs. It will avoid some stale files...Steven.On 2010/1/8 ?? 08:45, Hooker, Jonathan wrote:> I should probably clarify, I am using the testing branch of drbl. I> tried the unstable as well but that failed with similar issues.>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga...<mailto:jon...@ga...>>> *From:* Hooker, Jonathan> *Sent:* Thursday, January 07, 2010 6:21 PM> *To:* clo...@li...> *Subject:* Clonezilla Server on Karmic Koala>> Hi,>> I have a server running karmic koala and have installed clonezilla> server on it. I used the same configuration that I would use on any> other ubuntu OS but for some reason it’s boot process hangs every time> at “Let original init take over”. If I add a -v option to the exec> command that executes init.orig it outputs a b unch of information about> commands starting and exiting normally. Does anyone have any ideas about> this? I work for a large company and we rely on this for a large amount> of our imaging needs and I have found that some of our new hardware> needs the updated drivers from this newer kernel available in Karmic…> Thanks!>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga...<mailto:jon...@ga...>>> ------------------------------------------------------------------------>> This e-mail and any attachments may contain confidential material for> the sole use of the intended recipient. If you are not the intended> recipient, please be aware that any disclosure, copying, distribution or> use of this e-mail or any attachment is prohibited. If you have received> this e-mail in error, please contact the sender and delete all copies.>> Thank you for your cooperation.>>>> ----------------------------------------- -------------------------------------> This SF.Net email is sponsored by the Verizon Developer Community> Take advantage of Verizon's best-in-class app development support> A streamlined, 14 day to market process makes app distribution fast and easy> Join now and get one step closer to millions of Verizon customers> http://p.sf.net/sfu/verizon-dev2dev>>>> _______________________________________________> Clonezilla-server-edition mailing list> Clo...@li...> https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition-- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org>National Center for High-performance Computing, Taiwan.http://www.nchc.org.twPublic Key Server PGP Key ID: 1024D/9762755AFingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A------------------------------------------------------------------------------This SF.Net email is sponsored by the Verizon Developer CommunityTake advantage of Verizon's best-in-class app development supportA streamlined, 14 day to market process makes app distribution fast and easyJoin now and get one step closer to millions of Verizon customershttp://p.sf.net/sfu/verizon-dev2dev _______________________________________________Clonezilla-server-edition mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition > -------------------------------------------------------------------------- > This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. > Thank you for your cooperation. -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Clonezilla-server-edition mailing list Clo...@li... https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition |
From: Steven S. <st...@nc...> - 2010-01-08 03:11:34
|
Please run /opt/drbl/bin/drbl-bug-report then post the created file. It's easier for us to debug. Steven. On 2010/1/8 上午 11:08, Hooker, Jonathan wrote: > This was an absolutely clean install in both cases. > > > Jonathan Hooker > Desktop Support - Engineering > Garmin International > Office: 913-440-2767 > Helpdesk: 913-440-2000 or x2000 > jon...@ga... > > --Sent from BlackBerry > > ----- Original Message ----- > From: Steven Shiau<st...@nc...> > To: clo...@li...<clo...@li...> > Sent: Thu Jan 07 21:06:09 2010Subject: Re: [Clonezilla-server-edition] Clonezilla Server on Karmic Koala > > Please make sure you have followedhttp://drbl.sourceforge.net/one4all/#upgradeto upgrade the drbl programs. It will avoid some stale files...Steven.On 2010/1/8 ?? 08:45, Hooker, Jonathan wrote:> I should probably clarify, I am using the testing branch of drbl. I> tried the unstable as well but that failed with similar issues.>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga...<mailto:jon...@ga...>>> *From:* Hooker, Jonathan> *Sent:* Thursday, January 07, 2010 6:21 PM> *To:* clo...@li...> *Subject:* Clonezilla Server on Karmic Koala>> Hi,>> I have a server running karmic koala and have installed clonezilla> server on it. I used the same configuration that I would use on any> other ubuntu OS but for some reason it’s boot process hangs every time> at “Let original init take over”. If I add a -v option to the exec> command that executes init.orig it outputs a b unch of information about> commands starting and exiting normally. Does anyone have any ideas about> this? I work for a large company and we rely on this for a large amount> of our imaging needs and I have found that some of our new hardware> needs the updated drivers from this newer kernel available in Karmic…> Thanks!>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga...<mailto:jon...@ga...>>> ------------------------------------------------------------------------>> This e-mail and any attachments may contain confidential material for> the sole use of the intended recipient. If you are not the intended> recipient, please be aware that any disclosure, copying, distribution or> use of this e-mail or any attachment is prohibited. If you have received> this e-mail in error, please contact the sender and delete all copies.>> Thank you for your cooperation.>>>> ----------------------------------------- -------------------------------------> This SF.Net email is sponsored by the Verizon Developer Community> Take advantage of Verizon's best-in-class app development support> A streamlined, 14 day to market process makes app distribution fast and easy> Join now and get one step closer to millions of Verizon customers> http://p.sf.net/sfu/verizon-dev2dev>>>> _______________________________________________> Clonezilla-server-edition mailing list> Clo...@li...> https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition-- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org>National Center for High-performance Computing, Taiwan.http://www.nchc.org.twPublic Key Server PGP Key ID: 1024D/9762755AFingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A------------------------------------------------------------------------------This SF.Net email is sponsored by the Verizon Developer CommunityTake advantage of Verizon's best-in-class app development supportA streamlined, 14 day to market process makes app distribution fast and easyJoin now and get one step closer to millions of Verizon customershttp://p.sf.net/sfu/verizon-dev2dev _______________________________________________Clonezilla-server-edition mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition > -------------------------------------------------------------------------- > This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. > Thank you for your cooperation. -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Hooker, J. <Jon...@ga...> - 2010-01-08 03:08:35
|
This was an absolutely clean install in both cases. Jonathan Hooker Desktop Support - Engineering Garmin International Office: 913-440-2767 Helpdesk: 913-440-2000 or x2000 jon...@ga... --Sent from BlackBerry ----- Original Message ----- From: Steven Shiau <st...@nc...> To: clo...@li... <clo...@li...> Sent: Thu Jan 07 21:06:09 2010Subject: Re: [Clonezilla-server-edition] Clonezilla Server on Karmic Koala Please make sure you have followedhttp://drbl.sourceforge.net/one4all/#upgradeto upgrade the drbl programs. It will avoid some stale files...Steven.On 2010/1/8 ?? 08:45, Hooker, Jonathan wrote:> I should probably clarify, I am using the testing branch of drbl. I> tried the unstable as well but that failed with similar issues.>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga... <mailto:jon...@ga...>>> *From:* Hooker, Jonathan> *Sent:* Thursday, January 07, 2010 6:21 PM> *To:* clo...@li...> *Subject:* Clonezilla Server on Karmic Koala>> Hi,>> I have a server running karmic koala and have installed clonezilla> server on it. I used the same configuration that I would use on any> other ubuntu OS but for some reason it’s boot process hangs every time> at “Let original init take over”. If I add a -v option to the exec> command that executes init.orig it outputs a bunch of information about> commands starting and exiting normally. Does anyone have any ideas about> this? I work for a large company and we rely on this for a large amount> of our imaging needs and I have found that some of our new hardware> needs the updated drivers from this newer kernel available in Karmic…> Thanks!>> Jonathan Hooker> Desktop Support - Engineering> Garmin International> jon...@ga... <mailto:jon...@ga...>>> ------------------------------------------------------------------------>> This e-mail and any attachments may contain confidential material for> the sole use of the intended recipient. If you are not the intended> recipient, please be aware that any disclosure, copying, distribution or> use of this e-mail or any attachment is prohibited. If you have received> this e-mail in error, please contact the sender and delete all copies.>> Thank you for your cooperation.>>>> ------------------------------------------------------------------------------> This SF.Net email is sponsored by the Verizon Developer Community> Take advantage of Verizon's best-in-class app development support> A streamlined, 14 day to market process makes app distribution fast and easy> Join now and get one step closer to millions of Verizon customers> http://p.sf.net/sfu/verizon-dev2dev>>>> _______________________________________________> Clonezilla-server-edition mailing list> Clo...@li...> https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition-- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>National Center for High-performance Computing, Taiwan.http://www.nchc.org.twPublic Key Server PGP Key ID: 1024D/9762755AFingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A------------------------------------------------------------------------------This SF.Net email is sponsored by the Verizon Developer CommunityTake advantage of Verizon's best-in-class app development supportA streamlined, 14 day to market process makes app distribution fast and easyJoin now and get one step closer to millions of Verizon customershttp://p.sf.net/sfu/verizon-dev2dev _______________________________________________Clonezilla-server-edition mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition -------------------------------------------------------------------------- This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Thank you for your cooperation. |
From: Steven S. <st...@nc...> - 2010-01-08 03:06:53
|
Please make sure you have followed http://drbl.sourceforge.net/one4all/#upgrade to upgrade the drbl programs. It will avoid some stale files... Steven. On 2010/1/8 上午 08:45, Hooker, Jonathan wrote: > I should probably clarify, I am using the testing branch of drbl. I > tried the unstable as well but that failed with similar issues. > > Jonathan Hooker > Desktop Support - Engineering > Garmin International > jon...@ga... <mailto:jon...@ga...> > > *From:* Hooker, Jonathan > *Sent:* Thursday, January 07, 2010 6:21 PM > *To:* clo...@li... > *Subject:* Clonezilla Server on Karmic Koala > > Hi, > > I have a server running karmic koala and have installed clonezilla > server on it. I used the same configuration that I would use on any > other ubuntu OS but for some reason it’s boot process hangs every time > at “Let original init take over”. If I add a -v option to the exec > command that executes init.orig it outputs a bunch of information about > commands starting and exiting normally. Does anyone have any ideas about > this? I work for a large company and we rely on this for a large amount > of our imaging needs and I have found that some of our new hardware > needs the updated drivers from this newer kernel available in Karmic… > Thanks! > > Jonathan Hooker > Desktop Support - Engineering > Garmin International > jon...@ga... <mailto:jon...@ga...> > > ------------------------------------------------------------------------ > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient. If you are not the intended > recipient, please be aware that any disclosure, copying, distribution or > use of this e-mail or any attachment is prohibited. If you have received > this e-mail in error, please contact the sender and delete all copies. > > Thank you for your cooperation. > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > > > > _______________________________________________ > Clonezilla-server-edition mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-01-08 02:57:55
|
Hi, I believe you are using stable drbl. Please give unstable DRBL a try. Steven. On 2010/1/8 上午 08:20, Hooker, Jonathan wrote: > Hi, > > I have a server running karmic koala and have installed clonezilla > server on it. I used the same configuration that I would use on any > other ubuntu OS but for some reason it’s boot process hangs every time > at “Let original init take over”. If I add a -v option to the exec > command that executes init.orig it outputs a bunch of information about > commands starting and exiting normally. Does anyone have any ideas about > this? I work for a large company and we rely on this for a large amount > of our imaging needs and I have found that some of our new hardware > needs the updated drivers from this newer kernel available in Karmic… > Thanks! > > Jonathan Hooker > Desktop Support - Engineering > Garmin International > jon...@ga... <mailto:jon...@ga...> > > ------------------------------------------------------------------------ > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient. If you are not the intended > recipient, please be aware that any disclosure, copying, distribution or > use of this e-mail or any attachment is prohibited. If you have received > this e-mail in error, please contact the sender and delete all copies. > > Thank you for your cooperation. > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > > > > _______________________________________________ > Clonezilla-server-edition mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Hooker, J. <Jon...@ga...> - 2010-01-08 02:49:52
|
Hi, I have a server running karmic koala and have installed clonezilla server on it. I used the same configuration that I would use on any other ubuntu OS but for some reason it's boot process hangs every time at "Let original init take over". If I add a -v option to the exec command that executes init.orig it outputs a bunch of information about commands starting and exiting normally. Does anyone have any ideas about this? I work for a large company and we rely on this for a large amount of our imaging needs and I have found that some of our new hardware needs the updated drivers from this newer kernel available in Karmic... Thanks! Jonathan Hooker Desktop Support - Engineering Garmin International jon...@ga...<mailto:jon...@ga...> ________________________________ This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Thank you for your cooperation. |
From: Hooker, J. <Jon...@ga...> - 2010-01-08 01:24:10
|
I should probably clarify, I am using the testing branch of drbl. I tried the unstable as well but that failed with similar issues. Jonathan Hooker Desktop Support - Engineering Garmin International jon...@ga...<mailto:jon...@ga...> From: Hooker, Jonathan Sent: Thursday, January 07, 2010 6:21 PM To: clo...@li... Subject: Clonezilla Server on Karmic Koala Hi, I have a server running karmic koala and have installed clonezilla server on it. I used the same configuration that I would use on any other ubuntu OS but for some reason it's boot process hangs every time at "Let original init take over". If I add a -v option to the exec command that executes init.orig it outputs a bunch of information about commands starting and exiting normally. Does anyone have any ideas about this? I work for a large company and we rely on this for a large amount of our imaging needs and I have found that some of our new hardware needs the updated drivers from this newer kernel available in Karmic... Thanks! Jonathan Hooker Desktop Support - Engineering Garmin International jon...@ga...<mailto:jon...@ga...> ________________________________ This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Thank you for your cooperation. |
From: Steven S. <st...@nc...> - 2010-01-05 03:22:36
|
Oops... the URL should be this one now: https://sourceforge.net/blog/potm-201001/ Steven. On 2010/1/5 上午 11:01, Steven Shiau wrote: > Hi, > We are happy to tell you that Clonezilla has been selected as January's > Project of the Month on sourceforge. Thank you all for helping us to > make this. > For more info about this, please check: > https://sourceforge.net/blog/potm201001/ > > Steven. -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-01-05 03:02:26
|
Hi, We are happy to tell you that Clonezilla has been selected as January's Project of the Month on sourceforge. Thank you all for helping us to make this. For more info about this, please check: https://sourceforge.net/blog/potm201001/ Steven. -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2009-11-25 14:42:38
|
Let's focus on this one only: https://sourceforge.net/projects/clonezilla/forums/forum/799287/topic/3469079 Thanks. Steven. Kaplan, Andrew H. wrote: > Hi there -- > > I completed the installation of the Clonezilla DRBL software, unstable branch, > onto a CentOS 5.3 > i586 server. The next step is my configuring it to act as a host to several, > perhaps more in the > future, images to several clients. What I had in mind was to install a script > that could be run > as a cron job on the client systems that would create an image on the server > that could be used > in case there was a problem with the client at a future date. > > I checked the Related Articles page for information on how to do this, but I did > not see anything > apparent. Has anyone done something like this, and if so, could you provide > insight as to how it > can be done? Thanks. > > > > > The information in this e-mail is intended only for the person to whom it is > addressed. If you believe this e-mail was sent to you in error and the e-mail > contains patient information, please contact the Partners Compliance HelpLine at > http://www.partners.org/complianceline . If the e-mail was sent to you in error > but does not contain patient information, please contact the sender and properly > dispose of the e-mail. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Clonezilla-server-edition mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Kaplan, A. H. <AHK...@PA...> - 2009-11-24 19:45:32
|
Hi there -- I completed the installation of the Clonezilla DRBL software, unstable branch, onto a CentOS 5.3 i586 server. The next step is my configuring it to act as a host to several, perhaps more in the future, images to several clients. What I had in mind was to install a script that could be run as a cron job on the client systems that would create an image on the server that could be used in case there was a problem with the client at a future date. I checked the Related Articles page for information on how to do this, but I did not see anything apparent. Has anyone done something like this, and if so, could you provide insight as to how it can be done? Thanks. The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. |
From: Steven S. <st...@nc...> - 2009-09-15 03:45:34
|
Hi, Recently some people have file bugs report about XFS clone/image problem. We have confirmed that and sorry for that. This problem is only for XFS, if you are imaging or cloning a non-XFS partition, you can ignore this. This issue is due to an XFS clone problem of partclone (version 0.1.1-16). To avoid this, for Clonezilla live, please use Clonezilla live 1.2.2-28 or 20090915-karmic to save your XFS partition. For Clonezilla SE, please use unstable branch. By doing this, Clonezilla will default to use partimage instead of partclone to save an XFS partition. Alternative, if you still want to use Clonezilla live 1.2.2.-26 or stable Clonezilla SE, you can enter expert mode, and choose "-q" to use partimage instead of the default option "-q2" to use partclone to save your XFS partition. For more info, please check: https://sourceforge.net/tracker/?func=detail&atid=671650&aid=2857293&group_id=115473 We are working on this issue, and this problem should be solved soon. Regards, Steven. -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2009-07-01 07:05:58
|
Hi Nilesh, I have replied in https://sourceforge.net/forum/message.php?msg_id=7473147 Let's focus on one forum only. Thanks. Steven. Nilesh Shastrakar wrote: > Hi, > > I would like to thank all of you for Clonezilla as free software, I am > very impressed with Live CD, its allow me to create Images of hard > drive with so many features. but to take images I have to shutdown the > comp and boot from the Live CD, I would like to know is there way to > take real time Images of Linux machines without shutting down the comp > and save it on other comp. > > Regards, > Nilesh > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > Clonezilla-server-edition mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Nilesh S. <nil...@ca...> - 2009-07-01 06:45:12
|
Hi, I would like to thank all of you for Clonezilla as free software, I am very impressed with Live CD, its allow me to create Images of hard drive with so many features. but to take images I have to shutdown the comp and boot from the Live CD, I would like to know is there way to take real time Images of Linux machines without shutting down the comp and save it on other comp. Regards, Nilesh |
From: Steven S. <st...@nc...> - 2009-06-10 12:26:58
|
This is kernel NFS behavior... Since /home is exported by NFS, if you mount another partition as /home/image, /home/image has to be exported, too. Besides, you have to modify client's /etc/fstab, too. After you have mount /home/image, it's easier to make it by running "/opt/drbl/sbin/drblpush -i" again, and tell drblpush your clonezilla image home is /home/image, then drblpush will modify the required files for you. Steven. Christian Eckart wrote: > Hi > > > > I use Clonezilla SE on Ubuntu 9.04 in VMware ESX. > > > > For the Server I have made a minimal installation on an 10Gb Disk. > > After this if added an other HDD to the server and mounted this over the > /etc/fstab to /home/image. I want to use this HDD for the Images > > i have to create and restore. Now I have one Problem: Clonezilla don’t > write the images to the mounted HDD, he use the /home/image directory > > on the sda HDD. How can I change this? > > > > The mount point seems to bee right. I can read and write to the mounted HDD. > > > > Thanks for your help > > > > Best Regards > > > > Christian > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > > > ------------------------------------------------------------------------ > > _______________________________________________ > Clonezilla-server-edition mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Christian E. <chr...@py...> - 2009-06-10 07:54:33
|
Hi I use Clonezilla SE on Ubuntu 9.04 in VMware ESX. For the Server I have made a minimal installation on an 10Gb Disk. After this if added an other HDD to the server and mounted this over the /etc/fstab to /home/image. I want to use this HDD for the Images i have to create and restore. Now I have one Problem: Clonezilla don't write the images to the mounted HDD, he use the /home/image directory on the sda HDD. How can I change this? The mount point seems to bee right. I can read and write to the mounted HDD. Thanks for your help Best Regards Christian |
From: Steven S. <st...@nc...> - 2009-06-05 06:01:04
|
I guess it can be done. >From the manual of udp-sender: --retries-until-drop retries How many time to send a REQACK until dropping a receiver. Lower retrycounts make "udp-sender" faster to react to crashed receivers, but they also increase the probability of false alerts (dropping receivers that are not actually crashed, but merely slow to respond for whatever reason) So I guess it's possible in Clonezilla SE, you can assign this parameter to the variable "udp_sender_extra_opt_default" in /opt/drbl/conf/drbl-ocs.conf. Steven. Isamar Maia wrote: > We were using a proprietary copy solution to copy 50 machines simultaneously > over the LAN using Multicasting. > > The problem is, when one machine freezes for some reason, all the whole > copy process is interrupted loosing a lot of time. > > With CloneZilla Server Edition, does this problem can be fixed ? > > Thanks a lot, > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Isamar M. <is...@gm...> - 2009-06-05 01:16:11
|
We were using a proprietary copy solution to copy 50 machines simultaneously over the LAN using Multicasting. The problem is, when one machine freezes for some reason, all the whole copy process is interrupted loosing a lot of time. With CloneZilla Server Edition, does this problem can be fixed ? Thanks a lot, -- Isamar Maia Brazil: 55-71-9146-8575 55-71-4062-8688 日本: +81-(0)3-4550-1212 "In a world without walls. Who needs windows and gates?" |
From: Steven S. <st...@nc...> - 2009-04-07 09:14:44
|
Hi, Do you have any idea about the network card brand and model ? Steven. Hardik Dalwadi wrote: > Hello List, > > I have followed this document [1] to setup my Clonezilla server. > Everthing is smooth, > but when my client doing PXE booting, it dropped into Busy Box :(. > Below is the error > i am getting. > > "Driver for the network is NOT found! > Is this kernel 2.6.28.-11-generic too old so it does not support this > network card? > > ---- > > " > > But, i am able boot the Juanty on same same. > > Server Info: > Linux DESK 2.6.28-11-generic #40-Ubuntu SMP Fri Apr 3 17:39:51 UTC > 2009 i686 GNU/Linux > > I am seeking for your advise, where i am missing? > > Thanks, -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Hardik D. <hnd...@gm...> - 2009-04-07 09:09:22
|
Hello List, I have followed this document [1] to setup my Clonezilla server. Everthing is smooth, but when my client doing PXE booting, it dropped into Busy Box :(. Below is the error i am getting. "Driver for the network is NOT found! Is this kernel 2.6.28.-11-generic too old so it does not support this network card? ---- " But, i am able boot the Juanty on same same. Server Info: Linux DESK 2.6.28-11-generic #40-Ubuntu SMP Fri Apr 3 17:39:51 UTC 2009 i686 GNU/Linux I am seeking for your advise, where i am missing? Thanks, -- Hardik |
From: Steven S. <st...@nc...> - 2008-12-19 15:32:36
|
Hi Sean, Sean Wong wrote: > Hi, > > I have installed DRBL on a Ubuntu Hardy Virtual Machine. I'm running > VMWare on Linux. The DRBL server is installed onto a Host-Only network > in the vmware server. I tried to pxe-boot client on the same host-only > server.. It didn't work.. The client booted from its' own FC OS > eventually. Has anyone come across this? > > It should be OK, we use vmware and virtualbox to test DRBL quite often. Just remember to stop the dhcp service started by vmware. It will conflict with the one from DRBL. Steven. > Regards, > Sean > > > ------------------------------------------------------------------------------ > _______________________________________________ > Clonezilla-server-edition mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-server-edition > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Sean W. <se...@p2...> - 2008-12-19 10:15:58
|
Hi, I have installed DRBL on a Ubuntu Hardy Virtual Machine. I'm running VMWare on Linux. The DRBL server is installed onto a Host-Only network in the vmware server. I tried to pxe-boot client on the same host-only server.. It didn't work.. The client booted from its' own FC OS eventually. Has anyone come across this? Regards, Sean |