Re: [gentoo-user] Best way to copy /* ?

2010-12-28 Thread Alex Schuster
Mike Edenfield writes: > The tar method you're looking for is: > > tar -C /old cpf - | tar -C /new xvpf - > > You'll probably not want to do the entire / in a single go, > since /proc, /sys, and /dev (at least) should be skipped. > Copy /old/sbin -> /new/sbin, etc. for all of the root > folders

Re: [gentoo-user] Best way to copy /* ?

2010-12-28 Thread Alex Schuster
Joerg Schilling writes: > Neil Bothwick wrote: > > On Tue, 28 Dec 2010 00:02:31 -0500, Mike Edenfield wrote: > > > tar -C /old cpf - | tar -C /new xvpf - > > > > > > You'll probably not want to do the entire / in a single go, > > > since /proc, /sys, and /dev (at least) should be skipped. > > >

Re: [gentoo-user] Best way to copy /* ?

2010-12-28 Thread Alex Schuster
Joerg Schilling writes: > On Linux, there is frequently gtar installed as tar and gtar is not > respecting standards. Gtar in previous times was e.g. in conflict with > the standard regarding to -l. Aprox. 10 years ago, I files a bug report > against gtar for this standard deviation and it seems t

Re: [gentoo-user] Best way to copy /* ?

2010-12-29 Thread Alex Schuster
Peter Humphrey writes: > On Monday 27 December 2010 15:47:19 Dale wrote: > > Some people do use tar especially if it is over a network or > > something like that. I don't have the command tho since I never > > used it. > > Just for completeness: > > (cd [source] && tar cpf - . | (cd [dest] && t

Re: [gentoo-user] Best way to copy /* ?

2010-12-29 Thread Alex Schuster
Peter Humphrey writes: > On Wednesday 29 December 2010 17:50:08 Alex Schuster wrote: > > What Maciej said. Or, for greater security when the destination is > > outside the LAN: > > > > cd [source] & tar xpf - . | ssh [us...@[host] 'cd [dest] && tar x

Re: [gentoo-user] Re: Re: Changing boot device with 2.6.36

2011-01-04 Thread Alex Schuster
Dale writes: > Alan McKinnon wrote: >> Apparently, though unproven, at 15:18 on Tuesday 04 January 2011, Stroller >> did >> opine thusly: >> >>> I found numerous references to this syntax going back to 2005 or >>> so, and some major distros seem to use it as the default way of >>> describing

Re: [gentoo-user] Re: Re: Re: Changing boot device with 2.6.36

2011-01-05 Thread Alex Schuster
Jörg Schaible writes: > Alex Schuster wrote: > > I would be surprised if it had this feature. AFAIK grub is already done > > at this stage, the kernel has taken over. And I guess it does not know > > about the LABEL= syntax, and has no code to scan all devices for file >

Re: [gentoo-user] Cloned partition won't emerge some packages

2011-01-09 Thread Alex Schuster
Mick writes: > I used: > > tar -X file.list -lcvSf - . | (cd /new_gentoo_partition; tar -xpvf - ) > > to clone a gentoo / partition to another partition on the same disk (I > want to run some tests from it). > > The file.list has this is in it: > > tmp/* > proc/* > sys/* > dev/* > etc/mtab >

Re: [gentoo-user] Cloned partition won't emerge some packages

2011-01-09 Thread Alex Schuster
Mick writes: > On Sunday 09 January 2011 21:11:02 Alex Schuster wrote: >> Mick writes: >>> I used: >>> tar -X file.list -lcvSf - . | (cd /new_gentoo_partition; tar -xpvf - ) >>> >>> to clone a gentoo / partition to another partition on the sa

Re: [gentoo-user] Enabling debugging symbols only for specific packages

2011-01-10 Thread Alex Schuster
Nikos Chantziaras writes: > Is there a way to enable debugging symbols only for some packages? I > need to do that for about 15 packages. Currently, all I can do is edit > make.conf all the time when emerging one of those and add "-g" to CFLAGS > and "splitdebug" to FEATURES. But I *always*

Re: [gentoo-user] gnome-disk-utility: compilation failed

2011-01-11 Thread Alex Schuster
Pat writes: > I'm trying to update system and got compilation error for > gnome-disk-utility. The build.log and environment files are included. > Please could you help me? Try this: emerge -u lafilefixer && lafilefixer --justfixit Wonko

Re: [gentoo-user] boot to console only?

2011-01-11 Thread Alex Schuster
Mark Knecht wrote: >What (if any) is a way to boot a Gentoo VM as far as the console, > not starting X, to allow a root login? Possibly some sort of > interactive boot where I can tell it to continue or not? With rc_interactive="YES" in /etc/rc.conf (with baselayout2, I'm not sure how that wa

Re: [gentoo-user] why always display this when kernel start

2011-01-14 Thread Alex Schuster
doherty pete writes: > when kernel start ,display this > > Your system seems to be missing critical device files > in /dev ! Although you may be running udev or devfs, > the root partition is missing these required files ! > > To rectify this situation, please do the following: > mkdir /mnt/fix

Re: [gentoo-user] disk error, where?

2011-01-17 Thread Alex Schuster
Stefan G. Weichinger writes: > Would someone help me out on this issue? > > I have a flaky disk in a server, and dmesg says: > > end_request: I/O error, dev sdb, sector 1835240116 Uh-oh. I suggest emerging badblocks, and then do a 'badblocks /dev/sdb' to see which and how many blocks are defec

Re: [gentoo-user] Find root partition

2011-01-19 Thread Alex Schuster
Matthias Fechner writes: > 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 wh

[gentoo-user] NX, FreeNX, Neatx, x2go?

2011-01-21 Thread Alex Schuster
Hi there! I'm using various versions of NX to access remote servers. Normally I use FreeNX, but sometimes NX from nomachine.org, and I also gave Neatx a try, depending on which OS I am using - I do this with Gentoo, Fedora, Ubuntu and openSUSE. This does not work too well. For example, I regularly

[gentoo-user] Setting up SMTP relay

2011-01-22 Thread Alex Schuster
Hi there! On my desktop PC, I have set up ssmtp with access data for my mail server, so things like smartmontools or portage can send me emails. This is working fine. But there are other PCs in the LAN, which I would also like to get status emails from. Being not the only one with root access the

Re: [gentoo-user] Setting up SMTP relay

2011-01-23 Thread Alex Schuster
kashani writes: > On 1/22/2011 1:34 PM, Alex Schuster wrote: > I handle it with Postfix. Dovecot is only imap and won't accept main > directly. Whoops. > 1. install postfix with USE sasl or devecot-sasl, I don't believe it > matters which. Add the following lines

Re: [gentoo-user] modifying iptables: how can I prevent locking me out?

2011-01-24 Thread Alex Schuster
Neil Bothwick writes: > On Mon, 24 Jan 2011 10:59:16 -0800, Mark Knecht wrote: > >> Maybe a cron job that no matter what reloads the old rules 1 hour later? > > Wouldn't at make more sense? You don't want the thing to keep reloading > your old config, at will do it once, and you can remove the t

Re: [gentoo-user] NX, FreeNX, Neatx, x2go?

2011-01-24 Thread Alex Schuster
Paul Hartman writes: > On Fri, Jan 21, 2011 at 8:43 AM, Alex Schuster > wrote: > > What would be the best solution? What do you prefer? > > I haven't tried FreeNX, x2go or NeatX or any of those, but I'm using > nxserver-freeedition for years and using the offic

Re: [gentoo-user] nVidia & nouveau on nVidia 8600M GT

2011-01-25 Thread Alex Schuster
Alan McKinnon writes: > Using nvidia.ko, KDE with desktop effects enabled (especially translucent > popup thumbnails on the task bar, and blur effect on) makes my notebook fan > run all the time and kwin uses 20% cpu according to top. Does the blur effect do anything? With my ATI card, I did no

Re: [gentoo-user] emerge world, USE flags and packages that aren't there

2011-01-28 Thread Alex Schuster
Andrew Lowe writes: > Hi all, > I've got a PC that I use as a media computer, music, videos etc. I > haven't updated it in ages so decided now is the time to give it a go. I > issue the command, and subsequently get: > > *** > > harold ~# emerge --pretend -NuD world

[gentoo-user] Cloning a directory hierarchy, but not the content

2011-01-29 Thread Alex Schuster
Hi there! I am currently putting extra backups to old hard drives I do no longer need for other purposes. After that I send the putput out ls -lR and du -m to my log directory so I can check what files are on which drive without having to attach the drive. Works, though a better method would b

Re: [gentoo-user] Cloning a directory hierarchy, but not the content

2011-01-29 Thread Alex Schuster
Etaoin Shrdlu writes: > On Sat, 29 Jan 2011 14:58:13 +0100 > > Alex Schuster wrote: > > Hi there! > > > > I am currently putting extra backups to old hard drives I do no longer > > need for other purposes. After that I send the putput out ls -lR and du > >

Re: [gentoo-user] Cloning a directory hierarchy, but not the content

2011-01-29 Thread Alex Schuster
Etaoin Shrdlu writes: > On Sat, 29 Jan 2011 15:27:59 +0100 Alex Schuster > wrote: > > > > I just wrote a little script that does this, but it does not do the > > > > sparse file thing yet, and would have problems with newline in file > > > > names

Re: [gentoo-user] Cloning a directory hierarchy, but not the content

2011-01-29 Thread Alex Schuster
Florian Philipp writes: > Use `truncate -s ` > > It creates a sparse file if the specified file is smaller than the > specified size. It will also create a new file if it does not yet exist. Nice one. First I did not see an improvement over using dd to create the sparse file, but in combinatio

Re: [gentoo-user] Cloning a directory hierarchy, but not the content

2011-01-29 Thread Alex Schuster
Etaoin Shrdlu writes: > On Sat, 29 Jan 2011 17:45:30 +0100 Alex Schuster > wrote: >>> I should have added that, to do it safely, the target should reside >>> higher than the source in the hierarchy, or it should be on a different >>> filesystem and in that case

[gentoo-user] dd'ing small drive to large one

2011-01-31 Thread Alex Schuster
Hi there! There is a PC with a 160 GB SATA drive, and I want to replace it with one of about 1 TB in size. Would this work? - attach 2nd drive via SATA port or USB->SATA convertor - boot from rescue CD - dd if=/dev/sda of=/dev/sdb - remove sda, attach sdb to where sda was - reboot - add other pa

Re: [gentoo-user] dd'ing small drive to large one

2011-01-31 Thread Alex Schuster
Allan Gottlieb writes: > On Mon, Jan 31 2011, Alex Schuster wrote: > > There is a PC with a 160 GB SATA drive, and I want to replace it with > > one of about 1 TB in size. Would this work? > > > > - attach 2nd drive via SATA port or USB->SATA convertor > > -

Re: [gentoo-user] dd'ing small drive to large one

2011-01-31 Thread Alex Schuster
I just wrote: > My only fear is that the different drive geometry will be a problem, so > Grub does not find its stage2 in /boot, or file systems will unreadable > due to things being specified as head, cylinder and sector, instead of > absolute blocks. I'm pretty confident that there should be no

Re: [gentoo-user] dd'ing small drive to large one

2011-01-31 Thread Alex Schuster
Mick writes: > On Monday 31 January 2011 21:19:44 Alex Schuster wrote: >> Now I'm really really sure there will be no problem. What I wrote above >> about the gemotry is true I think, but all modern drives seem to have >> 255 heads and 63 sectors per track, so they wil

Re: [gentoo-user] dd'ing small drive to large one

2011-02-02 Thread Alex Schuster
Iain Buchanan writes: > On Mon, 2011-01-31 at 22:19 +0100, Alex Schuster wrote: > > Now I'm really really sure there will be no problem. What I wrote above > > about the gemotry is true I think, but all modern drives seem to have > > 255 heads and 63 sectors per track,

Re: [gentoo-user] Setting up SMTP relay

2011-02-05 Thread Alex Schuster
I wrote: In case someone else also wants to setup this, here's the final steps to make relaying work. > Relaying does not work yet, I get a "Relay access denied (in reply to > RCPT TO command)" error. But my initial goal is reached, I can send mail > to {root,wonko}@wonkology.org. That's all I wa

Re: [gentoo-user] Portage is misplaced in /usr

2011-02-05 Thread Alex Schuster
Cedric Sodhi writes: > There are several reasons why portage, neither the tree nor (especially > not) the distfiles should reside in /usr. > > /var is expected to be heavily written and read from, as it is the case > with the portage tree. That's why I have /var/portage, with subdirectories tree

Re: [gentoo-user] IDE recommendations for writing C?

2011-02-05 Thread Alex Schuster
Mark Knecht writes: > Can someone recommend a good IDE to write C code in? > > 1) Something that can display multiple files in a project. > > 2) Something that have some sort of version control built into it? > > 3) If possible, I can compile right in the IDE. Emacs. If you dare to go this way

Re: [gentoo-user] Portage is misplaced in /usr

2011-02-05 Thread Alex Schuster
Cedric Sodhi writes: > Replying to the three before messages which basically made the point > that one can change the location manyually. [...] > It does not conform with any accepted standard, it is wrong per se, it > should be changed. > > THIS is the point, please, as I already said in my firs

Re: [gentoo-user] Is it safe to change the start of the first partition?

2012-07-03 Thread Alex Schuster
Helmut Jarausch writes: > modern fdisk puts the first partition at block 63 while older version > have put it at block 1. No, it's older versions that use 63, while the new fdisk uses 2048. This way the new 4K sectors of huge drives are aligned well. It does not need to be 2048, as long as it'

Re: [gentoo-user] Not receiving emails

2012-07-03 Thread Alex Schuster
Hi David! > I only recieved one email since signing up on this list yesterday. I > expected to see more traffic. There's nothing going to spam, I'm not > sure it I should repost or not. The forum doesn't seem to have it > either. Your mails arrive just fine, I see six altogether. You can see t

Re: [gentoo-user] Gentoo Laptop Looks to be Trashed

2012-07-03 Thread Alex Schuster
David Kuhl writes: > I'm so stuck with this Gentoo laptop. It started with a standard > update which was the first in three months. Then when the X didn't > run due to xorg-server getting upgraded, the 3.3.8 gen kernel was > suppose to be built with KSM. That failed due to mkfs_ext2.h. The a >

Re: [gentoo-user] Re: Gentoo Laptop Looks to be Trashed

2012-07-03 Thread Alex Schuster
Philip Webb writes: > 120704 Nikos Chantziaras wrote: > > Am 03.07.2012 20:00, schrieb David Kuhl: > >> What's the best way to get this back without loosing the system? > > ... install Ubuntu (or one of its spin-offs). Ik ! > Why does he need KSM ? -- Google found an article which advises

Re: [gentoo-user] Suspend, hibernate and mount stopped working as a regular user.

2012-07-04 Thread Alex Schuster
Yohan Pereira writes: > This happened after a recent world upgrade. I am currently using kde > 4.8.4. I can however suspend, hibernate using the pm-utils as root. > Google has lead me to believe this has something to do with consolekit. Or maybe sys-auth/polkit? There were issues lately with a

Re: [gentoo-user] Failed gnome3 upgrade

2012-07-05 Thread Alex Schuster
William Kenworthy writes: > On Thu, 2012-07-05 at 14:24 +0200, Philipp Riegger wrote: > > On 05.07.2012 14:00, William Kenworthy wrote: > > > Any hints where to look next as the gdm logs arent very informative. > > > > Hmm, do you have a user polkitd with invalid home directory > > in /etc/passwd

Re: [gentoo-user] Is there a Gentoo Expert in NYC?

2012-07-05 Thread Alex Schuster
David Kuhl writes: > I need a Gentoo Expert to take a look at this. Are there any in NYC > around West 72nd? I've got to get this laptop working. After > following the recomendations on building the latest kernel I don't > have a system anymore. Everything on my LVM2 partitions are gone or > a

Re: [gentoo-user] Gentoo Wiki test page?

2012-07-06 Thread Alex Schuster
Walter Dnes writes: > I've got USB devices automounting on mdev and I'd like to set up a > page on wiki.gentoo.org, describing the steps, and link to it from > https://wiki.gentoo.org/wiki/Mdev Is there a way to play around on a > test page and import it to the final destination? Another opti

Re: [gentoo-user] Distorted Mirroed Overlapping screen with ATI Rage card

2012-07-06 Thread Alex Schuster
Christopher Lemire writes: > I tried disabling r128 and building the raedon driver into the kernel. > However, I am getting the message raedon module not found. It's not a > module. It's built into the kernel. Xorg.0.log. I mistakenly typed > raedom, but then fixed it to raedon, so if you see that

Re: [gentoo-user] profiling:/var/tmp/portage/xfce-base ... Cannot create directory

2012-07-09 Thread Alex Schuster
v...@ukr.net writes: > On Mon, 9 Jul 2012 08:51:32 +0800 > microcai wrote: > > > You forgot to disable pgo when you compile some xfce-session . > > > What is 'pgo'? Thanks, I just used this question to finally look up the man page of the euses command, which I thought would give the descript

Re: [gentoo-user] nxserver - Connection with remote peer broken

2012-07-09 Thread Alex Schuster
Joseph writes: > After upgrade I enabled "KMS" in the kernel for my for my Radeon card > and now I can not connect client to "nxserver" I'm getting an error > message: Connection with the remote server was shut down. > Please check the state with your remote connection. > > My remote ssh connecti

Re: [gentoo-user] better alternative to NX

2012-07-09 Thread Alex Schuster
Joseph writes: > Are there better alternative to NX? I don't know. The commercial original version from nomachine.org (net-misc/nxserver-freeedition) was said to be somewhat faster than FreeNX (net-misc/nxserver-freenx), not sure if this is still true, but as FreeNX is dead, it's probably right.

Re: [gentoo-user] nxserver - Connection with remote peer broken

2012-07-09 Thread Alex Schuster
Joseph writes: > On 07/09/12 19:07, Alex Schuster wrote: > >Joseph writes: > >> Here is the log from remote nxserver: > >[...] > >> nxagentXkbGetRules: WARNING! Failed to stat file > >> [/usr/X11R6/lib/X11/xkb/rules/xorg]: Unknown error > &g

Re: [gentoo-user] better alternative to NX

2012-07-09 Thread Alex Schuster
Joseph writes: > Do you have a good link how to setup net-misc/neatx on Gentoo? No. I installed Beatx once, but that was on Fedora I think. The system got another distro soon after, so Neatx was abandoned. There is no development for it any more, so the next remote desktop service was FreeNX agai

Re: [gentoo-user] freenx - no /var/lib/nxserver/home/ drectory

2012-07-09 Thread Alex Schuster
Joseph writes: > I'm setting up again freenx and following the instructions from: > http://www.gentoo-wiki.info/HOWTO_FreeNX_Server > > but after running: > emerge -av nxserver-freenx > nxsetup --install --setup-nomachine-key --clean --purge > > the installation did not > create /var/lib/nxserve

Re: [gentoo-user] Everything disappeared from world list

2012-07-11 Thread Alex Schuster
Claudio Roberto França Pereira writes: > On Fri, Jul 6, 2012 at 11:13 AM, Doug Hunley > wrote: > > This is why I keep an empty world file and use /etc/portage/sets/ > > exclusively. I'm backing up /etc/portage anyway (package.use and > > friends), so it just makes sense to have 'world' in there

Re: [gentoo-user] Everything disappeared from world list

2012-07-12 Thread Alex Schuster
Doug Hunley writes: > On Wed, Jul 11, 2012 at 12:17 PM, Alex Schuster > wrote: > >> How would you do that? I'm currently using ~amd64 and can't yet use > >> sets for some reason. > > > > Then you probably need portage 2.2 for this. Which will never

Re: [gentoo-user] Re: The system's font display problem

2012-07-15 Thread Alex Schuster
Mark Knecht writes: > On Sun, Jul 15, 2012 at 8:09 AM, Nikos Chantziaras > wrote: > > Do not set anything other than LANG and LC_COLLATE. Then only set > > vars that differ from LANG. Your /etc/env.d/02locale should look > > like this: > > > > LANG="en_US.UTF-8" > > LC_COLLATE="C" > > LC

Re: [gentoo-user] Need a clue about merging logical volumes/groups with lvm2

2012-07-21 Thread Alex Schuster
walt writes: > I know there are a few lvm2 experts lurking here :) > > I have a 500gig disk that is split roughly in half between two volume > groups, each containing four physical volumes, and each vg is formatted > into an ext4 filesystem of roughly 250GB. > > What I plan to do is merge the tw

Re: [gentoo-user] How can I rewrite all empty sectors with zeros?

2012-07-22 Thread Alex Schuster
Jarry writes: > I want to backup my whole hard-drive (8 partitions) with: > # dd if=/dev/sda | gzip > /path/image.gz > > In order to achieve good compression level I'd like to wipe > out all empty space with zeros. How can I do that? You can create files containing only zeros on all partitions u

Re: [gentoo-user] Python TK

2012-07-26 Thread Alex Schuster
Silvio Siefke writes: > on my Netbook i use Sabayon, because all compile from source need much > time and it was not so really run. Can i ask here a question, because > i has problems with emerge. Sure, and there doesn't even seem to be a Sabayon mailing list anyway. > I has Install the Game Py

Re: [gentoo-user] Python TK

2012-07-26 Thread Alex Schuster
Neil Bothwick writes: > On Thu, 26 Jul 2012 12:50:09 +0200, Silvio Siefke wrote: > > gentoo-mobile siefke # emerge --newuse --update > > =dev-lang/python-2.7.2-r3 Calculating dependencies... done! > > >>> Auto-cleaning packages... > > > > >>> No outdated packages were found on your system. >

[gentoo-user] Udev rules for identical hard drives

2012-08-01 Thread Alex Schuster
Hi there! I do not understand the numbering of my hard drives. There may be some inherent logic, but whenever I make some changes, like replacing drives, or changing BIOS settings, the order changes. Maybe it's even more random. So I made some udev rules like this, and my drives are called /dev/h

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-01 Thread Alex Schuster
Canek Peláez Valdés writes: > On Wed, Aug 1, 2012 at 6:59 PM, Canek Peláez Valdés > wrote: > > On Wed, Aug 1, 2012 at 6:34 PM, Alex Schuster > > wrote: [...] > >> Could there be another way to distinguish the drives, like looking > >> at the partition scheme

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-02 Thread Alex Schuster
Canek Peláez Valdés writes: > On Wed, Aug 1, 2012 at 7:42 PM, Alex Schuster > wrote: > > Canek Peláez Valdés writes: > [ snip ] > >> Oh, and I forgot; doesn't the links in /dev/disk/by-id, > >> /dev/disk/by-label, /dev/disk/by-uuid do what you want to? >

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-02 Thread Alex Schuster
Alex Schuster writes: > Canek Peláez Valdés writes: > > $ ll /dev/disk/by-id > > ... > > ata-SAMSUNG_HD160JJ_S08HJ10YC13279 -> ../../sda > > ... > > > > That's a whole drive right there. > > Wow, now I feel really stupid :) You are so right

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-02 Thread Alex Schuster
Mark Knecht writes: > Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a > copy of the output for bad times. > > https://github.com/pturmel/lsdrv That doesn't work here, and I do not understand why. In line 305 it tries and fails to create /dev/block, which is already existing

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-02 Thread Alex Schuster
Walter Dnes writes: > You can get the ATTRS{serial} (i.e. serial number). See the printer > example at http://www.reactivated.net/writing_udev_rules.html and adapt > to your hard drive. Serial numbers should be unique, even amongst > otherwise identical drives... > > =

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-02 Thread Alex Schuster
Dale writes: > Alex Schuster wrote: > > Mark Knecht writes: > > > >> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a > >> copy of the output for bad times. > >> > >> https://github.com/pturmel/lsdrv > >

Re: [gentoo-user] Udev rules for identical hard drives

2012-08-02 Thread Alex Schuster
Mark Knecht writes: > On Thu, Aug 2, 2012 at 8:02 AM, Alex Schuster > wrote: > > Mark Knecht writes: > > > >> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a > >> copy of the output for bad times. > >> > >>

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

2012-08-05 Thread Alex Schuster
Dale writes: > I finally got me a 3Tb drive on the way. Should be here Wednesday. I > have seen some reviews where it would not work right. I think some of > it may be BIOS related since some BIOS's don't like drives that large. > Anyway, I want to test this thing real good to really make sure

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

2012-08-09 Thread Alex Schuster
Dale writes: > I have seen where people use dd to do this sort of thing to. I read > somewhere that if you do a dd and put in all 1's, then all 0's then back > again that it is very hard to get any data back off the drive. I think > if you do it like over a dozen times, it is deemed impossible t

Re: [gentoo-user] Anyone compiled libreoffice-3.6.0.4 yet?

2012-08-09 Thread Alex Schuster
walt writes: > This has been slow and painful so far. > > First, the build stops repeatedly because of zero-length library files. > I can restart the ebuild manually and each iteration builds one more > (real) library. I've been doing this iterating for hours and I think > I may have gotten past

Re: [gentoo-user] Cannot see Grub menu

2012-08-12 Thread Alex Schuster
Frank Steinmetzger writes: > So after the recent thread here about 32bit/64bit and some arguments > from a friend, I made the switch from 32 bit to 64 bit (with a clean > install from scratch of course). There’s one big problem I’m having: I > cannot see the Grub (legacy) boot menu. It still fun

[gentoo-user] My PC died. What should I try?

2012-08-17 Thread Alex Schuster
Hi there! Two days ago, my PC suddenly died, after working fine for half a year. I used myrtcwake as usual to suspend to RAM, and it woke up in the morning. But after two minutes, the screen went blank and nothing, even SysRq, gave a reaction. I tried booting a couple of times again, and some

Re: [gentoo-user] My PC died. What should I try?

2012-08-17 Thread Alex Schuster
meino.cra...@gmx.de writes: ...shot in the dark: Remove as much as possible of the cards, addons, connections etc from the PC ... make in as much "bare bone" as possible. Done already. Check All coolers (the little ones also) for dust. Remove all dust even if it is not completly covered with

Re: [gentoo-user] My PC died. What should I try?q

2012-08-17 Thread Alex Schuster
Randolph Maaßen writes: Aaa aAaa aaa a Am 17.08.2012 10:31 schrieb mailto:meino.cra...@gmx.de>>: > > Hi Alex, > > ...shot in the dark: > Remove as much as possible of the cards,aadwqqqaaa www wpa www a weißes www aa Array www www www a aaa aa aadwqqqaaa aaa w aadwqqqaaa www aa a

Re: [gentoo-user] My PC died. What should I try?q

2012-08-17 Thread Alex Schuster
Randolph Maaßen writes: 2012/8/17 Alex Schuster mailto:wo...@wonkology.org>> Woow! What is going on here? Damn!! Sorry for this bad post, somehow my phone unlocked in my pocket. I'm happy for every reply, and this was a very special one :) -- Mit freundlichen Gr

Re: [gentoo-user] My PC died. What should I try?

2012-08-17 Thread Alex Schuster
v...@ukr.net writes: If the system behaves in such an unpredictable way (freezing at a random point), I usually check the following things: - RAM; - bloated capacitors on the Motherboard; - bloated or dried capacitors in the power supply unit; If your PC is only half a year old, it is unl

Re: [gentoo-user] My PC died. What should I try?

2012-08-17 Thread Alex Schuster
Volker Armin Hemmann writes: sounds like a power problem. Either psu is gone bad (get a new one) Well, I got three old ones instead :) or your mainboard's power circuitry gone bad (if replacement of psu does not help, get a new one). It did not help :( Too bad, I probably need a new main

Re: [gentoo-user] My PC died. What should I try?

2012-08-17 Thread Alex Schuster
Paul Hartman writes: > If you are using a video card (instead of built-in/on-board video) I > would try a different video card, if you have an old or spare one. I > have had lots of video cards die from overheating and power spikes. Sorry, I did not mention that I do not have a video card, it's o

Re: [gentoo-user] My PC died. What should I try?

2012-08-19 Thread Alex Schuster
Dale spent two cents: Just my two cents here. Problems like this are usually the power supply. Could it be the mobo, yes it could but the power supply is more likely, usually cheaper to replace and easier to. I had a friends puter that was acting weird, random reboots and such, it was the pow

Re: [gentoo-user] Invalid module format

2012-08-21 Thread Alex Schuster
Tamer Higazi writes: I did what you say, now the magic issue comes, the kernel drivers ARE BUILT for this kernel, here the modinfo output: tamer@office ~ $ sudo modinfo /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko +filename: /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/

Re: [gentoo-user] SSD performance tweaking

2012-08-23 Thread Alex Schuster
Mark Knecht writes: I'm currently just using a single large partition & ext3. I didn't do anything special in fdisk so the partition might not be aligned as best it could be. I don't know. See if the partition's starting block is 63 as it used to be in the past. In this case the alignment

Re: [gentoo-user] NFS mounts and uid/gid/user names

2012-08-25 Thread Alex Schuster
meino.cra...@gmx.de writes: to not to stress the SD-card of my single board computer too much I mounted a directory of my PC via NFS at my single board computer, so that compilations and other task which need to be done while installing will access the hd and not the SD-card. (The singleboard co

Re: [gentoo-user] SSD performance tweaking

2012-08-26 Thread Alex Schuster
Frank Steinmetzger writes: > On Thu, Aug 23, 2012 at 12:15:20PM +0200, Alex Schuster wrote: The size of an erasable block of SSDs is even larger, usually 512K, it would be best to align to that, too. A partition offset of 512K or 1M would avoid this. Unless the filesystem knows this

Re: [gentoo-user] SSD performance tweaking

2012-08-26 Thread Alex Schuster
Volker Armin Hemmann writes: Am Sonntag, 26. August 2012, 13:41:09 schrieb Alex Schuster: Frank Steinmetzger writes: Unless the filesystem knows this and starts bigger files at those 512 k boundaries (so really only one erase cycle is needed for files <=512 k), isn't this fairly sup

Re: [gentoo-user] SSD performance tweaking

2012-08-26 Thread Alex Schuster
Am 26.08.2012 16:21, schrieb Volker Armin Hemmann: Am Sonntag, 26. August 2012, 14:49:08 schrieb Alex Schuster: Volker Armin Hemmann writes: Am Sonntag, 26. August 2012, 13:41:09 schrieb Alex Schuster: Yes, I know that. But why exactly does it help to align a partition to the erasable block

Re: [gentoo-user] My PC died. What should I try?

2012-08-28 Thread Alex Schuster
I wrote: Well, all I can do now is to get a new board and see if things will be okay then. This took longer than expected. The board I wanted (the same I already have) was not available, I had to order it. Strange, there is only one that has the features I want - AMD3+ chipset, four memory b

Re: [gentoo-user] My PC died. What should I try?

2012-08-29 Thread Alex Schuster
Peter Humphrey writes: On Tuesday 28 August 2012 21:57:43 Alex Schuster wrote: I wrote: Well, all I can do now is to get a new board and see if things will be okay then. [...] So I had to wait. And when it became available, I wondered if it might be the processor instead that has the problem

Re: [gentoo-user] My PC died. What should I try?

2012-08-29 Thread Alex Schuster
Dale writes: Alan McKinnon wrote: Rule #1 in dealing with odd weird strange computer faults is ALWAYS test with another PSU of at least twice the capacity you think you need. +1 I always start with the P/S. Well, unless I see something else unrelated letting the smoke out. Even then tho, a

Re: [gentoo-user] My PC died. What should I try?

2012-08-29 Thread Alex Schuster
Volker Armin Hemmann writes: Am Dienstag, 28. August 2012, 22:57:43 schrieb Alex Schuster: This sucks. Is it a faulty board again? Is something (the PSU?) killing the board once I turn the thing on? What will happen when I have the next board and try again? Argh. so - instead of changing

Re: [gentoo-user] Gentoo is the best linux distro

2012-09-12 Thread Alex Schuster
Alan McKinnon writes: On Mon, 10 Sep 2012 17:33:05 -0700 Mark Knecht wrote: Like Paul and many others I've never looked back. I'm no power user, and contrary to a lot of the press out there I don't think you need to be to use this distro. That's actually quite perceptive and correct. You d

Re: [gentoo-user] Gentoo is the best linux distro

2012-09-12 Thread Alex Schuster
Michael Mol writes: On Wed, Sep 12, 2012 at 9:33 AM, Neil Bothwick mailto:n...@digimed.co.uk>> wrote: Instead we get, try USE="-*" :P "Try MAKEOPTS='-j1'" Which in fact often helps... especially for me, I am using MAKEOPTS="-j --load=4", and I often experience build problems that are

Re: [gentoo-user] Re: dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Alex Schuster
Nikos Chantziaras writes: > What the other posters said, except that you shouldn't add "splitdebug" > in your make.conf. If you do that, it will affect all packages. > > What you do instead is put this text into > /etc/portage/env/sys-libs/glibc (yes, it must be a text file, not a > directory

Re: [gentoo-user] virtualbox - serial port

2012-09-18 Thread Alex Schuster
J. Roeleveld writes: Joseph wrote: ls -l /dev/ttyS0 crw-rw 1 root tty 4, 64 Sep 17 20:56 /dev/ttyS0 Is the above correct permission? Those are default permissions. However those normally won't give a normal user access. You can change the permissions of that file/device to enable you

Re: [gentoo-user] Understand Portage not

2012-09-30 Thread Alex Schuster
Silvio Siefke writes: > i try to build freecad from source, in Portage is mask. I try to build > the requirements, but i understand really > not what portage me say with this message. > > !!! Multiple package instances within a single package slot have been > pulled !!! into the dependency graph,

Re: [gentoo-user] emerge --sync

2012-10-15 Thread Alex Schuster
Silvio Siefke writes: > i try to install a Gentoo Vserver by Hosteurope. Im have take the last > stage archive, because the vserver Archiv is old i think. When i want > run emerge --sync it gives only this message: [...] > ERROR: out of memory in flist_expand [receiver] > rsync error: error alloc

Re: [gentoo-user] emerge --sync

2012-10-15 Thread Alex Schuster
Alan McKinnon writes: > On Mon, 15 Oct 2012 21:03:59 +0200 > Silvio Siefke wrote: > > > On Mon, 15 Oct 2012 19:50:07 +0200 > > Alex Schuster wrote: > > > > > As it says, you're out of memory. It seems you are low on RAM, what > > > does

Re: [gentoo-user] genlop and tab completion acts weird

2012-10-22 Thread Alex Schuster
Dale writes: > I been noticing something weird. If I try to use tab completion with > the genlop command, I get things like this: > > root@fireball / # genlop -t -f /var/-su: /etc/make.globals: No such file > or directory > hp-toolbox.lock ^C Similar here, with missing /etc/make.conf. It's work

Re: [gentoo-user] gentoo install problem

2012-11-04 Thread Alex Schuster
刘焕杰 writes: > Hi guys, I try to install Gentoo this morning. > I follow the instructions in the official website. > But after I reboot, it appears like below: > > this is (none). > unknown_domain Gentoo Linux 3.5.7 > (none) login: Put the host name in /etc/conf.d/hostname, and the fully qu

Re: [gentoo-user] SSD configuration

2012-11-25 Thread Alex Schuster
Jacques Montier writes: I bought a 250Go SSD M4 Crucial , read (of course) Gentoo documentation and installed the drive on my desktop pc (Asus MB, Intel ie7 and 6Go RAM). 1- Everything seems to work perfectly, but i would like to know if my configuration is ok or could be optimized. /tmp and /

Re: [gentoo-user] SSD configuration

2012-11-26 Thread Alex Schuster
Luis Gustavo Vilela de Oliveira writes: Well, with 8Gb RAM, i recommend use tmpfs on PORTAGE_TMPDIR, just while u are compiling anything. Or even with 6Gb too. I have 16 GB, with 8GB for $PORTAGE_TMPDIR on tmpfs. There were issues with some packages having not enough space, so I have this in

Re: [gentoo-user] python 3.1 removed

2012-12-10 Thread Alex Schuster
James wrote: Python 2.7 is my default setting. I also had python 3.1 and 3.2 both installed. I read about how I should get rid of 3.1 and force those apps that need/want python 3 to use python 3.2. (makes sense but I did not fully research it). So I did these steps: emerge -C python:3.1 esel

<    5   6   7   8   9   10   11   >