Re: [gentoo-user] Re: is grub in my mbr?

2008-05-23 Thread Neil Bothwick
On Fri, 23 May 2008 07:57:04 +0200, Dirk Heinrichs wrote:

 Hmm, maybe I should file a bug for this. NOTHING should EVER mount
 anything automatically on a users system unless being explicitely told
 to do so. So the above should change to MOUNT_BOOT=yes, or even be a
 use flag.

I couldn't agree more.


-- 
Neil Bothwick

Fasten your seatbelt ... I wanna try something.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: is grub in my mbr?

2008-05-23 Thread Dirk Heinrichs
Am Freitag, 23. Mai 2008 schrieb ext Neil Bothwick:
 On Fri, 23 May 2008 07:57:04 +0200, Dirk Heinrichs wrote:
  Hmm, maybe I should file a bug for this. NOTHING should EVER mount
  anything automatically on a users system unless being explicitely told
  to do so. So the above should change to MOUNT_BOOT=yes, or even be a
  use flag.

 I couldn't agree more.

OK, then for the reference: https://bugs.gentoo.org/show_bug.cgi?id=223311

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: is grub in my mbr?

2008-05-23 Thread Dirk Heinrichs
Am Donnerstag, 22. Mai 2008 schrieb ext »Q«:

 It could just as easily remount
 a /boot that had been ro.

Aaaargh, just looked at the code. It does! Bug is filed.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: $LINGUAS question

2008-05-23 Thread Bill Roberts
I had something similar happen, and a reboot, or perhaps a restart of
xwindows solved it.

Bill Roberts

On Thu, May 22, 2008 at 2:55 AM, »Q« [EMAIL PROTECTED] wrote:
 In [EMAIL PROTECTED],
 [EMAIL PROTECTED] wrote:

 On Wed, May 21, 2008 at 03:13:44PM +0100, Uwe Thiem wrote:

  Does it matter in which order languages are emerged?

 Mplayer emerge says it uses the first one as the default language, and
 one firefox emerge showed all help menus etc in some non-English
 language.  Wheteher anything else cares, I do not know.

 That might be fixed by setting the LC_* variables, I dunno.

 What's the output of emerge -pv mplayer ?

 --
 »Q«
 Kleeneness is next to Gödelness.


 --
 gentoo-user@lists.gentoo.org mailing list


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Confused - vmx cpuflag missing

2008-05-23 Thread Paul Sobey
 Hey Guys,

 I'm trying to get a hypervisor running. I've installed Gentoo 64bit on a
 new(ish) HP XW6400. When booted with the minimal install CD,
 /proc/cpuinfo
 shows:

 bla bla

 Just build a stock (gentoo-sources) kernel on the same machine, and the
 vmx flag is there, along with a whole load of others. Now I'm really
 confused! I only care about that flag when I'm running a Xen kernel!
 Anybody got any ideas?

Well, don't I feel like an idiot. VT was disabled in the BIOS, under an
obscure 'OS Security' menu option. I was thrown off the scent because of
the difference in cpu flags shown under stock linux vs. linux running as
dom0 under Xen. Apparently Xen isolates some of the machine capabilities
from even dom0. For anybody having similar troubles - xm dmesg | grep -i
vmx will show you definitely whether VMX has been picked up or not. You're
looking for:

(XEN) HVM: VMX enabled

Best Wishes,
Paul


-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] openrc all over again with version 0.2.4-r1

2008-05-23 Thread reader
After surviving the initial update to openrc  I've now found after an
update world that the latest openrc no longer links /etc/init.d/lo to
/lib/rc/sh/net.sh.

In fact /lib/rc/sh/net.sh is completely gone.  So I'm left with
several useless symlinks in /etc/init.d and no indication of what they
should be linked to.

The migration guide at:
   http://www.gentoo.org/doc/en/openrc-migration.xml

Appears to be badly out of date and appears to indicate symlinking
/etc/init.d/net.ethN to /etc/init.d/net.lo will fix the network startup.

No mention of what /etc/init.d/lo is supposed to be linked to now.

I've probably missed some important output of emerge during update
world but my elogs for openrc do  not indicate any messages.

The newest version of openrc does not contain the file:
/lib/rc/sh/net.sh.

as it did with openrc-0.2.3

Anyone know what the new scheme is... what the symlinks in
/etc/init.d/net.ethN are supposed to point to?

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] openrc all over again with version 0.2.4-r1

2008-05-23 Thread Andrés Becerra Sandoval
On 5/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 After surviving the initial update to openrc  I've now found after an
  update world that the latest openrc no longer links /etc/init.d/lo to
  /lib/rc/sh/net.sh.

  In fact /lib/rc/sh/net.sh is completely gone.  So I'm left with
  several useless symlinks in /etc/init.d and no indication of what they
  should be linked to.

  The migration guide at:
http://www.gentoo.org/doc/en/openrc-migration.xml

  Appears to be badly out of date and appears to indicate symlinking
  /etc/init.d/net.ethN to /etc/init.d/net.lo will fix the network startup.

  No mention of what /etc/init.d/lo is supposed to be linked to now.

  I've probably missed some important output of emerge during update
  world but my elogs for openrc do  not indicate any messages.

  The newest version of openrc does not contain the file:
 /lib/rc/sh/net.sh.

  as it did with openrc-0.2.3

  Anyone know what the new scheme is... what the symlinks in
  /etc/init.d/net.ethN are supposed to point to?


  --
  gentoo-user@lists.gentoo.org mailing list



Probably you didn't etc-updated your system. My box is working
correctly, /etc/init.d/net.lo is the attached file, and net.eth0 is a
symlink to this file.

-- 
  Andrés


net.lo
Description: Binary data


Re: [gentoo-user] $LINGUAS question

2008-05-23 Thread Mick
2008/5/22  [EMAIL PROTECTED]:
 On Wed, May 21, 2008 at 03:13:44PM +0100, Uwe Thiem wrote:

 Does it matter in which order languages are emerged?

 Mplayer emerge says it uses the first one as the default language, and
 one firefox emerge showed all help menus etc in some non-English
 language.  Wheteher anything else cares, I do not know.

Despite my LINGUAS settings I have noticed that kcontrol only shows
US English under languages.  Country  Region allows me to select
UK, but the only option that I have/can add under languages is US.
Spelling is en_US, although I would like to choose en_UK.  What
control what languages can be added there?
-- 
Regards,
Mick
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: openrc all over again with version 0.2.4-r1

2008-05-23 Thread reader
Andrés Becerra Sandoval [EMAIL PROTECTED] writes:

 Probably you didn't etc-updated your system. My box is working
 correctly, /etc/init.d/net.lo is the attached file, and net.eth0 is a
 symlink to this file.

Do you mean just update the new .cfg files against installed files?
Apparently I overlooked that *_.cfg*net.lo was a replacement for
  /lib/rc/sh/net.sh

Seems like something like that would be mentioned in an elog somewhere. 

Thanks moving *cfg*net.lo into possition in /etc/init.d/net.lo got
me straightened out.

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] High Definition and OSS

2008-05-23 Thread Florian Philipp
Hi list!

I'm thinking about buying a BlueRay- and HD-DVD-combo reader.
Can I use GNU/Linux standard software (mplayer preferred) to watch
HD-movies or does its copy protection stop me from using it? If so, are
there any workarounds?

Thanks in advance!

Florian Philipp


signature.asc
Description: PGP signature


Re: [gentoo-user] openrc all over again with version 0.2.4-r1

2008-05-23 Thread Neil Bothwick
On Fri, 23 May 2008 10:27:33 -0500, [EMAIL PROTECTED] wrote:

 After surviving the initial update to openrc  I've now found after an
 update world that the latest openrc no longer links /etc/init.d/lo to
 /lib/rc/sh/net.sh.
 
 In fact /lib/rc/sh/net.sh is completely gone.  So I'm left with
 several useless symlinks in /etc/init.d and no indication of what they
 should be linked to.

/etc/init.d/net.lo is now a script, not a link to one. There was a bug
filed on this, but it was supposed to be fixed in -r1. It appeared that
the 0.2.4 ebuild only broke things when you had more than one network
interface.

http://bugs.gentoo.org/show_bug.cgi?id=221751


-- 
Neil Bothwick

Got kleptomania? Be sure to take something for it.


signature.asc
Description: PGP signature


Re: [gentoo-user] $LINGUAS question

2008-05-23 Thread Neil Bothwick
On Fri, 23 May 2008 17:02:19 +0100, Mick wrote:

 Despite my LINGUAS settings I have noticed that kcontrol only shows
 US English under languages.  Country  Region allows me to select
 UK, but the only option that I have/can add under languages is US.
 Spelling is en_US, although I would like to choose en_UK.  What
 control what languages can be added there?

emerge kde-i18n


-- 
Neil Bothwick

A wok is what you throw at a wabbit.


signature.asc
Description: PGP signature


Re: [gentoo-user] High Definition and OSS

2008-05-23 Thread James
 Hi list!

 I'm thinking about buying a BlueRay- and HD-DVD-combo reader.
 Can I use GNU/Linux standard software (mplayer preferred) to watch
 HD-movies or does its copy protection stop me from using it? If so, are
 there any workarounds?

 Thanks in advance!

 Florian Philipp

I think you have to run software to decrypt the DVD on the fly and then
have mplayer read the stream.
The decryption keys to older bluray titles are available but newer ones
might need to be decrypted (rip the movie to your harddrive).
It is definitely not easy right now but a lot of titles are being cracked
everyday.
I would avoid bluray until it gets easier to play.

Why would you buy an HD-DVD reader?
That format is dead and there won't be any new titles.


-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] phpldapadmin 1.1.0.5 and firefox 3

2008-05-23 Thread Norberto Bensa

Hello list,

is there anyone using phpldapadmin-1.1.0.5 with firefox-3 ?

I can't get the login form using ff3. Any idea why not?

Thanks in advance,
Norberto







This message was sent using IMP, the Internet Messaging Program.


--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] kernel config ata/atapi and scsi

2008-05-23 Thread Allan Gottlieb
I remember reading that much of the CDrom et al support now uses
the scsi subsystem, but have not remembered enough.
I would appreciate answers to the following specific questions.

I have a dell insprion 6400 laptop.  Using lshw I find that the ide
interface contains

ATA disk  Hitachi HTS72101  /dev/sda  bus info: [EMAIL PROTECTED]:0.0.0
  * Am I correct in believing that I should configure SCSI disk support?
  * Does it also require ATA/atapi support?

DVD writer DVD+-RW TS-L632D /dev/cdrom1 /dev/dvd1 /dev/scd0 /dev/sr0
   bus info: [EMAIL PROTECTED]:0.0.0
  * Am I correct in believing that I need scsi CDROM and scsi GENERIC?
  * Are any other kernel options needed to support the dvd and writing?
  * Do I need atapi support?

lshw confirms that I have no scsi controller
  * Am I correct in believing that I need no scsi low level driver?

lshw confirms that I have an intel 82801G (ICH7)
  * Am I correct in believing that I need CONFIG_ATA_PIIX?

Thanks in advance for the help,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] join two tab-separate-value files without join field

2008-05-23 Thread Zhang Weiwu
Hi.

I got a datasheet from my colleague in MS Excel format and I intend to
process that file with my awk/sed knowledge. The problem is: he sent me
two Excel files each with 2134 records, in fact there should be only one
excel file with 2134 rows and 295 columns, but MS Excel can only handle
256 data columns, so he split the datasheet vertically so he can manage
to send to me.

Now I saved both file to tab-separated-value format, how do I join them?

I could have used join(1) but that require a join field, an ID of some
sort. I think of this:

$  grep -n '' left.tsv | sed 's/:/\t/' left.forjoin
$ grep -n '' right.tsv | sed 's/:/\t/' right.forjoin
$ join -t  left.forjoin right.forjoin  result.tsv
(note that for join's -t parameter somehow I need to manage to get a tab
between the quotes)

Yes I achieved what I want, but that looks complex. Is there a simpler
way? Thanks in advance.

I know OpenOffice 3.0 can handle up to 1024 data columns. It's difficult
to convince anyone to switch to OOO because here in China MS Office
costs only 0$. I also could use OOO3.0 for doing the join but I wish to
know the commandline way:)

-- 

Real Softservice

Huateng Tower, Unit 1788
Jia 302 3rd area of Jinsong, Chao Yang

Tel: +86 (10) 8773 0650 ext 603
Mobile: 135 9950 2413
http://www.realss.com

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: is grub in my mbr?

2008-05-23 Thread »Q«
On Fri, 23 May 2008 10:38:23 +0200
Dirk Heinrichs [EMAIL PROTECTED] wrote:

 Am Freitag, 23. Mai 2008 schrieb ext Neil Bothwick:
  On Fri, 23 May 2008 07:57:04 +0200, Dirk Heinrichs wrote:  
   Hmm, maybe I should file a bug for this. NOTHING should EVER mount
   anything automatically on a users system unless being explicitely
   told to do so. So the above should change to MOUNT_BOOT=yes, or
   even be a use flag.  
 
  I couldn't agree more.  
 
 OK, then for the reference:
 https://bugs.gentoo.org/show_bug.cgi?id=223311

Thanks much for filing that.  I'm trying to resist temptation to spam
the bug agreeing with you.

-- 
»Q«
 Kleeneness is next to Gödelness.


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] join two tab-separate-value files without join field

2008-05-23 Thread Tim
Zhang Weiwu wrote:
 Hi.
 
 I got a datasheet from my colleague in MS Excel format and I intend to
 process that file with my awk/sed knowledge. The problem is: he sent me
 two Excel files each with 2134 records, in fact there should be only one
 excel file with 2134 rows and 295 columns, but MS Excel can only handle
 256 data columns, so he split the datasheet vertically so he can manage
 to send to me.
 
 Now I saved both file to tab-separated-value format, how do I join them?
 
 I could have used join(1) but that require a join field, an ID of some
 sort. I think of this:
 
 $  grep -n '' left.tsv | sed 's/:/\t/' left.forjoin
 $ grep -n '' right.tsv | sed 's/:/\t/' right.forjoin
 $ join -t  left.forjoin right.forjoin  result.tsv
 (note that for join's -t parameter somehow I need to manage to get a tab
 between the quotes)
 
 Yes I achieved what I want, but that looks complex. Is there a simpler
 way? Thanks in advance.
 
 I know OpenOffice 3.0 can handle up to 1024 data columns. It's difficult
 to convince anyone to switch to OOO because here in China MS Office
 costs only 0$. I also could use OOO3.0 for doing the join but I wish to
 know the commandline way:)
 
Got perl?

#!/usr/bin/perl

if($#ARGV  1) {
print Arguments: file1 file2\n;
exit(1);
}

open(FIRSTFILE, $ARGV[0]);
open(SECONDFILE, $ARGV[1]);
@first = FIRSTFILE;
@second = SECONDFILE;

$i = 0;
for($i = 0;$i  2; $i++) {
$tmp1 = $first[$i];
$tmp1 =~ s/\n//g;
$tmp2 = $second[$i];
$tmp2 =~ s/\n//g;

$str = $tmp1 . \t . $tmp2 . \n;
print $str;
}

close(FIRSTFILE);
close(SECONDFILE);

This is likely not the best or fastest way to do it, and I don't have a
dataset as large as yours readily available for testing, but it seems to
work.

-Tim
-- 
gentoo-user@lists.gentoo.org mailing list