[gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread 赵佳晖
Hello , everyone , just now , i have installed gentoo from ubuntu 11.10 , And when i install the grub with the command : grub-install --no-floppy /dev/sda . And when i reboot , i aware that i have override my MBR. And Now how can i edit my grub in the gentoo to boot my windows 7 on /dev/sda1 ?

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread YoYo Siska
On Thu, Mar 08, 2012 at 10:48:30PM -0500, Daddy wrote: > On March 8, 2012 at 10:34 PM Michael Mol wrote: > > > On Thu, Mar 8, 2012 at 10:14 PM, Daddy > wrote: > > > > > > > > > > > > On March 8, 2012 at 9:20 PM Grant wrote: > > > > > >> Can anyone recommend a photo browser/viewer other than gth

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread Marian Habrun
Hello, grub --version grub (GNU GRUB 0.97) You can make this entry in /boot/grub/grub.conf (menu.lst symlinks to this file): title Windows 7 rootnoverify (hd0,0) chainloader +1 Have a nice day. ~Hello , everyone , just now , i have installed gentoo from ubuntu 11.10 ~ , And when i install

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread YoYo Siska
On Fri, Mar 09, 2012 at 04:12:40PM +0800, 赵佳晖 wrote: >Hello , everyone , just now , i have installed gentoo from ubuntu 11.10 > , And when i install the grub with the command : grub-install --no-floppy > /dev/sda . And when i reboot , i aware that i have > > override my MBR. And Now how can i

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Neil Bothwick
On Thu, 8 Mar 2012 21:26:46 -0500, Michael Mol wrote: > I typically use geeqie. +1 -- Neil Bothwick Some day my ship will come in, but with my luck, I'll be at the airport. signature.asc Description: PGP signature

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Neil Bothwick
On Thu, 8 Mar 2012 22:38:43 -0500, Philip Webb wrote: > I use Gwenview to review collections & Feh to browse from a terminal: > I've used them a long time & strongly recommend both; > if you're allergic to KDE, Geeqie mb a useable alternative. I like KDE but I still prefer Geeqie -- Neil Bothw

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread 赵佳晖
I have tried that , but it didn't work . But it comes the error : "Error 11: Unrecognized device string". I can't figure out why it comes... 2012/3/9 Marian Habrun > Hello, > > grub --version > grub (GNU GRUB 0.97) > > You can make this entry in /boot/grub/grub.conf (menu.lst symlinks to this >

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread Daddy
On March 9, 2012 at 7:08 AM "赵佳晖" wrote: > I have tried that , but it didn't work . But it comes the error : "Error > 11: Unrecognized device string". I can't figure out why it comes... Post your /etc/fstab and grub.conf please.

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread 赵佳晖
OK, /etc/fstab: /dev/sda8 / ext3 noatime 0 1 /dev/cdrom /mnt/cdrom autonoauto,ro 0,0 grub.conf: default 0 timeout 30 splashimage=(hd0,7)/boot/grub/splash.xpm.gz title Gentoo ro

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread Mick
On Friday 09 Mar 2012 12:40:45 赵佳晖 wrote: > OK, > /etc/fstab: > > /dev/sda8 / ext3 noatime 0 > 1 /dev/cdrom /mnt/cdrom autonoauto,ro 0,0 > > grub.conf: > default 0 > timeout 30 > splashimage=(hd0,7)/boot

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread 赵佳晖
i changed hd(0,0) to hd(0,1) , and it also comes Error 11, and when i run the command : fdisk -l .The /dev/sda1 has the boot * flag .. 2012/3/9 Mick > On Friday 09 Mar 2012 12:40:45 赵佳晖 wrote: > > OK, > > /etc/fstab: > > > > /dev/sda8 / ext3 noatime > 0

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread YoYo Siska
On Fri, Mar 09, 2012 at 09:15:20PM +0800, 赵佳晖 wrote: > i changed hd(0,0) to hd(0,1) , and it also comes Error 11, and when i run > the command : fdisk -l .The /dev/sda1 has the boot * flag .. > > 2012/3/9 Mick > > > On Friday 09 Mar 2012 12:40:45 赵佳晖 wrote: > > > OK, > > > /etc/fstab: > > > > >

Re: [gentoo-user] tracking IT work

2012-03-09 Thread Stefan Schmiedl
Am 08.03.2012 20:00, schrieb Stefan G. Weichinger: oh, sorry, vi(m) here :-P I'm using a plain text file (ok |-separated values) for this and a single macro: imap m \| "=strftime("%Y-%m-%d %H:%M")pa¶ Then, in insert mode \m appends " | " after the cursor, and you have just fixed the star

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread 赵佳晖
yes.. i'm too careless , thank you ... 2012/3/9 YoYo Siska > On Fri, Mar 09, 2012 at 09:15:20PM +0800, 赵佳晖 wrote: > > i changed hd(0,0) to hd(0,1) , and it also comes Error 11, and when i run > > the command : fdisk -l .The /dev/sda1 has the boot * flag .. > > > > 2012/3/9 Mick > > > > > On Fr

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Todd Goodman
* Michael Mol [120308 21:31]: > I typically use geeqie. > > On Thu, Mar 8, 2012 at 9:20 PM, Grant wrote: > > Can anyone recommend a photo browser/viewer other than gthumb which is > > in portage or an overlay? > > > > - Grant > > > > > > -- > :wq +1 on geeqie Todd

Re: [gentoo-user] How can i use GRUB to boot my windows?

2012-03-09 Thread m...@trausch.us
On 03/09/2012 07:40 AM, 赵佳晖 wrote: > grub.conf: > default 0 > timeout 30 > splashimage=(hd0,7)/boot/grub/splash.xpm.gz > > title Gentoo > root(hd0,7) > kernel /boot/kernel-3.2.1-gentoo-r2 > root=/dev/sda8 > > title

Re: [gentoo-user] Re: Disk usage during emerge

2012-03-09 Thread Paul Hartman
On Fri, Mar 9, 2012 at 12:38 AM, Bryan Gardiner wrote: > On Thu, 08 Mar 2012 17:56:18 +0200 > Nikos Chantziaras wrote: > >> I discovered this nifty little tool recently that tells you if any >> deleted files are currently being kept open by running processes: >> "app-admin/checkrestart".  I usual

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Paul Hartman
On Thu, Mar 8, 2012 at 8:20 PM, Grant wrote: > Can anyone recommend a photo browser/viewer other than gthumb which is > in portage or an overlay? Assuming you are including viewers which require X :) I use geeqie for browsing whole directories of images, pqiv for viewing single images (typically

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Frank Steinmetzger
On Thu, Mar 08, 2012 at 10:25:09PM -0800, Bryan Gardiner wrote: > > gwenview. Part of KDE suite and depends on KDE libraries. Also, > > F-Spot (It's a photo manager I guess). > > > > Here's another vote for Gwenview... Once it's set up to have all of > Gthumb's keyboard shortcuts ;). The only

Re: [gentoo-user] Re: Disk usage during emerge

2012-03-09 Thread Bryan Gardiner
Okay that looks helpful. You just convinced me to install it :). That goes into a lot more depth than I'd imagined. Thanks! - Bryan On Fri, 9 Mar 2012 09:33:04 -0600 Paul Hartman wrote: > On Fri, Mar 9, 2012 at 12:38 AM, Bryan Gardiner > wrote: > > On Thu, 08 Mar 2012 17:56:18 +0200 > > Nik

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Grant
> I typically use geeqie. Love it! Thanks everyone! - Grant >> Can anyone recommend a photo browser/viewer other than gthumb which is >> in portage or an overlay? >> >> - Grant

Re: [gentoo-user] photo viewer other than gthumb?

2012-03-09 Thread Bryan Gardiner
On Fri, 9 Mar 2012 17:28:43 +0100 Frank Steinmetzger wrote: > The only thing I don't really like about gwenview is its low speed. > It takes a few seconds to load when I just want to see an image, and > also needs some time to render the next image. For that purpose, > kuickshow is a better alter

Re: [gentoo-user] Re: Disk usage during emerge

2012-03-09 Thread Mark Knecht
On Fri, Mar 9, 2012 at 7:33 AM, Paul Hartman wrote: > On Fri, Mar 9, 2012 at 12:38 AM, Bryan Gardiner wrote: >> On Thu, 08 Mar 2012 17:56:18 +0200 >> Nikos Chantziaras wrote: >> >>> I discovered this nifty little tool recently that tells you if any >>> deleted files are currently being kept open

[gentoo-user] The keyboard didn't work when i startx

2012-03-09 Thread 赵佳晖
hello, everyone , i have just install the Xorg-server with the xorgserver handbook . And when i startx , i find my keyboard didn't work ? How did it happen ? my xorg.conf : http://paste.pocoo.org/show/563397/ make.conf:http://paste.pocoo.org/show/563399/ And my keyboard is USB -- 好好学习,天天向上!

Re: [gentoo-user] The keyboard didn't work when i startx

2012-03-09 Thread Florian Philipp
Am 09.03.2012 18:14, schrieb 赵佳晖: > hello, everyone , i have just install the Xorg-server with the > xorgserver handbook . And when i startx , i find my keyboard didn't work > ? How did it happen ? > my xorg.conf : http://paste.pocoo.org/show/563397/ > make.conf:http://paste.pocoo.org/show/5

Re: [gentoo-user] The keyboard didn't work when i startx

2012-03-09 Thread Florian Philipp
Am 09.03.2012 18:44, schrieb Florian Philipp: > Am 09.03.2012 18:14, schrieb 赵佳晖: >> hello, everyone , i have just install the Xorg-server with the >> xorgserver handbook . And when i startx , i find my keyboard didn't work >> ? How did it happen ? >> my xorg.conf : http://paste.pocoo.org/show/56

[gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread meino . cramer
Hi, I am trying to compile a linux-kernel for an embedded system. There is an (older) build environment. The kernel is based on a 2.4er linux kernel. When doing a make menuconfig I get: make menuconfig Makefile:441: *** mixed implicit and normal rules. Stop. [1]8814 exit 2 make men

Re: [gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread Todd Goodman
* meino.cra...@gmx.de [120309 14:54]: > Hi, > > I am trying to compile a linux-kernel for an embedded system. > There is an (older) build environment. > The kernel is based on a 2.4er linux kernel. > When doing a > make menuconfig > I get: > > make menuconfig > Makefile:441: *** mixed impl

Re: [gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread Sebastian Pipping
Hello, zhe troublesome changes occured between 3.81 and 3.82. There is a tracker bug on related breakage in case you are interested: https://bugs.gentoo.org/show_bug.cgi?id=gmake-3.82 Best, Sebastian

Re: [gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread meino . cramer
Sebastian Pipping [12-03-09 23:16]: > Hello, > > > zhe troublesome changes occured between 3.81 and 3.82. There is a > tracker bug on related breakage in case you are interested: > > https://bugs.gentoo.org/show_bug.cgi?id=gmake-3.82 > > Best, > > > > Sebastian > ...which means to me a

[gentoo-user] replacement for aftp?

2012-03-09 Thread meino . cramer
Hi, for transferring data to an embedded linux system I am looking for a replacement for aftp, which been removed from portage a longer time ago. Security does not matter that much, since everything is connected locally and in reach of my arms :) Any suggestions? Thank you very much for any h

Re: [gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread Sebastian Pipping
On 03/09/2012 11:29 PM, meino.cra...@gmx.de wrote: > ...which means to me and the problems I have: Reemerge make 3.81 > ???or... I would prefer a patch to the Makefile (like Tood Goodman proposed earlier) over a downgrade of make. I just meant to provide more information about the issue. Let

Re: [gentoo-user] replacement for aftp?

2012-03-09 Thread Sebastian Pipping
On 03/10/2012 02:53 AM, meino.cra...@gmx.de wrote: > Hi, > > for transferring data to an embedded linux system I am looking for > a replacement for aftp, which been removed from portage a longer > time ago. The only trace of atfp in Gentoo I find is https://bugs.gentoo.org/show_bug.cgi?id=254

Re: [gentoo-user] Re: Disk usage during emerge

2012-03-09 Thread Bryan Gardiner
On Fri, 9 Mar 2012 09:09:37 -0800 Mark Knecht wrote: > On Fri, Mar 9, 2012 at 7:33 AM, Paul Hartman > wrote: > > > > I just ran it, here's the output: > > > > Found 22 processes using old versions of upgraded files > > (15 distinct programs) > > (14 distinct packages) > > > > Is there a way insi

[gentoo-user] LVM, /usr and really really bad thoughts.

2012-03-09 Thread Dale
Howdy, Well, this is what I am thinking about jumping into. Ya'll ready for this? I'm thinking about redoing my partition layout. I'm wanting to keep / (root) on a normal ext4 file system. I want to put /usr, /var, /home, and such on LVM. I been using that dracut thingy to build the init thin

Re: [gentoo-user] Re: Disk usage during emerge

2012-03-09 Thread Bryan Gardiner
On Fri, 9 Mar 2012 18:46:53 -0800 Bryan Gardiner wrote: > On Fri, 9 Mar 2012 09:09:37 -0800 > Mark Knecht wrote: > > > > Is there a way inside of checkrestart to determine exactly which > > processes it's telling you about? When I installed it at on Niko's > > suggestion I had one package but I

Re: [gentoo-user] LVM, /usr and really really bad thoughts.

2012-03-09 Thread Canek Peláez Valdés
On Fri, Mar 9, 2012 at 8:48 PM, Dale wrote: > Howdy, > > Well, this is what I am thinking about jumping into.  Ya'll ready for > this?  I'm thinking about redoing my partition layout.  I'm wanting to > keep / (root) on a normal ext4 file system.  I want to put /usr, /var, > /home, and such on LVM.

Re: [gentoo-user] LVM, /usr and really really bad thoughts.

2012-03-09 Thread Dale
Canek Peláez Valdés wrote: > I keep my /usr partition in /, but seeing the modules from dracut, the > "magic" happens at: > > /usr/lib/dracut/modules.d/98usrmount/mount-usr.sh > > Basically, it seems that if /usr is specified in /etc/fstab, then > dracut will mount it. It says nothing about LVM,

Re: [gentoo-user] LVM, /usr and really really bad thoughts.

2012-03-09 Thread Canek Peláez Valdés
On Fri, Mar 9, 2012 at 10:16 PM, Dale wrote: > Canek Peláez Valdés wrote: > >> I keep my /usr partition in /, but seeing the modules from dracut, the >> "magic" happens at: >> >> /usr/lib/dracut/modules.d/98usrmount/mount-usr.sh >> >> Basically, it seems that if /usr is specified in /etc/fstab, th

Re: [gentoo-user] LVM, /usr and really really bad thoughts.

2012-03-09 Thread Dale
Canek Peláez Valdés wrote: > On Fri, Mar 9, 2012 at 10:16 PM, Dale wrote: >> Canek Peláez Valdés wrote: >> >>> I keep my /usr partition in /, but seeing the modules from dracut, the >>> "magic" happens at: >>> >>> /usr/lib/dracut/modules.d/98usrmount/mount-usr.sh >>> >>> Basically, it seems that i

Re: [gentoo-user] replacement for aftp?

2012-03-09 Thread meino . cramer
Sebastian Pipping [12-03-10 03:12]: > On 03/10/2012 02:53 AM, meino.cra...@gmx.de wrote: > > Hi, > > > > for transferring data to an embedded linux system I am looking for > > a replacement for aftp, which been removed from portage a longer > > time ago. > > The only trace of atfp in Gentoo I f