portmanager status?

2006-01-19 Thread Craig Deal
I just ran portmanager -s and it said that it has been removed from
the ports collection. The MOVED file said
sysutils/portmanager||2006-01-19|Author withdrew permission to
distribute. Does this mean it will not be available any more, or is
this temporary?

Does anyone have a recommendation for a replacement for a novice user.
Portmanager was very easy to use and I never had a problem with it.

Thanks,
Craig
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portmanager status?

2006-01-19 Thread Craig Deal
On 1/19/06, Kris Kennaway [EMAIL PROTECTED] wrote:

 Try portupgrade.  It's what most people use.

 Kris


Thanks, I'll give it a try.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade problem

2005-10-20 Thread Craig Deal

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 On Behalf Of Lowell Gilbert
 Sent: Thursday, October 20, 2005 9:02 AM
 To: Craig Deal
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Portupgrade problem
 
 Craig Deal [EMAIL PROTECTED] writes:
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of Lowell 
   Gilbert
 
   How did you install ruby?  
   That's the program (as opposed to portupgrade) that's 
 trying to link 
   to the wrong library, and the version you have installed 
 is not the 
   one you would have gotten from the 5.4-RELEASE packages.
  
  
  That could be the problem. I used pkg_add 
  ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages.. 
 for some 
  of the packages, in order to get the most current version. 
 I may have 
  used the wrong ftp folder on one of the them. Is 
  ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/ or 
  using pkg_add -r the most current packages for ver. 5.4? If so, I 
  think I will just start over with a clean install.
 
 If you want to keep your packages up-to-date, I recommend 
 updating your ports tree with cvsup and then using 
 portupgrade or portmanager get the updates.
 
 Reinstalling the whole system is quite drastic and completely 
 unnecessary.



That's ok, I'm used to it since I mainly deal with windows (till now
anyway).


 If you want to keep your packages up-to-date, I recommend 
 updating your ports tree with cvsup and then using 
 portupgrade or portmanager get the updates.


What is the best way to keep the system up-to-date if you use packages? The
manual is fairly clear if you use ports, but things get kinda vague (for me
anyway) when it comes to packages. I have successfully installed (from
packages) a working system with
FreeBSD/Postfix/amavisd-new/spamassassin/Clamav/F-Prot/Postgrey/etc, and I
want to make sure I can keep the packages updated without crashing the
system.

I ran:
cvsup -h cvsup1.freebsd.org /usr/share/examples/cvsup/ports-supfile
cd /usr/ports/  make fetchindex
pkgdb -uvF
portsdb -u
portupgrade -arPP

but nothing got updated. It said everything was current. When I ran
pkg_version, the majority of the packages had this . After that I used
portupgrade -arR and it updated some packages from the ports tree. I would
prefer to use only packages, but it fetches from the .../packages-5-release,
which is not current. 

Any help would be appreciated.

Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing a failing HD

2005-10-19 Thread Craig Deal
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Gayn Winters
 Sent: Tuesday, October 18, 2005 8:53 PM
 To: 'Craig Deal'; freebsd-questions@freebsd.org
 Subject: RE: Replacing a failing HD
 
 
   Craig Deal wrote:
 

   Hope it's ok to continue this thread, but can you
  explain in more
   detail how to use dd to copy a HD. I read man dd and was
   
   unable to
   
   figure out how this is done.
   
   Thanks,
   Craig
   
   ___
   freebsd-questions@freebsd.org mailing list 
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   
   [EMAIL PROTECTED]
   
   This is what I have done in the past.
   
   dd if=/dev/da0 of=/dev/da1 bs=8192b
   
   where da0 is the disk you want to copy and da1 is the new,
   blank disk.
   I should also mention that it is wise to do this in single
   user mode.  
   I actually have read this somewhere and understand the
  point of it,
   but I must also say that I have done it both ways and they
   have both
   worked.
   YMMV  I would have to say it is all dependant and what you have 
   running.
   
   I have done this too many times to count and it is very easy.
   
   peace,
   Bob
   


I tried this and got the following error:

ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR 
error=40UNCORRECTABLE
LBA=8387712
 
 A couple ideas for dd:
 
 Have you tried bs=512b ?
 
 How about conv=noerror ?
 
 
 -gayn 


Using bs=512b worked. I booted to the new disk and everything looks ok. I
also ran fsck in single user mode, which indicated no problems. Can I
assume everything is ok, or is there anything else I should check?

Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Portupgrade problem

2005-10-19 Thread Craig Deal
I installed portupgrade from packages today. Whenever I run portupgrade
-arR or pkgdb -uvF I get the following message:

/libexec/ld-elf.so.1: Shared object libcrypt.so.3 not found, required by
ruby18

I'm not sure what to do from here. I have ruby-1.8.2_4 and
ruby18-bdb1-0.2.2 installed from packages also. Any suggestions on what to
do from here?

Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade problem

2005-10-19 Thread Craig Deal
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Robert Huff
 Sent: Wednesday, October 19, 2005 1:15 PM
 To: freebsd-questions@freebsd.org
 Subject: Portupgrade problem
 
 
 Craig Deal writes:
 
   I installed portupgrade from packages today. Whenever I run 
  portupgrade  -arR or pkgdb -uvF I get the following message:
   
   /libexec/ld-elf.so.1: Shared object libcrypt.so.3 not found, 
  required by  ruby18
 
   Isn't libcrypt part of the base system?
 
 
   Robert Huff
 

If it helps, libcrypto.so.3 is on the system, under /lib.

Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade problem

2005-10-19 Thread Craig Deal
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Lowell Gilbert
 Sent: Wednesday, October 19, 2005 1:39 PM
 To: Craig Deal
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Portupgrade problem
 
 Craig Deal [EMAIL PROTECTED] writes:
 
  I installed portupgrade from packages today. Whenever I run 
  portupgrade -arR or pkgdb -uvF I get the following message:
  
  /libexec/ld-elf.so.1: Shared object libcrypt.so.3 not found, 
  required by ruby18
  
  I'm not sure what to do from here. I have ruby-1.8.2_4 and 
  ruby18-bdb1-0.2.2 installed from packages also. Any 
 suggestions on 
  what to do from here?
 
 Wild guess: you installed a 6.0 package on a 5.4 system.
 ___


Is that possible using pkg_add -r portupgrade?

Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade problem

2005-10-19 Thread Craig Deal


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Lowell Gilbert
 Sent: Wednesday, October 19, 2005 3:15 PM
 To: Craig Deal; freebsd-questions@freebsd.org
 Subject: Re: Portupgrade problem
 
 Craig Deal [EMAIL PROTECTED] writes:
 
   
   -Original Message-
   From: Lowell Gilbert [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, October 19, 2005 2:40 PM
   To: freebsd-questions@freebsd.org
   Cc: Craig Deal
   Subject: Re: Portupgrade problem
   
   Lowell Gilbert [EMAIL PROTECTED] writes:
   
Craig Deal [EMAIL PROTECTED] writes:

  
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf
   Of Lowell
  Gilbert
  Sent: Wednesday, October 19, 2005 1:39 PM
  To: Craig Deal
  Cc: freebsd-questions@freebsd.org
  Subject: Re: Portupgrade problem
  
  Craig Deal [EMAIL PROTECTED] writes:
  
   I installed portupgrade from packages today. 
 Whenever I run 
   portupgrade -arR or pkgdb -uvF I get the 
 following message:
   
   /libexec/ld-elf.so.1: Shared object libcrypt.so.3 not 
   found, required by ruby18
   
   I'm not sure what to do from here. I have ruby-1.8.2_4
   and ruby18-bdb1-0.2.2 installed from packages also. Any 
   suggestions on what to do from here?
  
  Wild guess: you installed a 6.0 package on a 5.4 system.
  ___
 
 
 Is that possible using pkg_add -r portupgrade?

It shouldn't be.  It looks like it can happen if you upgrade 
pkg_add or the kernel without the other, and occasional 
 bugs do slip in.

What does uname -a tell you?  [This is almost always a good 
thing to include in your questions.]
   
   Oh, yes:  and sysctl kern.osreldate?
   
  
  
  FreeBSD mx1.acspros.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: 
 Sun May  8
  10:21:06 UTC 2005
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
  
  
  kern.osreldate: 504000
 
 Well, those should definitely be fetching the 5.4-RELEASE packages.
 
 How did you install ruby?  
 That's the program (as opposed to portupgrade) that's trying 
 to link to the wrong library, and the version you have 
 installed is not the one you would have gotten from the 
 5.4-RELEASE packages.


That could be the problem. I used pkg_add
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages.. for some of the
packages, in order to get the most current version. I may have used the
wrong ftp folder on one of the them. Is
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/ or using
pkg_add -r the most current packages for ver. 5.4? If so, I think I will
just start over with a clean install.

Thanks for help.

Craig 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing a failing HD

2005-10-18 Thread Craig Deal
 
  Hope it's ok to continue this thread, but can you explain in more 
  detail how to use dd to copy a HD. I read man dd and was 
 unable to 
  figure out how this is done.
  
  Thanks,
  Craig
  
  ___
  freebsd-questions@freebsd.org mailing list 
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
  
 This is what I have done in the past.
 
 dd if=/dev/da0 of=/dev/da1 bs=8192b
 
 where da0 is the disk you want to copy and da1 is the new, 
 blank disk. 
 I should also mention that it is wise to do this in single 
 user mode.  I actually have read this somewhere and 
 understand the point of it, but I must also say that I have 
 done it both ways and they have both worked. 
 YMMV  I would have to say it is all dependant and what you 
 have running.
 
 I have done this too many times to count and it is very easy.
 
 peace,
 Bob
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

I tried this and got the following error:

ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR error=40UNCORRECTABLE
LBA=8387712

Any ideas what the problem might be? Do the hard drives have to be
identical? One is a 30Gb and the other is a 60GB.

Thanks,
Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing a failing HD

2005-10-18 Thread Craig Deal
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bob Ababurko
 Sent: Tuesday, October 18, 2005 5:27 PM
 To: Craig Deal; freebsd-questions@freebsd.org
 Subject: Re: Replacing a failing HD
 
 Craig Deal wrote:
   
  
 Hope it's ok to continue this thread, but can you explain in more 
 detail how to use dd to copy a HD. I read man dd and was
 
 unable to
 
 figure out how this is done.
 
 Thanks,
 Craig
 
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 
 [EMAIL PROTECTED]
 
 This is what I have done in the past.
 
 dd if=/dev/da0 of=/dev/da1 bs=8192b
 
 where da0 is the disk you want to copy and da1 is the new, 
 blank disk.
 I should also mention that it is wise to do this in single 
 user mode.  
 I actually have read this somewhere and understand the point of it, 
 but I must also say that I have done it both ways and they 
 have both 
 worked.
 YMMV  I would have to say it is all dependant and what you have 
 running.
 
 I have done this too many times to count and it is very easy.
 
 peace,
 Bob
 
  
  
  I tried this and got the following error:
  
  ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR 
  error=40UNCORRECTABLE
  LBA=8387712
  
  Any ideas what the problem might be? Do the hard drives have to be 
  identical? One is a 30Gb and the other is a 60GB.
  
  Thanks,
  Craig
  
  
 
 I would think that you can dd from a small drive to a large 
 drive, but if the is possible _definitely_ not the other way 
 around.  Which size are source and dest. drive?
 
 -Bob

I should have been clearer. The source is 30GB and dest 60GB.

Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing a failing HD

2005-10-06 Thread Craig Deal
 
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bob Ababurko
 Sent: Wednesday, October 05, 2005 7:53 AM
 To: Charlie Schluting; freebsd-questions@freebsd.org
 Subject: Re: Replacing a failing HD
 
 Yes, I guess I should mention that the drives were on the 
 same machine, actually the same bus and/or channel.  I have 
 also done this on Solaris. 
   I believe it was Solaris 8, but it works just the same.  I 
 am not sure if it would work over a network.  Just make sure 
 you dd the disk as a whole as in /dev/daX and not by the slice.
 
 -Bob
 
 
 Charlie Schluting wrote:
 I have used dd to image a drive many times before in freebsd.  It 
 works like a champion and will boot up just fine.  I may have 
 misunderstood your mail but if not then it will work.
 
  
  
  Well, maybe my weird over ssh calling a setuid program 
 that calls a 
  script dd was flawed somehow. I'll do it again with both drives in 
  the same machine.
  
  Thanks for the response!


Hope it's ok to continue this thread, but can you explain in more detail how
to use dd to copy a HD. I read man dd and was unable to figure out how
this is done.

Thanks,
Craig

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]