[gentoo-user] installing gentoo (multiple OS)

2011-11-30 Thread srini srini
Hello, I need some advise here as I am trying to install gentoo along with different other OS'es including windows. As I am new to this field I would need some guidance as to ho to go about and to know the subtleties between LILO and GRUB. Can anyone help me about this. TIA --SR--

Re: [gentoo-user] Re: Re: Re: Full disk encryption

2011-11-30 Thread Dale
Jack Byer wrote: I can tell you how mine is set up. emerge -v dracut These are the packages that would be merged, in order: [ebuild R ~] sys-kernel/dracut-013-r2 USE="-debug (-selinux)" DRACUT_MODULES="btrfs crypt lvm -biosdevname -caps -crypt-gpg -dmraid - dmsquash-live -gensplash -iscsi

[gentoo-user] Re: Re: Re: Full disk encryption

2011-11-30 Thread Jack Byer
Dale wrote: > Jack Byer wrote: >> Dale wrote: >> >>> Did you use a howto for Dracut? If so, have a link you could post? I >>> tried making a init thingy and after about 20 failed reboots, I scraped >>> the idea. I was trying to follow the howto on the Gentoo wiki I think. >>> The unofficial wik

Re: [gentoo-user] Re: Re: Full disk encryption

2011-11-30 Thread Dale
Jack Byer wrote: Dale wrote: Did you use a howto for Dracut? If so, have a link you could post? I tried making a init thingy and after about 20 failed reboots, I scraped the idea. I was trying to follow the howto on the Gentoo wiki I think. The unofficial wiki. I had some difficulties beca

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Dale
Dale wrote: Greets, I ran into a problem. I been downloading a lot of TV shows. I forgot to put a sort of important part in the names. This is what I have with the full path: /data/Movies/TV_Series/Person of Interest/Season 1, Episode 1 - Pilot.mp4 This is what I need it to be: /data/Mo

Re: [gentoo-user] Re: CLI DVD copy?

2011-11-30 Thread Mark Knecht
On Wed, Nov 30, 2011 at 6:20 PM, Grant Edwards wrote: > On 2011-11-30, Mark Knecht wrote: > >> I was considering making a copy of this DVD to keep for bug testing >> in the future. I'm wondering how to make a copy of a DVD movie at the >> command line? All the things I'm finding in Google point t

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Frank Steinmetzger
On Wed, Nov 30, 2011 at 06:22:18PM -0800, bill.long...@gmail.com wrote: > […] > Sent from my HP TouchPad which is really braindead when trying not to toppost. …and at providing a plaintext version. Stupid modern fingery-touchy-swipey gloss-only facebook interface devices. (Nothing against you or

[gentoo-user] Re: Re: Full disk encryption

2011-11-30 Thread Jack Byer
David W Noon wrote: > I have a working initramfs layout, but currently it is too large > (>32MiB) for my /boot partition. The problem package is e2fsprogs, as > it requires dynamic linkage and, consequently, a full-sized glibc. > This sucks, so I need to patch the Makefile(s) to build a more sens

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Dale
Frank Steinmetzger wrote: On Wed, Nov 30, 2011 at 07:49:26PM -0600, Dale wrote: I ran into a problem. I been downloading a lot of TV shows. I forgot to put a sort of important part in the names. This is what I have with the full path: /data/Movies/TV_Series/Person of Interest/Season 1, Epis

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Pandu Poluan
On Dec 1, 2011 9:22 AM, "Pandu Poluan" wrote: > > > On Dec 1, 2011 8:54 AM, "Dale" wrote: > > > > Greets, > > > > I ran into a problem. I been downloading a lot of TV shows. I forgot to put a sort of important part in the names. This is what I have with the full path: > > > > /data/Movies/TV_S

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Francisco Ares
Sorry, did not read your message to the end. So the sixth line on that script, on your case, instead of: j=`echo $i | sed s/\ \-\ unwantedString//` should be: j="Person of Interest - "$i I guess that's it. You will have to open a console at the directory where your movies are in.

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Pandu Poluan
On Dec 1, 2011 8:54 AM, "Dale" wrote: > > Greets, > > I ran into a problem. I been downloading a lot of TV shows. I forgot to put a sort of important part in the names. This is what I have with the full path: > > /data/Movies/TV_Series/Person of Interest/Season 1, Episode 1 - Pilot.mp4 > > This

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread bill.longman
Take a look at rename, Dale.Its usage syntax wasn't obvious to me at first but after using it a few times I got the hang of it.Bill-- Sent from my HP TouchPad which is really braindead when trying not to toppost.On Nov 30, 2011 5:50 PM, Dale wrote: Greets, I ran into a problem. I been downloadin

[gentoo-user] Re: CLI DVD copy?

2011-11-30 Thread Grant Edwards
On 2011-11-30, Mark Knecht wrote: > I was considering making a copy of this DVD to keep for bug testing > in the future. I'm wondering how to make a copy of a DVD movie at the > command line? All the things I'm finding in Google point to dvd::rip > or other GUI apps. I tried a simple dd copy, ala

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Francisco Ares
I use the following script to remove parts of downloaded videos, I guess it wont't be hard to figure out how to change it to your needs. It also creates a text file with the name of the file and, expecting it to be a video file, it uses midentify, part of the mplayer package, to read the duration o

Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Frank Steinmetzger
On Wed, Nov 30, 2011 at 07:49:26PM -0600, Dale wrote: > I ran into a problem. I been downloading a lot of TV shows. I forgot > to put a sort of important part in the names. This is what I have with > the full path: > > /data/Movies/TV_Series/Person of Interest/Season 1, Episode 1 - Pilot.mp4

[gentoo-user] Changing names of LOTS of files, adding to them actually.

2011-11-30 Thread Dale
Greets, I ran into a problem. I been downloading a lot of TV shows. I forgot to put a sort of important part in the names. This is what I have with the full path: /data/Movies/TV_Series/Person of Interest/Season 1, Episode 1 - Pilot.mp4 This is what I need it to be: /data/Movies/TV_Serie

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread David W Noon
On Wed, 30 Nov 2011 19:39:11 -0500, Michael Mol wrote about "Re: [gentoo-user] Re: Full disk encryption": [snip] >Stupid question...Would using LZMA and a tarball reduce the size of >your initeamfs? Not really. I am already using gzip -9, and binaries don't compress especially well. Moreover, t

Re: [gentoo-user] CLI DVD copy?

2011-11-30 Thread Frank Steinmetzger
On Wed, Nov 30, 2011 at 03:53:10PM -0800, Mark Knecht wrote: > I was considering making a copy of this DVD to keep for bug testing in > the future. I'm wondering how to make a copy of a DVD movie at the > command line? All the things I'm finding in Google point to dvd::rip > or other GUI apps. I t

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Michael Mol
Stupid question...Would using LZMA and a tarball reduce the size of your initeamfs? ZZ On Nov 30, 2011 7:30 PM, "David W Noon" wrote: > On Wed, 30 Nov 2011 23:26:56 +, Neil Bothwick wrote about Re: > [gentoo-user] Re: Full disk encryption: > > > On Wed, 30 Nov 2011 22:07:35 +, David W No

Re: [gentoo-user] CLI DVD copy?

2011-11-30 Thread Paul Hartman
On Wed, Nov 30, 2011 at 5:53 PM, Mark Knecht wrote: > I've got 1 DVD that for some reason fails to rip using Handbrake. I > then tried it in dvd::rip and it said it couldn't read the table of > contents. However after all of that the DVD plays fine in xine as well > as on my DVD player so I doubt

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Dale
David W Noon wrote: This might be one of Dale's problems, if he was trying to use commands from the root filesystem within the initramfs. I don't think that was the issue. I had nano, busybox and that was it. Basically, I just wanted it to be able to load enough that it could boot even if

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread David W Noon
On Wed, 30 Nov 2011 23:26:56 +, Neil Bothwick wrote about Re: [gentoo-user] Re: Full disk encryption: > On Wed, 30 Nov 2011 22:07:35 +, David W Noon wrote: > > > > Why do you need e2fsprogs on an initramfs? > > > > One needs e2fsck to do a "preen" prior to mounting the required > > vol

[gentoo-user] CLI DVD copy?

2011-11-30 Thread Mark Knecht
I've got 1 DVD that for some reason fails to rip using Handbrake. I then tried it in dvd::rip and it said it couldn't read the table of contents. However after all of that the DVD plays fine in xine as well as on my DVD player so I doubt there is anything truly wrong with the DVD itself. I was con

Re: [gentoo-user] USB Drive Mount

2011-11-30 Thread Mark Knecht
On Wed, Nov 30, 2011 at 3:36 PM, sean wrote: > On 11/27/2011 04:02 PM, Mark Knecht wrote: > >>> >> >> I have something like 10 USB drives here at home. 9 of those drives >> works perfectly in 5 machines in the house. 1 drive works when >> attached to 4 of the machines but produces a similar error

Re: [gentoo-user] USB Drive Mount

2011-11-30 Thread sean
On 11/27/2011 04:02 PM, Mark Knecht wrote: I have something like 10 USB drives here at home. 9 of those drives works perfectly in 5 machines in the house. 1 drive works when attached to 4 of the machines but produces a similar error when attached to my most expensive i7-980x machine. I've ne

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Neil Bothwick
On Wed, 30 Nov 2011 22:07:35 +, David W Noon wrote: > > Why do you need e2fsprogs on an initramfs? > > One needs e2fsck to do a "preen" prior to mounting the required > volume(s). Why not mount root read-only, just like in a non-initramfs system? Any e2fsck commands will be run during the

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread David W Noon
On Wed, 30 Nov 2011 21:47:33 +, Neil Bothwick wrote about Re: [gentoo-user] Re: Full disk encryption: > On Wed, 30 Nov 2011 20:28:28 +, David W Noon wrote: > > > I have a working initramfs layout, but currently it is too large > > (>32MiB) for my /boot partition. The problem package is e

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Neil Bothwick
On Wed, 30 Nov 2011 20:28:28 +, David W Noon wrote: > I have a working initramfs layout, but currently it is too large > (>32MiB) for my /boot partition. The problem package is e2fsprogs, as > it requires dynamic linkage and, consequently, a full-sized glibc. Why do you need e2fsprogs on a

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Neil Bothwick
On Wed, 30 Nov 2011 21:19:51 +0100, czernitko wrote: > I wonder whether it is posible to simply resize the dm-crypt encrypted > partition? Or do I have to create new, bigger partition with required > size and move the data? Enlarge the partition then use cryptsetup resize to enlarge the encrypted

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread David W Noon
On Wed, 30 Nov 2011 12:31:00 -0600, Dale wrote about Re: [gentoo-user] Re: Full disk encryption: [snip] > I tried making a init thingy and after about 20 failed reboots, I > scraped the idea. I was trying to follow the howto on the Gentoo > wiki I think. The unofficial wiki. I posted a couple of

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread czernitko
I wonder whether it is posible to simply resize the dm-crypt encrypted partition? Or do I have to create new, bigger partition with required size and move the data? Peter

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Dale
Neil Bothwick wrote: On Wed, 30 Nov 2011 12:31:00 -0600, Dale wrote: Did you use a howto for Dracut? If so, have a link you could post? I tried making a init thingy and after about 20 failed reboots, I scraped the idea. I was trying to follow the howto on the Gentoo wiki I think. That worke

[gentoo-user] Re: Re: Full disk encryption

2011-11-30 Thread Jack Byer
Dale wrote: > Did you use a howto for Dracut? If so, have a link you could post? I > tried making a init thingy and after about 20 failed reboots, I scraped > the idea. I was trying to follow the howto on the Gentoo wiki I think. > The unofficial wiki. > I had some difficulties because the wa

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Aljosha Papsch
Am Mittwoch, den 30.11.2011, 19:32 +0100 schrieb czernitko: > Yup, establishing encrypted partition for /home was easy as a pie > using cryptsetup. I was considering using truecrypt as it offers > multiplatform support, so I could access encrypted partition even from > my dualbooted windoze, but I

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Neil Bothwick
On Wed, 30 Nov 2011 12:31:00 -0600, Dale wrote: > Did you use a howto for Dracut? If so, have a link you could post? I > tried making a init thingy and after about 20 failed reboots, I scraped > the idea. I was trying to follow the howto on the Gentoo wiki I > think. That worked for me (dr

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread czernitko
Yup, establishing encrypted partition for /home was easy as a pie using cryptsetup. I was considering using truecrypt as it offers multiplatform support, so I could access encrypted partition even from my dualbooted windoze, but I didn't want to put effort into something not as well documented (how

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread Dale
Jack Byer wrote: czernitko wrote: I would like to have only one partition with all home directories on it, and I would like to avoid usage of initrd as I don't use it now and I would like to keep it that way if possible. You don't need an initramfs but you might want to reconsider not using o

[gentoo-user] Re: Full disk encryption

2011-11-30 Thread Jack Byer
czernitko wrote: > I would like to have only one partition with all home directories on it, > and I would like to avoid usage of initrd as I don't use it now and I > would like to keep it that way if possible. You don't need an initramfs but you might want to reconsider not using one at some po

Re: [gentoo-user] Full disk encryption

2011-11-30 Thread czernitko
Ok, it seems I'll stick with dmcrypt using http://en.gentoo-wiki.com/wiki/DM-Crypt. Thanks for your responses guys! Peter 2011/11/30 Felix Kuperjans > Hello Peter, > > dmcrypt works perfectly without initrd as long as you do not encrypt the > root filesystem. > > So for encrypted home directori

Re: [gentoo-user] Full disk encryption

2011-11-30 Thread Felix Kuperjans
Hello Peter, dmcrypt works perfectly without initrd as long as you do not encrypt the root filesystem. So for encrypted home directories, you can just create and use a LUKS volume with dmcrypt (AFAIK the fastest and easy-to-use way). Regarding other techniques like gpg or truecrypt, you should k

Re: [gentoo-user] Full disk encryption

2011-11-30 Thread czernitko
Hello, thanks for your response, Neil! As for dmcrypt usage, what do you think about truecrypt or pgp whole disk encryption as alternatives to dmcrypt? I would like to have only one partition with all home directories on it, and I would like to avoid usage of initrd as I don't use it now and I woul

Re: [gentoo-user] Full disk encryption

2011-11-30 Thread Neil Bothwick
On Wed, 30 Nov 2011 16:19:18 +0100, czernitko wrote: > I would like to set up an encrypted partition for my /home directories > on Gentoo Hardened. Which approach do you recommend? Do you want a single encrypted filesystem, or separately encrypted home directories for each user. for the former, e

[gentoo-user] Full disk encryption

2011-11-30 Thread czernitko
Hello! I would like to set up an encrypted partition for my /home directories on Gentoo Hardened. Which approach do you recommend? Thanks, Peter

Re: [gentoo-user] Re: no keyboard activity in gnome

2011-11-30 Thread covici
Aljosha Papsch wrote: > Am Dienstag, den 29.11.2011, 21:03 -0500 schrieb cov...@ccs.covici.com: > > I can't get startx to work at all, here is what I get when I try it. > > xauth: file /home/covici/.serverauth.21638 does not exist > > > > > > X.Org X Server 1.11.2 > > Release Date: 2011-11-04

Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 2

2011-11-30 Thread Pandu Poluan
On Mon, Nov 21, 2011 at 17:47, wrote: > - >8 snip > 3) In the bootloader append line, include "init=/sbin/linuxrc" where >   the file /sbin/linuxrc consists of *AT LEAST*... > > #!/sbin/busybox ash > mount -t proc proc /proc > mount -t sysfs sysfs /sys > exec /sbin/init > >   This should be

Re: [gentoo-user] [OT] max size of bash variable value

2011-11-30 Thread pat
On Wed, 30 Nov 2011 14:18:35 +0100, Michael Schreckenbauer wrote > Am Mittwoch, 30. November 2011, 13:19:56 schrieb pat: > > Hi all, > > > > Sorry for this off topic post, but I've been asked how/where to find maximum > > size of bash variable value. I've search and found 4M, 1k, 4k ... . But > >

Re: [gentoo-user] Re: no keyboard activity in gnome

2011-11-30 Thread Aljosha Papsch
Am Dienstag, den 29.11.2011, 21:03 -0500 schrieb cov...@ccs.covici.com: > I can't get startx to work at all, here is what I get when I try it. > xauth: file /home/covici/.serverauth.21638 does not exist > > > X.Org X Server 1.11.2 > Release Date: 2011-11-04 > X Protocol Version 11, Revision 0 >

Re: [gentoo-user] [OT] max size of bash variable value

2011-11-30 Thread Michael Schreckenbauer
Am Mittwoch, 30. November 2011, 13:19:56 schrieb pat: > Hi all, > > Sorry for this off topic post, but I've been asked how/where to find maximum > size of bash variable value. I've search and found 4M, 1k, 4k ... . But > didn't found how/where this limit is set. I know, that for C it's e.g. > size

[gentoo-user] [OT] max size of bash variable value

2011-11-30 Thread pat
Hi all, Sorry for this off topic post, but I've been asked how/where to find maximum size of bash variable value. I've search and found 4M, 1k, 4k ... . But didn't found how/where this limit is set. I know, that for C it's e.g. sizeof(int), but for bash? Thanks for help Pat ---

Re: [gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-11-30 Thread Albert W. Hopkins
On Wed, 2011-11-30 at 10:11 +0100, Maximilian Bräutigam wrote: > (2) Mesa is built with "gallium" and it is enables using eselect. AFAIK intel drivers didn't work (well) with gallium, at least I checked[1]. Anyway you might want to try the classic. Works for me. [1] http://www.phoronix.com/scan

Re: [gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-11-30 Thread Michael Schreckenbauer
Hi, Am Mittwoch, 30. November 2011, 10:11:04 schrieb Maximilian Bräutigam: > My question is, whether it is possible to increase this > GL_MAX_TEXTURE_SIZE or not and if so, how. GL_MAX_TEXTURE_SIZE is limited by your video-card. Afaik, there's no way to increase it as it's given by the HW. What

Re: [gentoo-user] binutils failed to compile

2011-11-30 Thread ted
meino.cra...@gmx.de writes: > Hi, Hello, > after update binutil receives a patch from gentoo. The following > compilations failes: ... > x86_64-pc-linux-gnu-gcc: yes: No such file or directory ...J > It seems, that "yes" is missed. > Whatever this means... > > Best regards, > mcc It turned o

[gentoo-user] Gnome 3: GL_MAX_TEXTURE_SIZE is too small.

2011-11-30 Thread Maximilian Bräutigam
Dear all, I'd really like to switch to or at least test Gnome 3, but not the fallback version. But that's everything I get. Running /usr/libexec/gnome-session-check-accelerated-helper gives me the clue: gnome-session-is-accelerated: GL_MAX_TEXTURE_SIZE is too small. Searching for it in the inter