Reply
 
Thread Tools Display Modes
  #1  
Old 02-24-2007, 07:59 PM
Apatewna Apatewna is offline
Senior Member
 
Join Date: May 2006
Location: Greece
Posts: 1,141
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Apatewna Send a message via MSN to Apatewna Send a message via Yahoo to Apatewna
Default PCBSD updates and custom kernel/world setup
Quote:
PCBSD 1.3.3 (Online Update Only) - Changelog
2-12-07 (Kris Moore)
--------------------------

* Updated HAL to latest version: 0.5.8-20070210
* Updated kdebase to latest version: 3.5.5_4
* Applied FreeBSD security update SA-07:02
* Changed bsdstats script to run check daily

PCBSD 1.3.2 (Online Update / PBI Update Only) - Changelog
1-19-07 (Kris Moore)
--------------------------

* Updated alias.conf file
* Updated PBI Removal tool to support PBI Creator 3.0 files
* Fixed issue with devfs.rules and local printer support
* Changed default Icon for PBI Removal Tool
* Fixed issues on some systems removing desktop icons after PBI deletion
* Upgraded Start menu button background image
* Updated /etc/rc.d/jail startup script for FreeBSD-SA-07:01
Suppose I want to mess with the FreeBSD kernel and change a few things or install a complete new world. How would that affect my system if I later use the "PCBSD automatic updates"?

In the above quote I see some security patches involved which means some world-oriented changes. I suspect that these may cause unpredictable problems with the system if for example I have already updated my system manually to include not only this patch but also later patch versions.

So my point is, is there any chance we can have separate PCBSD updates that don't include such userland changes? How can we deal with this? I would love to just get the PCBSD-oriented updates separately. Then have the FreeBSD updates rolled in with the freebsd-updates utility that can also upgrade versions (eg 6.1 -> 6.2) with some limitations.
__________________
RTFM and STFW before anything bad happens

Please read and UNDERSTAND these pages before posting:
http://www.catb.org/~esr/faqs/smart-questions.html
http://en.wikipedia.org/wiki/Netiquette
Reply With Quote
  #2  
Old 02-24-2007, 08:09 PM
marc marc is offline
Senior Member
 
Join Date: Jun 2006
Location: Silesia/Poland
Posts: 1,322
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to marc
Default
Oh ... I have a question too ... can one upgrade only kernel without doing the same to the world?
I always upgrade/build only new kernel without making any changes to the world. Is that ok, or do I miss some point?
__________________
Marc Smith
Reply With Quote
  #3  
Old 02-25-2007, 12:25 PM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by marc
Oh ... I have a question too ... can one upgrade only kernel without doing the same to the world?
I always upgrade/build only new kernel without making any changes to the world. Is that ok, or do I miss some point?
Yes you can upgrade only kernel but this is *not recommended*- you should upgrade userland too.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #4  
Old 02-25-2007, 12:26 PM
marc marc is offline
Senior Member
 
Join Date: Jun 2006
Location: Silesia/Poland
Posts: 1,322
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to marc
Default
Quote:
Yes you can upgrade only kernel but this is *not recommended*- you should upgrade userland too.
Why exactly and - if so - then how?
__________________
Marc Smith
Reply With Quote
  #5  
Old 02-25-2007, 12:55 PM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by marc
Quote:
Yes you can upgrade only kernel but this is *not recommended*- you should upgrade userland too.
Why exactly and - if so - then how?
Just like that.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #6  
Old 02-25-2007, 04:15 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
I'd suppose it depends on how the patch is done. I make it a standard practice that I back up my /etc directory and loader.conf files.

For much the same reason, I waited until the 1.3 update to get around to making any local changes and I'm still waiting for a good enough 'slack' between patches to ensure I don't loose any thing :-)
Reply With Quote
  #7  
Old 02-26-2007, 07:58 AM
g0lem g0lem is offline
Senior Member
 
Join Date: Apr 2006
Posts: 572
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to g0lem
Default
it's not the /etc problem, but the newly compiled (user,kernel)land that are going to be affected by the i386 compatible compiled patch...
i guess this is the downside of building your own world :|
the only solution is to redo everything... because compiling patches that match every single type of (specific) platform would require at least several GB, not to count the time & co
Reply With Quote
  #8  
Old 02-26-2007, 03:41 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
Yes - thats why I back up my configuration and wait to do that till after the patches.
Reply With Quote
  #9  
Old 02-26-2007, 04:11 PM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default
WARNING! This line should be commented out for PC-BSD or else you computer may not start after kernel upgrade.

Code:
#options        ATA_STATIC_ID   # Static device numbering
Original PC-BSD kernel configuration files are here: /PCBSD/conf
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #10  
Old 02-26-2007, 07:34 PM
pcbsdusr pcbsdusr is offline
Senior Member
 
Join Date: May 2005
Location: Sesimbra-Portugal- EU
Posts: 1,617
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by antik
WARNING! This line should be commented out for PC-BSD or else you computer may not start after kernel upgrade.

Code:
#options        ATA_STATIC_ID   # Static device numbering
Original PC-BSD kernel configuration files are here: /PCBSD/conf
Shouldn't this work ok after HAL is working perfectly Andrei?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling a custom Kernel? Is this possible with PCBSD? DanFromWinterpeg Usage Bug Reports 8 10-15-2007 10:29 PM
Differences between WORLD and KERNEL? nw FreeBSD Help 2 10-11-2006 08:32 PM
Custom Kernel BlueScreenTT FreeBSD Help 5 07-14-2006 12:38 AM
installed Kernel / Custom Kernel BlueScreenTT FreeBSD Help 6 07-04-2006 02:07 PM
custom kernel KJ General Questions 2 01-19-2006 07:42 AM


All times are GMT. The time now is 06:47 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.