freebsd-update (custom kernel)

2011-11-03 Thread masayoshi
I would like to know about freebsd-update command.
It is rumoured that freebsd-update command does not work well with custom 
kernel.
First question is the following :

 su -
#freebsd-update fetch
#freebsd-update install

Does this command work well?

The answer is .
[A].Always work, [B]Depend on my computer.


Second question is ...
For example,if I upgrade from FreeBSD 7.4 to 8.2 by freebsd-update command.
Can I upgrade without failure?
I would like to know only success rate?

The answer is 
[A].about 100%, [B].about 80%,[C].about 75%,[D] less than 50%

Thanks in advance.

---
Inexperienced FreeBSD user: Level 1
pow 1, spd 1, vit 1,int 1,luck 1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update (custom kernel)

2011-11-03 Thread Michael Sierchio
It will work fine - it won't attempt to update the kernel.

On Thu, Nov 3, 2011 at 8:49 AM, masayoshi rocksta...@y7mail.com wrote:
 I would like to know about freebsd-update command.
 It is rumoured that freebsd-update command does not work well with custom 
 kernel.
 First question is the following :

 su -
 #freebsd-update fetch
 #freebsd-update install

 Does this command work well?

 The answer is .
 [A].Always work, [B]Depend on my computer.


 Second question is ...
 For example,if I upgrade from FreeBSD 7.4 to 8.2 by freebsd-update command.
 Can I upgrade without failure?
 I would like to know only success rate?

 The answer is 
 [A].about 100%, [B].about 80%,[C].about 75%,[D] less than 50%

 Thanks in advance.

 ---
 Inexperienced FreeBSD user: Level 1
 pow 1, spd 1, vit 1,int 1,luck 1
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: freebsd-update (custom kernel)

2011-11-03 Thread Michael Sierchio
On Thu, Nov 3, 2011 at 9:13 AM, Jason Helfman jhelf...@e-e.com wrote:

 I does work fine with a custom kernel, as long as you are running and
 maintaining the actual update server that distributes.

I don't think that's relevant.  It works fine with the public servers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update (custom kernel)

2011-11-03 Thread Jason Helfman

On Thu, Nov 03, 2011 at 08:49:16AM -0700, masayoshi thus spake:

I would like to know about freebsd-update command.
It is rumoured that freebsd-update command does not work well with custom 
kernel.
First question is the following :


su -

#freebsd-update fetch
#freebsd-update install

Does this command work well?

The answer is .
[A].Always work, [B]Depend on my computer.


Second question is ...
For example,if I upgrade from FreeBSD 7.4 to 8.2 by freebsd-update command.
Can I upgrade without failure?
I would like to know only success rate?

The answer is 
[A].about 100%, [B].about 80%,[C].about 75%,[D] less than 50%

Thanks in advance.



I does work fine with a custom kernel, as long as you are running and
maintaining the actual update server that distributes.

1. Always work
2. Can never account for 100 percent... I've not run into a problem, though.

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-update-server/

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update (custom kernel)

2011-11-03 Thread Jason Helfman

On Thu, Nov 03, 2011 at 09:19:29AM -0700, Michael Sierchio thus spake:

On Thu, Nov 3, 2011 at 9:13 AM, Jason Helfman jhelf...@e-e.com wrote:


I does work fine with a custom kernel, as long as you are running and
maintaining the actual update server that distributes.


I don't think that's relevant.  It works fine with the public servers.


I beg to differ. If you run a kernel called CUSTOM, it won't work. And if
you run a custom kernel called GENERIC, the moment you upgrade, you custom
kernel is no longer custom.

All of this aside, I would be interested in hearing how you are able to
avoid non-custom updates to your custom kernel when the kernel or os patches
are distributed by the update servers.


--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update (custom kernel)

2011-11-03 Thread Michael Sierchio
This is simply not the case.  freebsd-update works on the basis of
cryptographic hashes on the binaries. It is, after all, a binary
update program.  If it detects a custom kernel, it will not update the
kernel, but updates userland programs.  It doesn't *care* what your
kernel config name is, it really doesn't matter.

Kernel update becomes a manual operation, which requires fetching
sources from the SECURITY branch.

On Thu, Nov 3, 2011 at 9:26 AM, Jason Helfman jhelf...@e-e.com wrote:


 I beg to differ. If you run a kernel called CUSTOM, it won't work. And if
 you run a custom kernel called GENERIC, the moment you upgrade, you custom
 kernel is no longer custom.

 All of this aside, I would be interested in hearing how you are able to
 avoid non-custom updates to your custom kernel when the kernel or os patches
 are distributed by the update servers.


 --
 Jason Helfman
 System Administrator
 experts-exchange.com
 http://www.experts-exchange.com/M_4830110.html
 E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5

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


Re: freebsd-update (custom kernel)

2011-11-03 Thread Alexandre


  I beg to differ. If you run a kernel called CUSTOM, it won't work. And if
 you run a custom kernel called GENERIC, the moment you upgrade, you custom
 kernel is no longer custom.

 All of this aside, I would be interested in hearing how you are able to
 avoid non-custom updates to your custom kernel when the kernel or os
 patches
 are distributed by the update servers.


Hi,
The freebsd-update tool works fine with GENERIC and CUSTOM kernels. In
fact, GENERIC kernel is upgraded during the upgrade step. With a custom
kernel, you just have to rebuild it. This tool update by default the source
code, the entire base system, and the kernel.
Please read the handbook :
http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update (custom kernel)

2011-11-03 Thread Jason Helfman

On Thu, Nov 03, 2011 at 09:42:12AM -0700, Michael Sierchio thus spake:

This is simply not the case.  freebsd-update works on the basis of
cryptographic hashes on the binaries. It is, after all, a binary
update program.  If it detects a custom kernel, it will not update the
kernel, but updates userland programs.  It doesn't *care* what your
kernel config name is, it really doesn't matter.

Kernel update becomes a manual operation, which requires fetching
sources from the SECURITY branch.



I'm not disagreeing with you, and I know what it does. I happen to run a
slew of update servers myself, however if you run your own update server
based on your own signatures, it will patch your custom kernel and
distribute it, as well.

I didn't know it would skip it, though, with the main update servers.
Interesting.

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update (custom kernel)

2011-11-03 Thread masayoshi

---
Inexperienced FreeBSD user: Level 1
pow 1, spd 1, vit 1,int 1,luck 1


--- On Fri, 4/11/11, Alexandre axel...@ymail.com wrote:

 From: Alexandre axel...@ymail.com
 Subject: Re: freebsd-update (custom kernel)
 To: Jason Helfman jhelf...@e-e.com, Michael Sierchio 
 ku...@tenebras.com, masayoshi rocksta...@y7mail.com
 Cc: freebsd-questions@freebsd.org
 Received: Friday, 4 November, 2011, 3:42 AM
 
 
   I beg to differ. If you run a kernel called
 CUSTOM, it won't work. And if
 Hi,
 The freebsd-update tool works fine with GENERIC and CUSTOM
 kernels. In
 fact, GENERIC kernel is upgraded during the upgrade step.
 With a custom
 kernel, you just have to rebuild it. This tool update by
 default the source
 code, the entire base system, and the kernel.
 Please read the handbook :
 http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html


Thank you very much for the understandable explanations.
I appreciate it very much.


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


Re: freebsd-update (custom kernel)

2011-11-03 Thread masayoshi
Sorry,all.
I will email same message. 
I am not familiar  with this webmail.

Thank you very much for the understandable explanations.
I appreciate it very much.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


freebsd-update and kernel

2007-05-30 Thread lalev
Greetings,

I did binary update with freebsd-update from RELENG6_2p2 to p5 and now
uname -a shows:

FreeBSD mail.uni-svishtov.bg 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu
Apr 26 17:55:55 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386

Is that normal ?
My original kernel was indeed SMP, built from source 6.2-RELEASE-p2.


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


Re: freebsd-update and kernel

2007-05-30 Thread Manolis Kiagias
[EMAIL PROTECTED] wrote:
 Greetings,

 I did binary update with freebsd-update from RELENG6_2p2 to p5 and now
 uname -a shows:

 FreeBSD mail.uni-svishtov.bg 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu
 Apr 26 17:55:55 UTC 2007
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386

 Is that normal ?
 My original kernel was indeed SMP, built from source 6.2-RELEASE-p2.


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

   
Well, after freebsd-update from my p4 system, uname continued showing p4
as well.
I paid no particular attention to that. I however needed to recompile
the kernel myself today to add some options (quotas and the like) and
now it does say p5.

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


Re: freebsd-update and kernel

2007-05-30 Thread Colin Percival
Manolis Kiagias wrote:
 Well, after freebsd-update from my p4 system, uname continued showing p4
 as well.

Yes, this is because the update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 didn't
modify the kernel.

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