![](https://secure.gravatar.com/avatar/a21a2b39bf7bcec3953d52a83d99ecd0.jpg?s=120&d=mm&r=g)
Hi, 2.3-rc1 is available here: http://crux.nu/~sip/test/ Changes since 2.3-test1: - xorg 7.2 - gcc 4.1.2 - kernel 2.6.20.1 - bunch of minor port updates and adjustements To-do: - Update Changelog and handbook (sorry forgot to get the new one) Things that requires testing: - Updating: the x11->xorg switch is totally untested at this time. Some volunteer to test a 2.2->2.3 upgrade? Regards, Simone -- Simone Rota Bergamo, Italy - http://www.varlock.com
![](https://secure.gravatar.com/avatar/8db383c2bfadbeaf60811f65ebb4642d.jpg?s=120&d=mm&r=g)
Simone Rota wrote:
Hi,
Hi Simone,
Things that requires testing: - Updating: the x11->xorg switch is totally untested at this time. Some volunteer to test a 2.2->2.3 upgrade?
I have tested an upgrade on my notebook (hp omnibook 6100), which was still running CRUX 2.1. :-) It works so far, except an udev-related problem: The udev-package was not installed by the setup script, so i had to install it manually. Second trap were the old entries in the inittab. I had to change the console lines from: c1:2:respawn:/sbin/agetty 38400 vc/1 linux to: c1:2:respawn:/sbin/agetty 38400 tty1 linux to get a login promt. And starting Xorg (with my old config) fails with the following error: (EE) Failed to load module "pcidata" (module does not exist,0) Fatal server error: Unable to load required base modules, Exiting... I will investigate the problem this weekend. Regards, Till -- http://www.tbmnet.de ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
![](https://secure.gravatar.com/avatar/835058edfad5355fce9933cd306e2936.jpg?s=120&d=mm&r=g)
Till Biedermann [2007-03-02 00:03]:
I have tested an upgrade on my notebook (hp omnibook 6100), which was still running CRUX 2.1. :-)
It works so far, except an udev-related problem:
The udev-package was not installed by the setup script, so i had to install it manually.
I think the setup script only supports upgrades from the previous CRUX release. So going to 2.2 first, and then updating to 2.3 should have worked.
And starting Xorg (with my old config) fails with the following error:
(EE) Failed to load module "pcidata" (module does not exist,0)
Fatal server error: Unable to load required base modules, Exiting...
Do you override your module path in xorg.conf? You shouldn't :) I guess you set it to /usr/X11R6/something. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
![](https://secure.gravatar.com/avatar/8db383c2bfadbeaf60811f65ebb4642d.jpg?s=120&d=mm&r=g)
Tilman Sauerbeck wrote:
Till Biedermann [2007-03-02 00:03]:
And starting Xorg (with my old config) fails with the following error:
(EE) Failed to load module "pcidata" (module does not exist,0)
Fatal server error: Unable to load required base modules, Exiting...
Do you override your module path in xorg.conf? You shouldn't :) I guess you set it to /usr/X11R6/something.
ok - xorg works now after doing the following: changing pathes in the "Files"-section in xorg.conf: ModulePath "/usr/lib/xorg/modules" FontPath "/usr/lib/X11/fonts/...." indexing fonts: # for i in `ls -d /usr/lib/X11/fonts/*`; do `mkfontdir $i` `mkfontscale $i`;done # fc-cache Next issue: The port-drivers for {core, opt, contrib} were not updated. So a "ports -u" syncs with the old repositories. Last problem for today: since the upgrade i can't login as root. Normal users can login. And becomming root via "su" also works. Any ideas what's the reason for this? Regards, Till -- http://www.tbmnet.de ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
![](https://secure.gravatar.com/avatar/835058edfad5355fce9933cd306e2936.jpg?s=120&d=mm&r=g)
Till Biedermann [2007-03-04 22:40]:
Tilman Sauerbeck wrote:
Till Biedermann [2007-03-02 00:03]:
And starting Xorg (with my old config) fails with the following error:
(EE) Failed to load module "pcidata" (module does not exist,0)
Fatal server error: Unable to load required base modules, Exiting...
Do you override your module path in xorg.conf? You shouldn't :) I guess you set it to /usr/X11R6/something.
ok - xorg works now after doing the following:
changing pathes in the "Files"-section in xorg.conf: ModulePath "/usr/lib/xorg/modules" FontPath "/usr/lib/X11/fonts/...."
D'oh, had forgotten about those. Should the setup helper script do these changes? One possible reason against doing that is that there might be more settings that need to be adjusted, and listing all of them will be a PITA :)
indexing fonts: # for i in `ls -d /usr/lib/X11/fonts/*`; do `mkfontdir $i` `mkfontscale $i`;done # fc-cache
I wonder where in the handbook that should go. What about having a section 3.5 that says "After the first boot"/"After the installation" or something?
Next issue: The port-drivers for {core, opt, contrib} were not updated. So a "ports -u" syncs with the old repositories.
Running "rejmerge" should suggest to upgrade the rsync files for these repositories (they aren't replaced by default). Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
![](https://secure.gravatar.com/avatar/6d9cfa47b02fe605d52f16450c1984ee.jpg?s=120&d=mm&r=g)
On Sun, Mar 04, 2007 at 10:40:59PM +0100, Till Biedermann wrote: [...]
Last problem for today: since the upgrade i can't login as root. Normal users can login. And becomming root via "su" also works. Any ideas what's the reason for this?
Tune /etc/securetty file.
Regards, Till
-- Anton (irc: bd2)
participants (4)
-
Anton Vorontsov
-
Simone Rota
-
Till Biedermann
-
Tilman Sauerbeck