and it was everything I thought it would be!
Compiled a 2.6.38 on a 2.6.18 Centos system. Interesting I must say.
-
ALLurGroceries Vegan Vermin Super Moderator
Great! Congrats. Now go build & test 2.6.39-rc2!
For config options it will take you all of 5 questions in make oldconfig.
I'm running it on my machines now, rc1 was a bit crappy, rc2 is running mostly fine so far. -
Yeah Didnt feel the need to run a release candidate. Having some GUI issues with tearing and such going to have to work it out.
I must say Im not too much of a centos fan right meow... -
-
-
Sphinx, congratz!
If you want to transform your CentOS installation to be rather desktop than server, you might be interested in some kernel pathsets like -ck or -lqx (already consist of -ck).
I'm running in my Arch installation my self-compiled kernel (2.6.38.2) based on lqx with some changes in config to fit my needs - it's rock solid -
-
-
But yeah there are some issues with gnome and the new kernel. Im not sure as to whats going on but in 2 weeks Ill check as I just made sure the system was working/stable and logged. -
-
-
Code:make xconfig
Code:make gconfig
Code:make make modules make modules_install make install
-
Our forum is garnering some of their members, that was my post near the end listing the new forum address...things don't seem to be great at CentOS right now.
-
(someday....)
and..congrats sphinx! -
-
Compiling kernels is easy once you do it a few times.
Reading the help sections in menuconfig helps out a lot. -
I'm a Debian fan, so I'm biased, but I think Debian's solution for kernel builds is pretty solid. They ship a bunch of tools that allow you to -- with a single command -- build a .deb package containing your custom kernel (and optionally another with the headers.) You don't even need to be root to build it.
That way you get the benefits of package management (including in-place upgrades for different revisions of the package), not to mention stuff like automatic grub configuration, automatic dkms module rebuilding, etc.
It takes me precisely two commands to build and install a new kernel on my machine, and just one to roll back if it doesn't work out the way I wanted. -
-
makepkg FTW! -
You could do it in one command on Debian too at the expense of readability. I was kinda assuming best practices...
Speaking of distro mocking, how's that complete lack of package security working out for you? -
-
Boy, those Archers sure like to get out and bang the drums.
-
And yeah, -Qdt (option for removing old dependencies) is really awesome, isn't it? -
apt-get check looks for broken dependencies
apt-get build-dep installs/removes packages to satisfy dependencies.
Use the -s modifier to simulate. So what were you saying about debian style linux again? -
So, if I installed AmaroK and it came with a ton of KDE dependencies, but only removed AmaroK, now unused KDE dependencies exist in the system. pacman -Qdt would allow me to see these. Furthermore, pacman -Rns $(pacman -Qqdt) will automatically remove them from my system.
pacman -Rns removes X and it's unused remaining dependencies (without backing up anything). It's like the Batman to -Qdt's Robin.
IIRC apt doesn't have this. It's been a long time since I used a apt-based system though, so I maybe wrong. -
ALLurGroceries Vegan Vermin Super Moderator
deborphan
and
dpkg --get-selections | grep deinstall
and
apt-get --purge autoremove -
apt-get build-dep will auto remove orphaned dependencies according to its description it will also install any missing dependencies as well.
You want to only list them?
Code:sudo apt-get -s build-dep package_to_check
Code:sudo apt-get build-dep package_to_check
-
Mmm, Okay. I'll still keep Arch though
-
ALLurGroceries Vegan Vermin Super Moderator
build-dep is for source packages and libraries...
-
-
I'm starting to pick up FreeBSD in my spare time, and I gotta say... Debian and RHEL-derivatives have spoiled me. -
-
Well, I'm not in a production environment, so...
-
-
First: Ubuntu 9.04. Set up my laptop with a JFS root partition. Oops. Apparently, that's a no-no -- the devs who wrote their checkroot init script apparent never considered that one might do that. Result: the first time / got marked as dirty, the system ceased booting. Not a good introduction. Debian never suffered from this (AFAIK).
Then I tried the Ubuntu 9.04 Netbook Remix. Worked great, except I installed it on a netbook with the *exceptionally rare* GMA 950 (mind the sarcasm...) Result: hard locks whenever the GPU was placed under any load. Sure, this was Intel's bug -- but considering that Ubuntu 1) knew about it at release time 2) considered the release production-ready with the bug in place 3) didn't fix the bug for many, many months after release, I don't forgive them. Debian avoided this bug by simply waiting/testing the xorg packages before declaring them stable.
9.04 actually ended up being decent, and I used it for a while on a few boxes. It worked great once I knew the caveats...
Most recently, I tried 10.10. I burned the CD, put it in to my Intellistation 9228, and booted. It got to the end of init, tried to start X, crashed X, tried to start X, crashed X, etc. I switched to another VT and it hard locked. I said "Right, that's enough of that.", kicked the power, removed the disk, and went back to BSD for my workstation.
Now that's not to say that I've only had flawless experiences with Debian -- but I've *never* experienced the sort of QC issues that I have with Ubuntu. That's not to say that Ubuntu's horrible... just that I'm biased due to a bad few first impressions. -
Code:sudo telinit 3
Its just such a PITA to get everything setup and configured and then have to start from scratch. Maybe after this semester when I no longer need my cluster Ill convert to debian. As for RH style, well so far they are OK in a lab environment, but Im not too sure I could make one of those distros work for me.
I guess time will tell.
Compiled my first kernel...
Discussion in 'Linux Compatibility and Software' started by Thaenatos, Apr 8, 2011.