Re: [gentoo-user] Using root=LABEL=xxxx in grub.conf

2009-02-09 Thread Michael Hampicke
It would appear that you need an initrd/initramfs to use this. Ah! Many thanks. I will live without this shortcut, then, I think. If you, like me, prefere to compile your own kernel, there's still an easy way to create a initrd for your kernel: with genkernel I use this command to compile

Re: [gentoo-user] emerge depclean gcc

2010-10-21 Thread Michael Hampicke
May I just unmerge my old gcc ? Is it save ? Yes it's save to unmerge your old gcc. You could also - using quickpkg - create a binary package of your old gcc before unmerging (for backup puropses).

Re: [gentoo-user] baselayout -- openrc ?

2010-10-22 Thread Michael Hampicke
Any caveats with openrc we should be aware of? # genlop -l | grep openrc Thu Apr 24 14:05:53 2008 sys-apps/openrc-0.2.2 I've been running baselayout2/openrc oder 2.5 years now without any problems. Of course this does not mean it will run smoothly on your gentoo box. As I recall

Re: [gentoo-user] About interpreting output of df -h

2010-12-02 Thread Michael Hampicke
How are you supposed to tell what actual device these things are on. # df -h FilesystemSize Used Avail Use% Mounted on # ls -al /dev/root lrwxrwxrwx 1 root root 3 Oct 21 22:56 /dev/root - md2 so rootfs is on my /dev/md2 device

Re: [gentoo-user] Which architecture ???

2010-12-08 Thread Michael Hampicke
I have a laptop which has an AMD Athlon Neo X2 L335 2.2GHz Dual Core processor on it and I'd like to know which architecture (handbook and livecd) to use. The Athlon Neo X2 is a x86 processor with amd64 support. So you can either chose x86 or amd64 (if you'd like to run a 64bit system).

Re: [gentoo-user] Which architecture ???

2010-12-08 Thread Michael Hampicke
I don't see any address size but when I cat /proc/cpuinfo | grep size I get casche size 256 KB and clflush size 64. The laptop has 4G of memory. With 4G or more I would go with amd64.

Re: [gentoo-user] Kernel doesn't use all of the available memory

2010-12-09 Thread Michael Hampicke
One is a somewhat older Opteron, the other one a recent Phenom II. But the output of 'free -m' differs significantly *snip* Has anybody an idea where this comes from? Maybe some of the system's memory is reserved as memory for a onboard graphics card (on mainboard) which does not have it's

Re: [gentoo-user] TS (transport stream) files: how to strip anything unwanted?

2011-02-13 Thread Michael Hampicke
from recording from my dvbt-card I have some ts-files (transport stream). To save space AND quality, I want to strip anything from those files, which is not wanted: anything, which is neither audio nor video. What you've just described is reencoding, even if it's from a TS with

Re: [gentoo-user] the best filesystem for server: XFS or JFS (or?)

2011-03-21 Thread Michael Hampicke
I'm looking for the best filesystem for a small multi-purpose server with a couple of services running (ftp, web, mail, mysql). For me very important features are: Now without trying to start flame-war, my question is: which of them could be better for my need? More stable, more reliable,

Re: [gentoo-user] the best filesystem for server: XFS or JFS (or?)

2011-03-21 Thread Michael Hampicke
It was fast and nice Not fast on deletes. On the contrary, it was dead slow. That's about to change [1] - haven't tested it though [1] http://xfs.org/index.php/Improving_Metadata_Performance_By_Reducing_Journal_Overhead

Re: [gentoo-user] Use split to break up a 10GB file binary?

2011-06-20 Thread Michael Hampicke
I was unsure whether rsync would restart where it left off or whether it would start over from the beginning. It's one huge file so it would be painful if it did the latter. This way I know my risk is at most 100MB, or maybe 20MB if I break the original up into smaller pieces. check out the

Re: [gentoo-user] USE-flags and CFLAGS of stage3?

2011-08-15 Thread Michael Hampicke
Does anyone know what are the USE-flags and CFLAGS used for the current stage3? Unpack your stage3 and then cat /var/db/pkg/sys-devel/gcc-4.4.5/{USE,CFLAGS} amd64 elibc_glibc kernel_linux mudflap nls nptl openmp userland_GNU -mtune=i686 -O2 -pipe Regards

Re: [gentoo-user] apache-2.2.20 - upstream config files reappear in /etc

2011-09-05 Thread Michael Hampicke
So after upgrading against the Range header vulnerability, I find that apache-2.2.20 seems to litter /etc/apache2 with standard configuration files, while I don't remember anything at least in 2.2.1x range doing that. Same thing happend to me, but it seems this new config files are not

Re: [gentoo-user] Re: apache-2.2.20 - upstream config files reappear in /etc

2011-09-15 Thread Michael Hampicke
Indeed, these files seem completely useless on a Gentoo system. I have filed a bug: https://bugs.gentoo.org/show_bug.cgi?id=382997 I was gonna wait to see what other are saying about this. Then totally forgot about this thread. But I'll keep an eye on this bug, thanks for filing.

Re: [gentoo-user] emerge -j, make -j and make -l

2011-11-27 Thread Michael Hampicke
Am 26.11.2011 16:22, schrieb Michael Mol: parallel builds Sweet, I didn't even know about emerges -j option to do parallel builds. Thx for sharing, I am sure I'll use this in the feature

Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Michael Hampicke
Does the mysql user 'phpmyadmin' exist, and does he have access to the mysql database 'phpmyadmin'? Have you tried connection manually to the phpmyadmin db?

Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Michael Hampicke
mysql -u phpmyadmin -p Enter password: ERROR 1045 (28000): Access denied for user 'phpmyadmin'@'localhost' The ting about mysql is, that it's not enough to just create a user and give him a password. you also have to grant this user access to the database you wish to connect to. Last thing is:

Re: [gentoo-user] ffmpeg - fails to compile on amd64

2011-12-12 Thread Michael Hampicke
Configuring source in /var/tmp/portage/media-video/ffmpeg-0.7.8/work/ffmpeg-0.7.8 ... x86_64-pc-linux-gnu-gcc is unable to create an executable file. If x86_64-pc-linux-gnu-gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know what cross compiling means. C

Re: [gentoo-user] ffmpeg - fails to compile on amd64

2011-12-12 Thread Michael Hampicke
No nothing crazy: CFLAGS=-Os -pipe -mtune=i686 No you're right, that's nothing crazy. Perhaps you could paste the complete build log of your failed merge to pastebin[1]. Portage tells you where you can find that log file. The output of % emerge --info might prove useful too. [1]

Re: [gentoo-user] ffmpeg - fails to compile on amd64

2011-12-12 Thread Michael Hampicke
No nothing crazy: CFLAGS=-Os -pipe -mtune=i686 i686? That's not amd64. You need something 64bit. Just use march=native instead of mtune=i686. Wait, what! I could swear I was reading march=native just a few minutes ago. mtune=i686 on amd64 just doesn't seem right, but it should compile.

Re: [gentoo-user] ffmpeg - fails to compile on amd64

2011-12-12 Thread Michael Hampicke
# echo | gcc -dM -E - -march=native /usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/cc1 -E -quiet -v - -D_FORTIFY_SOURCE=2 -mtune=i686 -march=x86-64 Sorry, something went wrong while pasting this lines, here are the correct ones: # cc -mtune=i686 -E -v - /dev/null 21 | grep cc1

[gentoo-user] Where to set language with lightdm

2011-12-23 Thread Michael Hampicke
Hey there, I've been having some problems with GDM recently (freeze after reboot, freeze after suspend) so I thought I'd give lightdm a shot. So far everything works great, but I cannot set a language for a lightdm session. My system locale is set to en_US.utf8 because when working with

Re: [gentoo-user] Where to set language with lightdm

2011-12-23 Thread Michael Hampicke
Did you rebuild all of the xf86 drivers and modules after updating xorg from 1.10 to 1.11? I didn't run into a problem until xscreensaver kicked in. Yeah I did, everything is working fine, except playing videos files using the xv video out and ati-drivers. But there's already a bugreport on

Re: [gentoo-user] Where to set language with lightdm

2011-12-24 Thread Michael Hampicke
As a temporary solution you may set your locale to de_DE.UTF-8 but export LC_ALL=en_US in the shell's rc file. Well, I can live with that - for now :) Thx Still hope lightdm will behave like GDM in the future. If you google around you find some bugs related to set language issues, so there's

Re: [gentoo-user] I'm in a Pickle

2011-12-25 Thread Michael Hampicke
Today, I was doing a world update and the screen locked - I still had my KDE desktop up, but couldn't open a window to kill any processes or anything. So, I held the power button to cause a reboot. The computer booted okay and gave me my login screen, but neither the keyboard nor the mouse

Re: [gentoo-user] Video Problem

2011-12-26 Thread Michael Hampicke
I am using ati-drivers, xfce4 and also fails when using xdm and not xdm. Any suggestions please There's already a bugreport on bugzilla, sadly no solution yet: https://bugs.gentoo.org/show_bug.cgi?id=391193 A workaround is to tell your video player to use opengl as videoout instead of

Re: [gentoo-user] Env-update missing

2011-12-27 Thread Michael Hampicke
I just tried to reinstall Gentoo on my laptop(x86) and after chrooting into my new install I tried to run env-update but got a command not found. I looked in sbin and the command isn't there. I downloaded again the stage 3 tarball i686 20111213 from another mirror and I'm still not finding the

Re: [gentoo-user] Env-update missing

2011-12-27 Thread Michael Hampicke
I thought the incantation is: env-update source /etc/profile has this changed? No it hasn't, just looked in the gentoo handbook. I never can remember what command to run first, so I execute both of them two times :)

Re: [gentoo-user] Black Monitor

2012-01-02 Thread Michael Hampicke
Restarting of the xserver is not working. All what i can do is a reboot. I just updated all my xorg-dirvers, but it's a now use. Are you using ati-drivers (fglrx)? Lately I've been having lots of troubles with x11-base/xorg-server-1.11.2-r2 / x11-drivers/ati-drivers-11.12 (blank, on boot,

Re: [gentoo-user] Managing rDNS with BIND

2012-01-07 Thread Michael Hampicke
Thank your for answer. I just have one question: What you mean that my provider has to delegate rDNS to me? I have the resolv.conf with my own nameservers. Locally it shows as I want, but not on the Internet. What would I need to ask to my provider? You have to set the rdns entries on the

Re: [gentoo-user] Backup of remote virtual server

2012-01-12 Thread Michael Hampicke
I'm curious what you, collective Gentoo-users, may be using to solve this problem. rsync, rdiff-backup, rsnapshot, dirvish, bacula, tar+ssh...? rsync -av --delete --delete-excluded \ --exclude=/dev/ \ --exclude=/proc/ \ --exclude=/sys/ \ --exclude=/tmp/ \

Re: [gentoo-user] Backup of remote virtual server

2012-01-12 Thread Michael Hampicke
I did the very same recently when reformatting my system partition for a new FS. Beware though that after this command you still need to create some device files in /dev for udev to work properly, because they were excluded. I think it was null and console, but I'm not sure. You are correct:

Re: [gentoo-user] Backup of remote virtual server

2012-01-12 Thread Michael Hampicke
I did the very same recently when reformatting my system partition for a new FS. Beware though that after this command you still need to create some device files in /dev for udev to work properly, because they were excluded. I think it was null and console, but I'm not sure. mount --bind /

Re: [gentoo-user] Google privacy changes

2012-01-26 Thread Michael Hampicke
There is actually a huge amount of information available, giving a high level of pseudo-uniqueness. There was a web site that showed you how much it could glean from even an anonymous session, but I can't remember where is was. Somewhere like the EFF. I guess you mean

Re: [gentoo-user] Google privacy changes

2012-01-26 Thread Michael Hampicke
Within our dataset of visitors, one in 0 browsers have the same fingerprint as yours. Currently, we estimate that your browser has a fingerprint that conveys INF bits of identifying information. I think I broke it. I win? :) Sweet, panopticlick.eff.org got gentoo'd :)

Re: [gentoo-user] Google privacy changes

2012-01-26 Thread Michael Hampicke
My first reaction was, why would Google need a CV from me, surely they already know more about me than my mother does? Clearly they don't. Of course they do! They just wanted you to confirm what they know about you. Who knows, maybe you lied when you posted a story on facebook where you told

Re: [gentoo-user] Floppy support question for old farts. lol

2012-01-30 Thread Michael Hampicke
Technically, they did, it was just impossible for an OS to make it actually work: http://blogs.msdn.com/b/oldnewthing/archive/2009/04/02/9528175.aspx Quote And you certainly don't want to make the user go through this training session when they unpack their computer on Christmas morning.

Re: [gentoo-user] Floppy support question for old farts. lol

2012-01-31 Thread Michael Hampicke
Sweet. I had 15 minutes in the office how long before someone makes a pointless, unrelated Windows insult out of my post pool; I just won $5. I was using Win95 - and was happy with it I was using WinNT4 - and was happy with it I was using Win95 - and was happy with it I was using Win95 - and

Re: [gentoo-user] Floppy support question for old farts. lol

2012-01-31 Thread Michael Hampicke
Sweet. I had 15 minutes in the office how long before someone makes a pointless, unrelated Windows insult out of my post pool; I just won $5. I was using Win3.1 - and was happy with it I was using Win95 - and was happy with it I was using WinNT4 - and was happy with it I was using Win2000 -

Re: [gentoo-user] /etc/mtab

2012-02-05 Thread Michael Hampicke
Am 05.02.2012 19:23, schrieb Grant: I was just going over the Baselayout and OpenRC Migration Guide: http://www.gentoo.org/doc/en/openrc-migration.xml and I'm not sure how to make sure my /etc/mtab is set up according to the instructions: Previously, the initial rootfs entry was

Re: [gentoo-user] (s)mplayer problems

2012-02-08 Thread Michael Hampicke
Still, I have no sound. I have re-emerged ffmpeg but still mplayer displays Xlib: extension NV-GLX missing on display :0. [vdpau] Error when calling vdp_device_create_x11: 1 Xlib: extension XVideo missing on display :0. [VO_XV] Sorry, Xv not supported by this X11 version/driver

Re: [gentoo-user] Google - can not open any link

2012-02-08 Thread Michael Hampicke
Am 08.02.2012 19:24, schrieb Joseph: I can not seem to open any link in Google search engine. I'm using firefox-9.0 Google search display the result but when I try to open it it doesn't work. I don't have any plugin's installed Proxy is set to no-proxy By 2nd. backup computer as the

Re: [gentoo-user] [OT] Linux Live CD to perform hardware audit?

2012-02-09 Thread Michael Hampicke
But do any of you guys/gals know of a Live CD distro that can perform hardware audit? i.e., detect installed processor model, RAM parameters layout, etc. Some days ago I was using the parted magic live cd [1]. It had a tool that listed all hardware in a nice fashion. I don't recall it's name

Re: [gentoo-user] Google - can not open any link

2012-02-09 Thread Michael Hampicke
You are right on; I disable Java in firefox and now can open links in google search. As I said, I have disabled cookies and javascript for goolge.de (using cookiemonster an noscript). But as I sometimes use google maps, I allow javascript on google.com and then use google.com for maps - with

Re: [gentoo-user] fstab entries for /proc and tmpfs

2012-02-25 Thread Michael Hampicke
just building a new qemu appliance and following the handbook it mentions the /proc an tmpfs file systems in fstab, but the stage template no longer has these entries - is the handbook out of date and openrc handles it? - or did I accidentally delete them? Do I still need those entries ...

Re: [gentoo-user] Re: No more FLASH on Linux ?

2012-02-25 Thread Michael Hampicke
I know I may be in the minority here but flash is coming no where near my computers, nor the ones I support (my mother etc.). I offer no solution to what about to do in 5 years when there's no more flash support on linux. But I'd like to take this opportunity to say: _I hope flash dies

Re: [gentoo-user] emerge problem - removing old libraries?

2012-03-12 Thread Michael Hampicke
man qfile and look at the section on finding orphan files. Emerge portage-utils if you don't have qfile. I just ran # find /usr/lib* -type f -print0 | xargs -0 qfile -o | more an was suprised how much orphans there are, already excluding the python and perl stuff. Here's some suprising

Re: [gentoo-user] emerge problem - removing old libraries?

2012-03-12 Thread Michael Hampicke
Here /usr/lib is a symlink to /usr/lib64 Now that you mention it: /usr/lib is supposed to be a symlink to /usr/lib64 on my workstation too (like it is on all my other machines). But it's not. Seems like something went wrong during installation. Maybe a bad stage3 image. I created the symlink

Re: [gentoo-user] InitRAMFS - boot expert sought

2012-03-27 Thread Michael Hampicke
Dracut is masked on ~amd64. Bugs me, as I'd rather use something like that than genkernel (I very much like building my own kernels; it helps me keep things lean, and keeps me familiar with the capabilities of current and future systems). But now I have to find time to learn how to use

Re: [gentoo-user] Tips for saving power needed...

2012-04-01 Thread Michael Hampicke
Before going hard(ware) way, I would like to try first all possible software solutions. What I tried up to now is cpufreqd, CONFIG_NO_HZ=y, and spindown. In addition to that I adjusted fan-speeds to a little lower values and turned off some unneeded peripherials (in bios). Is there

Re: [gentoo-user] Re: Advice about ati-drivers? [50% SOLVED]

2012-04-02 Thread Michael Hampicke
However, now that the firmware loading problem is fixed, my screen still goes black on bootup. But now it's instantaneous instead of 60 seconds delayed :( I'm back to functioning vesa mode if I boot with radeon.memset=0, but that's not really my goal...yet :p Last time I reinstalled

Re: [gentoo-user] Re: Advice about ati-drivers? [50% SOLVED]

2012-04-03 Thread Michael Hampicke
Am 03.04.2012 13:28, schrieb Nikos Chantziaras: On 03/04/12 03:16, Michael Hampicke wrote: However, now that the firmware loading problem is fixed, my screen still goes black on bootup. But now it's instantaneous instead of 60 seconds delayed :( I'm back to functioning vesa mode if I

Re: [gentoo-user] Re: Advice about ati-drivers? [50% SOLVED]

2012-04-03 Thread Michael Hampicke
Am 03.04.2012 17:37, schrieb Michael Mol: On Tue, Apr 3, 2012 at 9:54 AM, Michael Hampicke gentoo-u...@hadt.biz wrote: Am 03.04.2012 13:28, schrieb Nikos Chantziaras: On 03/04/12 03:16, Michael Hampicke wrote: However, now that the firmware loading problem is fixed, my screen still goes

Re: [gentoo-user] package masking

2012-04-28 Thread Michael Hampicke
Certainly not. The most reasonable way is to maintain your own meta package in an overlay. Just copy gnome-*.ebuild there and remove all dependencies you don't like. Sounds like a good idea. I am not to happy with some meta packages either. I'll give it a try.

Re: [gentoo-user] package masking

2012-04-28 Thread Michael Hampicke
If you use portage-2.2, sets provide an easier way to do this. A set is just a list of package atoms, one per line, in a file in /etc/portage/sets, say /etc/portage/sets/gnome. Then you just emerge @gnome. Portage Sets look nice, but I'm still on portage 2.1 - haven't tried 2.2 yet, I just

Re: [gentoo-user] convert wmv to mp4?

2012-05-01 Thread Michael Hampicke
I just got access to these files today so until this morning I didn't even know what format they'd be in. Can you provide us with a downloadable sample, or are these files private?

Re: [gentoo-user] Apache + mod_suphp

2012-05-02 Thread Michael Hampicke
Am 02.05.2012 06:58, schrieb Carlos Sura: I get the following error: Internal Server Error Mismatch between target UID (81) and UID (1000) of file /home/username/public_html/anything/index.php Have you tried turning of safe_mode in the php.ini file?

Re: [gentoo-user] Apache + mod_suphp

2012-05-02 Thread Michael Hampicke
Am 02.05.2012 19:42, schrieb Carlos Sura: On 2 May 2012 05:35, Michael Hampicke gentoo-u...@hadt.biz wrote: Am 02.05.2012 06:58, schrieb Carlos Sura: I get the following error: Internal Server Error Mismatch between target UID (81) and UID (1000) of file /home/username/public_html

Re: [gentoo-user] Apache + mod_suphp

2012-05-02 Thread Michael Hampicke
You just have to look up on how the change the uid, I don't know, as I don't have any experience with mod_suphp Just looked it up. The directive is suPHP_UserGroup

Re: [gentoo-user] Backscatter and nikko

2012-05-03 Thread Michael Hampicke
Am 03.05.2012 18:08, schrieb Paul Hartman: On Thu, May 3, 2012 at 11:00 AM, Michael Mol mike...@gmail.com wrote: Is anyone else getting a large amount of gentoo-user-related backscatter from a set of mailservers including nikko.homeunix.net? I've gotten eight in the last five minutes or so.

Re: [gentoo-user] I want to play movies without hangs

2012-05-07 Thread Michael Hampicke
Am 07.05.2012 18:26, schrieb Volker Armin Hemmann: Am Montag, 7. Mai 2012, 14:41:34 schrieb Alex Schuster: Some while ago, I wrote: [ mplayer stutters when I/O is going on, even hangs for seconds when I do a dd if=/dev/zero of=somefile bs=1M ] Urs Schutz writes: Just an idea: Is the

Re: [gentoo-user] I want to play movies without hangs

2012-05-07 Thread Michael Hampicke
nice idea - but that didn't help in the past. Why should it help now? The question is - why does disk IO make the mouse jerky and delays keyboard input? That is just idiotic. It was just an idea, but maybe there's something wrong on the hardware side? Broken cable, hard drive about to die?

Re: [gentoo-user] Recommend a tftp server that works?

2012-05-07 Thread Michael Hampicke
Can somebody recommend a tftp server that works? For my BOOTP server I've been using net-ftp/tftp-hpa for quiet some time, which works great here. But, when I try to install one of the other tftp servers, emerge refuses. How to I tell emerge to go ahead and install, for example,

Re: [gentoo-user] Recommend a tftp server that works?

2012-05-07 Thread Michael Hampicke
Maybe use emerge --force or transfer the ebuild to a local overlay and remove the blocking. I never understood why different tftp servers block each other. I mean I can install pure-ftpd and proftpd at the time time too. Sorry, I meant --nodeps instead of force. I tried it, and am now able

Re: [gentoo-user] I want to play movies without hangs

2012-05-10 Thread Michael Hampicke
Am 10.05.2012 05:59, schrieb Adam Carter: There's plenty of swap space available. With 16 G of RAM it should not be needed, but sometimes my load gets really really high, and when I can use the system again, there is 2-3 G of swap usage. I haven't found out yet what this is, it seems to

Re: [gentoo-user] why is it using OpenDNS?

2012-05-10 Thread Michael Hampicke
Am 10.05.2012 10:20, schrieb Grant: Try appending this into your /etc/conf.d/net dns_servers_wlan0=208.67.222.222 208.67.220.220 with or without quotes and brackets I am not really sure. dns_servers_wlan0=( 208.67.222.222 208.67.220.220 ) Hope this helps! Thanks, but I'm

Re: [gentoo-user] Encfs suddenly read-only

2012-05-14 Thread Michael Hampicke
Am 14.05.2012 14:33, schrieb fe...@crowfix.com: I have been using encfs to store most of my home dir for ages. I rebooted Sunday morning (it's a ~amd64 system) to change kernel to 3.3.5 from 3.3.4, and sometime overnight, after the nightly backups and mail archives had run, the encfs

Re: [gentoo-user] udevd boot messages

2012-05-21 Thread Michael Hampicke
I updated udev from 171-r5 to 171-r6 and now i get several udevd boot message as : udevd[1389]: can not find '/lib/udev/rules.d/90-network.rules': No such file or directory udevd[1389]: can not find '/lib/udev/rules.d/95-keymap.rules': No such file or directory .. and

Re: [gentoo-user] How can I control size of /run (tmpfs)?

2012-05-26 Thread Michael Hampicke
Am 26.05.2012 22:28, schrieb Dale: Jarry wrote: On 26-May-12 22:01, Dale wrote: Jarry wrote: after updating baselayout from 2.0.3 to 2.1-r1 /run is mounted as tmpfs. But I can not find any mount-option for controlling how much memory is (or could be) used for it. Filesystem

Re: [gentoo-user] genkernel initramfs and grub2-mkconfig

2012-06-04 Thread Michael Hampicke
Am 04.06.2012 21:10, schrieb Paul Hartman: On Mon, Jun 4, 2012 at 1:40 PM, morlix mor...@morlix.de wrote: Hello, does anybody of you know how to get the grub2-mkconfig script to correctly detect initramfs and set the kernel parameter root= to /dev/ram0 or just don't set the parameter at

Re: [gentoo-user] Does UEFI needs seperate /boot partition?

2012-06-09 Thread Michael Hampicke
As UEFI needs a FAT partition /boot/efi/efi, can I create it from my previous /boot partition? I haven't tried it yet - my /boot and /boot/efi are still two seperate partitions on my sys - but in theory it should work just fine with only a UEFI partition as the UEFI bootloader just loads the

Re: [gentoo-user] failure to login with xdm or gdm

2012-06-09 Thread Michael Hampicke
I have fixed the problem by downgrading polkit and udisks. To answer your questions Thanks, had the same problem. Was just about to leave the house, thought I'd do a quick reboot first, but instead of a login screen, I got a blank screen. It's always something when you are invited to a barbecue

Re: [gentoo-user] Re: OT: 'Best' Desktop Environment

2012-06-18 Thread Michael Hampicke
Am 17.06.2012 23:33, schrieb Michael Mol: On Sun, Jun 17, 2012 at 5:17 PM, Nikos Chantziaras rea...@gmail.com wrote: On 17/06/12 22:36, Walter Dnes wrote: On Sun, Jun 17, 2012 at 11:52:48AM -0500, Canek Pel??ez Vald??s wrote In my humble opinion, you should use whatever you actually like.

[gentoo-user] Thunderbird and chinese fonts

2012-06-18 Thread Michael Hampicke
I've been having this problem for a while, but I never bothered to really look into it, but now, I want to do something about it. Thing is, when I view messages in Thunderbird - I use TB13 - that are encoded in GB2312 and have chinese characters in them, the font looks rather ugly. Unicode

Re: [gentoo-user] Thunderbird and chinese fonts

2012-06-18 Thread Michael Hampicke
Am 18.06.2012 16:03, schrieb Yohan Pereira: On Mon, Jun 18, 2012 at 01:01:15PM +0200, Michael Hampicke wrote: I've been having this problem for a while, but I never bothered to really look into it, but now, I want to do something about it. Thing is, when I view messages in Thunderbird - I

Re: [gentoo-user] Re: Thunderbird and chinese fonts

2012-06-18 Thread Michael Hampicke
Am 18.06.2012 16:15, schrieb walt: On 06/18/2012 04:01 AM, Michael Hampicke wrote: Thing is, when I view messages in Thunderbird - I use TB13 - that are encoded in GB2312 and have chinese characters in them, the font looks rather ugly. Unicode messages with or without chinese characters look

Re: [gentoo-user] Don't understand downgrade to kernel-3.2.16

2012-06-18 Thread Michael Hampicke
Am 18.06.2012 21:57, schrieb Harry Putnam: Setup: Running a basic-ish setup with no X configured. This is gentoo running as virtual guest on win7 using Virtual Box. Today I ran eix-sync followed by emerge -vuDp world. One thing in the output puzzles me: [ebuild NS]

Re: [gentoo-user] Re: Don't understand downgrade to kernel-3.2.16

2012-06-18 Thread Michael Hampicke
Am 18.06.2012 22:49, schrieb Harry Putnam: Michael Hampicke gentoo-u...@hadt.biz writes: Am 18.06.2012 21:57, schrieb Harry Putnam: Setup: Running a basic-ish setup with no X configured. This is gentoo running as virtual guest on win7 using Virtual Box. Today I ran eix-sync followed

Re: [gentoo-user] Re: [gentoo-user] Oszkár Ocsenás

2012-06-20 Thread Michael Hampicke
and be patient if you don't get an immediate response. (People don't like to be pestered =D). Also consider the time difference. When we (the GMT+1 guys) ask questions most people on this list are sleeping :)

Re: [gentoo-user] OT: Anybody know of a 'Genius' type service or site for TV shows/Movies/Music that is not owned by Apple?

2012-07-09 Thread Michael Hampicke
Am 09.07.2012 13:04, schrieb Tanstaafl: By 'Genius' type service, I'm referring to Apple's Genius service that helps you find new music that you might like based on your current likes... ie, you tell it the Artists/songs you like, and it tells you things that are similar. It is a very

Re: [gentoo-user] Random segfaults with gnome

2012-07-13 Thread Michael Hampicke
Lately, ever since I installed gnome3 (3.2), a lot of things have gone unstable. Gnome crashes a lot and pulseaudio too, on every start (I see a segfault by the equalizer module). I had lots of graphics related problems with gnome3.2 - from render errors to system freezes. So in a desperate

Re: [gentoo-user] 32bit or 64bit

2012-07-17 Thread Michael Hampicke
Video-codecs? I haven't seen a video in years that was not playable by 64bit ffmpeg based players but worked with 32bit. SNIP Lots of wmv files won't play in 64-bit. That's the only one I have trouble with. They play fine in 32-bit Gentoo. Mark, was thinking of you and your videos that

Re: [gentoo-user] 32bit or 64bit

2012-07-17 Thread Michael Hampicke
And really, as I use a lot of VM's all day long, it doesn't seem overly important any more. It's trivial to just run a Windows VM to play wmv files whereas finding someone in the Linux world who actually cares about supporting and promoting the wmv format seems like a waste of my time and

Re: [gentoo-user] Multilib or not?

2012-07-17 Thread Michael Hampicke
So I run 'revdep-rebuild --verbose' just to check what do I have that still depends on emul-linux-x86* and I've found: app-emulation/wine-1.4 sys-boot/grub-0.97-r10 www-plugins/google-talkplugin-2.1.7.0 x11-drivers/nvidia-drivers-295.59 games-emulation/zsnes-1.51-r2 skype For grub you

Re: [gentoo-user] Re: 32bit or 64bit

2012-07-19 Thread Michael Hampicke
Stupid question incoming: What's the WOW in WOW64? The more I read it as World of Warcraft the more I see that it doesn't actually fit :-) WOW = Windows-on-Windows

Re: [gentoo-user] new machine : (2) HDD or SSD ?

2012-07-22 Thread Michael Hampicke
I have just a (maybe silly) question... I saw on some forums that partitionning SSDs could slow down read/write access. Is it true or simply intox ? On my sata HD, i have boot, /, usr and home separated partitions. What do you think of it ? This could happen of the partitions on the SSD are

Re: [gentoo-user] new machine : (2) HDD or SSD ?

2012-07-22 Thread Michael Hampicke
Am 22.07.2012 19:46, schrieb Florian Philipp: Am 22.07.2012 19:30, schrieb Pandu Poluan: On Jul 23, 2012 12:05 AM, Michael Hampicke gentoo-u...@hadt.biz mailto:gentoo-u...@hadt.biz wrote: I have just a (maybe silly) question... I saw on some forums that partitionning SSDs could slow down

Re: [gentoo-user] Re: new machine : CPU : AMD FX-4100 ?

2012-07-30 Thread Michael Hampicke
Am 30.07.2012 19:14, schrieb Michael Mol: On Mon, Jul 30, 2012 at 1:04 PM, Mark Knecht markkne...@gmail.com wrote: On Mon, Jul 30, 2012 at 9:36 AM, James wirel...@tampabay.rr.com wrote: SNIP Amp meters are less than $50 USD. They clamp around the power cord, or any wires inside the computer

Re: [gentoo-user] Want to seriously test a NEW hard drive

2012-08-06 Thread Michael Hampicke
What I have on there is videos. When I tried to compress some and test, it was basically the same size. I guess videos don't compress to much? No videos don't compress well at all, compressing video files is just a waste of cpu cycles :) When I put this in, I'm going to redo the whole

Re: [gentoo-user] Cannot see Grub menu

2012-08-13 Thread Michael Hampicke
As far as I recall the issues are with 64 bit nomultilib only. I think I used grub-legacy on amd64 multilib without issues, though I'm not sure since I use grub2 since 1.98 came out (without issues, by the way) You are correct. On a no-multilib 64 bit system you cannot compile grub:1 - you

[gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
Howdy gentooers, I am looking for a filesystem that perfomes well for a cache directory. Here's some data on that dir: - cache for prescaled images files + metadata files - nested directory structure ( 20/2022/202231/*files* ) - about 20GB - 100.000 directories - about 2 million files The system

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
You should have a look at xfs. I used to use ext4 earlier, traversing through /usr/portage used to be very slow. When I switched xfs, speed increased drastically. This might be kind of unrelated, but makes sense. I guess traversing through directories may be faster with XFS, but in my

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
Have you indexed your ext4 partition? # tune2fs -O dir_index /dev/your_partition # e2fsck -D /dev/your_partition Hi, the dir_index is active. I guess that's why delete operations take as long as they take (index has to be updated every time)

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
2012/8/13 Daniel Troeder dan...@admin-box.com On 13.08.2012 15:16, Michael Hampicke wrote: - about 20GB - 100.000 directories - about 2 million files The system has 2x Intel Xon Quad-cores (Nehalem), 16GB of RAM and two 10.000rpm hard drives running a RAID1. 1st thought: switch

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
I guess traversing through directories may be faster with XFS, but in my experience ext4 perfoms better than XFS in regard to operations (cp, rm) on small files. I read that there are some tuning options for XFS and small files, but never tried it. But if somone seconds XFS I will try it

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
Am 13.08.2012 16:52, schrieb Michael Mol: On Mon, Aug 13, 2012 at 10:42 AM, Michael Hampicke mgehampi...@gmail.comwrote: Have you indexed your ext4 partition? # tune2fs -O dir_index /dev/your_partition # e2fsck -D /dev/your_partition Hi, the dir_index is active. I guess that's why

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-13 Thread Michael Hampicke
Am 13.08.2012 19:14, schrieb Florian Philipp: Am 13.08.2012 16:52, schrieb Michael Mol: On Mon, Aug 13, 2012 at 10:42 AM, Michael Hampicke mgehampi...@gmail.com mailto:mgehampi...@gmail.com wrote: Have you indexed your ext4 partition? # tune2fs -O dir_index /dev

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 16:00, schrieb Florian Philipp: Am 13.08.2012 20:18, schrieb Michael Hampicke: Am 13.08.2012 19:14, schrieb Florian Philipp: Am 13.08.2012 16:52, schrieb Michael Mol: On Mon, Aug 13, 2012 at 10:42 AM, Michael Hampicke mgehampi...@gmail.com mailto:mgehampi...@gmail.com wrote

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 10:21, schrieb Daniel Troeder: On 13.08.2012 16:53, Michael Hampicke wrote: 2012/8/13 Daniel Troeder dan...@admin-box.com 3rd thought: purging old files with find? your cache system should have some kind of DB that holds that information. 3: Well, it's a 3rd party

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 19:21, schrieb Jason Weisberger: Sure, but wouldn't compression make write operations slower? And isn't he looking for performance? On Aug 14, 2012 1:14 PM, Pandu Poluan pa...@poluan.info wrote: On Aug 14, 2012 11:42 PM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote:

  1   2   3   >