Search found 1295 matches

by Shador
21. Jul 2012, 20:52
Forum: Problems
Topic: Strange Virtualbox problem
Replies: 25
Views: 8792

Re: Strange Virtualbox problem

Did you upgrade your kernel outside of the package management? Because no 3.3.6 kernel is listed as installed just the stock kernel.
by Shador
21. Jul 2012, 12:19
Forum: Problems
Topic: Strange Virtualbox problem
Replies: 25
Views: 8792

Re: Strange Virtualbox problem

Post apart from that the output of:

Code: Select all

slapt-get -search '^kernel-'
by Shador
20. Jul 2012, 17:18
Forum: Misc
Topic: NotQuiteReadyboost
Replies: 11
Views: 6000

Re: NotQuiteReadyboost

GJones wrote:KDE takes 20+ seconds to start when cached.
It's probably not anymore (completely) cached then due to lack of space. ;)

What about just adding some more RAM to the machine? It's relatively cheap and has quite an impact on caching and speed in general.
by Shador
20. Jul 2012, 15:42
Forum: Misc
Topic: NotQuiteReadyboost
Replies: 11
Views: 6000

Re: NotQuiteReadyboost

My suspicion is that a lot of this is due to Linux using thousands of tiny shared libraries scattered all over the disk - unlike Windows, which uses larger binaries. The shared libraries should actually have a positive impact. While they might be scattered over the disk they only need to be loaded ...
by Shador
20. Jul 2012, 15:25
Forum: Other distributions
Topic: Salix core on very old laptop - could it work?
Replies: 16
Views: 13274

Re: Salix core on very old laptop - could it work?

The chroot-installer I wrote could be an option as well: http://www.salixos.org/forum/viewtopic.php?f=22&t=3374 The downside is that it justs puts the file in the directory you tell it. It doesn't handle partitioning. As it doesn't care about the partitions and works on a filesystem level, the f...
by Shador
19. Jul 2012, 21:04
Forum: Misc
Topic: NotQuiteReadyboost
Replies: 11
Views: 6000

Re: NotQuiteReadyboost

IOW what I've read about paging vs. swapping is also wrong? Paging: memory management strategy, all memory is divided into pages. For example when starting an application virtual addresses are assigned for each "block" of application data (actually that works for any file with the mmap sy...
by Shador
19. Jul 2012, 20:43
Forum: Problems
Topic: What eats my drive ? (Hoping - Solved)
Replies: 21
Views: 16492

Re: What eats my drive ? (Hoping - Solved)

1/ Sorry, no changes with it after restart. You must be kidding... It doesn't seem so. Maybe he's going to try this as well: kill -9 $(ps -eo pid | grep -v PID) Unfortunately reversing the PID order, which seemed right at first, was a bad idea because it kllled kill first. A little explanation if y...
by Shador
19. Jul 2012, 11:18
Forum: Problems
Topic: upgrade alsa
Replies: 7
Views: 2378

Re: upgrade alsa

cat /proc/asound/version returns Advanced Linux Sound Architecture Driver Version 1.0.23 . isn't it version of alsa? btw, how to solve the sound problem? Yes, probably that's the right version. But your system is most probably not in sync with the repository (which distrowatch generally references)...
by Shador
19. Jul 2012, 06:34
Forum: Misc
Topic: NotQuiteReadyboost
Replies: 11
Views: 6000

Re: NotQuiteReadyboost

Why shouldn't it? If the kernel decides by some algorithm that a page needs to be replaced there are two options: drop the page, swap it out. The decision depends on swappiness and the kind of data. i.e. application data can never be dropped. But for example cache data or some file mapped into memor...
by Shador
19. Jul 2012, 06:27
Forum: Problems
Topic: upgrade alsa
Replies: 7
Views: 2378

Re: upgrade alsa

maspai wrote:13.37 has 1.0.23, although it says 1.0.24 in distrowatch
But distrowatch is right:

Code: Select all

# sget -search alsa
alsa-lib-1.0.24.1-x86_64-1 [inst=Ja]: alsa-lib (Advanced Linux Sound Architecture library)
alsa-utils-1.0.24.2-x86_64-1 [inst=Ja]: alsa-utils (Advanced Linux Sound Architecture utilities)