search for: ebox4300

Displaying 2 results from an estimated 2 matches for "ebox4300".

Did you mean: ebox2300
2010 Dec 08
0
copy old CF image to new CF device
...sde PARTITION_1=/dev/sde1 PARTITION_2=/dev/sde2 fdisk $DEVICE << EOF o n p 1 +7000M n p 2 t 2 82 a 1 w EOF echo "" fdisk -l $DEVICE echo "" mke2fs -j $PARTITION_1 mkswap $PARTITION_2 # mount the first partition in the image file mount -t ext3 -o loop,offset=32256 ebox4300.centos.5.5.cf.img /mnt/from_image mount -t ext3 $PARTITION_1 /mnt/to_image PUSH_PWD=`pwd` # Directories to copy cd /mnt/from_image for DIRECTORY in bin boot dev etc home install lib misc net opt root sbin selinux srv tftpboot tmp usr var do t...
2008 Jul 21
3
what is the magic needed from upgrading from 1.4 to 1.6
I am upgrading a box from 1.4 to 1.6 and my console/dsp stopped working. I am getting a SIP/401 Unauthorized error and then a SIP/404 error. I changed nothing in the configs. Is there a particular parameter needed for 1.6 that 1.4 did not care about? If I drop back to 1.4 it starts working again. Thanks Jerry