Re: [gentoo-user] Remote install @Hetzner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Enrico Weigelt schrieb: | BTW: I've tried to start some services within the sysroot, but that | tried to mount/check the rootfs and of course failed :( | Should I trick init.d to think these services were already started ? NO! Doing this will cause that spooky things happen! Here is a working gentoo-sources kernel config for a DS 3000: http://files.j-schmitz.net/2.6.24-gentoo-r3.config Maybe it is just a root fs mistake in the kernel config. If dont want a sw raid, you can disable this stuff in make menuconfig. - -- Johann Schmitz http://www.j-schmitz.net -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkhcrEoACgkQZsUt7MqpQk1WJQCeLTs5VlcYgziOOqKP09fteiKP fA8An0zUclPgaza6Om06q0QutQ4jP456 =w8oi -END PGP SIGNATURE- -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Error compiling ATI drivers 8.28.8
On Saturday 21 Jun 2008, Ivan Alden wrote: > Hi, > > I am trying to compile the ATI proprietary drivers for my DELL D600 lap. > I found in a web search that the last working drivers for this card was > the 8.28.8 version. > /var/tmp/portage/x11-drivers/ati-drivers-8.28.8/work/common/lib/modules/fgl >rx/build_mod/firegl_public.o > /var/tmp/portage/x11-drivers/ati-drivers-8.28.8/work/common/lib/modules/fgl >rx/build_mod/firegl_public.c:89:26: error: linux/config.h: No such file or > directory This is an old problem! The header config.h got removed from the kernel source in directory /usr/src/linux/include/linux but many drivers were not updated to reflect this. I think your options are: 1. Find a copy in an old kernel source 2. Make a dummy file (it doesn't do much) 3. Symlink to autoconf.h in the same directory HTH -Robin -- -- Robin Atwood -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Sudo config
2008/6/20 Stroller <[EMAIL PROTECTED]>: > On my systems I have only seen this *every* time I `sudo` when my clock has > been broken. That's because the lecture option has the value of once and when your time is messed up, it resets. Try adding: Defaults !lecture to your sudoers. No need to emerge ntp for that. Ward -- gentoo-user@lists.gentoo.org mailing list
[gentoo-user] Error compiling xine-lib - libtool errors
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../libfreetype.la' seems to be moved libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../libfontconfig.la' seems to be moved grep: /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgomp.la: No such file or directory /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgomp.la: No such file or directory libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgomp.la' is not a valid libtool archive make[2]: *** [xineplug_decode_image.la] Error 1 make[2]: *** Waiting for unfinished jobs make[2]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.1.12-r1/work/xine-lib-1.1.12/src/libxinevdec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.1.12-r1/work/xine-lib-1.1.12/src' make: *** [all-recursive] Error 1 * * ERROR: media-libs/xine-lib-1.1.12-r1 failed. libtool is looking for files in a gcc-4.2.3 directory. I have gcc-4.2.2 installed: [EMAIL PROTECTED] ~/share/downloads/buell $ eix -e gcc [I] sys-devel/gcc Available versions: (2.95) [P]2.95.3-r9 [P](~)2.95.3-r10 (3.1) [P]3.1.1-r2 (3.2) [P]**3.2.2 [P]3.2.3-r4 (3.3) (~)3.3.6-r1 (3.4) 3.4.6-r2 (4.0) ~*4.0.4 (4.1) (~)4.1.0-r1 4.1.2 (4.2) (~)4.2.3 (~)4.2.4 (4.3) **4.3.0 [m](~)4.3.1 {altivec bootstrap boundschecking build d doc fortran gcj gtk hardened ip28 ip32r10k java libffi mudflap multilib multislot n32 n64 nls nocxx nopie nossp objc objc++ objc-gc openmp static test vanilla} Installed versions: 4.2.4(4.2)(04:07:57 PM 06/20/2008)(doc gtk mudflap openmp -altivec -bootstrap -build -fortran -gcj -hardened -ip28 -ip32r10k -libffi -multilib -multislot -n32 -n64 -nls -nocxx -objc -objc++ -objc-gc -test -vanilla) Homepage:http://gcc.gnu.org/ Description: The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking [EMAIL PROTECTED] ~/share/downloads/buell $ gcc-config -l [1] i686-pc-linux-gnu-4.2.4 * So, what gives? -- Alan McKinnon alan dot mckinnon at gmail dot com -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Enabling Hald services & kernel 2.
2008/6/21 Norman Hakim <[EMAIL PROTECTED]>: > Can anyone assists how to enable this services and how to load the kernel > 2.6 so that i can connect my external harddisk. I don't understand what you ask? You can start hal with "/etc/init.d/hald start" and with "rc-update add hald default" you can make it start when the PC boots. The kernel will be load when you start your system. Ward -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Enabling Hald services
Ward Poelmans <[EMAIL PROTECTED]> wrote: 2008/6/21 Norman Hakim : > Can anyone assists how to enable this services and how to load the kernel > 2.6 so that i can connect my external harddisk. I don't understand what you ask? You can start hal with "/etc/init.d/hald start" and with "rc-update add hald default" you can make it start when the PC boots. The kernel will be load when you start your system. Ward -- gentoo-user@lists.gentoo.org mailing list Thank you. After i run this script "/etc/init.d/hald start" and with "rc-update add hald default" using in root and i connect my external harddisk,it detects my external but after i double click to open it,nothing happen,i cant open my external drive. My questions from my previous email was when i want to open Removable Media application there is a popup telling me that Volume Management is not supported and asked me to enable hald services. Thank you. Norman NORMAN HAKIM YAHYA
Re: [gentoo-user] Internal Mic on Mac
On Friday 20 June 2008, Paulo J. Matos wrote: > I have a macbook with gentoo and kernel 2.6.25-gentoo-r3, any > suggestions on how to make the internal mic working? > I have sound but internal mic doesn't seem to work. Have you looked at alsamixer? Use the right arrow to scroll to the right - sometimes additional devices are hidden. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] Enabling Hald services
2008/6/21 Norman Hakim <[EMAIL PROTECTED]>: > Thank you. After i run this script "/etc/init.d/hald start" and with > "rc-update add hald default" using in root and i connect my external > harddisk,it detects my external but after i double click to open it,nothing > happen,i cant open my external drive. By detected you mean what? You can see an icon on your desktop for your external drive? Run "mount" and "dmesg" see what it tell's ya. > My questions from my previous email was when i want to open Removable Media > application there is a popup telling me that Volume Management is not > supported and asked me to enable hald services. Which desktop manager are you using? Gnome, KDE, xfce, ... ? Do you have enfin rights? You need to member of certain groups (but i can't remember which ones) What does "id" tell you? Ward -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Enabling Hald services
Ward Poelmans <[EMAIL PROTECTED]> wrote: 2008/6/21 Norman Hakim : > Thank you. After i run this script "/etc/init.d/hald start" and with > "rc-update add hald default" using in root and i connect my external > harddisk,it detects my external but after i double click to open it,nothing > happen,i cant open my external drive. By detected you mean what? You can see an icon on your desktop for your external drive? Run "mount" and "dmesg" see what it tell's ya. > My questions from my previous email was when i want to open Removable Media > application there is a popup telling me that Volume Management is not > supported and asked me to enable hald services. Which desktop manager are you using? Gnome, KDE, xfce, ... ? Do you have enfin rights? You need to member of certain groups (but i can't remember which ones) What does "id" tell you? Ward -- gentoo-user@lists.gentoo.org mailing list Yes,i can the icon but i cannot open it,after i click it nothing happen. Is it i have to Run "mount" and "dmesg" using terminal? i'm using Gnome desktop manager,the id stated is "1000". Before that, when i boot my liveCD during installation i booted using "gentoo nox". Actually can you explain bout "nox" because if i don't boot using "nox" there will be problem with my video card. Thank you Norman NORMAN HAKIM YAHYA
Re: [gentoo-user] Enabling Hald services
2008/6/21 Norman Hakim <[EMAIL PROTECTED]>: > Yes,i can the icon but i cannot open it,after i click it nothing happen. Is > it i have to Run "mount" and "dmesg" using terminal? i'm using Gnome desktop > manager,the id stated is "1000". So when you click, nothings happens? No error message? "id" should tell you a bit more. It should be something like: uid=501(user) gid=501(user) groups=501(user),80(admin) To make automount work, you need to be a member of a couple of groups. Ward -- gentoo-user@lists.gentoo.org mailing list
[gentoo-user] Re: Remote install @Hetzner
Enrico Weigelt schrieb: > Hi folks, > > > I'm currently trying to install Gentoo remotely on an Hetzer > (www.hetzner.de) Server via rescue system. Everything seemed > to work fine, but the box doesn't come up. > > I don't have any physical/serial console access, so I cannot > see what's happening :( > > Did anyone manage to get an remote install in such an situation ? > (maybe even @ Hetzner). > > > thx I´ve attached just another kernel config for Hetzner DS 5000 hardware. hth # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24-gentoo-r7 # Wed May 7 19:10:08 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_SEMAPHORE_SLEEPERS=y CONFIG_MMU=y CONFIG_ZONE_DMA=y # CONFIG_QUICKLIST is not set CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_DMI=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_ARCH_SUPPORTS_OPROFILE=y CONFIG_DEFCONFIG_LIST="arch/x86/configs/x86_64_defconfig" CONFIG_ZONE_DMA32=y CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y CONFIG_X86_HT=y # CONFIG_KTIME_SCALAR is not set # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_TASKSTATS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set # CONFIG_AUDIT is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_CGROUPS is not set # CONFIG_FAIR_GROUP_SCHED is not set CONFIG_SYSFS_DEPRECATED=y CONFIG_RELAY=y # CONFIG_BLK_DEV_INITRD is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_ANON_INODES=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_MODVERSIONS=y # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_KMOD=y CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_BLK_DEV_BSG is not set CONFIG_BLOCK_COMPAT=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y # CONFIG_DEFAULT_AS is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" # # Processor type and features # CONFIG_TICK_ONESHOT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_X86_VSMP is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MEFFICEON is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set CONFIG_GENERIC_CPU=y CONFIG_X86_L1_CACHE_BYTES=128 CONFIG_X86_INTERNODE_CACHE_BYTES=128 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=7 CONFIG_X86_GOOD_APIC=y CONFIG_X86_TSC=y CONFIG_X86_MINIMUM_CPU_FAMILY=64 CONFIG_HPET_TIMER=y CONFIG_GART_IOMMU=y # CONFIG_CALGARY_IOMMU is not set CONFIG_SWIOTLB=y CONFIG_NR_CPUS=8 # CONFIG_SCHED_SMT is not set CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set # CONFIG_PREEMPT_BKL is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_MCE=
[gentoo-user] boot error - udevd-event
The following message is displayed on boot. The system works fine despite the message, but I'd still like to know what the cause is and fix it. udevd-event[3796]: node symlink: rename(/dev/fb.udev-tmp, /dev/fb) failed: Is a directory Any ideas? Thanks, Dave -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] boot error - udevd-event
2008/6/21 dhk <[EMAIL PROTECTED]>: > udevd-event[3796]: node symlink: rename(/dev/fb.udev-tmp, /dev/fb) failed: > Is a directory Check your udev rules. I think he tries to make a symlink to /dev/fb but it's a directory so he can't. Ward -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Remote install @Hetzner
* Johann Schmitz <[EMAIL PROTECTED]> wrote: Hi, > Enrico Weigelt schrieb: > | BTW: I've tried to start some services within the sysroot, but that > | tried to mount/check the rootfs and of course failed :( > | Should I trick init.d to think these services were already started ? > > NO! Doing this will cause that spooky things happen! Yep, it's tricky, eg. some service script tend to do simply nothing. I'll still have to hack some bit to trick the init.d stuff ;-o > Here is a working gentoo-sources kernel config for a DS 3000: > http://files.j-schmitz.net/2.6.24-gentoo-r3.config Thx. I'll have a try. But I the kernel doesnt seem to be the (only) blocker. My current configuration is: * Hetzner's debian image on sda * gentoo on sdb (root: sdb1) If I try the debian kernel w/ /dev/sdb1 as root, nothing comes up, even not a single write on disk (also tweaked to /sbin/rc to touch a file, but that doesnt happen). Then I tried another init program on the debian system - it's just a little script which does a few mounts and touches and then calls /sbin/init. With the debian system, perfectly fine, but chroot'ing to the gentoo system doesnt seem to work. For example, the script contains a line: chroot /gentoo ls -la / 2>&1 > /FOO that file is created, but empty. hmm, perhaps I'll have to use absolute pathes ... ;-o cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/ - Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ - -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Remote install @Hetzner
* Enrico Weigelt <[EMAIL PROTECTED]> wrote: Hi folks, > chroot /gentoo ls -la / 2>&1 > /FOO > > that file is created, but empty. > > hmm, perhaps I'll have to use absolute pathes ... ;-o The absolute pathes were missing, now chroot works and /sbin/rc leaves his note. But still the system doesnt come up :( Is there anyway for logging what's happending in the first bootup stages to some file ? Ah, maybe some idea: the sdb1 fs is an ext2 (was my mistake, I wanna have ext3), so maybe the checkroot stuff might try to run fsck first and fails. I'll try either mounting it ro or convert to ext3 ... is there any way for skipping the fsck at all ? cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/ - Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ - -- gentoo-user@lists.gentoo.org mailing list
[gentoo-user] Re: Error compiling xine-lib - libtool errors
Replying to my own post, because some elementary exploring on the local machine provided the solution: /sbin/fix_libtool_files.sh 4.2.3 allowed xine-lib to build. On a related note, I find libtool a most confusing bit of software, and don't really understand what it does. Anyone have a good link to a decent write-up? (so far some googling hasn't turned up much) alan On Saturday 21 June 2008, you wrote: > libtool: link: warning: > `/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../libfreetype.la' seems > to be moved > libtool: link: warning: > `/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../libfontconfig.la' > seems to be moved > grep: /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgomp.la: No such file > or directory > /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgomp.la: > No such file or directory > libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgomp.la' is > not a valid libtool archive > make[2]: *** [xineplug_decode_image.la] Error 1 > make[2]: *** Waiting for unfinished jobs > make[2]: Leaving directory > `/var/tmp/portage/media-libs/xine-lib-1.1.12-r1/work/xine-lib-1.1.12/ >src/libxinevdec' make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/media-libs/xine-lib-1.1.12-r1/work/xine-lib-1.1.12/ >src' make: *** [all-recursive] Error 1 > * > * ERROR: media-libs/xine-lib-1.1.12-r1 failed. > > libtool is looking for files in a gcc-4.2.3 directory. I have > gcc-4.2.2 installed: > > [EMAIL PROTECTED] ~/share/downloads/buell $ eix -e gcc > [I] sys-devel/gcc > Available versions: > (2.95) [P]2.95.3-r9 [P](~)2.95.3-r10 > (3.1) [P]3.1.1-r2 > (3.2) [P]**3.2.2 [P]3.2.3-r4 > (3.3) (~)3.3.6-r1 > (3.4) 3.4.6-r2 > (4.0) ~*4.0.4 > (4.1) (~)4.1.0-r1 4.1.2 > (4.2) (~)4.2.3 (~)4.2.4 > (4.3) **4.3.0 [m](~)4.3.1 > {altivec bootstrap boundschecking build d doc fortran gcj gtk > hardened ip28 ip32r10k java libffi mudflap multilib multislot n32 n64 > nls nocxx nopie nossp objc objc++ objc-gc openmp static test vanilla} > Installed versions: 4.2.4(4.2)(04:07:57 PM 06/20/2008)(doc gtk > mudflap > openmp -altivec -bootstrap -build -fortran -gcj -hardened -ip28 > -ip32r10k -libffi -multilib -multislot -n32 -n64 -nls -nocxx -objc > -objc++ -objc-gc -test -vanilla) Homepage: > http://gcc.gnu.org/ > Description: The GNU Compiler Collection. Includes > C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime > bounds checking > [EMAIL PROTECTED] ~/share/downloads/buell $ gcc-config -l > [1] i686-pc-linux-gnu-4.2.4 * > > So, what gives? -- Optimists say the glass is half full, Pessimists say the glass is half empty, Developers say wtf is the glass twice as big as it needs to be? Alan McKinnon alan at linuxholdings dot co dot za +27 82, double three seven, one nine three five -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Re: Error compiling xine-lib - libtool errors
Alan McKinnon schrieb: Replying to my own post, because some elementary exploring on the local machine provided the solution: /sbin/fix_libtool_files.sh 4.2.3 allowed xine-lib to build. On a related note, I find libtool a most confusing bit of software, and don't really understand what it does. Anyone have a good link to a decent write-up? (so far some googling hasn't turned up much) alan Why not looking up the official documentation: http://www.gnu.org/software/libtool/manual/ -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Remote install @Hetzner
Enrico Weigelt schrieb: Hi folks, I'm currently trying to install Gentoo remotely on an Hetzer (www.hetzner.de) Server via rescue system. Everything seemed to work fine, but the box doesn't come up. I don't have any physical/serial console access, so I cannot see what's happening :( Did anyone manage to get an remote install in such an situation ? (maybe even @ Hetzner). thx Hi Enrico, have a look at http://www.rootforum.de/wiki/gentoo/01_hardened "Bootloader installieren", it's a grub bug. Regards, Joe User -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Remote install @Hetzner
* Joe User <[EMAIL PROTECTED]> wrote: Hi, > have a look at http://www.rootforum.de/wiki/gentoo/01_hardened > "Bootloader installieren", it's a grub bug. I don't think it's a grub problem, since I also can't boot with the preinstalled grub w/ rootfs from the second disk. It seems that the whole sysinit stuff breaks (and falls back to sulogin) if the slightest thing goes wrong. For example an missing /proc dir in the rootfs will make the whole system unbootable. cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/ - Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ - -- gentoo-user@lists.gentoo.org mailing list
[gentoo-user] firewall + dns secondary
Hello, I'm adding primary and secondary name servers to my small (5 static) ip network. Are there any security reasons that I should not run the secondary (Bind) name server on the firewall (iptables) directly? -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] boot error - udevd-event
Ward Poelmans wrote: 2008/6/21 dhk <[EMAIL PROTECTED]>: udevd-event[3796]: node symlink: rename(/dev/fb.udev-tmp, /dev/fb) failed: Is a directory Check your udev rules. I think he tries to make a symlink to /dev/fb but it's a directory so he can't. Ward I looked in /etc/udev/rules.d but I not sure how all that's used. What are the rules suppose to be? -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] boot error - udevd-event
2008/6/21 dhk <[EMAIL PROTECTED]>: > I looked in /etc/udev/rules.d but I not sure how all that's used. What are > the rules suppose to be? Here you can find everything about udev rules: http://reactivated.net/writing_udev_rules.html You should look for a rule that with SYMLINK=/dev/fb or something alike in it. Ward -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] firewall + dns secondary
On Saturday 21 June 2008, James wrote: > Hello, > > I'm adding primary and secondary name servers to my small (5 > static) ip network. > > > Are there any security reasons that I should not run the secondary > (Bind) name server on the firewall (iptables) directly? Well, security holes have been discovered in bind in the past - and there are no reasons to assume none will be found in the future. ;-) Once your firewall is compromised, your whole network is under threat. Though the risk is probably small, you can avoid it easily. Rund bind on one of the boxes behind your firewall. Forward port 53 from your fw to that box. Announce your FW as the secondary name server. Uwe -- Ignorance killed the cat, sir, curiosity was framed! -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Re: Error compiling xine-lib - libtool errors
On Saturday 21 June 2008, Daniel Pielmeier wrote: > Alan McKinnon schrieb: > > Replying to my own post, because some elementary exploring on the > > local machine provided the solution: > > > > /sbin/fix_libtool_files.sh 4.2.3 > > > > allowed xine-lib to build. > > > > On a related note, I find libtool a most confusing bit of software, > > and don't really understand what it does. Anyone have a good link > > to a decent write-up? (so far some googling hasn't turned up much) > > > > alan > > Why not looking up the official documentation: > http://www.gnu.org/software/libtool/manual/ OK, that answered most of my basic questions. Thanks! -- Alan McKinnon alan dot mckinnon at gmail dot com -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Re: Remote install @Hetzner
Hi folks, meanwhile I've got the machine running directly from Gentoo rootfs :) I had to tweak several things in /sbin/rc and now am in the process of merging back with the original one. One nice tip: Put a small wrapper in middle between init and rc which redirects output to some file (needs rootfs mounted rw, of course). So you can later see from rescue system what was happening :) cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/ - Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ - -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Re: Remote install @Hetzner
* Enrico Weigelt <[EMAIL PROTECTED]> wrote: > One nice tip: > > Put a small wrapper in middle between init and rc which redirects > output to some file (needs rootfs mounted rw, of course). So you can > later see from rescue system what was happening :) Beware: this has one drawback: If you're logging to the rootfs, it cannot be remounted ro in /etc/init.d/checkroot, and if that failed - the machine's unbootable again :( I've changed it to just print out an warning instead of holding up the whole boot process. cu -- - Enrico Weigelt== metux IT service - http://www.metux.de/ - Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ - -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Sudo config
On 21 Jun 2008, at 09:14, Ward Poelmans wrote: 2008/6/20 Stroller <[EMAIL PROTECTED]>: On my systems I have only seen this *every* time I `sudo` when my clock has been broken. That's because the lecture option has the value of once and when your time is messed up, it resets. Well, duh! Try adding: Defaults !lecture to your sudoers. No need to emerge ntp for that. This doesn't fix the problem of the clock being wrong, though, does it? Chances are the CMOS battery's flat. Stroller. -- gentoo-user@lists.gentoo.org mailing list
[gentoo-user] FrireFox3 behaving badly :)
Since upgrading to firefox 3, FF has started behaving badly. If I click on a link in say evolution in one desktop, with FF open in another, FF will jump to the desktop where I clicked on the link. This is quite off-putting to suddenly have FF move over the top of what you are doing and disturbingthe workflow. Is there a way to go back to the old behaviour of previous versions? (where they stay'd put!) BillK -- William Kenworthy <[EMAIL PROTECTED]> Home in Perth! -- gentoo-user@lists.gentoo.org mailing list