[gentoo-user] no scroll back on eee

2009-05-07 Thread maxim wexler
Hi group, I checked my kernel config and found that console scrollback is enabled and given 64k capacity. Guess that's the default. But the console can't be scrolled back a single line. I upped the capcity to 128k, same thing. On the desktop I can hold down the shift and up-arrow keys and scro

Re: [gentoo-user] no scroll back on eee

2009-05-08 Thread maxim wexler
>   Shift + PgUp/PgDown scrolls a half page at a time on > the console, to aha! Shift +PgUp/PgDn+*fn*= scroll back. Thanks. BTW, are you using a frame buffer? I can't seem to get uvesafb to work. Maxim __ Be smarter than sp

Re: [gentoo-user] no scroll back on eee

2009-05-08 Thread maxim wexler
> BTW, are you using a frame buffer? I can't seem to get > uvesafb to work. > Whoa! Scratch that, now the framebuffer works but not scrollback! Not really worth it. mw __ Yahoo! Canada Toolbar: Search from anywhere on the

[gentoo-user] help needed to connect wifi on eee

2009-05-12 Thread maxim wexler
Hi group, I'm trying to connect at the library to their wifi(Open network, no key required), but it's not working so I moved to one of their own machines to send this. Here's the steps I took: cat /proc/net/wireless gives me the interface wlan0 ifconfig wlan0 up iwlist wlan0 scan reveals t

[gentoo-user] more eee900a ?s

2009-05-14 Thread maxim wexler
Hi group, How do I activate the (blue) fn buttons? I'd be particularly interested in learning how to turn the wifi on/off and entering sleep mode. Is CONFIG_ACPI_ASUS still required in the config as either a built-in or a module for >= 2.6.28 kernels? The window says it's deprecated and poss

Re: [gentoo-user] help needed to connect wifi on eeeSTOKED!

2009-05-15 Thread maxim wexler
> > ifconfig wlan0 up > > > > iwlist wlan0 scan reveals the network name, the chan. > > > > iwconfig wlan0 essid "Network Name" > > > > iwconfig wlan0 chan 1 > > > > dhcpcd wlan0 should sort this. > It did, thanks Neil! Now, can you point a way forword? My eeepc is strictly bare bones, for

Re: [gentoo-user] help needed to connect wifi on eeeSTOKED!

2009-05-15 Thread maxim wexler
--- On Fri, 5/15/09, James Ausmus wrote: > I have just (first full boot with X this morning, actually) > gotten my wife's eeePC 900A switched over to Gentoo. I > have a full install with kernel 2.6.29, X (1.6.1), Intel > drivers (with DRI2, enabling *very* smooth and fast > compositing), full K

Re: [gentoo-user] help needed to connect wifi on eeeSTOKED!

2009-05-16 Thread maxim wexler
> I've been running mine for over a year, using ~x86 so using ~x86? As a USE flag, in package.keywords, ACCEPT_KEYWORDS...? mw __ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Do

[gentoo-user] nagging USE flag question

2009-05-18 Thread maxim wexler
Hi group, The time has come to edit make.conf on my new gentoo-netbook. But one thing has always bothered me: What's the point of specifying a *negative* flag with a hyphen? Why not just leave the flags you don't use out of the file entirely? In a related matter, is there a paludis equivalent

Re: [gentoo-user] more eee900a ?s

2009-05-19 Thread maxim wexler
> I haven't tried toggling the wireless, but the sleep key > and power button > can be used with ACPI and sys-power/hibernate-script. > > % cat /etc/acpi/events/sleep I did an emerge of acpi but it didn't create anything in /etc. Did you make them by hand? Maxim ___

[gentoo-user] portage2paludis question

2009-05-19 Thread maxim wexler
Hi group, When the portage2paludis script completes it says I need to create /var/db/pkg/.cache and directories beneath it named after /etc/paludis/repositories. Under /etc/paludis/repositories there are gentoo.conf, installed.conf and layman.conf. Question: are these new dirs named gentoo

Re: [gentoo-user] portage2paludis question

2009-05-19 Thread maxim wexler
> > Question: are these new dirs named gentoo OR gentoo.conf > and so on for the other two? > > Maxim Went ahead and named them just gentoo etc no .conf. And paludis --sync worked! But the dirs are empty. Would it have worked if I had added .conf to the dir names? mw

[gentoo-user] paludis and make.conf

2009-05-20 Thread maxim wexler
Hi group, Now that I'm starting to use paludis in place of portage, I often see scoot by on my console something like: CONFIG_PROTECT CONFIG_PROTECT_MASK updating caches. Sure enough, under /var/db/pkg/.cache, appear the following: all_CONFIG_PROTECT all_CONFIG_PROTECT_MASK But how did palud

[gentoo-user] [OT]eee 900a intel atom is what processor family?

2009-05-20 Thread maxim wexler
Hi group, Going through my kernel config I see CONFIG_M686 "Pentium Pro". That can't be right. But there is nothing for Intel Atom, the 900A's processor. Is it CONFIG_M586? Is CONFIG_M386 my best choice, the default? BTW /etc/paludis/bashrc lists: CFLAGS="-02 -march=i686 -pipe". Is that supp

[gentoo-user] acpid woes

2009-05-21 Thread maxim wexler
Hi group, When my netbook boots I get: ... apcid: cannot open input layer [ok] *cpufreqd requires kernel config CONFIG_CPU_FREQ ... but a grep of the kernel config reveals: CONFIG_CPU_FREQ=y Is there something else I'm missing? Maxim ___

Re: [gentoo-user] [OT]eee 900a intel atom is what processor family?

2009-05-21 Thread maxim wexler
> > But there is nothing for Intel Atom, the 900A's > processor. Is it > > CONFIG_M586? Is CONFIG_M386 my best choice, the > default? > > AFAIK, CONFIG_MCORE2 is the correct choice. > > > BTW /etc/paludis/bashrc lists: > > > > CFLAGS="-02 -march=i686 -pipe". Is that supposed to > reflect the p

Re: [gentoo-user] [OT]eee 900a intel atom is what processor family?

2009-05-21 Thread maxim wexler
> > The more generic choices you have will work, but be > slightly less > > optimised. > > Could also perhaps try -march=auto if you're using a > version of GCC > that supports it. $gcc --version gcc (Gentoo-4.3.2-r3 p1.6, pie-10.1.5) 4.3.2 googled gcc 4.3.2 + -march=auto; got nothing. Does tha

Re: [gentoo-user] Re: -march=auto

2009-05-22 Thread maxim wexler
--- On Thu, 5/21/09, Alex Schuster wrote: > From: Alex Schuster > Subject: [gentoo-user] Re: -march=auto > To: gentoo-user@lists.gentoo.org > Received: Thursday, May 21, 2009, 12:30 PM > I just wrote: > > > > Could also perhaps try -march=auto if you're > using a version of GCC > > > that su

[gentoo-user] paludis --uninstall leaves stuff behind

2009-05-22 Thread maxim wexler
Hi group, Having determined that the Intel Atom CPU probably doesn't allow frequency scaling, or at least the current kern config doesn't, I did paludis -u cpfreqd && paludis -u cpfrequtils because I got these annoying messages that CONFIG_CPU_FREQ must be set(it is!) And rebooted -- same mes

[gentoo-user] Is paludis bad for SSDs?

2009-05-22 Thread maxim wexler
Hi group, This is a follow up to an earlier post about using paludis --uninstall. After not quite uninstalling cpufreqd and cpufrequtils(boot still complains) I gave ctrl-alt-del. When the eee 900a 4G SSD rebooted got a scary message the gist of which was that the file system was corrupt but w

Re: [gentoo-user] Re: -march=auto

2009-05-22 Thread maxim wexler
> If so, Daniel's > tip about 'gcc -Q --help=target -march=native' will give > you the exact > options to use. > >     Wonko > > See attachment please. Some stuff is enabled, some disabled, some blank. And -march=prescott !? Maxim

Re: [gentoo-user] Is paludis bad for SSDs?

2009-05-23 Thread maxim wexler
> Are you using baselayout1 or baselayout2/openrc? Hadn't thought about it. baselayout-1.12.11.1 appears under /var/db/pkg/sys-apps/ Do you recommend migrating to openrc as per http://www.gentoo.org/doc/en/openrc-migration.xml ? Maxim

Re: [gentoo-user] Is paludis bad for SSDs?

2009-05-23 Thread maxim wexler
> > > Are you using baselayout1 or baselayout2/openrc? > > > > Hadn't thought about it. baselayout-1.12.11.1 appears > under > > /var/db/pkg/sys-apps/ > > > > Do you recommend migrating to openrc as per > > My point was not that you should migrate, but if you did or > will do, you > should make

Re: [gentoo-user] was paludis and make.conf - reply to DH

2009-05-23 Thread maxim wexler
--- On Wed, 5/20/09, maxim wexler wrote: > From: maxim wexler > Subject: [gentoo-user] paludis and make.conf > To: gentoo-user@lists.gentoo.org > Received: Wednesday, May 20, 2009, 1:57 PM > > Hi group, > > Now that I'm starting to use paludis in place of porta

[gentoo-user] acpid: cannot open input layer -- why is that [ok]?

2009-05-24 Thread maxim wexler
Hello group, If you google "acpid: cannot open input layer" with quotes, you'll get zero hits. "cannot open input layer" results in five hits all refering back to my own email. I started seeing this in the boot console followed by the green [ok] sign after following the gentoo Power-Managemen

Re: [gentoo-user] Re: paludis and make.conf

2009-05-24 Thread maxim wexler
--- On Sun, 5/24/09, Alan McKinnon wrote: > > That should be explained in the portage docs. > > Best possible answer :-) > > It's right there is man 5 make.conf: > > One enables protection for the given files/docs. > The other disables it. But I thought paludis had its own suite of pkg hand

Re: [gentoo-user] was paludis and make.conf - reply to DH

2009-05-25 Thread maxim wexler
> basis? Or is there some > > option to send to paludis to remove everything when it > comes time to > > uninstall? I don't see anything under $man paludis > -> Uninstall options. > > It's not a dependancy thing is it? > > No, paludis doesn't have such an option. However, if you > watch paludis'

[gentoo-user] [ot] no more inodes

2009-05-28 Thread Maxim Wexler
Hi group, For a netbook 4G SSD. Attempting to install mozilla-firefox. jdk fails: No space left on device. df -i reveals no more inodes. I reboot thinking this will help. Wrong. Lots of 'No space left on device messages' with reference to /var/lib/iinit.d/* in the boot console. And this gem: '*E

Re: [gentoo-user] [ot] no more inodes

2009-05-28 Thread Maxim Wexler
> My advice: Save everything to another disk and then reformat the > partition with a higher amount of inodes. Everything? Won't that copy over the extraneous inodes? > > This will create a file system with three times as many indoes as you > had before. Is 3x enough? I haven't even gotten off t

Re: [gentoo-user] [ot] no more inodes

2009-05-29 Thread Maxim Wexler
defaults,noatime,mode=1777 0 0 Does this have anything to do with the inode issue? What's the best fs for a 4G SSD? I picked ext3 because of another eee forum post. Maxim On 5/28/09, Volker Armin Hemmann wrote: > On Donnerstag 28 Mai 2009, Florian Philipp wrote: >> Maxim Wexler sc

Re: [gentoo-user] [ot] no more inodes

2009-05-29 Thread Maxim Wexler
> I found the best way to deal with the Eee 900's two drives was to create > a small root partition (I used 200M) and swap on sda. Then make the rest > of sda and all of sdb into an LVM volume group. I still use ext3 for /, > but it contains so little that inodes are not an issue. You definitely >

[gentoo-user] alternatives to 2008.0 live-install CD

2009-05-31 Thread Maxim Wexler
Hi group, I was intending to use the 2008.0 live-install CD as a chroot platform on a 900A EEE. Gentoo refers to the 2008.0 series as 'deprecated'. For good reason: there's no ppp, no atheros wifi or eth0 support, BUT it has lvm2 which I need. This makes it much more difficult, since I cannot even

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-05-31 Thread Maxim Wexler
> > Of course, both the wired and wireless interfaces are now supported by the > kernel, so the latest auto-build may be suitable. > > > -- > Neil Bothwick Hmm, how difficult is it cobble together an iso out of these? Afterall we don't need CDs anymore. Some kind of script would be cool. Matter-

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-05-31 Thread Maxim Wexler
Here's something, fireballiso. Anybody used this? Gentoo-like, but it's not in portage. On 5/31/09, Maxim Wexler wrote: >> >> Of course, both the wired and wireless interfaces are now supported by >> the >> kernel, so the latest auto-build may be suitable. >

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-05-31 Thread Maxim Wexler
> * rox-extra/roxiso > Available versions: 061007-r1 > Homepage:http://kymatica.com/index.php/Software > Description: RoxISO. A graphical frontend to mkisofs and > cdrecord. > > > Does that make a iso file? Drag and drop to the RoxISO gui. It gives me errors wh

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-05-31 Thread Maxim Wexler
On 5/31/09, Dirk Heinrichs wrote: > Am Sonntag, 31. Mai 2009 21:38:59 schrieb Maxim Wexler: >> Can somebody recommend an alternative, preferably non-debian; > > Did you try GRML? That's what I usually use. > > HTH... > > Dirk Well, it's debian. And uses

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-06-01 Thread Maxim Wexler
> Err, click on an link and the ISO downloads, it's not difficult at all. > > http://ftp.heanet.ie/pub/gentoo/releases/x86/autobuilds/20090526/install-x86-minimal-20090526.iso be nice if gentoo.org -> get gentoo lead to the new stuff. mw

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-06-01 Thread Maxim Wexler
I'm looking at it now. Why? There's nothing new there unless it's some link I haven't clicked yet. On 6/1/09, Daniel Pielmeier wrote: > Maxim Wexler schrieb am 01.06.2009 18:45: >>> Err, click on an link and the ISO downloads, it's not difficult at all. &g

Re: [gentoo-user] alternatives to 2008.0 live-install CD

2009-06-01 Thread Maxim Wexler
> I'm looking at it now. Why? There's nothing new there unless it's some > link I haven't clicked yet. Oops, top-post! Top-post! Haven't quite got the hang of this gmail thingee yet.

[gentoo-user] no battery state/info in minimal-x86-install-20090526.iso?

2009-06-01 Thread Maxim Wexler
Hi group, Just booted into the latest iso on my netbook and first I wanted to check the battery state: #cat /proc/acpi/battery/BAT0/state. No such file. Looked all over /proc/acpi/. Nothing in /var/log/messages. So I do #modprobe battery but that doesn't do it. This is an Asus product, so I do

Re: [gentoo-user] no battery state/info in minimal-x86-install-20090526.iso?

2009-06-02 Thread Maxim Wexler
>> No such file. Looked all over /proc/acpi/. Nothing in /var/log/messages. >> > Search beneath /sys. > On my thinkpad battery interface went to > /sys/bus/platform/devices/ > Ok, I see it /sys/bus/acpi/drivers/battery and bind, uevent and something in pink beneath that but I can't read them "perm

[gentoo-user] ctrl-alt-del change for minimal-x86-install-20090526.iso?

2009-06-02 Thread Maxim Wexler
Hi group, I note that ctrl-alt-del no longer shuts off my netbook. It gets to 'remounting file sytems read only' then stops. I have to hold the power button for about 5 secs to get the thing to shut down. Is there a new, approved way of shutting down one's netbook? Maxim

Re: [gentoo-user] cannot completely shut down my system from command line

2009-06-02 Thread Maxim Wexler
On 6/2/09, John covici wrote: > Hi. I am running unstable gentoo and baselayout2, however when I > shutdown my system with something like shutdown -r now -- it gets into > a state where it says > init: no more processes in this run level, but it never will restart > or shutdown if I use -h. How

Re: Tweaks for SSDs [Was: [gentoo-user] [ot] no more inodes]

2009-06-03 Thread Maxim Wexler
> Partioning scheme and formatting tricks for optimal performance: > http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/ Great resource. I wonder if any members found objections posted by 'starfry' at the bottom of the article worthy of consideration. Or did th

[gentoo-user] lvm2 questions

2009-06-04 Thread Maxim Wexler
Hi group, Creating LVM partitions on SSD and SD card using systemrescuecd-1.2.0 while following doc, 'Gentoo LVM2 installation'. In the doc it says to edit the 'filter =' statement in lvm.conf in order to scan the correct devices. But just below it says to use #pvcreate with the appropriate devic

Re: [gentoo-user] lvm2 questions

2009-06-04 Thread Maxim Wexler
On 6/4/09, Albert Hopkins wrote: > You'll know if LVM has detected your PVs by running pvdisplay. Check! Thanks Albert Another please, from the doc: "Note: As Terje Kvernes commented, it is easier to increase the size of a partition then to shrink it. You might therefore want to start with sm

[gentoo-user] more tripleE SSD fs controversy

2009-06-05 Thread Maxim Wexler
Hi group, More and more I'm coming across references to "cheap" ssds in the EEEs. http://www.hohndel.org/communitymatters/eeepc/best-filesystem-choice-for-the-eeepc/ recommends ext2. Which I found surprising, but the guy seems knowlegeable. Here is Theodore T'so: # mke2fs -t ext4 -E stripe-wid

Re: [gentoo-user] more tripleE SSD fs controversy

2009-06-06 Thread Maxim Wexler
> > ext2 is normally recommended for "cheap" SSDs such as are in the EEE > because it is a non-journalled FS, which is kind of important when your > disk has severely limited write life. It's not just the write life I'm worried about; it's booting into a system whose partitions no longer line up,

[gentoo-user] peculiar ppp problem

2009-06-08 Thread Maxim Wexler
Hi group, I have been switching my dial-up account between my desktop PC and my netbook eee. Both use identical ppp conf files except the PC uses /dev/ttyS0 and the netbook uses /dev/ttyUSB0(created by the pl2303 driver and a usb/serial connector). I'm using separate but identical USR modems. Bot

[gentoo-user] can't emerge gentoo-sources from sysrescd-1.2.0

2009-06-10 Thread Maxim Wexler
Hi group, I thought that this was the fault of my dialup connection at home but now I find it's doing it at the wifi spot in the library. I'm following the quick-install guide and got to 'code listing 2-19'. Portage goes through the mirror addresses but can't resolve any; as if there were no conn

Re: [gentoo-user] can't emerge gentoo-sources from sysrescd-1.2.0FIXED

2009-06-10 Thread Maxim Wexler
On 6/10/09, Boris Fersing wrote: > On Wed, Jun 10, 2009 at 22:44, Maxim Wexler wrote: >> Hi group, >> > Hi, > >> I thought that this was the fault of my dialup connection at home but >> now I find it's doing it at the wifi spot in the library. >> >

[gentoo-user] kernel config for eee w/Atom N270 CPU

2009-06-11 Thread Maxim Wexler
Hi group, Been tracking down other's kern config for 900A w/ N270 Atom cpu and notice, so far, everyone goes for CONFIG_SMP=y. Why, particularly when most commenters stress keeping the kernel as slim as possible? In the window we have 'If you have a system with only one CPU, like most personal c

Re: [gentoo-user] kernel config for eee w/Atom N270 CPU

2009-06-11 Thread Maxim Wexler
On 6/11/09, Paul Hartman wrote: > On Thu, Jun 11, 2009 at 1:14 PM, Maxim Wexler wrote: >> Hi group, >> >> Been tracking down other's kern config for 900A w/ N270 Atom cpu and >> notice, so far, everyone goes for CONFIG_SMP=y. Why, particularly when >> most c

[gentoo-user] building packages remotely

2009-06-12 Thread Maxim Wexler
Hi group, I've read references here and in other forums to building packages on a desktop PC and installing them on a note/netbook remotely as a way of relieving stress on the smaller machine. Can someone point me to the documentation or howto? I can't seem to come up with the proper google input

[gentoo-user] conflict in fstab w/ lvm?

2009-06-12 Thread Maxim Wexler
Hi group, Following the LVM2 gentoo doc I have in fstab: ... /dev/vg/tmp /tmp ext2 noatime 0 2 ... But also(suggested by the eee forum): ... #shm/dev/shmtmpfs nodev,nosuid,noexec 0 0 tmpfs /tmptmpfs defaults,noatime,mode=1777 0 0 Is this legal? Mountin

Re: [gentoo-user] conflict in fstab w/ lvm?

2009-06-12 Thread Maxim Wexler
On 6/12/09, Daniel da Veiga wrote: > On Fri, Jun 12, 2009 at 16:45, Maxim Wexler wrote: >> Hi group, >> >> Following the LVM2 gentoo doc I have in fstab: >> >> ... >> /dev/vg/tmp /tmp ext2 noatime 0 2 >> ... >> >> But also(s

Re: [gentoo-user] conflict in fstab w/ lvm?

2009-06-12 Thread Maxim Wexler
On 6/12/09, Mike Kazantsev wrote: > On Fri, 12 Jun 2009 13:45:04 -0600 > Maxim Wexler wrote: > >> #shm /dev/shmtmpfs nodev,nosuid,noexec 0 0 > > I wonder, what's the rationale behind commenting out shm? > Good question. I was given to understand

[gentoo-user] lvm problem(s)

2009-06-14 Thread Maxim Wexler
Hi group, My fresh install of 2.6.29-r5 goes kablooey just after 'Loading module dm-mod' Then the boot console reports: Couldn't find device with uuid 'ldwVeS-gw14-HE42-M3Gw-DILI-Dbjh-2lHroF' and Couldn't find all physical volumes for volume group vg. and Volume group "vg" not found The abo

Re: [gentoo-user] lvm problem(s)

2009-06-15 Thread Maxim Wexler
On 6/15/09, Neil Bothwick wrote: > On Sun, 14 Jun 2009 19:04:35 -0600, Maxim Wexler wrote: > >> My fllter in lvm.conf : filter = [ "a|/dev/sd[ab]|", "r/.*/"] which >> corresponds to my Phison SSD and a 8G SD card. > > On an Eee 900, the SD card is sdc.

Re: [gentoo-user] lvm problem(s)

2009-06-15 Thread Maxim Wexler
> Have you tried with the default filter > filter = [ "r|/dev/nbd.*|", "a/.*/" ] exact same result. mw

Re: [gentoo-user] lvm problem(s)

2009-06-15 Thread Maxim Wexler
> > With baselayout2 and openrc, you need to explicitly put lvm into the boot Wow! I didn't even realize lvm was in init.d. There's nothing in the doc about it. So I went ahead and added to the boot-level and rebooted. Same as before with (looks like) one addition: ... *The lvm init-script is wri

Re: [gentoo-user] lvm problem(s)

2009-06-15 Thread Maxim Wexler
> > #LVM should normally only be started after mdraid is available > #this is because LVM physical volumes are very often MD devices > RC_AFTER="mdraid" > > #vim: ft=gentoo-conf-d > > Well, I don't have mdraid, as far as I know. I'll just comment out > that line and see where it leads. > > mw nowh

Re: [gentoo-user] lvm problem(s)

2009-06-15 Thread Maxim Wexler
> > So where is the second SSD. This is the 900 you have? 900A, maybe different from yours. >> Cool! There's all my little dirs. Thanks Neil. But isn't it supposed >> to do this automaticamente? > > Yes, but the duplicate filter line is preventing your VGs from being > created, so mounting those

Re: [gentoo-user] lvm problem(s)

2009-06-16 Thread Maxim Wexler
>> FWIW only one device, the SD card, can't be found and it is listed >> about 20 times in the boot console before the LVM gives up. > > Is everything needed to use the SD card compiled into the kernel? As it > works after everything is loaded, I suspect not. Look for anything > relevant in the out

Re: [gentoo-user] lvm problem(s)

2009-06-16 Thread Maxim Wexler
On 6/16/09, Maxim Wexler wrote: >>> FWIW only one device, the SD card, can't be found and it is listed >>> about 20 times in the boot console before the LVM gives up. >> >> Is everything needed to use the SD card compiled into the kernel? As it >> works

Re: [gentoo-user] lvm problem(s)

2009-06-16 Thread Maxim Wexler
> > If google or menuconfig's help function doesn't give me an answer in 10 > minutes, I boot off Ubuntu Netbook Remix on a usb stick (it's a 1G > download), > and note which modules it loads and settings it uses for stuff. Boot back > into > gentoo, configure and build accordingly ... sorted Does

Re: [gentoo-user] lvm problem(s)FIXED

2009-06-16 Thread Maxim Wexler
On 6/16/09, Neil Bothwick wrote: > On Tue, 16 Jun 2009 22:39:56 +0200, Alan McKinnon wrote: > >> I also find in general that rescue systems are not very good at these >> desktopy things, and automagic SD card hotplugging is very much >> something driven by desktop usage. Try by all means, I just t

Re: [gentoo-user] lvm problem(s)NOT-FIXED

2009-06-16 Thread Maxim Wexler
On 6/16/09, Neil Bothwick wrote: > On Tue, 16 Jun 2009 22:39:56 +0200, Alan McKinnon wrote: > >> I also find in general that rescue systems are not very good at these >> desktopy things, and automagic SD card hotplugging is very much >> something driven by desktop usage. Try by all means, I just t

Re: [gentoo-user] lvm problem(s)NOT-FIXED

2009-06-17 Thread Maxim Wexler
>> Guess you're right, I don't want hotplugging. > > I never said you don't want hotplugging. Set rc_hotplug to you said "automatic" hotplugging; is that something else? > "!net.*" to disable network hotplugging, and add net.lo back to the boot thanks Neil, speeds up the boot process a lot. May

Re: [gentoo-user] lvm problem(s)

2009-06-17 Thread Maxim Wexler
> > Locking type 1 initialisation failed googling this finds precious little -- whether spelled with an 's' or a 'z', but check this: http://bugs.gentoo.org/show_bug.cgi?id=118275#c16 A lot like my situation: the unit boots, the above error flashes by, I log into a crippled system and enter the

[gentoo-user] lvm problem -- is timing?

2009-06-19 Thread Maxim Wexler
Hi group, Rather than resurrect an old thread though I'd start anew with a fresh clue. Seems if I add the commands: vgscan --mknodes vgchange -a y mount -a to /etc/conf.d/bootmisc and add it to the boot runlevel, the eee boots to a coherent system BUT not before going through LVM failure, error

Re: [gentoo-user] lvm problem -- is timing?

2009-06-20 Thread Maxim Wexler
> Guess you can do the same, at least if you don't have dm-crypt > mappings, or you can try adding device-mapper to sysinit level directly. > > > Here's my boot sequence (from rc.log): > > > rc sysinit logging started at Fri Jun 12 04:24:55 2009 No good. rc-update shows udev, devfs, dmesg, devic

Re: [gentoo-user] lvm problem -- is timing?

2009-06-20 Thread Maxim Wexler
> As said above, it's not not needed. Maybe it's better to investigate wether > there are any leftovers from baselayout 1 in the runlevels. This was at How? > least > the reason I got an unbootable system after switching to bl 2. > I upgraded to bl-2 to avoid this problem but it didn't help. The

Re: [gentoo-user] lvm problem -- is timing?

2009-06-20 Thread Maxim Wexler
> So you should really put device-mapper into the boot runlevel. And btw, why > do > compile things as modules which you need in any case? Doesn't make sense to > me. > I put device-mapper into the boot runlevel. I re-compiled the kernel with dm-mod=<*>, dm_crypt=<*>, mmc_block=<*> and rebooted.

Re: [gentoo-user] lvm problem -- is timing?

2009-06-21 Thread Maxim Wexler
> Could you please remove rc.log, reboot and post the fresh rc.log? Done: rc shutdown logging started at Sun Jun 21 14:40:55 2009 * Stopping local... [ ok ] * Saving random seed... [ ok ] * Deactivating swap devices... [ ok ] * Unmounting network filesystems... [ ok ] * Bringing down interfa

Re: [gentoo-user] lvm problem -- is timing?

2009-06-21 Thread Maxim Wexler
> differences: no device-mapper, no consolefont, no lvm, no root My bad: root IS there. > noted above) eg bootmisc -> /etc/init.d/bootmisc. Maybe if I add the > missing links to /usr/share/openrc/runlevels that'll fix things...I'll > try that in the meantime. No change whatever. Back to the draw

Re: [gentoo-user] lvm problem -- is timing?

2009-06-21 Thread Maxim Wexler
On 6/21/09, Neil Bothwick wrote: > On Sun, 21 Jun 2009 15:16:49 -0600, Maxim Wexler wrote: > >> mount: /dev/vg/tmp already mounted on /tmp >> mount: tmpfs already mounted on /tmp > > It's nothing to do with your problem, but why are you mounting two > filesystem

Re: [gentoo-user] lvm problem -- is timing?

2009-06-21 Thread Maxim Wexler
> Would I be correct in thinking the SSD is a sata device while the SD is > a usb device?? > > How are you USB drivers compiled in the kenrnel? # CONFIG_USB_ZD1201 is not set # CONFIG_USB_NET_RNDIS_WLAN is not set CONFIG_RT2500USB=m # CONFIG_RT73USB is not set CONFIG_RT2X00_LIB_USB=m # USB Network

Re: [gentoo-user] lvm problem -- is timing?

2009-06-22 Thread Maxim Wexler
> Are CONFIG_BLK_DEV_SD and CONFIG_SCSI also compiled in? > Yes mw

Re: [gentoo-user] lvm problem -- is timing?

2009-06-22 Thread Maxim Wexler
> That could either mean that (not all of) the drivers needed to access this > device are available (not compiled into the kernel), or what Neil already > wrote: a delay in discovering the device. > > dmesg output would also be a good thing to sort this out. > 477 lines! Rather than post it, what

Re: [gentoo-user] lvm problem -- is timing?

2009-06-22 Thread Maxim Wexler
> Actually, it's /etc/init.d/localmount, not bootmisc. Add a sleep command > just before No, you'de need to edit the bootmisc script and add a sleep > command just before Sorry, this doesn't scan well. Do I put the sleep command in localmount or not? Then edit bootmisc too? How many seconds do I

Re: [gentoo-user] lvm problem -- is timing?

2009-06-22 Thread Maxim Wexler
> >> Necessary? Don't know but is meant to spare the SSD too much r/w strain. > > How? By spanning an LVM across the two, you have no control over which is > written to the most. I'd put / on the SSD then mount write-heavy > directories, like /var and /home, on the SD card. I'd also set $PORTDIR >

Re: [gentoo-user] lvm problem -- is timing?

2009-06-22 Thread Maxim Wexler
> Forget LVM, forget a separate /boot, just stick / on the SSD and mount > the likes of /var on the SD card. I use LVM on my Eee, but that's because > it has two SSDs, I wouldn't dream of including the SD card in there. > Ok, I did it! No more LVM! Wiped the SSD and made one partition out of it. M

Re: [gentoo-user] lvm problem -- is timing?

2009-06-23 Thread Maxim Wexler
> I'd put /home and /var on the SD card to start with, you may need to > put /usr/src on there too or your SSD may fill up when installing or > compiling a second or third kernel. > > I'd also move the portage tree there, but you can do that > post-installation by moving /usr/portage to /var/portag

Re: [gentoo-user] lvm problem -- is timing?

2009-06-23 Thread Maxim Wexler
> Create two partitions on sdb > mount /dev/sdb1 /mnt/gentoo/var > mount /dev/sdb2 /mnt/gentoo/home > > It's really not that hard, but you seem to be trying to find clever Walking's hard -- until you learn. > solutions when the simple one will do. Well, of course the simple things have a way of

Re: [gentoo-user] lvm problem -- is timing?

2009-06-24 Thread Maxim Wexler
> But you've been using Gentoo for some time now, so you would be expected > to have a grasp of the fundamentals. After all, you passed the Gentoo > Entrance Exam :) True enough, but I have a lot of hobbies. I may leave gentoo for a while and go on to something else completely different as the ha

Re: [gentoo-user]WAS lvm problem -- NOW sleep tweak?

2009-06-28 Thread Maxim Wexler
> Put it in localmount, not bootmisc, just before > ebegin "Mounting local filesystems" No lvm but same problem: the two partitions sdb1, sdb2 aren't mounted during boot, but are mountable by hand following login. I added the sleep command to localmount and the partitions are now mounted during b

Re: [gentoo-user]WAS lvm problem -- NOW sleep tweak?FIXED

2009-06-29 Thread Maxim Wexler
> > 1. Add that sleep to fsck (or any earlier script) instead of localmount. > Thanks Mike, I put 'sleep 5' in checkfs and that seemed to do the trick. Interesting: The file systems are checked in two stages. *Checking root fiilesystem... and /dev/sda is set up followed by *Remounting root fil

[gentoo-user] after moving /usr/portage -> /var/portage, user can't --pretend

2009-06-29 Thread Maxim Wexler
HI group, I moved /usr/portage to /var/portage and readjusted PORTDIR in make.conf and re & re'd the link to /etc/make.profile. Now emege -p pkg for user leads to Permission denied: '/var/portage/profiles/categories' It's OK for root. NB:user is in portage group, /var/portage/profiles/categori

[gentoo-user] please disregard post re: portage move

2009-06-29 Thread Maxim Wexler
Hi group, I didn't preserve the rwx permissions. Crisis averted! Sorry 'bout that. Maxim

[gentoo-user] synaptics support in xorg

2009-06-29 Thread Maxim Wexler
Hi group, According to 'The X Server Configuration HOWTO' "If you use alternative input devices, such as a Synaptics touchpad for a laptop, be sure to add it to INPUT_DEVICES. " So I put in make.conf INPUT_DEVICES="mouse keyboard synaptics" and did emerge -pv xorg-server. In the output after IN

[gentoo-user] [OT] Toggling wireless on eee without fn+f2

2009-07-01 Thread Maxim Wexler
Hi group, I recall a reference, which I can't find anymore, to a method of toggling the wireless on/off for a EEE-PC that involved first, disabling wireless in the BIOS, and then echo'ing a 1 or a 0 to some file or other. Does anybody know the method I refer to? I can't remember the file or the c

Re: [gentoo-user] [OT] Toggling wireless on eee without fn+f2

2009-07-03 Thread Maxim Wexler
> There's a script to do this on the Wiki > > http://en.gentoo-wiki.com/wiki/Asus_Eee_PC_701#Wireless "Make sure that you have compiled PCI Express Hotplug as module in kernel." check "Also this script uses acpi_fakekey which you can find eg. as part of the sys-power/acpi-support package in the

Re: [gentoo-user] [OT] Toggling wireless on eee without fn+f2

2009-07-03 Thread Maxim Wexler
> "Also this script uses acpi_fakekey which you can find eg. as part of > the sys-power/acpi-support package in the Sunrise overlay. " OK, there's a fakekey(fakephp.ko) module in bus options, which I configured and installed. No help. I think that script is outdated, too. It mentions modules whic

Re: [gentoo-user] [OT] Toggling wireless on eee without fn+f2

2009-07-04 Thread Maxim Wexler
> you even quoted the part where it clearly says the package is NOT in > portage. ouch. > > It's in an overlay, Sunrise to be exact, and you need layman for that. There > is an excellent layman guide on the gentoo docs site. > didn't > -- > alan dot mckinnon at gmail dot com > > finish my post

[gentoo-user] [OT] eee PC crashes on shutdown.

2009-07-08 Thread Maxim Wexler
Hi group, Here's a switch: a computer that refuses to turn OFF. When I open a root console and enter shutdown -h now my eee 900A Asus Intel-n270 freezes with the message: The system is going down for a system halt NOW! Looking at ctrl alt F12, after the usual, normal messages there is this: <.

Re: [gentoo-user] Re: [OT] eee PC crashes on shutdown.

2009-07-08 Thread Maxim Wexler
> The very first thing to try is to change your /etc/conf.d/alsasound so > that it has these two lines: > > # Deprecated options: > # Upstream feels, and we wholehartedly agree, that this was a silly idea > UNLOAD_ON_STOP="no" > KILLPROC_ON_STOP="no" > > May not help, but that change should be made

Re: [gentoo-user] Re: [OT] eee PC crashes on shutdown.

2009-07-08 Thread Maxim Wexler
>> > May not help, but that change should be made in any case. >> > >> >> Definitely related to alsa. I deleted alsasound from runlevel boot > > What's the point of quoting a message that gives useful advice, then > going on to explain that you ignored that advice and took a completely > different,

Re: [gentoo-user] [OT] eee PC crashes on shutdown.

2009-07-08 Thread Maxim Wexler
> Why? Magic SysRq keys are a much safer option. > Learn something new... Ok, I'll try that, thanks. But I forsee difficulties: the Sys Rq key on the eee is part of the fn + blue-labelled-key system. Is that similar to yours? How do I test it out? Must I induce a freeze somehow or can I just app

Re: [gentoo-user] [OT] eee PC crashes on shutdown.

2009-07-09 Thread Maxim Wexler
> You have to hold down Alt, hold down Fn, hold down PrtSc, release Fn then > press the command keys. If you keep Fn held down, U is seen as 4 etc. > >> How do I test it out? Must I induce a freeze somehow or can I just >> apply it to a working rig? > > Press Ctrl-Alt-F1 to get to the first VC then

<    1   2   3   4   5   6   7   8   9   10   >