Re: [gentoo-user] Joomla

2010-06-08 Thread Matthias Fechner

Hi Mick,

Am 09.06.10 08:05, schrieb Mick:

I can't answer directly your question, but unless you have a
particular reason to use Joomla, I would strongly recommend to give
Drupal a try.  It is a more powerful CMS with more modules than
Joomla.
   


yes you are right with your comment, I currently use joomla and tried to 
switch to drupal, but an essential modul, docman, is not available for 
drupal.
If you do not need a tool that manages you download I would recommend 
drupal too.


Matthias

--
"Programming today is a race between software engineers striving to build bigger and 
better idiot-proof programs, and the universe trying to produce bigger and better idiots. 
So far, the universe is winning." -- Rich Cook




[gentoo-user] Grub2 takes very long to make config or install

2010-06-24 Thread Matthias Fechner

Hi,

I followed now the wiki page:
http://en.gentoo-wiki.com/wiki/Grub2

At the step to create the config file with:
grub-mkconfig -o /boot/grub/grub.cfg

and install grub2 with:
grub-install /dev/sda

it needs several hours to complete each of the commands. Is this normal?

Bye,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




Re: [gentoo-user] Grub2 takes very long to make config or install

2010-06-24 Thread Matthias Fechner

Hi,

Am 24.06.10 15:48, schrieb Alex Schuster:

The old grub sometimes paused for around a minute because it searched for
the floppy, the --no-floppy switch speeded this up.


hm, that is a really good point, I found in dmesg in in the logfile, 
tones of the following lines:

Jun 24 06:54:42 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:54:54 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:55:06 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:55:19 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:55:19 idefix-pc kernel: Buffer I/O error on device fd0, 
logical block 0


So it searches on the floppy and seems not to stop here after many hours 
passed.


Regarding the grub-mkconfig man page there is no option available to 
skip floppy check.
I will try at home if I can speed up the installation procedure with 
--no-floppy.


Thanks for the tip.

Bye,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




Re: [gentoo-user] Grub2 takes very long to make config or install

2010-06-28 Thread Matthias Fechner

Hi,

Am 24.06.10 17:09, schrieb Matthias Fechner:

hm, that is a really good point, I found in dmesg in in the logfile,
tones of the following lines:
Jun 24 06:54:42 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:54:54 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:55:06 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:55:19 idefix-pc kernel: end_request: I/O error, dev fd0, sector 0
Jun 24 06:55:19 idefix-pc kernel: Buffer I/O error on device fd0,
logical block 0


it seems to be a small bug in grub2. The installation needs several 
hours but works perfectly and it is a step done only once.


Bye,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




[gentoo-user] Cannot upgrade kde-base/superkaramba

2010-07-08 Thread Matthias Fechner

Hi,

I tried the last days to do a
emerge -avuDN world

but it fails at the package
kde-base/superkaramba-4.4.4

I get the error message:
Linking CXX shared library ../../lib/libsuperkaramba.so
CMakeFiles/superkaramba.dir/python/meter.o: In function 
`QString2PyString(QString)':

meter.cpp:(.text+0x6e): undefined reference to `PyUnicodeUCS4_FromUnicode'
CMakeFiles/superkaramba.dir/python/meter.o: In function 
`PyString2QString(_object*)':

meter.cpp:(.text+0x1bf): undefined reference to `PyUnicodeUCS4_AsUnicode'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld: 
warning: creating a DT_TEXTREL in object.

collect2: ld returned 1 exit status
make[2]: *** [lib/libsuperkaramba.so.4.4.0] Error 1

I already tried to rebuild all depending libs starting from python to 
kdelibs but it does not help.


Has maybe anyone here an idea what the problem could be?

Thanks
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



Re: [gentoo-user] Cannot upgrade kde-base/superkaramba

2010-07-11 Thread Matthias Fechner

Hi,

On 07/10/10 16:18, Arttu V. wrote:

Wild guess: you might have a python version installed which is not
compiled with the wide-unicode support. I'm not sure what all will be
broken by such a situation, but following might help:


hm, should not, i started to recompiled everything, but it does not 
seems to help, here the information from eix for package dev-lang/python:
2.6.5-r2(2.6)(02:54:47 07/11/10)(berkdb gdbm ipv6 ncurses readline ssl 
threads wide-unicode xml -build -doc -elibc_uclibc -examples -sqlite -tk 
-wininst)
3.1.2-r3(3.1)(03:04:57 07/11/10)(gdbm ipv6 ncurses readline ssl threads 
wide-unicode xml -build -doc -elibc_uclibc -examples -sqlite -tk -wininst)



qlist -CLIS dev-lang/python | xargs -r emerge -1
python-updater
emerge -1 PyQt4  # unless python-updater took care of it, I don't know
it if will


here I get an error message if I try the execute python-updater:
 * Starting Python Updater...
 * Main active version of Python:  2.6
 * Active version of Python 2: 2.6
 * Active version of Python 3: 3.1

 * PVR missing

For this problem I found a bugreport with a patch attached:
http://bugs.gentoo.org/303037

I run the following commands
emerge -C sys-kernel/livecd-kernel

After that I was able to run python-updater.

But the problem keeps like it was, any other suggestions?

Thanks a lot.

Bye
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



Re: [gentoo-user] Status of Gentoo

2008-03-11 Thread Matthias Fechner

Hi Jamie,

Jamie Dobbs schrieb:
Also I'm not running at Athlon X2 system, ifs there any _real_ advantage 
to running AMD64 or should I still to x86?

Just a few questions before I plunge in to it again :-)


you need a 64-bit system only if you have more then 4GB memory on your 
pc. If not I would suggest to use x86.


Bye,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook

--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Reinstall all packages needed by vim

2008-05-08 Thread Matthias Fechner

Hi,

I tried today to build vim but it fails.
Now I want to make sure all packages needed by vim are installed
correctly. To do this I decided to reinstall all packages need be vim.

I checked the man page of emerge but could not found an option for this.

Is there a possibility to reinstall all packages needed by vim?


Thanks
Matthias

-- "Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Reinstall all packages needed by vim

2008-05-08 Thread Matthias Fechner

Hi Justin,

Justin schrieb:
Provide ous some more information about how vim fails. Runtime, build or 
what failure you get.


ok here you are: :)

/usr/lib/python2.4/config/libpython2.4.a(posixmodule.o): In function 
`posix_tmpnam':
(.text+0x94e): warning: the use of `tmpnam_r' is dangerous, better use 
`mkstemp'
/usr/lib/python2.4/config/libpython2.4.a(posixmodule.o): In function 
`posix_tempnam':
(.text+0xa3c): warning: the use of `tempnam' is dangerous, better use 
`mkstemp'

objects/if_perl.o: In function `xs_init':
if_perl.c:(.text+0x2): undefined reference to `boot_DynaLoader'
collect2: ld returned 1 exit status
make[1]: *** [vim] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/vim-7.1.266/work/vim71/src'

make: *** [first] Error 2
 * If the above messages seem to be talking about perl
 * and undefined references, please try re-emerging both
 * perl and libperl with the same USE flags. For more
 * information, see:
 * https://bugs.gentoo.org/show_bug.cgi?id=18129
 *
 * ERROR: app-editors/vim-7.1.266 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 2710:  Called vim_src_compile
 * environment, line 3701:  Called die
 * The specific snippet of code:
 *   die "emake failed";
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call 
stack if relevant.
 * A complete build log is located at 
'/var/tmp/portage/app-editors/vim-7.1.266/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-editors/vim-7.1.266/temp/environment'.



My system is a gentoo 2008.0 beta2
The only use flags I have are:
USE="emacs xinerama xscreensaver nvidia xvmc"
so it cannot be a problem with this perl thread thing.

Thx
Matthias
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Reinstall all packages needed by vim

2008-05-09 Thread Matthias Fechner

Hi Justin,

Justin schrieb:
Try doing what the ebuild is telling you. Re-emerge perl and libperl 
with the same USE FLAGS


that is what I tried to say, but maybe two commands make it more clear:
equery u libperl

[ Found these USE variables for sys-devel/libperl-5.8.8-r1 ]
 U I
 + + berkdb   : Adds support for sys-libs/db (Berkeley DB for MySQL)
 - - debug: Enable extra debug co
 + + gdbm : Adds support for sys-libs/gdbm (GNU database libraries)
 - - ithreads : Enable Perl threads, has some compatibility problems

equery u perl
[ Found these USE variables for dev-lang/perl-5.8.8-r4 ]
 U I
 + + berkdb: Adds support for sys-libs/db
 - - build : !!internal use only!! DO NOT
 - - debug : Enable extra debug codepaths
 - - doc   : Adds extra documentation (API, Javadoc, etc)
 - - elibc_FreeBSD : 
 + + gdbm  : Adds support for sys-libs/gd
 - - ithreads  : Enable Perl threads, has som
 - - perlsuid  : Enable Perl SUID install. Ha

I shortened the description line from equery to get it into one line.
Here you can see that perl and libperl is compiled with the same USE flags.

So that could be another bug?

Thanks,
Matthias
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Reinstall all packages needed by vim

2008-05-09 Thread Matthias Fechner

Hi Abraham,

[EMAIL PROTECTED] schrieb:

emerge --emptytree vim


thanks for that. It completed now successfully and vim is installed
fine :)

Best regards,
Matthias
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Raid reports wrong size

2008-12-18 Thread Matthias Fechner

Hi,

I created today a raid5 with three 1.5TB harddisks.
What I did:
1. created partitions on every harddisk with type 0xfd, fdisk says:
Platte /dev/sdb: 1500.3 GByte, 1500301910016 Byte
255 K?pfe, 63 Sektoren/Spuren, 182401 Zylinder
Einheiten = Zylinder von 16065 ? 512 = 8225280 Bytes
Disk identifier: 0x9e99f286

Ger?t  boot. AnfangEnde Bl?cke   Id  System
/dev/sdb1   1  182401  1465136001   fd  Linux raid 
autodetect


2. Created the raid with:
mdadm --create /dev/md0 --level 5 --raid-devices 3 /dev/sd[bcd]1

cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] 
[raid4] [multipath] [faulty]

md0 : active raid5 sdd1[2] sdc1[1] sdb1[0]
  2930271872 blocks level 5, 64k chunk, algorithm 2 [3/3] [UUU]

Here seems everything fine.

3. Created a filesystem on the raid with:
mkfs.xfs /dev/xfs

4. Mounted the filesystem with:
mount /dev/md0 /video_test
df -h
/dev/md0  747G  5,5M  747G   1% /video_test

The raid should have a nice of 3TB and not 747GB.
Has anyone an idea what is wrong here?

TIA.

Best regards,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook





Re: [gentoo-user] Raid reports wrong size

2008-12-18 Thread Matthias Fechner
Hi Dirk,

Dirk Heinrichs schrieb:
> Kernel w/o CONFIG_LBD?

thanks a lot!

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



Re: must not (was Re: [gentoo-user] Raid reports wrong size)

2008-12-20 Thread Matthias Fechner

Hi Paul,

Paul Hartman wrote:

1 a: be commanded or requested to  b: be urged to :
ought by all means to 

2: be compelled by physical necessity to  : be
required by immediate or future need or purpose to 

3 a: be obliged to : be compelled by social considerations to  b: be required by law, custom, or moral
conscience to  c: be determined to  d: be unreasonably or perversely
compelled to 

4: be logically inferred or supposed to 

5: be compelled by fate or by natural law to 

6: was or were presumably certain to : was or were bound to 

7dialect : may  , shall —used chiefly in questions


hehe thats really interesting :)
But set this option in the kernel fixed my problem :)
And no, I´m not running a 64bit kernel, that brings no advantage for the 
system.


Thanks a lot for the small language lesson.

Have a merry Christmas and a happy New Year.

TIA,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




[gentoo-user] Updated bash crashed complete system

2007-09-04 Thread Matthias Fechner
Hi,

I have here a problem.
I updated the shell bash today and the computer stalled while installing
bash so I was not able to reboot my PC.
I rebooted then from a rescue system and the bash was completely crashed
so I copied the bash from the rescue system.

Now I can boot my system again.

Now I try to reinstall bash again but I get the following error message:

i686-pc-linux-gnu-gcc -L./builtins -L./lib/readline -L./lib/readline
-L./lib/glob -L./lib/tilde  -L./lib/sh  -rdynamic  -march=i686 -O2 -pipe
-o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o
dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o
flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o
unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o
arrayfunc.o braces.o bracecomp.o bashhist.o bashline.o  list.o
stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o
xmalloc.o  -lbuiltins -lsh -lreadline -lhistory -lcurses -lglob -ltilde
   -ldl
./lib/readline/libhistory.a: could not read symbols: Archive has no
index; run ranlib to add one
collect2: ld returned 1 exit status
make: *** [bash] Error 1

!!! ERROR: app-shells/bash-3.2_p17 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  bash-3.2_p17.ebuild, line 107:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/var/tmp/portage/app-shells/bash-3.2_p17/temp/build.log'.

What can I do to reinstall the bash again?

Thx a lot,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updated bash crashed complete system

2007-09-04 Thread Matthias Fechner
Hi Philip,

Philip Webb wrote:
> The first thing to try what it says: run Ranlib.
> However, it's not clear which library you need to run it on:
> my system has no dir  /lib/readline ;

I found the directory, it's:
/var/tmp/portage/app-shells/bash-3.2_p17/work/bash-3.2/lib/readline

But that should emerge do for me or not?

> or you could try remerging the Readline pkg, which mb damaged in some way.

that is the first I tried but doesn't changed anything.
I also reinstall all packets which bash needs no success.

> I emerged this version of Bash 070728 without any problem.

I reinstall now bash 3.1_p17 which works fine.
So it should be a bug in the bash-package 3.2_p15-r1?

> My Readline version is 5.2_p4 (070701): do you need to upgrade yours ?

that I have installed too:
 Installed versions:  5.2_p4(22:27:19 09/04/07)


> Have you looked for similar problems in the Forum ?

yes but found nothing helpful.
And google didn't help too.


Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updated bash crashed complete system

2007-09-04 Thread Matthias Fechner
Hello Daniel,

* Daniel Pielmeier <[EMAIL PROTECTED]> [04-09-07 22:55]:
> In your first message the portage output says version 3.2_p17 now you
> write 3.2_p15-r1, which one is bugging you?

the bugging version is 3.2_p17.
I reinstalled now 3.1_p17 which works.
(regarding to eix 3.2_17 and 3.1_p17 are marked green so both version
should be stable or?)
[U] app-shells/bash
 Available versions:  2.05b-r11 3.0-r12 ~3.0-r13 ~3.0-r14 3.1_p17
3.2_p17 ~3.2_p17-r1 [M]~3.2_p25 {afs bashlogger build minimal nls
plugins unicode vanilla}
 Installed versions:  3.1_p17(22:37:52 09/04/07)(-afs -bashlogger
nls -vanilla)
  3.2_p17(21:23:37 09/04/07)
 Homepage: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
 Description: The standard GNU Bourne again shell
 
 
I tried it now with a freshly updated portage dir, exactly the same
problem. 3.2_p17 fails.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updated bash crashed complete system

2007-09-05 Thread Matthias Fechner
Hi Benno,

Benno Schulenberg wrote:
> Please show us the output of 'qlop -ul bash' (qlop is from 
> portage-utils).  And paste the output of 'emerge --info'.

---snip---
Tue Apr 17 21:43:38 2007 <<< app-shells/bash-3.1_p16
Tue Apr 17 21:43:38 2007 >>> app-shells/bash-3.1_p17
Tue Sep  4 22:37:57 2007 >>> app-shells/bash-3.1_p17
---snip---

The output from emerge --info is quit long I hope it is readable:
---snip---
Portage 2.1.2.12 (default-linux/x86/2006.1/desktop, gcc-4.1.1,
glibc-2.5-r0, 2.6.20-gentoo-r8 i686)
=
System uname: 2.6.20-gentoo-r8 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 04 Sep 2007 20:00:09 +
ccache version 2.4 [enabled]
app-shells/bash: 3.1_p17, 3.2_p17
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=i686 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distcc distlocks metadata-transfer parallel-fetch
sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo";
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="a52 alsa arts avi berkdb bitmap-fonts bzip2 cairo cdr cli cracklib
crypt cups dbus dlloader dri dvd dvdr dvdread eds emboss encode esd fam
ffmpeg firefox fortran gdbm gif gnome gpm gstreamer hal iconv
imagemagick ipv6 isdnlog jpeg ldap libg++ lirc mad midi mikmod mjpeg mp3
mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre
pdflib perl png ppds pppd python quicktime readline reflection sdl
session spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts udev
unicode vorbis win32codecs x86 xml xorg xv zlib" ALSA_CARDS="ali5451
als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370
ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3
trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm
alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug
ladspa lfloat linear meter mulaw multi null plug rate route share shm
softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev"
KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216
lcdm001 mtxorb ncurses text" LIRC_DEVICES="serial" USERLAND="GNU"
VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810
imstt mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage
siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware
voodoo"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
---snip---

Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updated bash crashed complete system

2007-09-05 Thread Matthias Fechner
Hi Benno,

Benno Schulenberg wrote:
> Please don't snip anything, show the full output.

sry, that was the full output it was a snip to the email itself.

> Do 'cd /var/db/pkg/app-shells; rm -rf bash-3.2_p17'.
> This removes the record of the no longer installed bash-3.2.
> 
> Then try re-emerging the newer bash with:
> 
>   FEATURES="-ccache -distcc" emerge -1 -a =bash-3.2_p17

ok, after updating the portage yesterday emerge want update bash so it's
all back to normal after I reinstalled bash like you described above.

Thx a lot for the help.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Bug in /etc/init.d/netmount?

2007-10-05 Thread Matthias Fechner
Hi,

I have here a gentoo diskless system which boots over pxeboot and
mount everything over NFS from my big Gentoo server.

But at shutdown I get the error message:
Failed to simply unmount filesystems
  Unmounting network filesystems (retry #1) ...
INIT: no more processes left in this runlevel

After some investigation I found a work-around.
I deleted the line
[[ -z $(umount -art ${rcfilesystems} 2>&1) ]]
in /etc/init.d/netmount (function stop() )

I think the problem here is that netmount unmounts all partitions
(including /) and so the shutdown process cannot be continued.

Should not netmount skip unmounting / ?

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Bug in /etc/init.d/netmount?

2007-10-07 Thread Matthias Fechner
Hi Dan,

Dan Farrell wrote:
> AFAIK you are correct, this is a bug in a few of the initscripts that
> don't behave sensibly if the root fs is network mounted.  

thx for your answer a raised a bug report with the number: 194967.


Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Howto get nvidia serial ATA with DMA running

2007-04-17 Thread Matthias Fechner
Hi,

I have here an AMD64 (32-bit installation) with a MSI K8N-Neo2FX
running.
Gentoo is installed on a serial ATA drive.
lspci says:
00:09.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) 
(rev a2)
00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) 
(rev a2)
00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge 
(rev a2)
00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2)

I i try now to enable DMA transfer with:
hdparm -d1 /dev/sda
/dev/sda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Inappropriate ioctl for device

So my first thought was, check kernel for the right driver.
But nv_sata is selected (statically).

I checked dmesg and found:
nv_sata: Primary device added
nv_sata: Primary device removed
nv_sata: Secondary device removed
ata1: dev 0 configured for UDMA/133
scsi0 : sata_nv
ata2: SATA link down (SStatus 0)
scsi1 : sata_nv
  Vendor: ATA   Model: ST3250820NS   Rev: 3.AE
  Type:   Direct-Access  ANSI SCSI revision: 05
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
 sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: Attached scsi disk sda

I boot my system with grub and had the option from the installer
"doscsi" in the boot params.

Must I use a different driver for that sata controller?

Thx a lot for help,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Howto get nvidia serial ATA with DMA running

2007-04-17 Thread Matthias Fechner
Hello Volker,

* Hemmann, Volker Armin <[EMAIL PROTECTED]> [17-04-07 10:11]:
> which is correct. You don't set dma for SATA devices and you don't do it with 
> hdparm.

ah ok, thx for that information.
But I have a problem. If I copy some data on disks the system is at a
very high load and extremely slow (load at 2.5).

If I record movies with VDR every recording is damaged (distortions).

So I thought it is a problem of missing DMA.

Is the SATA driver so bad and produces a such high CPU load?

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Howto get nvidia serial ATA with DMA running

2007-04-18 Thread Matthias Fechner
Hello Daniel,

* Daniel Iliev <[EMAIL PROTECTED]> [17-04-07 15:22]:
> May be it's a io-scheduling issue. This topic from the forums
> could be helpful: http://forums.gentoo.org/viewtopic-t-462230.html

thx, that helps a lot. Now I can trottle high volume copy operations.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Monitor SATA with smart?

2007-04-18 Thread Matthias Fechner
Hi,

is it possible to monitor SATA disks with smart?
sys-apps/smartmontools can not read smart on that disks.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Monitor SATA with smart?

2007-04-18 Thread Matthias Fechner
Hello Markus,

* Markus Schnhaber <[EMAIL PROTECTED]> [18-04-07 12:26]:
> It can. Try something like
> smartctl -a -d ata /dev/sda
> This ahould print all SMART info about the disk /dev/sda. The important part 
> wrt SATA disks is "-d ata"

thx, works now fine.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Monitor SATA with smart?

2007-04-18 Thread Matthias Fechner
Hello Alexander,

* Alexander Skwar <[EMAIL PROTECTED]> [18-04-07 12:35]:
> Keep in mind though, that SMART doesn't give you reliable information,
> though. 
> 
> Message-ID: <[EMAIL PROTECTED]>
> http://www.computerworld.com/blogs/node/5038
> http://storagemojo.com/?p=383
> http://www.usenix.org/events/fast07/tech/schroeder/schroeder_html/index.html
> http://216.239.37.132/papers/disk_failures.pdf

thx a lot for your links. It was really nice and informative to read.
It's clear that smart is not reliability but it is better then
nothing. And smart protected my (backup-upped) data two times and that is
really a good rate :)

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Mount NFS mounts as soon as possible

2007-05-05 Thread Matthias Fechner
Hi,

I use here a gentoo for my diskless video recorder but I have the
problem the some mounts e.g. /usr is mounted to late (is mounted via
NFS).

Is there a possibility to say gentoo to mount at first all disk
(including NFS) and then start the normal startscripts.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mount NFS mounts as soon as possible

2007-05-07 Thread Matthias Fechner
Hi,

Boyd Stephen Smith Jr. schrieb:
> IIRC, you can modify specific initscripts (in /etc/init.d) to depend on 
> nfsmount.

i moved now the script netmount from default to boot and everything
works fine.

Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
[EMAIL PROTECTED] mailing list



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

2011-03-21 Thread Matthias Fechner
Am 21.03.2011 20:32, schrieb Jarry:
> resizeable (if possible online)

I switched to ext4, it can resize in both direction.

Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



[gentoo-user] Find root partition

2011-01-19 Thread Matthias Fechner
Dear list,

I switched now to a new mainboard and it seems that the drive numbering
changed or my kernel does not detect any hard disks...
If I try to boot my gentoo the kernel panic because it cannot find the
root partition.

After the panic I cannot scroll up to check what drives are detected and
which numbering is used. What must I do to be able to scroll up to see
what is logged to the screen?
(is there maybe a special key available, the shift+page-up and scroll is
not working)

Thanks
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



Re: [gentoo-user] Find root partition

2011-01-20 Thread Matthias Fechner

Hi,

On 20.01.11 04:35, John Campbell wrote:

I had that problem or something similar some time ago when updating to
the new, at the time, pata drivers.  I ended up using a brute force
technique...  I booted grub to it's built in shell and used it's limited
tools to figure out which partition/drive was which and editing the
kernel/initrd lines to get the system to boot to init level 1 and then
make the changes permanent in grub and fstab.


ok, I found now the problem, it was a combination of a missing driver 
and a new device name (changed from sdc to sde).


But really it cannot be that it is impossible to scroll the kernel 
messages up? Is there really no way existing to get to the message above?
And take a camera is absolutely impossible, from grub to kernel panic it 
takes around 1 second, that is faster then the display to switch the to 
the correct output mode.


Bye,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




Re: [gentoo-user] Find root partition

2011-01-20 Thread Matthias Fechner

Hi,

On 20.01.11 11:45, Alan McKinnon wrote:

The whole point of a panic is that the kernel stops executing code. It has to,
something has gone badly wrong and it's too risky to continue execution of
anything.

Scrolling up involves running some code. You can't have it both ways.


yes, you can see it that way :)
(but on my eyes, not finding the root partition, is not such a critical 
problem to stop everything ;) )


Thanks all for your comments, the problem is solved now and the open 
point is not really a gentoo problem.


Bye,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




Re: [gentoo-user] Find root partition

2011-01-20 Thread Matthias Fechner
Hi Jarry,

Am 20.01.2011 17:13, schrieb Jarry:
> I had a movie-camera in mind of course (or photo-camera with
> ability to record movies). You turn it on, point on screen,
> start recording, and after that turn computer on. If it can
> record at least 20fps (my cheap digi-camera can make 60fps),
> it would capture all messages. They would be a little unsharp,
> but still clear enough to read them.

hehe and who would you do that if grub is one your screen, you start the
kernel, the tft needs then around one second to show the picture (i
think it syncs to the new frequency) and then you already have the
kernel panic on the screen :)

Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



[gentoo-user] Networkdriver for Intel 82579

2011-01-22 Thread Matthias Fechner
Dear list,

I have here a brand new mainboard (Asus P8P67 Pro) with the new sandy
chip on it. If I look into the manual it says there is an Intel 82579
Gigabit LAN chip on-board.

I tried it with kernel 2.6.37 (from kernel.org) and dmesg tells me:
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
e1000e :00:19.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
e1000e :00:19.0: setting latency timer to 64
e1000e :00:19.0: irq 49 for MSI/MSI-X
e1000e :00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) bc:ae:c5:b6:9b:8e
e1000e :00:19.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e :00:19.0: eth0: MAC: 10, PHY: 11, PBA No: ff-0ff

I searched around and found the tip to use a newer driver.
I downloaded it here:
http://sourceforge.net/projects/e1000/files/e1000e%20stable/1.2.20/

But if I try to compile the driver I get:
/usr/src/e1000e-1.2.20/src/netdev.c: In function 'e1000_restore_vlan':
/usr/src/e1000e-1.2.20/src/netdev.c:3076: error: 'VLAN_GROUP_ARRAY_LEN'
undeclared (first use in this function)
/usr/src/e1000e-1.2.20/src/netdev.c:3076: error: (Each undeclared
identifier is reported only once
/usr/src/e1000e-1.2.20/src/netdev.c:3076: error: for each function it
appears in.)
make[2]: *** [/usr/src/e1000e-1.2.20/src/netdev.o] Error 1
make[1]: *** [_module_/usr/src/e1000e-1.2.20/src] Error 2
make: *** [default] Error 2

Can here please help someone?

Thanks a lot
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



Re: [gentoo-user] Networkdriver for Intel 82579

2011-01-22 Thread Matthias Fechner

On 01/22/11 12:12, Dale wrote:

Just build it in or add it as a module. In case you are new, go to
Device Drivers, Network Device support, Ethernet 1000 Mbit then look for
Intel Pro/1000. Sort of lists it backwards up there. ;-)


no it is not working (kernel 2.6.37). But I got the above mentioned 
driver working by editing the file with the error, replaced 
VLAN_GROUP_ARRAY_LEN by VLAN_N_VID, found that in a kernel git log that 
this variable was renamed.


Now it runs fine.


Bye
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



[gentoo-user] Something like nullfs (FreeBSD) available in linux

2011-01-26 Thread Matthias Fechner

Dear list,

I want to build up a NFS share for several host.
The base system is always equal, only some files are different (files in 
/etc and /var, maybe more).


The structure should look like:
Base system is on /basesystem

Then I want a directory for every host:
/nfsroot/host1
/nfsroot/host2
..
/nfsroot/hostn

Client 1 will boot via lan and mount the /nfsroot/host1 via NFS.
On the server the mount could look like:
mount -t nullfs /basesystem /nfsroot/host1
mount -t nullfs /basesystem /nfsroot/host2

If the host1 changes now a file the changed file is not stored in 
/basesystem but in /nfsroot/host1.
(so you can think about a filesystem in two layers, the ground layer is 
/basesystem and readonly, changes will go to /nfsroot/hostn)


If i upgrade the /basesystem all files should be available for all hosts 
expect the files the host changed by itself (they are stored in the 
nfsroot/hostn directory).


In FreeBSD there is a file system available called nullfs which could be 
used for this.

Is there a similar filesystem for Linux available, too?

Thanks,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




Re: [gentoo-user] Something like nullfs (FreeBSD) available in linux

2011-01-26 Thread Matthias Fechner

On 26.01.11 16:56, YoYo Siska wrote:

Unionfs or aufs should be able to do that.


thanks a lot, aufs work perfectly.

Thanks,
Matthias

--
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook




[gentoo-user] Scrollback the bootmessages

2006-10-13 Thread Matthias Fechner
Hi,

I have the problem on one PC that I cannot mount my root partion. I
tried to define it with root= parameter in grub but no success.

The problem is now if the kernel panic happens I cannot scroll back to
see the possible problem.

Is there a possibility to scroll back the boot messages after the
kernel panic happened (kernelpanic cause is kernel cannot mount the
root partition).

Thx a lot,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Several arches installed, flag kernel automatically

2007-01-03 Thread Matthias Fechner
Hi,

I have here two gentoo systems one 32-bit and one 64-bit.

To save space on my harddisk the mounts /home and /boot are used from
both systems.

Now I have the problem with the kernel version.
Both systems running kernel 2.6.18-gentoo-r6.

If I install now the kernel from the 64-bit system it overwrites the
kernel from the 32-bit system.
In the kernel config is a variable available LOCALVERSION to append
some text to the kernel to prevent the overwrite.

Is it possible to global define this variable e.g. in /etc/make.conf?

Thx a lot,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Several arches installed, flag kernel automatically

2007-01-03 Thread Matthias Fechner
Hello Ryan,

* Ryan Sims <[EMAIL PROTECTED]> [03-01-07 12:11]:
> I assume you're using "make install" after building your kernel?  I
> usually do a "cp arch/[insert your arch here]/boot/bzImage
> /boot/kernel-[version string]" (and then one for the System.map)
> Would that do what you want?

No :)

I want to use make install and the Makefile should not generate a
vmlinuz it should generate a vmlinuz-$LOCALVERSION.

You know if that is possible?

Thx a lot
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't find my partition when config grub

2007-01-04 Thread Matthias Fechner
Hi,

Chuanwen Wu schrieb:
> Disk /dev/cciss/c0d0
> 
> /dev/cciss/c0d0p1NTFS
> /dev/cciss/c0d0p2Linux
> /dev/cciss/c0d0p3extended
> 
> grub > root (hd0,1) or  grub> root (hd0,0)

grub cannot access ntfs so you need to fire the bootloader from windows.
I have no idea what the device /dev/cciss is but grub should help you
with the tab key to find the right notation.

I boot my windows here with:
title Windows
 map (hd1) (hd0)
 rootnoverify (hd1,0)
 savedefault
 makeactive
 chainloader +1

you can forget the map I need it because I swaped my harddisks.
Hope that help a little bit.


Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Port for gnome-commander

2007-01-08 Thread Matthias Fechner
Hi,

I tried today to get gnome-commander to run on my gentoo box.
I did the following:

- create dir /usr/local/portage/app-editors/gnome-commander
- downloaded the ebuild fire from http://www.nongnu.org/gcmd/download.html
- added PORTDIR_OVERLAY="/usr/local/portage" in /etc/make.conf
- add the line app-editors/gnome-commander ~x86 to
  /etc/portage/package.keywords

But if I do now a emerge gnome-commander i get the following errors:
Calculating dependencies   visible(): invalid cat/pkg-v:
app-editors/gnome-commander

!!! All ebuilds that could satisfy "gnome-commander" have been masked.
!!! One of the following masked packages is required to complete your
request:


!!! Problem in 'app-editors/gnome-commander' dependencies.
!!! invalid CPV: app-editors/gnome-commander exceptions
Traceback (most recent call last):
  File "/usr/bin/emerge", line 4049, in ?
  emerge_main()
  File "/usr/bin/emerge", line 4044, in emerge_main
 myopts, myaction, myfiles, spinner)
  File "/usr/bin/emerge", line 3467, in action_build
 retval, favorites = mydepgraph.select_files(myfiles)
  File "/usr/bin/emerge", line 943, in select_files
 self.mysd = self.select_dep(myroot, mykey, arg=x)
  File "/usr/bin/emerge", line 1146, in select_dep
 settings=pkgsettings, portdb=portdb)
  File "/usr/lib/portage/pym/portage.py", line 3693, in getmaskingstatus
 raise ValueError("invalid CPV: %s" % mycpv)
ValueError: invalid CPV: app-editors/gnome-commander


has anyone a working version for gnome-commander?

Thx a lot
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Port for gnome-commander

2007-01-08 Thread Matthias Fechner
Hello Neil,

* Neil Bothwick <[EMAIL PROTECTED]> [08-01-07 17:12]:
> Under what name did you save the ebuild.

thx a lot, that was the tip I needed.
Now renamed the file from gnome-commander.ebuild to
gnome-commander-1.2.3.ebuild, downloaded the bz2 file and executed ebuild
gnome-commander-1.2.3.ebuild digest and everything compiled fine.

Best regards
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


pgpRadKur2a8c.pgp
Description: PGP signature


[gentoo-user] Improvement Request for Install CD

2007-01-11 Thread Matthias Fechner
Hi,

I miss the tool cpio on the install CD. Where ca I submit that feature
request?

I would really appriciate it to have cpio on the install cd.

Thx a lot
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improvement Request for Install CD

2007-01-14 Thread Matthias Fechner
Hello Avaricen,

* Avaricen <[EMAIL PROTECTED]> [12-01-07 02:03]:
> I'd suggest reading, start here:
> http://gentoo-wiki.com/HOWTO_Gentoo_LiveCD_and_LiveUSB

thx a lot for your link. The article is very interesting but it is not
what I wanted.

I asked which person or group I should ask that cpio is included into
the normal install CD which is generated by the getoo team.

It really sucks that I must always use a SuSE CD for that.

Best regards
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


pgpBnywia8uMl.pgp
Description: PGP signature


Re: [gentoo-user] Improvement Request for Install CD

2007-01-15 Thread Matthias Fechner
Hi Neil,

Neil Bothwick schrieb:
> File a request at http://bugs.gentoo.org

a thx is commited.

Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem with X apps from remote PC

2006-08-18 Thread Matthias Fechner
Hi,

I have here Xorg running. My system is a AMD64, software is
up-to-date. X is compiled with xinerama tag.

Now if I start emacs or a xterm etc on my FreeBSD pc I can only see
the decoration of the window but nothing is displayed in it.

As window manager I use XFCE4.

Everything worked fine before an update in the last 2-6 weeks but I
have no idea who to solve that problem now.

Is it possible that with the new modular XOrg a package is missing?

Thx a lot for help,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with X apps from remote PC

2006-08-20 Thread Matthias Fechner
Hi,

* Matthias Fechner <[EMAIL PROTECTED]> [19-08-06 01:33]:
> I have here Xorg running. My system is a AMD64, software is
> up-to-date. X is compiled with xinerama tag.
> 
> Now if I start emacs or a xterm etc on my FreeBSD pc I can only see
> the decoration of the window but nothing is displayed in it.

i found now, why: it is the use-flag or flag in the xorg.conf: xinerama

If I disable the, everything works fine, but with xinerama activated
it will not work.

Does anybody knows a work-around for this?

Thx
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PHP4?

2006-08-31 Thread Matthias Fechner
Hello Anthony,

* Anthony Roy <[EMAIL PROTECTED]> [31-08-06 14:24]:
> I have just installed SquirrelMail, and found that parts of it are not
> working. The version of PHP that is installed is 5.1.2. Searching the
> sqirrelmail website, it appears that squirrelmail doesn't work with
> php5.

is running fine here with php5, no problems.
I use the cvs version of squirrelmail.

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list