Re: [gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-12-08 Thread Maximilian Bräutigam
Am 30.11.2011 13:24, schrieb Michael Schreckenbauer:
 glxinfo -l | grep MAX_TEXTURE_SIZE

Hi Michael,

GL_MAX_TEXTURE_SIZE = 1024

is this enough?

Kind regards,
der Max



Re: [gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-12-08 Thread Maximilian Bräutigam
Am 30.11.2011 12:57, schrieb Albert W. Hopkins:
 On Wed, 2011-11-30 at 10:11 +0100, Maximilian Bräutigam wrote:
 (2) Mesa is built with gallium and it is enables using eselect.
 
 AFAIK intel drivers didn't work (well) with gallium, at least I
 checked[1].
 
 Anyway you might want to try the classic.  Works for me.
 
 [1] http://www.phoronix.com/scan.php?page=news_itempx=ODE0OQ

Wow, it's working. Thanks a lot, Albert!
Kind regards,
Max




Re: [gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-12-02 Thread Maximilian Bräutigam
Am 30.11.2011 13:24, schrieb Michael Schreckenbauer:
 Hi,
 
 Am Mittwoch, 30. November 2011, 10:11:04 schrieb Maximilian Bräutigam:
 My question is, whether it is possible to increase this
 GL_MAX_TEXTURE_SIZE or not and if so, how.
 
 GL_MAX_TEXTURE_SIZE is limited by your video-card. Afaik, there's no way to 
 increase it as it's given by the HW.
 What does
 glxinfo -l | grep MAX_TEXTURE_SIZE
 give?
 
 Thank you very much in advance for your help.
 Kind regards,
 der Max
 
 Best,
 Michael
 
 

Thank you very much Michael and Albert,

since it's a problem of my PC at work I'll try things out next week and
give you the values of MAX_TEXTURE_SIZE soon.

BTW, at home everything is working like a charm where I'm using
ati-drivers and a proper xorg.conf. There are just some graphical
corruptions when it comes to popups and dialog boxes, the content of
which is stretched to the lower left corner which makes reading
extremely heavy, but this is worth another thread if I cannot fix it. I
mean from top to bottom each line of pixels is moved 1 px to the left
and the first one is appended on the right side.

Kind regards, I'll answer you soon,
der Max



[gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-11-30 Thread Maximilian Bräutigam
Dear all,

I'd really like to switch to or at least test Gnome 3, but not the
fallback version. But that's everything I get.

Running /usr/libexec/gnome-session-check-accelerated-helper gives me the
clue:
gnome-session-is-accelerated: GL_MAX_TEXTURE_SIZE is too small.

Searching for it in the internet is not very helpful, just some Spanish
Debian mailing list entries. The Gentoo Gnome upgrade guide is not
helpful as well and I did everything according to this guide, i.e.

(1) I'm using open source xserver driver x11-drivers/xf86-video-intel
with VIDEO_CARDS=intel and mesa with use of video_cards_intel.

(2) Mesa is built with gallium and it is enables using eselect.

(3) direct rendering is enabled:
# glxinfo | grep rendering
direct rendering: Yes

You can find my emerge --info here:

http://paste.pocoo.org/show/514796/

BTW, VGA controller is according to lspci just VGA compatible
controller: Intel Corporation Core Processor Integrated Graphics
Controller (rev 02) and the processor is Intel(R) Core(TM) i3.

My question is, whether it is possible to increase this
GL_MAX_TEXTURE_SIZE or not and if so, how.

Thank you very much in advance for your help.
Kind regards,
der Max



Re: [gentoo-user] ff chromium trapped in deafness or how to configure ALSA correctly

2011-08-22 Thread Maximilian Bräutigam

Am 21.08.2011 12:24, schrieb Leonardo Guilherme:

2011/8/21 Maximilian Bräutigammax.braeuti...@googlemail.com:

Hello all,

I recently bought a Zotac Barebone ZBOX HD-AD02 AMD E-350 and installed
Gentoo on it, what is working more or less very well except the sound. I
did everything according to gentoo and gentoowiki docs, I installed (due
to laziness) a gentoo-sources kernel with genkernel and Sabayon linux
standard configuration, and I am using pulseaudio, but when I launch
firefox or chromium from console and play some sounds, I get lots of
these error messages:

ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave

I already googled for it but didn't find something helpful. The Zbox has
a HDMI and a standard device:

# lspci -v | grep -i audio
00:01.1 Audio device: ATI Technologies Inc Device 1314
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)

# cat /proc/asound/cards
  0 [Generic]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0xfeb44000 irq 40
  1 [SB ]: HDA-Intel - HDA ATI SB
  HDA ATI SB at 0xfeb4 irq 16

You can find the complete alsa-info output at
http://paste.pocoo.org/show/461744/

For me, the interesting part is this section:

 List of PLAYBACK Hardware Devices 
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Is is possible that ff and chromium are sending data to HDMI since it is
card 0? If you think, it would be helpful to disable card 0 or change
the order, please tell me how to do it?

I highly appreciate all kinds of help!

Kind regards,
der Max





Have you tried running alsaconf? what happens when you try alsamixer?
I tend to hate pulseaudio. I fail to see its purpose, the only time i
tried it gave me a big headache. My (totally biased and personal
without any techincal background) advice is to stay clear of
pulseaudio.



Hi Leonardo,

i tried it of course without pulse audio in advance, but e.g. totem and 
vlc were using the wrong standard device and emerging world with 
pulseaudio use flag makes totem and vlc use the right device ...
my only problems are chromium and ff ... and probably some other apps, 
that I didn't test so far.


Kind regards,
Max



Re: [gentoo-user] ff chromium trapped in deafness or how to configure ALSA correctly

2011-08-22 Thread Maximilian Bräutigam

Am 21.08.2011 12:57, schrieb Volker Armin Hemmann:

Am Sonntag 21 August 2011, 04:48:49 schrieb Dale:

Maximilian Bräutigam wrote:

Hello all,

I recently bought a Zotac Barebone ZBOX HD-AD02 AMD E-350 and installed
Gentoo on it, what is working more or less very well except the sound. I
did everything according to gentoo and gentoowiki docs, I installed (due
to laziness) a gentoo-sources kernel with genkernel and Sabayon linux
standard configuration, and I am using pulseaudio, but when I launch
firefox or chromium from console and play some sounds, I get lots of
these error messages:

ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave

I already googled for it but didn't find something helpful. The Zbox has
a HDMI and a standard device:

# lspci -v | grep -i audio
00:01.1 Audio device: ATI Technologies Inc Device 1314
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev
40)

# cat /proc/asound/cards

   0 [Generic]: HDA-Intel - HD-Audio Generic

HD-Audio Generic at
0xfeb44000 irq 40

   1 [SB ]: HDA-Intel - HDA ATI SB

HDA ATI SB at 0xfeb4
irq 16

You can find the complete alsa-info output at
http://paste.pocoo.org/show/461744/

For me, the interesting part is this section:

 List of PLAYBACK Hardware Devices 
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]

Subdevices: 1/1
Subdevice #0: subdevice #0

card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]

Subdevices: 1/1
Subdevice #0: subdevice #0

card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]

Subdevices: 1/1
Subdevice #0: subdevice #0

Is is possible that ff and chromium are sending data to HDMI since it is
card 0? If you think, it would be helpful to disable card 0 or change
the order, please tell me how to do it?

I highly appreciate all kinds of help!

Kind regards,
der Max


A silly question for a common problem.  You did unmute the volume
right?  The default is to have everything muted so it is very common for
folks to forget that little but important detail.

Also, on one of my rigs, I had to unmute with both Kimix and alsamixer.

Just a thought.  I've done this myself.


and don't forget to mute spdif optical raw

and try without pulseaudio first.



Dale

:-)  :-)


Hi Dale and Volker,

I tried it without pulseaudio first and, Dale, my card is unmuted. ;) 
Totem and vlc are working without any problems but ff and chromium 
aren't able to produce sound - and it is somehow related to the error 
message above.


But Volker, I highly appreciate the tip with the spdif and I'll try that.

Thank you very much.

Kind regards,
Max



[gentoo-user] ff chromium trapped in deafness or how to configure ALSA correctly

2011-08-21 Thread Maximilian Bräutigam
Hello all,

I recently bought a Zotac Barebone ZBOX HD-AD02 AMD E-350 and installed
Gentoo on it, what is working more or less very well except the sound. I
did everything according to gentoo and gentoowiki docs, I installed (due
to laziness) a gentoo-sources kernel with genkernel and Sabayon linux
standard configuration, and I am using pulseaudio, but when I launch
firefox or chromium from console and play some sounds, I get lots of
these error messages:

ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave

I already googled for it but didn't find something helpful. The Zbox has
a HDMI and a standard device:

# lspci -v | grep -i audio
00:01.1 Audio device: ATI Technologies Inc Device 1314
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)

# cat /proc/asound/cards
 0 [Generic]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0xfeb44000 irq 40
 1 [SB ]: HDA-Intel - HDA ATI SB
  HDA ATI SB at 0xfeb4 irq 16

You can find the complete alsa-info output at
http://paste.pocoo.org/show/461744/

For me, the interesting part is this section:

 List of PLAYBACK Hardware Devices 
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Is is possible that ff and chromium are sending data to HDMI since it is
card 0? If you think, it would be helpful to disable card 0 or change
the order, please tell me how to do it?

I highly appreciate all kinds of help!

Kind regards,
der Max



[gentoo-user] Do u like Gentoo? Linux New Media Award -- Favourite Linux Distribution 2010

2010-12-09 Thread Maximilian Bräutigam
Hi everybody,
if you like Gentoo, then you want to vote 4 it maybe:
Linux New Media Award -- Favourite Linux Distribution 2010

http://www.linuxnewmedia.com/Award2011

Kind regards,
der Max



[gentoo-user] sys-libs/glibc gives strange error

2010-11-08 Thread Maximilian Bräutigam
Hi all,

I'm trying to update my glibc for now 2 weeks or so and it doesn't
matter what I'm doing, I run into a strange error.


/var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-linux-gnu-nptl/libc_pic.a(init-first.os):(.data+0x0):
multiple definition of `__libc_multiple_libcs'
/var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/dl-allobjs.os:(.bss+0xe8):
first defined here
/var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-linux-gnu-nptl/libc_pic.a(dl-addr.os):
In function `_dl_addr_inside_object':
dl-addr.c:(.text+0x0): multiple definition of `_dl_addr_inside_object'
/var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/dl-allobjs.os:(.text+0x11260):
first defined here
collect2: ld gab 1 als Ende-Status zurück
[...]
  make for amd64 failed


The last 100 lines of the build.log you can find here:
http://paste.pocoo.org/show/287750/

And my emerge --info sys-libs/glibc here:
http://paste.pocoo.org/show/287772/

I tried many things like: playing with cflags -fstack-protector,
downgrading gcc from 4.4.5 to 4.4.4, recompiling DEPEND packages and
later hole @system. To my mind it is not a bug of glibc, at least I
didn't find anything appropiate at bugs.gentoo.org and on another
machine in office it's compiling w/o errors.

Any idea and help is welcome, slowly I'm becoming despaired.
Thank you very much in advance for your reply.
Kind regards,
der Max

P.S. In the last time I receive lots of segfaults, does it has something
to do with my glibc error?



Re: [gentoo-user] sys-libs/glibc gives strange error [SOLVED]

2010-11-08 Thread Maximilian Bräutigam
Am 08.11.2010 13:04, schrieb Alex Schuster:
 Maximilian Bräutigam writes:
 
 I'm trying to update my glibc for now 2 weeks or so and it doesn't
 matter what I'm doing, I run into a strange error.

 
 /var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-li
 nux-gnu-nptl/libc_pic.a(init-first.os):(.data+0x0): multiple definition
 of `__libc_multiple_libcs'
 /var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-li
 nux-gnu-nptl/elf/dl-allobjs.os:(.bss+0xe8): first defined here
 /var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-li
 nux-gnu-nptl/libc_pic.a(dl-addr.os): In function
 `_dl_addr_inside_object':
 dl-addr.c:(.text+0x0): multiple definition of `_dl_addr_inside_object'
 /var/tmp/portage/sys-libs/glibc-2.12.1-r3/work/build-amd64-x86_64-pc-li
 nux-gnu-nptl/elf/dl-allobjs.os:(.text+0x11260): first defined here
 collect2: ld gab 1 als Ende-Status zurück
 [...]
 
 
 I tried many things like: playing with cflags -fstack-protector,
 
 Hmm, does this mean you removed -fstack-protector?
 
 downgrading gcc from 4.4.5 to 4.4.4, recompiling DEPEND packages and
 later hole @system. To my mind it is not a bug of glibc, at least I
 didn't find anything appropiate at bugs.gentoo.org and on another
 machine in office it's compiling w/o errors.
 
 http://bugs.gentoo.org/show_bug.cgi?id=332823 says that -fstack-protector 
 is supported for hardened profiles only.
 
   Wonko
 

First, I didn't use it (cannot remember error), then I tried it out, and
now I removed it again and it's compiling...
Wow, thanks alot for the hint.

Kind regards,
der Max



Re: [gentoo-user] How to build a time machine on Gentoo

2010-08-17 Thread Maximilian Bräutigam
Hi

Am 16.08.2010 01:11, schrieb Nganon:
 Hello all,
 
 My first post on the list. I thought I would start with something that I
 started
 to think of as 'essential' after losing 90GB of data. Now I have two main
 questions in mind: what to and how to back up on gentoo most efficiently.
 
 1. Apart from users' home directories and the followings, what should be
 backed
 up on a gentoo machine? 
 /etc/portage/
 /root
 /var/lib/portage
 ...?

You should backup all in / except
/tmp/*
/sys/*
/proc/*
/lost+found/*
/dev/*

I have no solution how to bzip or gzip your backups or how to make a dvd
backup, but I use app-backup/rsnapshot which uses rsync but implements
an intelligent rotating system that is done daily, weekly, monthly,
yearly according to your config. Of course you should store the backup
on another physical hdd.

By the way, since a new hdd of one TB is pretty cheap, think about
running your gentoo in a software RAID. Guides:

http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
http://en.gentoo-wiki.com/wiki/Software_RAID_Install

Kind regards,
der Max

 2. Erm..okay, I am gonna say, what magic I want and then ask your way.
 I first started making gzipped tar balls as follows:
 
 tar czpf /media/backups/userA-`date +%Y.%m.%d`.tgz -X userA-excludelist /etc
 
 But these can get huge especially for home dirs. I also want safe dvd
 copies. 
 Though I can find enough space on the external drives, I don't trust them
 any more. See above..sigh..(No I recovered about one third of it with
 testdisk/photorec  
 which names them as file01 file2.. and half them are zero
 sized.. which 
 quite justifies my agony)
 
 Here is what I wanna do. I want to have only one big backup for, say,
 userA-2010.08.07.tgz and other small backup tars containing only the
 files/folders that were modified since last update, 2010.08.07, as
 userA-diff-2010.08.14.tgz, userA-diff-2010.08.21.tgz,
  userA-diff-2010.08.28.tgz
 etc. Now if I want to take the userA back to the future, 2010.08.21,  I
 want to
 do it by first extracting the huge tar userA-2010.08.07.tgz and then the
 tiny
 backup userA-diff-2010-08-21.tgz. 
 
 But the thing is I don't know how to do this. I am hoping maybe you can
 tell me 
 how to of it as well as a better way of doing backups. 
 
 By the way, since I want dvd backups as well, and I want to use +rw dvds
 so I 
 can overwrite old backup after a while, what is best way of ensuring the 
 integrity and safety of them. Is it a good idea to use truecrypt
 containers? Or 
 nothing tops signing and encrypting with gpg?
 
 Thanks for any comment in advance. 
 




Re: [gentoo-user] VM experiences and faqs?

2010-06-28 Thread Maximilian Bräutigam
Am 28.06.2010 08:19, schrieb waltd...@waltdnes.org:
   I have a 4-core Intel i3 (/proc/cpuinfo dump below) running 64 bit
 Gentoo.  I want to try hosting 32-bit Gentoo and also OS/2 Warp 4 on it.
 What are people's experiences with different VM environments?  Google
 searching turns up a lot of out-of-date blogs/wikis.  My CPU...
 
 processor   : 3
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 37
 model name  : Intel(R) Core(TM) i3 CPU 530  @ 2.93GHz
 stepping: 2
 cpu MHz : 2933.000
 cache size  : 4096 KB
 physical id : 0
 siblings: 4
 core id : 2
 cpu cores   : 2
 apicid  : 5
 initial apicid  : 5
 fpu : yes
 fpu_exception   : yes
 cpuid level : 11
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good
 xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2
 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat tpr_shadow vnmi
 flexpriority ept vpid
 bogomips: 5851.93
 clflush size: 64
 cache_alignment : 64
 address sizes   : 36 bits physical, 48 bits virtual
 power management:
 
 

Hi,

I'm using app-emulation/virtualbox-bin and it works really great, even
forwarding of usb devices, but I only tested WinXP in the box for
printing purpose. If you wanna have an open source product, consider
app-emulation/virtualbox-ose (open source edition).

* app-emulation/virtualbox-ose
 Available versions:  3.0.12 3.1.8 (~)3.2.4-r1 (~)3.2.6 **
{+additions alsa +hal headless kernel_linux +opengl pulseaudio python
+qt4 sdk vboxwebsrv}
 Best versions/slot:  (~)3.2.6
 Homepage:http://www.virtualbox.org/
 Description: Softwarefamily of powerful x86 virtualization
 License: GPL-2

* app-emulation/virtualbox-bin
 Available versions:  3.0.12+i!m 3.1.8+i!m (~)3.2.4-r1+i!m
(~)3.2.6+i!m {+additions +chm headless python rdesktop-vrdp sdk vboxwebsrv}
 Installed versions:  Version: 3.2.6+i!m
  Date:09:34:26 28.06.2010
  USE: additions chm python -headless
-rdesktop-vrdp -sdk -vboxwebsrv
 Best versions/slot:  (~)3.2.6+i!m
 Homepage:http://www.virtualbox.org/
 Description: Family of powerful x86 virtualization products
for enterprise as well as home use
 License: PUEL

Kind regards,
der Max



Re: [gentoo-user] Re: Legacy GRUB vs GRUB2

2010-06-23 Thread Maximilian Bräutigam
Am 22.06.2010 21:22, schrieb Per-Erik Westerberg:
 tis 2010-06-22 klockan 12:15 -0700 skrev walt:
 On 06/22/2010 11:44 AM, Dale wrote:
 Tanstaafl wrote:
 On 2010-06-18 12:17 PM, Bill Longman wrote:
 And finally, don't even mention how braindead the new improved
 grub is. I wonder how anyone can feel that having to write six
 paragraphs in some one-off bash-like language, which needs to be
 debugged, is better than four lines in a config file.
 This brings up a question I've been meaning to ask...

 Since I have no desire to experience this new 'improved' GRUB, but don't
 like LILO - how long will it be before I'll be forced to make a choice?
 Meaning, how long will legacy GRUB still be supported?


 If I read the home page correctly, they are not really doing much more than 
 bug fixes on the old grub. That was my reading at least. I'm dreading that 
 day too. I sort of like my old grub. I started on lilo and grub has 
 seriously grown on me. I'll switch
 to the new grub tho. I have NO plans to go back to lilo. None whatsoever ! !

 IIUC the change will be forced by mobo manufacturers when they adopt the
 newer partition tables and boot/BIOS methods .  They have catchy acronyms
 that I can't remember, naturally, but we've all seen them discussed in this
 group from time to time.  Don't buy new mobos and you can stick to old grub.


 
 Is there a GRUB to GRUB2 migration guide somewhere in the Gentoo
 Documentation?
 
   BR / P-E

I did it 2 weeks ago with lil help of:

http://en.gentoo-wiki.com/wiki/Grub2

And I didn't use the multislot, that was unnecessary, since os-prober is
working perfectly.

Kind regards,
der Max
-- 
Maximilian Bräutigam
max-br...@gmx.de
GPG key-id F9E42811

http://www.jcf.uni-jena.de



Re: [gentoo-user] Re: Legacy GRUB vs GRUB2

2010-06-23 Thread Maximilian Bräutigam
Am 23.06.2010 08:00, schrieb Rod:
 On 23/06/2010 3:43 PM, Maximilian Bräutigam wrote:

 Is there a GRUB to GRUB2 migration guide somewhere in the Gentoo
 Documentation?

   BR / P-E
 
 I did it 2 weeks ago with lil help of:

 http://en.gentoo-wiki.com/wiki/Grub2

 And I didn't use the multislot, that was unnecessary, since os-prober is
 working perfectly.

 Kind regards,
 der Max
   
 
 Hi, would you like to check your GNU GRUB 2 external link at the
 end, I just clicked it and got a
 
 
   404 - Page Not Found
 
 The page you were looking for could not be found on the GNU web server.
 http://www.gnu.org/software/grub/grub-2.en.html
 


Hi Rod,

works w/o problems in my case, but you could also visit gentoo-wiki.com
and navigate yourself to the Grub2 entry.

By the way, I read that Grub2 has been completely rewritten, so it's not
just bug fixing.
Here the links, language de:

http://www.linux-magazin.de/NEWS/Ubuntu-waehlt-Grub-2.0?category=0
http://www.linux-magazin.de/Online-Artikel/Schoener-Booten?category=0

Kind regards,
der Max



Re: [gentoo-user] Legacy GRUB vs GRUB2

2010-06-23 Thread Maximilian Bräutigam
Am 23.06.2010 08:53, schrieb Stroller:
 
 On 18 Jun 2010, at 17:17, Bill Longman wrote:
 ...
 And finally, don't even mention how braindead the new improved grub
 is. I wonder how anyone can feel that having to write six paragraphs in
 some one-off bash-like language, which needs to be debugged, is better
 than four lines in a config file.
 
 
 Can someone possibly explain exactly what's wrong with GRUB2?
 
 I've just taken a look at the wiki guide link posted by Max Bräutigam,
 and it all looks exactly the same as current GRUB and no more
 complicated, apart from optional sections to change the resolution and
 font at the top of the config file.
 
 Stroller.
 

Hi Stroller,

there is nothing complicated, the only thing you should take care of is,
that you run grub-mkconfig to get an initial grub.cfg and grub-install
and you should in case of system failure know, how to boot with a
livecd, chroot your environment and switch back to your old grub/config.
Help with chroot you'll find here:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#book_part1_chap6

So, be brave!
der Max



[gentoo-user] Crashed Emerge

2009-09-10 Thread Maximilian Bräutigam
)
1252577373:  ::: completed emerge (10 of 17) dev-python/pygtk-2.16.0-r1
to /
1252577373:   emerge (11 of 17) dev-libs/poppler-0.12.0 to /
1252577374:  === (11 of 17) Cleaning
(dev-libs/poppler-0.12.0::/usr/portage/dev-libs/poppler/poppler-0.12.0.ebuild)
1252577374:  === (11 of 17) Compiling/Merging
(dev-libs/poppler-0.12.0::/usr/portage/dev-libs/poppler/poppler-0.12.0.ebuild)
1252577396:  === (11 of 17) Merging
(dev-libs/poppler-0.12.0::/usr/portage/dev-libs/poppler/poppler-0.12.0.ebuild)
1252577397:   AUTOCLEAN: dev-libs/poppler:0
1252577397:  === Unmerging... (dev-libs/poppler-0.10.7)
1252577398:   unmerge success: dev-libs/poppler-0.10.7
1252577399:  === (11 of 17) Post-Build Cleaning
(dev-libs/poppler-0.12.0::/usr/portage/dev-libs/poppler/poppler-0.12.0.ebuild)
1252577399:  ::: completed emerge (11 of 17) dev-libs/poppler-0.12.0
to /
1252577399:   emerge (12 of 17) app-text/poppler-utils-0.12.0 to /
1252577400:  === (12 of 17) Cleaning
(app-text/poppler-utils-0.12.0::/usr/portage/app-text/poppler-utils/poppler-utils-0.12.0.ebuild)
1252577400:  === (12 of 17) Compiling/Merging
(app-text/poppler-utils-0.12.0::/usr/portage/app-text/poppler-utils/poppler-utils-0.12.0.ebuild)
1252577410:  === (12 of 17) Merging
(app-text/poppler-utils-0.12.0::/usr/portage/app-text/poppler-utils/poppler-utils-0.12.0.ebuild)
1252577411:   AUTOCLEAN: app-text/poppler-utils:0
1252577411:  === Unmerging... (app-text/poppler-utils-0.10.7)
1252577412:   unmerge success: app-text/poppler-utils-0.10.7
1252577412:  === (12 of 17) Post-Build Cleaning
(app-text/poppler-utils-0.12.0::/usr/portage/app-text/poppler-utils/poppler-utils-0.12.0.ebuild)
1252577412:  ::: completed emerge (12 of 17)
app-text/poppler-utils-0.12.0 to /
1252577412:   emerge (13 of 17) virtual/poppler-0.12.0 to /
1252577413:  === (13 of 17) Cleaning
(virtual/poppler-0.12.0::/usr/portage/virtual/poppler/poppler-0.12.0.ebuild)
1252577413:  === (13 of 17) Compiling/Merging
(virtual/poppler-0.12.0::/usr/portage/virtual/poppler/poppler-0.12.0.ebuild)
1252577414:  === (13 of 17) Merging
(virtual/poppler-0.12.0::/usr/portage/virtual/poppler/poppler-0.12.0.ebuild)
1252577415:   AUTOCLEAN: virtual/poppler:0
1252577415:  === Unmerging... (virtual/poppler-0.10.7)
1252577415:   unmerge success: virtual/poppler-0.10.7
1252577416:  === (13 of 17) Post-Build Cleaning
(virtual/poppler-0.12.0::/usr/portage/virtual/poppler/poppler-0.12.0.ebuild)
1252577416:  ::: completed emerge (13 of 17) virtual/poppler-0.12.0 to /
1252577416:   emerge (14 of 17) dev-libs/poppler-glib-0.12.0 to /
1252577416:  === (14 of 17) Cleaning
(dev-libs/poppler-glib-0.12.0::/usr/portage/dev-libs/poppler-glib/poppler-glib-0.12.0.ebuild)
1252577416:  === (14 of 17) Compiling/Merging
(dev-libs/poppler-glib-0.12.0::/usr/portage/dev-libs/poppler-glib/poppler-glib-0.12.0.ebuild)
1252577429:  === (14 of 17) Merging
(dev-libs/poppler-glib-0.12.0::/usr/portage/dev-libs/poppler-glib/poppler-glib-0.12.0.ebuild)
1252577429:   AUTOCLEAN: dev-libs/poppler-glib:0
1252577429:  === Unmerging... (dev-libs/poppler-glib-0.10.7)
1252577430:   unmerge success: dev-libs/poppler-glib-0.10.7
1252577430:  === (14 of 17) Post-Build Cleaning
(dev-libs/poppler-glib-0.12.0::/usr/portage/dev-libs/poppler-glib/poppler-glib-0.12.0.ebuild)
1252577430:  ::: completed emerge (14 of 17)
dev-libs/poppler-glib-0.12.0 to /
1252577430:   emerge (15 of 17) virtual/poppler-utils-0.12.0 to /
1252577474:  *** Finished. Cleaning up...
1252577474:  *** exiting unsuccessfully with status '2816'.
1252577479:  *** terminating.

-- 
Maximilian Bräutigam
max-br...@gmx.de
http://www.jcf.uni-jena.de/





[gentoo-user] publishing ebuilds via bugzilla - bug #279438

2009-07-28 Thread Maximilian Bräutigam
Hi all,

recently, I have written an ebuild for the program sci-chemistry/gabedit
and published it at http://bugs.gentoo.org/show_bug.cgi?id=279438

I am a chemist, so please excuse the following questions. ;)
What will now happen with the published ebuild? Can I somehow help
getting it to portage? 

Is the bugreport configured correctly or did I make a mistake, due to
the fact that I am a noob in respect of writing ebuilds? I read many
docs about publishing and writing ebuilds, I checked the ebuild using
repoman, and really tried to do everything correctly.

While checking the ebuild with repoman and reading the docs, I realized
that I have to create a ChangeLog and a metadata.xml. Do I have to post
them and the Manifest somewhere, too?

Thank you very much in advance for your help.

kind regards,
der Max
-- 
Maximilian Bräutigam
max-br...@gmx.de
http://www.jcf.uni-jena.de/



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[gentoo-user] missing dependency for gnome-extra/evolution-data-server-2.26.3

2009-07-21 Thread Maximilian Bräutigam
Hi all,

i don't know if it is a bug oder a missing dependency for
gnome-extra/evolution-data-server-2.26.3, that i recently tried to
install. the error i got was like 
/bin/sh: line 1: gtkdoc-rebase: command not found
so i emerge -av1 dev-util/gtk-doc and everything worked fine.

emerge --info is at http://www.xbra.de/images/emerge-info.txt

please, tell me if it is a missing dependency and if it is worth writing
a bug, because i'm not familiar with writing one.

kind regards,
der Max





Re: [gentoo-user] missing dependency for gnome-extra/evolution-data-server-2.26.3

2009-07-21 Thread Maximilian Bräutigam
Am Dienstag, den 21.07.2009, 13:19 +0200 schrieb Alex Schuster:
 Maximilian Bräutigam writes:
 
  i don't know if it is a bug oder a missing dependency for
  gnome-extra/evolution-data-server-2.26.3, that i recently tried to
  install. the error i got was like
  /bin/sh: line 1: gtkdoc-rebase: command not found
  so i emerge -av1 dev-util/gtk-doc and everything worked fine.
 
  emerge --info is at http://www.xbra.de/images/emerge-info.txt
 
  please, tell me if it is a missing dependency and if it is worth writing
  a bug, because i'm not familiar with writing one.
 
 Thanks for the willingness to report this bug, it would be worth to do so, 
 but it has been done already:
 
 http://bugs.gentoo.org/show_bug.cgi?id=278538
 
   Wonko
 
ok, i searched for bugs but found only problems with 2.22.[...]!
thanks for your advice.
der Max




[gentoo-user] * Boot (initramfs) .. does not continue

2009-05-16 Thread Maximilian Bräutigam
Hi all,

on my new computer i recently installed gentoo using a raid1
of /dev/sda6 and /dev/sdb6. i'm using genkernel with nearly standard
config (except the configs regarding raid and power management) and my
grub ist configured as u see below:

title   Gentoo Linux x86_64-2.6.28-5 (fb)
root(hd0,5)
kernel  /boot/kernel-genkernel-x86_64-2.6.28-gentoo-r5
root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/md1 udev
video=vesafb:mtrr:3,ywrap vga=838
initrd  /boot/initramfs-genkernel-x86_64-2.6.28-gentoo-r5
savedefault
boot

The framebuffer is working well, the scans that are made before booting
are working and then it tries to 
 * boot (initramfs) ..
and at this point he simply stops and does nothing anymore.

yesterday, everything was working fine, but i can't remember that i did
something wrong or extraordinary. for me it sounds like raid-support is
broken, but my config is ok. recompilation of kernel was no problem.

please, help me solving this weird problem, that is driving me crazy.

thank you very much in advance.

kind regards,
der Max




Re: [gentoo-user] * Boot (initramfs) .. does not continue

2009-05-16 Thread Maximilian Bräutigam
Am Samstag, den 16.05.2009, 16:23 +0600 schrieb Mike Kazantsev:
 On Sat, 16 May 2009 12:11:59 +0200
 Maximilian Bräutigam max-br...@gmx.de wrote:
 
  on my new computer i recently installed gentoo using a raid1
  of /dev/sda6 and /dev/sdb6. i'm using genkernel with nearly standard
  config (except the configs regarding raid and power management) and my
  grub ist configured as u see below:
 ...
  
  The framebuffer is working well, the scans that are made before booting
  are working and then it tries to 
   * boot (initramfs) ..
  and at this point he simply stops and does nothing anymore.
 
 I've never had a chance to use genkernel, but unless you're using LVM
 on top of the raid, kernel with mdraid and fs drivers compiled-in should
 be able to see it, so you can try booting without initramfs line and
 hope genkernel hasn't compiled rootfs and mdraid support as modules.
 
hi Mike,

could you please tell me, where to find these options in menuconfig,
because if i'm compiling my kernel i use:
genkernel --menuconfig all

if you are thinking of the options in 
http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
-- these are enabled.

by the way, if i'm booting w/o the initrd, i get a kernel panic because
he is not able to mount/find the raid system -- something with
superblock not found.

i'm despaired.
thank you very much.
der Max




Re: [gentoo-user] Re: * Boot (initramfs) .. does not continue

2009-05-16 Thread Maximilian Bräutigam
Am Samstag, den 16.05.2009, 13:44 +0200 schrieb Remy Blank:
 Maximilian Bräutigam wrote:
  by the way, if i'm booting w/o the initrd, i get a kernel panic because
  he is not able to mount/find the raid system -- something with
  superblock not found.
 
 I assume you have set the partition type of your RAID components to fd
 (RAID autodetect)?
 
 -- Remy
 

Hi Remy,

yes of course i did, because everything worked fine since today. but to
be sure, i looked at cfdisk: Linux raid autodetect.

kind regards,
der Max




Re: [gentoo-user] * Boot (initramfs) .. does not continue

2009-05-16 Thread Maximilian Bräutigam
Am Samstag, den 16.05.2009, 18:09 +0600 schrieb Mike Kazantsev:
 On Sat, 16 May 2009 13:33:04 +0200
 Maximilian Bräutigam max-br...@gmx.de wrote:
 
  could you please tell me, where to find these options in menuconfig,
  because if i'm compiling my kernel i use:
  genkernel --menuconfig all
  
  if you are thinking of the options in 
  http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
  -- these are enabled.
 
 Yes, I mean these options as well, but in recent kernels there's one
 more flag in Multi-dev section that's missing in the guide:
 Autodetect RAID arrays during kernel boot.
 Obviously, it should be set if you want to boot from mdraid.
 
   Device Drivers  ---
 [*] Multiple devices driver support (RAID and LVM)  ---
   *   RAID support
 [*] Autodetect RAID arrays during kernel boot
 * RAID-1 (mirroring) mode
 
 But that's not all the prequesites, since you also need a device
 and fs driver compiled in.
 
 It might look like this (but the hardware and/or fs is probably
 different in your case):
 
   Device Drivers  ---
 
 SCSI device support  --- (RAID settings here is not for sw raid)
   -*- SCSI device support
   * SCSI disk support
 
 * Serial ATA (prod) and Parallel ATA (experimental) drivers  ---
   *   AHCI SATA support
   [*]   ATA SFF support
 * Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
 
   File systems  ---
 * The Extended 4 (ext4) filesystem
 
 
  by the way, if i'm booting w/o the initrd, i get a kernel panic because
  he is not able to mount/find the raid system -- something with
  superblock not found.
 
Hi Mike and all other gentoos ;) 

all of your mentioned options are enabled (since genkernel and me did
it).

i copied all data to another partition /dev/sdb9 and disabled initrd. by
the way, i think that initrd was running, because all the scans after
executing the initrd ran without problems. despite, i disabled it and
got a kernel panic, like:


[md] scanned 0 and added 0
 ...
VFS: cannot open root device sdb9 or unknown block(0,0)
please append correct root=
 ...
Kernel panic - not syncing: VFS: unable to mount root fs on
unknown-block(0,0)


i don't know how to handel this error, since my grub entry is correct
(or not?):


title   Gentoo Linux x86_64-2.6.28-5 (no initrd) (on /dev/sdb9)
root(hd1,8)
kernel  /boot/kernel-genkernel-x86_64-2.6.28-gentoo-r5 root=/dev/sdb9


kind regards,
der Max





[gentoo-user] Support of Radeon graphics cards

2009-04-24 Thread Maximilian Bräutigam
Hi all,

i would like to buy a new computer, but i need (of course) to use gentoo. 
furthermore i would buy a Radeon HD 4850 or Radeon HD 4870. How are these cards 
supported by gentoo and does everything work fine according to ati-drivers 
ebuild? i need the 3d support due to some molecular modeling software.

my current graphics card is a nvidia and is well supported.
please, share your experiences.

thank you very much in advance.

kind regards,
der Max
-- 
__

 Maximilian Bräutigam
 http://www.chemie.uni-jena.de/jcf/
__

Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* 
http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a



Re: [gentoo-user] Nvidia drivers and a Geforce FX-5200 card.

2009-04-01 Thread Maximilian Bräutigam
hi,

are you sure that you have configured your kernel correctly according to
the Gentoo Linux nVidia Guide?

http://www.gentoo.org/doc/en/nvidia-guide.xml

kind regards,
der Max

Am Mittwoch, den 01.04.2009, 05:34 -0500 schrieb Dale:
 Maximilian Bräutigam wrote:
  Hi Dale,
 
  currently I am runnning nvidia-drivers-173.14.15 for my FX-5600 and
  kernel version x86_64-2.6.27-gentoo-r8.
 
  I don't know, if the driver 173.14.15 works for you, but if it does,
  than kernel 2.6.27 might me a solution.
 
  kind regards,
  der Max
 

 
 OK.  This error looks different:
 
 r...@smoker / # emerge nvidia-drivers
 Calculating dependencies... done!
 
  Verifying ebuild manifests
 
  Emerging (1 of 1) x11-drivers/nvidia-drivers-173.14.09
  * NVIDIA-Linux-x86-173.14.09-pkg0.run RMD160 SHA1 SHA256 size ;-)
 ...   [ ok ]
  * checking ebuild checksums ;-)
 ...   
  
 [ ok ]
  * checking auxfile checksums ;-)
 ...   
 
 [ ok ]
  * checking miscfile checksums ;-)
 ...   

 [ ok ]
  * Determining the location of the kernel source code
  * Found kernel source directory:
  * /usr/src/linux
  * Found sources for kernel version:
  * 2.6.29-gentoo
  * Checking for MTRR support
 ...   
   
 [ ok ]
  * Checking for Paravirtualized guest support ...
  Unpacking source...
 Creating directory NVIDIA-Linux-x86-173.14.09-pkg0
 Verifying archive integrity... OK
 Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86
 173.14.09
  * Applying NVIDIA_glx-defines.patch
 ...   
   
 [ ok ]
  * Applying NVIDIA_glx-glheader.patch
 ...   
  
 [ ok ]
  * Applying NVIDIA_i2c-hwmon.patch
 ...   
 
 [ ok ]
  * Converting NVIDIA-Linux-x86-173.14.09-pkg0/usr/src/nv/Makefile.kbuild
 to use M= instead of SUBDIRS= ...[ ok ]
  Source unpacked in
 /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work
  Compiling source in
 /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86-173.14.09-pkg0
 ...
  * Preparing nvidia module
 make -j3 HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu-
 LDFLAGS= IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux
 SYSOUT=/usr/src/linux HOST_CC=i686-pc-linux-gnu-gcc clean module
 If you are using a Linux 2.4 kernel, please make sure
 you either have configured kernel sources matching your
 kernel or the correct set of kernel headers installed
 on your system.
 
 If you are using a Linux 2.6 kernel, please make sure
 you have configured kernel sources matching your kernel
 installed on your system. If you specified a separate
 output directory using either the KBUILD_OUTPUT or
 the O KBUILD parameter, make sure to specify this
 directory with the SYSOUT environment variable or with
 the equivalent nvidia-installer command line option.
 
 Depending on where and how the kernel sources (or the
 kernel headers) were installed, you may need to specify
 their location with the SYSSRC environment variable or
 the equivalent nvidia-installer command line option.
 
 *** Unable to determine the target kernel version. ***
 
 make: *** [select_makefile] Error 1
  *
  * ERROR: x11-drivers/nvidia-drivers-173.14.09 failed.
  * Call stack:
  *   ebuild.sh, line   48:  Called src_compile
  * environment, line 3695:  Called linux-mod_src_compile
  * environment, line 2711:  Called die
  * The specific snippet of code:
  *   eval emake
 HOSTCC=$(tc-getBUILD_CC)
 CROSS_COMPILE=${CHOST}-
 LDFLAGS=$(get_abi_LDFLAGS)   
 ${BUILD_FIXES} 
 ${BUILD_PARAMS}
 ${BUILD_TARGETS}  || die Unable to emake HOSTCC=$(tc-getBUILD_CC)
 CROSS_COMPILE=${CHOST}- LDFLAGS=$(get_abi_LDFLAGS) ${BUILD_FIXES}
 ${BUILD_PARAMS} ${BUILD_TARGETS};
  *  The die message:
  *   Unable to emake HOSTCC=i686-pc-linux-gnu-gcc
 CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS=  IGNORE_CC_MISMATCH=yes V=1
 SYSSRC=/usr/src/linux   SYSOUT=/usr/src/linux
 HOST_CC=i686-pc-linux-gnu-gcc clean module
  *
  * If you need support, post the topmost build error, and the call stack
 if relevant.
  * A complete build log is located at
 '/var/log/portage/elog/x11

Re: [gentoo-user] Upgrading GCC (just to be sure)...

2009-03-31 Thread Maximilian Bräutigam
Hi all,

it was said before:
 You don't need to follow this guide. Just emerge and you'll be fine.

I would expect, that this is not the whole purpose. For example if I use
eix gcc, I get two installed versions: 4.1.2 and 4.3.2-r3

gcc -v returns gcc-Version 4.1.2 (Gentoo 4.1.2 p1.1)
gcc-config -c returns x86_64-pc-linux-gnu-4.1.2

So, obviously I am not using the new GCC compiler and being honest, I
made half a year ago the mistake to deinstall gcc without upgrading. I
configured a hole new system, because nothing worked anymore.
Due to the mentioned problems my question is, do I have to configure
# gcc-config x86_64-pc-linux-gnu-4.3.2
... or ...
# gcc-config x86_64-pc-linux-gnu-4.3.2-r3

kind regards,
der Max
-- 
Maximilian Bräutigam
max-br...@gmx.de
www.chemie.uni-jena.de/jcf





Re: [gentoo-user] Nvidia drivers and a Geforce FX-5200 card.

2009-03-31 Thread Maximilian Bräutigam
Hi Dale,

currently I am runnning nvidia-drivers-173.14.15 for my FX-5600 and
kernel version x86_64-2.6.27-gentoo-r8.

I don't know, if the driver 173.14.15 works for you, but if it does,
than kernel 2.6.27 might me a solution.

kind regards,
der Max

Am Mittwoch, den 01.04.2009, 00:15 -0500 schrieb Dale:
 Hi folks,
 
 I'm trying to upgrade to the newer kernel, namely
 gentoo-sources-2.6.29.  It seems the drivers won't build against that
 kernel or the drivers that do build won't let X come up.  How do I find
 out what drivers are compatible with what kernels and my old card? 
 Currently, I am using nvidia-drivers-173.14.09 with
 gentoo-sources-2.6.23-gentoo-r8 which are quite old.  From my google
 search it seems that is the last version that works with the old video card.
 
 The drivers I am currently using works fine for me with my old kernel. 
 It just doesn't build against the newer kernel or it fails to let the
 GUI come up.  Any magic tricks?  Anybody with a 2.6.29 kernel and a
 FX-5200 card care to share what version of drivers they are using?  ;-)
 
 I think this is the error log for trying to build the current video
 drivers against the newer kernel:
 
  INFO: setup
  Determining the location of the kernel source code
  Found kernel source directory:
  /usr/src/linux
  Found sources for kernel version:
  2.6.29-gentoo
  Checking for MTRR support ...
  Checking for Paravirtualized guest support ...
 
  INFO: unpack
  Applying NVIDIA_glx-defines.patch ...
  Applying NVIDIA_glx-glheader.patch ...
  Applying NVIDIA_i2c-hwmon.patch ...
  Converting NVIDIA-Linux-x86-173.14.09-pkg0/usr/src/nv/Makefile.kbuild
  to use M= instead of SUBDIRS= ...
 
  INFO: compile
  Preparing nvidia module
 
  ERROR: compile
 
  ERROR: x11-drivers/nvidia-drivers-173.14.09 failed.
  Call stack:
ebuild.sh, line   48:  Called src_compile
  environment, line 3695:  Called linux-mod_src_compile
  environment, line 2711:  Called die
  The specific snippet of code:
eval emake HOSTCC=$(tc-getBUILD_CC)   
   CROSS_COMPILE=${CHOST}-   
   LDFLAGS=$(get_abi_LDFLAGS) ${BUILD_FIXES}
  ${BUILD_PARAMS}   
   ${BUILD_TARGETS}  || die Unable to emake HOSTCC=$(tc-getBUILD_CC)
  CROSS_COMPILE=${CHOST}- LDFLAGS=$(get_abi_LDFLAGS) ${BUILD_FIXES}
  ${BUILD_PARAMS} ${BUILD_TARGETS};
   The die message:
Unable to emake HOSTCC=i686-pc-linux-gnu-gcc
  CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS=  IGNORE_CC_MISMATCH=yes V=1
  SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux
  HOST_CC=i686-pc-linux-gnu-gcc clean module
 
  If you need support, post the topmost build error, and the call stack
  if relevant.
  A complete build log is located at
  '/var/log/portage/elog/x11-drivers:nvidia-drivers-173.14.09:20090331-205939.log'.
  The ebuild environment file is located at
  '/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/temp/environment'.
 
 
 
 I just want to have my GUI and a newer kernel please.  :-)
 
 Thanks much.
 
 Dale
 
 :-)  :-) 
-- 
Maximilian Bräutigam
max-br...@gmx.de
www.chemie.uni-jena.de/jcf





Re: [gentoo-user] How to make a backup of my gentoo installation

2008-12-14 Thread Maximilian Bräutigam
Hi Damian,

by the way rsnapshot is a more sophisticated tool to back up your root
file system. it is based on rsync, but the bright idea behind is that it
creates a history (hourly, daily, weekly, monthly) with copying the hole
system only one time.

Maybe this is what you preferably want.
Kind regards,
der Max

damian schrieb:
 ... using rsync.
 
 Hello,
 
 Finally I got a (less than perfect but) functional gentoo installation
 and I would like to backup my root directory to an external
 hard-drive. But I have a doubt regarding the options to be passed to
 rsync. I think this command should perform what I want:
  rsync -a --delete --relative  --exclude '/home' / /mnt/wd-backups/
 
 But I would like to ask you  if this is correct.
 
 Best regards,
 Damian.
 

-- 
 Maximilian Bräutigam
 www.chemie.uni-jena.de/jcf



[gentoo-user] Truecrypt-6.0a

2008-11-07 Thread Maximilian Bräutigam
hi everybody,

is there somebody who could give me the truecrypt-6.0a source code with
the signature of the truecrypt foundation. i really need it immediately
due to the fact that my external hdds are encrypted and i have no time
for playing around with 6.1 since there are no ebuilds available.

thank you very much in advance and sorry for the inconveniences.
i wish you a nice weekend,
der Max


pgpkeys.asc
Description: application/pgp-keys