You are not logged in.
Pages: 1
The good: it's light and fast as advertised - boots only a little slower than Arch, and no less responsive, in spite of the lack of optimization.
The bad: the desktop version appears to be abandoned, in favor of the server/workstation oriented "NSA" version... Which doesn't have YUM by default, making configuration a pain in the ass.
The ugly...
[proteus@skylark ~]$ lsmod
bash: lsmod: command not found
Oh man.
Offline
I know that Ubuntu restricts command like `lsmod` to be runnable only by root, even sudo doesn't work. You have to use `su` although `sudo bash` might do the trick.
If it isn't there at all... someone screwed up.
Last edited by arew264 (2008-08-17 16:52:29)
Offline
Seems to be really CHAOS
Offline
[root@skylark proteus]# lsmod
bash: lsmod: command not found
Damn it.
Where oh where can I find a fast, light, RPM-based distro that doesn't suck?
Last edited by Gullible Jones (2008-08-17 17:17:55)
Offline
[root@skylark proteus]# lsmod bash: lsmod: command not found
Damn it.
RPM-based distro && doesn't suck?
==False
Just my opinion here.
: () { : | :& } ;:
Offline
Pld ?
Offline
CENT os sucks? Many people swear by it. http://centos.org/
Have you tried Scientific Linux? https://www.scientificlinux.org/
As a bonus you can use spacewalk with both. http://www.redhat.com/spacewalk/
But I have already found the best rpm based distro . . . Arch with a little pacman -S rpmextract
Offline
Pld ?
Thank you!
Offline
[root@skylark proteus]# lsmod bash: lsmod: command not found
Damn it.
In some distro's I tried I had to type the full /sbin/lsmod or whatever. Did you check $PATH?
For lack of better words: chair, never, toothbrush, really. Ohw, and fish!
Offline
Yeah... as said above
Many distros don't include /usr/sbin and /sbin in patch. Trivial to fix, I would hardly call it 'ugly'.
Offline
@Gullible
Have you tried PLD? Seems nice but outdated
Offline
[root@skylark proteus]# lsmod bash: lsmod: command not found
Damn it.
Where oh where can I find a fast, light, RPM-based distro that doesn't suck?
RPM-based distros are inherently sucky, why would you want to even use RPM? hahah
Offline
Gullible Jones wrote:[root@skylark proteus]# lsmod bash: lsmod: command not found
Damn it.
Where oh where can I find a fast, light, RPM-based distro that doesn't suck?
RPM-based distros are inherently sucky, why would you want to even use RPM? hahah
maybe to gain experience in handling RPM stuff, IT professionals should know something about it since many companies use redhat
☃ Snowman ☃
Offline
I know that Ubuntu restricts command like `lsmod` to be runnable only by root, even sudo doesn't work. You have to use `su` although `sudo bash` might do the trick.
What? I just tried Ubuntu the other day, and I had no problem running lsmod as a normal user.
Arch - It's something refreshing
Offline
Trying out Debian (lenny) now. Interesting, it is actually quite fast - feels faster than Arch, even, and boots in the same time. However, the lack of proprietary packages, let alone software that makes it possible to use proprietary packages (read: ndiswrapper) makes the distro an amazing pain in the ass.
(-O2 is default for Arch, isn't it? I wonder if that slows application startup.)
Offline
Trying out Debian (lenny) now. Interesting, it is actually quite fast - feels faster than Arch, even, and boots in the same time. However, the lack of proprietary packages, let alone software that makes it possible to use proprietary packages (read: ndiswrapper) makes the distro an amazing pain in the ass.
I'm no debian expert, but did you add the non-free repo(and maybe contrib) in /etc/apt/sources.list(not sure whether ndiswrapper is in there though)?
Offline
you have to type in the full path
/usr/sbin/lsmod
?????????
btw, i prefer rpm over deb, if i had to choose....
Last edited by karoshi (2008-08-23 16:16:39)
It's a bug planet!
Offline
Gullible Jones wrote:Trying out Debian (lenny) now. Interesting, it is actually quite fast - feels faster than Arch, even, and boots in the same time. However, the lack of proprietary packages, let alone software that makes it possible to use proprietary packages (read: ndiswrapper) makes the distro an amazing pain in the ass.
I'm no debian expert, but did you add the non-free repo(and maybe contrib) in /etc/apt/sources.list(not sure whether ndiswrapper is in there though)?
You can, and ndiswrapper is in there, but it is only available as sources and must be compiled; and good luck with that, it tends to fail. Same with madwifi. And ath9k requires you to recompile the kernel. The Debian people are very, very anal about "free" software, to the point of giving their user base rather limited freedom.
Offline
You can, and ndiswrapper is in there, but it is only available as sources and must be compiled; and good luck with that, it tends to fail. Same with madwifi. And ath9k requires you to recompile the kernel. The Debian people are very, very anal about "free" software, to the point of giving their user base rather limited freedom.
Ah, I didn't know that. But fortunately that gives me yet another reason why Arch is better than Debian. Of course I prefer free software as long as there are comparable alternatives(I'm willing to accept a few minor disadvantages), but this preference ends when I can't use the hardware that I own(like graphic cards) correctly.
Offline
arew264 wrote:I know that Ubuntu restricts command like `lsmod` to be runnable only by root, even sudo doesn't work. You have to use `su` although `sudo bash` might do the trick.
What? I just tried Ubuntu the other day, and I had no problem running lsmod as a normal user.
All I know is that several friends running (K)ubuntu have asked me for help configuring X and they couldn't run lsmod without a root shell. These were newbies to linux, so I doubt they changed the PATH.
Offline
Asgaroth wrote:Gullible Jones wrote:Trying out Debian (lenny) now. Interesting, it is actually quite fast - feels faster than Arch, even, and boots in the same time. However, the lack of proprietary packages, let alone software that makes it possible to use proprietary packages (read: ndiswrapper) makes the distro an amazing pain in the ass.
I'm no debian expert, but did you add the non-free repo(and maybe contrib) in /etc/apt/sources.list(not sure whether ndiswrapper is in there though)?
You can, and ndiswrapper is in there, but it is only available as sources and must be compiled; and good luck with that, it tends to fail. Same with madwifi. And ath9k requires you to recompile the kernel. The Debian people are very, very anal about "free" software, to the point of giving their user base rather limited freedom.
Back when I used debian there was a great third party non-free repo that had everything non-free I ever needed. So while the default distro is pretty locked up about freedom, find that repo and everything's great again.
Last edited by iphitus (2008-08-24 08:25:12)
Offline
Gullible Jones wrote:Asgaroth wrote:I'm no debian expert, but did you add the non-free repo(and maybe contrib) in /etc/apt/sources.list(not sure whether ndiswrapper is in there though)?
You can, and ndiswrapper is in there, but it is only available as sources and must be compiled; and good luck with that, it tends to fail. Same with madwifi. And ath9k requires you to recompile the kernel. The Debian people are very, very anal about "free" software, to the point of giving their user base rather limited freedom.
Back when I used debian there was a great third party non-free repo that had everything non-free I ever needed. So while the default distro is pretty locked up about freedom, find that repo and everything's great again.
The quest for holy grail of repos!
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
FWIW, that repository is at www.debian-multimedia.org. Groovy.
(It's kind of sluggish... but worth it.)
Last edited by Gullible Jones (2008-08-28 19:33:34)
Offline
Pages: 1