Re: [expert] Impending drive problem?

2003-11-13 Thread Dj
Anne Wilson wrote:

On Wednesday 12 Nov 2003 2:18 am, et wrote:
 

On Monday 10 November 2003 10:37 pm, Luca Olivetti wrote:
   

Anne Wilson escribió:
 

On Monday 10 Nov 2003 5:23 am, Michael Noble wrote:
   

It has been a while since I last dd a disk drive (it is best to
make them the same type and size).  Assuming that the old disk
is /dev/hda and the new disk is /dev/hdb the following command
should work:
dd if=/dev/hda of=/dev/hdb
 

I've heard people recommend this before, but I'm not sure why
this is better than cp -a ?  I do remember that the last time I
tried to copy a whole directory to a new partition I had some
problems before I got it right, so I want to be clear before I
start.
   

http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/index.html
suggests to use cp -a
I used that howto many times (either to recover from disk failure
or to prepare a copy of the current distribution to a different
partition before an upgrade) and I found it very useful.
Bye
 

I recently upgrade from hdb being a dvd reader and hdc a 5 gig, and
hdd a cdwriter, to a dvd writer at hdd and a 120 gig at hdc, in MDk
9.1. I plugged in the drive to the case, and I started the
computer, fired up MCC, went to diskdrake and told it the change,
and that I wanted to make a 45 gig /var/www. it asked if I wanted
what was now in my /var/www copied over (of course I did, and it
did fine), and I now have a separate /var/www from /var. have you
just tried to see if you can just do it with out thinking about it
and using the gui?
   

I never thought of the gui, et.  I used cp -a when I needed to move 
/var to a new partition.  Life is extremely complicated here atm, so 
I'm hoping it will last out a few more days as there is no chance of 
getting/installing a new drive before that.  And I haven't even 
tested the fan theory yet.  I'll let you know what happens.

Anne
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 

Another option, and a great program
have a look at www.mondorescue.org
Dj

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Mirroring contents of old drive onto new drive

2003-11-12 Thread Dj
Have a look at
http://www.mondorescue.org/
Dj
Tom McLaughlin wrote:

Hi all, I have an 80 gig xfs formatted drive that I use for data
storage.  The drive is almost full so I have ordered a new 200 gig drive
to replace it.  Now I need to figure out how to mirror the contents of
the old drive onto the new one.  I had thought about mirroring the
drives using `dd` but I don't think that's the right way to go since the
drives are not the same size.  From reading the xfsdump man page it
looks like the following should take care of my needs:
# xfsdump -J - /old | xfsrestore -J - /new

Are there any other arguments that I should add to xfsdump or xfsrestore
such as blocksize?  Are there any caveats to doing this considering the
amount of data to be transfered or to be aware of when using this
method?  Am I going in the complete wrong direction and should instead
be using something else?  All help is greatly appreciated.  If you can't
tell, I'm super paranoid about screwing this up.  Thanks!
Tom

 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] SeekComplete error

1999-09-24 Thread DJ

Hello
 When doing make config in kernel 2.2.9 there was an option in Block Devices
(use multi-mode by default) that when set to Y  fixed the error message:

hdb:hdb: set_multimode: status=0x51 { DriveReady SeekComplete Error }
hdb:  set_multimode:  error=0x04  {DriveStatusError }

 The option isnt in Block Devices for kernels 2.2.13-7 or -9.. Where did it go
or what else fixes the error? 

thanks DJ


 



Re: [expert] ftp/html

1999-09-05 Thread DJ

 I have posted it to both lists and also to some others i am on. I dont
really care where the correct answer comes from:) The file link is on
the same box as the web page. The server answers ftp and www on the same
ip.

Steve Philp wrote:

> 
> First of all, you really should be contacting the Apache or BSDI people
> about this problem, it has nothing to do with Mandrake.
> 
> Second, check the URL that you're giving for the file link.  Does it use
> an IP that's internal to the network and won't allow/resolve for
> outsiders?
> 
> --
> Steve Philp
> Network Administrator
> Advance Packaging Corporation
> [EMAIL PROTECTED]



[expert] ftp/html

1999-09-05 Thread DJ

Hello

 I am running apache 1.1.3, on one of our web pages there is a
file for ftp. Users in our network can click on the link and get the
file, but whenever a user from the outside world tries it just times
out? The file can however be ftp'd via anonymous ftp, from both our own
network and the outside. I'm guessing that the ftp is working alright
but 
there is something in the apache setup to fix this, i have looked at the
docs but it didnt jump out at me? What am i missing? This is runing on a
BSDI box that i really dont want to have to upgrade right now:)


Thanks DJ



Re: [expert] Multilink / EQL ?

1999-08-28 Thread DJ

taka a look at /usr/doc/kelnel-doc-2.2.9/networking/eql.txt


DJ wrote:
> 
> this is what both eql and mlppp do!
> >
> > Multiple async modems can speed things up because you could
> > open different sockets or sessions on each.  However, the
> > bandwidth will not go up very much.  For that you will need
> > synchronous communications where the data bits can be split
> > among the different channels and reassembled at the other end.
> > ISDN, and the sync protocols like T-1 will do this.  Regular
> > store-shelf modems will not.
> >
> > --
> > Ramon Gandia = Sysadmin  Nook Net
> > http://www.nook.net  [EMAIL PROTECTED]
> > 285 West First Avenue   tel. 907-443-7575
> > P.O. Box 970fax. 907-443-2487
> > Nome, Alaska 99762-0970 == Alaska Toll Free. 888-443-7525



Re: [expert] Multilink / EQL ?

1999-08-28 Thread DJ

this is what both eql and mlppp do!
> 
> Multiple async modems can speed things up because you could
> open different sockets or sessions on each.  However, the
> bandwidth will not go up very much.  For that you will need
> synchronous communications where the data bits can be split
> among the different channels and reassembled at the other end.
> ISDN, and the sync protocols like T-1 will do this.  Regular
> store-shelf modems will not.
> 
> --
> Ramon Gandia = Sysadmin  Nook Net
> http://www.nook.net  [EMAIL PROTECTED]
> 285 West First Avenue   tel. 907-443-7575
> P.O. Box 970fax. 907-443-2487
> Nome, Alaska 99762-0970 == Alaska Toll Free. 888-443-7525



Re: [expert] Multilink / EQL ?

1999-08-28 Thread DJ

I am in the process(waiting on card shipment) of setting up 6 or 8
modems from a remote site on our wan to do almost the same thing. Let me
know if you find any info

thanks DJ




Zak McKracken wrote:
> 
> Hey all,
> 
> I've just spent about 3 hours looking for something that will allow me
> to use two dialup accounts (either with the same ISP, or a different one - i
> can do both), that will allow for the use of both modems to share data to a
> network.  basically the EQL stuff that i had a look at looked good, but I
> was unable to track down anything that would compile/run on either of my
> mandrake boxes, and multilinking involves going back to kernel 2.2.2
> 
> If anyones managed to do this - would you be able to fill me (and anyone
> else) on how you did it?
> 
> Thanks,
> 
> Zak



[expert] eql

1999-08-24 Thread DJ

Hello
 
 Is anyone using or have used eql or mlppp with 6 or more modems? I need
to connect a remote site to the lan and we cant get anything faster than
33.6 lines:(
So im going to try a cyclades card with 6 or 8 33.6 modems and use
eql. I'm just looking to chat with anyone who has used a setup like this
in the past, to see what the pitfalls are:)


Thanks DJ



[expert] EQL

1999-07-21 Thread DJ

Hello all
 Would anyone have a url for a faq/howto for serial load ballancing? I
need to ballance from 4 to 10 serial modems...


later..



[expert] MLPPP

1999-01-02 Thread DJ MACDONALD

Hello
 Is anyone using mlppp or eql with analog modems?