Re: [gentoo-user] continue an installation

2012-12-17 Thread Alex Schuster
Willie WY Wong writes: Suppose that I tried to emerge a package, and the compilation phase went through without problems, but it got stopped in the installation phase. Is there a way to (after I fixed the problem) to tell portage to install the (now all already compiled binaries sitting in /var/

Re: [gentoo-user] udev-191 bit me. Insufficient ptys

2013-02-02 Thread Alex Schuster
Michael Mol writes: > So, I botched the upgrade to udev-191. I thought I'd followed the > steps, but I apparently only covered them for one machine, not both. [...] > Udev also complained about DEVTMPFS not being enabled in the > kernel.[2] I couldn't get into X, but I could log in via getty an

Re: [gentoo-user] udev-191 bit me. Insufficient ptys

2013-02-03 Thread Alex Schuster
Alan McKinnon writes: > On Sat, 2 Feb 2013 16:21:10 +0100 > Alex Schuster wrote: > > > Michael Mol writes: [system does not boot after UDEV upgrade] > > Ran into the same problem, with my sister's PC. Which I had updated > > from remote, so I did not see

Re: [gentoo-user] Re: udev-197: what to do -- S0LVED

2013-02-15 Thread Alex Schuster
Stefan G. Weichinger writes: > # cat /proc/version > Linux version 3.6.11-gentoo > # zgrep -i devtm /proc/config.gz > CONFIG_DEVTMPFS=y > CONFIG_DEVTMPFS_MOUNT=y > > # mount | grep tmpfs > udev on /dev type devtmpfs > (rw,nosuid,relatime,size=10240k,nr_inodes=493463,mode=755) > tmpfs on /run typ

Re: [gentoo-user] No space left on device ?

2013-02-23 Thread Alex Schuster
Florian Philipp writes: > tmpfs uses as much memory as necessary and nothing more. In theory, it > doesn't hurt to add all your memory to it as tmpfs will start to swap > when you run out of memory. However, it is usually a better idea to > unmount the tmpfs and use a regular file system whenever

Re: [gentoo-user] Restart "frozen" X

2013-02-27 Thread Alex Schuster
Helmut Jarausch writes: On 02/27/2013 04:18:51 AM, Joseph wrote: I can login to the system over ssh. I've tried to restart/zap "xdm" it doesn't help. What else can I do to restart "X"? You can use the SysRq Key (I use ) and then RE R is okay, this resets the keyboard, and often helped me

Re: [gentoo-user] Resize /

2006-11-16 Thread Alex Schuster
jakommo writes: > On 11/16/06, geistteufel <[EMAIL PROTECTED]> wrote: > > If you have opt in your / I suggest to move it and doing a symlink > > > > like cd /; mv opt usr; ln -s usr/opt . > For now I think maybe its better to make some new partitions and copy the > stuff to them by using a live c

Re: [gentoo-user] $PATH

2006-12-17 Thread Alex Schuster
Jesús Guerrero writes: > "Boris Fersing" <[EMAIL PROTECTED]> escribió: > > You don't need to export the variable... > > You do, unless you plan to use that variable only instead of the > script, in this case, ~/.bashrc But PATH is exported already, so there is no need to do this again I think. >

Re: [gentoo-user] QT4's qtconfig

2007-01-07 Thread Alex Schuster
Andrew writes: > My aim was to set default font for Qt4 applications. I have tried to find > Qt4's 'qtconfig' and discovered: there is *the only* 'qtconfig' in my > system. And it is /usr/qt/3/bin/qtconfig, i.e. for Qt3 (I have scanned > /usr recursively). > > OK, I have reinstalled Qt4 - nothing

Re: [gentoo-user] Telling emerge to continue when something goes wrong

2007-01-14 Thread Alex Schuster
Iván Pérez Domínguez writes: > After installing Gentoo in different machines several times, I wonder if > is there any way to tell emerge to keep installing as much as possible > even when something goes wrong. Sure there is. Have a look at the emerge man page, there 's lots uf useful informatio

Re: [gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Alex Schuster
Marco writes: >i'm running a laptop with an ethernet card and a wireless one. > Currently the ethernet is eth1 and the wireless is eth0. How to > reverse this situation, that is to have If you compile the drivers as modules and put them in /etc/ modules.autoload.d/kernel-2.6, you can set the

Re: [gentoo-user] dd if=/dev/dvd of=backup.iso

2006-03-16 Thread Alex Schuster
Joseph writes: > Is there any limitation in using "dd" to generate backup of DVD (dvd is > 4.7, unencrypted)? There should be no limit. > If I use: > dd if=/dev/dvd of=backup.iso > I only get about 2Gb file and it stops or freezes, the disk is bout > 4.3Gb Are there any syslog or dmesg messages

Re: [gentoo-user] rlogin ebuild

2005-05-06 Thread Alex Schuster
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ Description: Netkit's Remote Shell Suite: rexec{,d} rlogin{,d} rsh{,d} Found 2 matches To use eix, "emerge eix" first, and issue "update-eix" after every sync. Alex -- Alex

Re: [gentoo-user] Proposed option for etc-update

2005-08-27 Thread Alex Schuster
d etc.tar.gz thus giving > us goofs a unlimited amount of chances to get it right. > Any thoughts? Try dispatch-conf instead of etc-update. When use_rcs ist set to yes in /etc/dispatch-conf.conf, and rcs is emerged, you get a backup of each file. Alex -- Alex Schust

Re: [gentoo-user] My Gentoo is too secure ... ;)

2006-03-23 Thread Alex Schuster
Antoine writes: > # vi groups (or whatever the "correct" way of doing it is) > add your user to wheel I think it is "gpasswd -a wheel". Alex -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Ethics of vmware use

2006-05-20 Thread Alex Schuster
Kevin writes: > I got a 30-day trial license for vmware, thinking to replace my aging > Win4Lin. It seems to work (thanks to folks on this list). But I notice > that now that I've created my VMs, I may not need workstation any > more. I could do very well with the player, which is free. [...] >

Re: [gentoo-user] qt3/4 confusion

2006-06-22 Thread Alex Schuster
Karstn writes: > I am trying to compile a program written in qt3 which apprently, > according to the author, fails because it being compiled using version 4 > qmake. I checked and indeed qmake is from version 4, yet in my > environment, the QTDIR variable is pointing to /usr/qt/3. Now that both >

Re: [gentoo-user] Test for X from cli

2006-08-01 Thread Alex Schuster
John writes: > In a bash script, how can I test whether the script itself is being > run from a virtual terminal, or from an emulator like konsole within X? You can check the existance of the DISPLAY environment variable: if [[ $DISPLAY ]] then echo "We're running under X" else e

Re: [gentoo-user] bc only does integer division

2006-09-04 Thread Alex Schuster
Alexander Skwar writes: > When I called "bc -l", I used to be able to do proper divisions, > ie. 1/4 returned 0.25. But now: > > [EMAIL PROTECTED] /all $ bc -l > bc 1.06.94 > Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software > Foundation, Inc. This is free software with ABSOLUTELY NO

Re: [gentoo-user] xhost +local:root ???

2006-09-16 Thread Alex Schuster
Meino writes: > my whole system I could allow root to open the X display by typing > xhost +local:root ??? > . This seems to not to work any longer. [...] > Is there any way to allow root to use the X display when a user has > opened the session and su'ed to root ? On my system I

Re: [gentoo-user] Emerge problems

2013-03-18 Thread Alex Schuster
meino.cra...@gmx.de writes: > FIXED! The problem seemed to be *~-file in package.use left from my last vim session... Huh? I once filed a request that *.bck files should be ignored, because NEdit creates such files per default, and was told that they already ignore those. https://bugs.gent

Re: [gentoo-user] Removing pulseaudio

2013-05-13 Thread Alex Schuster
Walter Dnes wrote: > On Wed, Apr 24, 2013 at 12:12:56AM +0200, Michael Hampicke wrote > > > I"m not a gnome user as of yet, but I can tell you that the day is > > > coming (Gnome 3.8 I believe) when gnome will not work without PA, > > > so you will have to install it if you want newer Gnome. > >

[gentoo-user] Multiple package instances within a single package slot

2013-10-04 Thread Alex Schuster
Hi there! Some may remember me from posting here often. But since a year, I have a new life, and much less time for sitting at my computer. Sigh. And my beloved Gentoo got a little outdated. So, a @world update does not work. I thought I give emerge -e @world a try, this should sort out the prob

Re: [gentoo-user] Multiple package instances within a single package slot

2013-10-04 Thread Alex Schuster
Kerin Millar writes: > On 04/10/2013 11:50, Alex Schuster wrote: [...] > >(mail-client/claws-mail-3.9.0-r1::gentoo, ebuild scheduled for > > merge) pulled in by ~mail-client/claws-mail-3.9.0 required by > >(mail-client/claws-mail-address_keeper-1.0.7::gentoo, ebu

Re: [gentoo-user] Multiple package instances within a single package slot

2013-10-05 Thread Alex Schuster
Alan McKinnon writes: > On 04/10/2013 17:40, Alex Schuster wrote: > > Well. Sort of. Emerge also wanted to re-merge libreoffice, I have no > > idea why. The same happened yesterday when I upgraded portage. > > Whatever :) This time, I used --exclude app-office/libreoff

Re: [gentoo-user] Multiple package instances within a single package slot

2013-10-05 Thread Alex Schuster
Neil Bothwick writes: > On Sat, 5 Oct 2013 17:59:52 +0200, Alex Schuster wrote: > > > No, there is something wrong here. When I updated portage, it also > > remerged libreoffice. Upgrading claws-mail updated > > dev-libs/libdbusmenu and dev-libs/libindicate, and wanted to

Re: [gentoo-user] Multiple package instances within a single package slot

2013-10-06 Thread Alex Schuster
Helmut Jarausch writes: > You are not alone, Alex, please see > > https://bugs.gentoo.org/show_bug.cgi?id=486438 Thanks! Alan McKinnon writes: > On 05/10/2013 20:30, Alex Schuster wrote: > > Neil Bothwick writes: > >>> And whatever package I try to u

[gentoo-user] Qt blocking @world update

2013-11-02 Thread Alex Schuster
Hi there! My @world update did not go well. It was much worse some while ago, so I just did an emerge -e @world, after manually removing stuff from /var/lib/portage/world until I got no complaints any more. I had to remove kde-misc/publictransport and kde-misc/plasma-emergelog for that. After mos

Re: [gentoo-user] Qt blocking @world update

2013-11-03 Thread Alex Schuster
Walter Dnes writes: > On Sat, Nov 02, 2013 at 11:02:27PM +0100, Alex Schuster wrote > > > * One or more packages are either masked or have missing > > dependencies: > > * > > * > > dev-lang/python-exec:=[python_targets_python2_7(-),python_targets_python3_

Re: [gentoo-user] Qt blocking @world update

2013-11-05 Thread Alex Schuster
Alan McKinnon writes: Excuse the top-posting; if I try inter-post between all those blockers you'll never find what I reply :-) I would, but for everyone else it's a mess. E-mail with line breaks is not suited for this kind of output. First I recommend to sync your tree again, just in case y

Re: [gentoo-user] Qt blocking @world update

2013-11-09 Thread Alex Schuster
Alan McKinnon writes: > On 05/11/2013 15:37, Alex Schuster wrote: [kde-misc/fsrunner pulls in QT 4.8.4] > > This does not make any sense, does it? > > Actually, it does make sense, in a weird kind of way > > kid3 and fsrunner are not part of KDE proper (i.e. they are not

[gentoo-user] Only 4 of 8 GB usable

2014-05-21 Thread Alex Schuster
Hi there! So I installed another 4 GiB RAM into a Gentoo amd64 system that had 4 GiB already. But it still sees only 4 GiB, not 8 GiB: leela ~ # uname -a Linux leela 3.6.11-gentoo #3 SMP Mon Feb 4 15:37:48 CET 2013 x86_64 AMD A6-3500 APU with Radeon(tm) HD Graphics AuthenticAMD GNU/Linux leela

Re: [gentoo-user] May GMN Tips and Tricks

2014-05-22 Thread Alex Schuster
Alan McKinnon writes: > This month has been a treasure trove of such things here on > gentoo-user. Oh my, an I have some 6500 unread e-mails... that's hard to catch up. But I'll have a look into this month then :) Wonko

<    6   7   8   9   10   11