Re: [gentoo-user] Re: libquicktime woes

2006-08-20 Thread alain . didierjean
Selon Francesco Talamona <[EMAIL PROTECTED]>:

> On Saturday 19 August 2006 21:13, [EMAIL PROTECTED] wrote:
> > Trying to compile libquicktime on a amd 64. Here's what I get:
> >
> > ./configure: line 22102: syntax error near unexpected token
> > `have_vorbis=true' ./configure: line 22102:
> > `XIPH_PATH_VORBIS(have_vorbis=true)'
> >
> > !!! Please attach the following file when filing a report to
> > bugs.gentoo.org: !!!
> > /var/tmp/portage/libquicktime-0.9.7-r1/work/libquicktime-0.9.7/config
> >.log
> >
> > !!! ERROR: media-libs/libquicktime-0.9.7-r1 failed.
> > Call stack:
> >   ebuild.sh, line 1539:   Called dyn_compile
> >   ebuild.sh, line 939:   Called src_compile
> >   libquicktime-0.9.7-r1.ebuild, line 56:   Called econf
> > '--enable-shared' '--enable-static' '--disable-mmx'
> > '--disable-firewire' '--without-libdv' '--with-x'
> > '--without-cpuflags'
> >   ebuild.sh, line 541:   Called die
> >
> > !!! econf failed
> > !!! If you need support, post the topmost build error, and the call
> > stack if relevant.
> >
> > Have you got the same problem ? Is there a fix ? Should I report to
> > bugzilla ? HGelp welcome
>
> Try to unset vorbis flag:
>
> echo "media-libs/libquicktime -vorbis" >> /etc/portage/package.use
>

Did it ; doesn't work. Thanks anyway.
Any other suggestion ?



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: libquicktime woes : SOLVED

2006-08-20 Thread alain . didierjean
Selon [EMAIL PROTECTED]:

> Selon Francesco Talamona <[EMAIL PROTECTED]>:
>
> > On Saturday 19 August 2006 21:13, [EMAIL PROTECTED] wrote:
> > > Trying to compile libquicktime on a amd 64. Here's what I get:
> > >
> > > ./configure: line 22102: syntax error near unexpected token
> > > `have_vorbis=true' ./configure: line 22102:
> > > `XIPH_PATH_VORBIS(have_vorbis=true)'
> > >
> > > !!! Please attach the following file when filing a report to
> > > bugs.gentoo.org: !!!
> > > /var/tmp/portage/libquicktime-0.9.7-r1/work/libquicktime-0.9.7/config
> > >.log
> > >
> > > !!! ERROR: media-libs/libquicktime-0.9.7-r1 failed.
> > > Call stack:
> > >   ebuild.sh, line 1539:   Called dyn_compile
> > >   ebuild.sh, line 939:   Called src_compile
> > >   libquicktime-0.9.7-r1.ebuild, line 56:   Called econf
> > > '--enable-shared' '--enable-static' '--disable-mmx'
> > > '--disable-firewire' '--without-libdv' '--with-x'
> > > '--without-cpuflags'
> > >   ebuild.sh, line 541:   Called die
> > >
> > > !!! econf failed
> > > !!! If you need support, post the topmost build error, and the call
> > > stack if relevant.
> > >
> > > Have you got the same problem ? Is there a fix ? Should I report to
> > > bugzilla ? HGelp welcome
> >
> > Try to unset vorbis flag:
> >
> > echo "media-libs/libquicktime -vorbis" >> /etc/portage/package.use
> >
>
> Did it ; doesn't work. Thanks anyway.
> Any other suggestion ?
>

I found the solution:
emerge libvorbis
I guess libvorbis should be considered as a libquicktime dependency


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: libquicktime woes : SOLVED

2006-08-20 Thread Francesco Talamona
On Sunday 20 August 2006 10:35, [EMAIL PROTECTED] wrote:
> I guess libvorbis should be considered as a libquicktime dependency

It is. See the ebuild, it states that if "vorbis" flag is set, then 
libvorbis is a dependency:

DEPEND=">=sys-apps/sed-4.0.5
media-libs/libdv
gtk? ( =x11-libs/gtk+-1.2* )
png? ( media-libs/libpng )
jpeg? ( media-libs/jpeg )
vorbis? ( media-libs/libvorbis )
!virtual/quicktime"

It was a problem somewhere else...

Ciao
Francesco

-- 
Linux Version 2.6.17-gentoo-r5, Compiled #1 PREEMPT Fri Aug 18 00:35:49 
CEST 2006
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4410.79 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem booting after reinstall

2006-08-20 Thread frank
Hi all,

I've decided to reinstall my system to a stable one (I used ~x86
before).

To prepare the disk I've wiped out all of / except /home and all
of /boot.

Th installation (according to the handbook) went smoothly.

The new kernel starts up and then I get an VFS error saying that there
is an invalid boot option root= ... and panics.

/boot on /dev/hda1 or (hd0,0) is ext2, / on /dev/hda3 or (hd0,2)

Here is my menu.lst:

default 0
timeout 30

title=Initial
root (hd0,0)
kernel /boot/kernel-2.6.17-gentoo-r4_initial root=/dev/hda3

I've set up grub this way:
grub> root (hd0,0)
grub> setup (hd0)
grub quit

The kernel is configured for ext2 and ext3 filesystems.

Has anyone an Idea? I don't have further :(

Thanks in advance
Frank

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread frank
Well, a little typo:

extend / ... is ext3

Frank

On Sun, 2006-08-20 at 10:30 +, frank wrote:
> Hi all,
> 
> I've decided to reinstall my system to a stable one (I used ~x86
> before).
> 
> To prepare the disk I've wiped out all of / except /home and all
> of /boot.
> 
> Th installation (according to the handbook) went smoothly.
> 
> The new kernel starts up and then I get an VFS error saying that there
> is an invalid boot option root= ... and panics.
> 
> /boot on /dev/hda1 or (hd0,0) is ext2, / on /dev/hda3 or (hd0,2)
> 
> Here is my menu.lst:
> 
> default 0
> timeout 30
> 
> title=Initial
> root (hd0,0)
> kernel /boot/kernel-2.6.17-gentoo-r4_initial root=/dev/hda3
> 
> I've set up grub this way:
> grub> root (hd0,0)
> grub> setup (hd0)
> grub quit
> 
> The kernel is configured for ext2 and ext3 filesystems.
> 
> Has anyone an Idea? I don't have further :(
> 
> Thanks in advance
> Frank
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread frank
Just a bit more info, I've rebooted into the new system. Here's the
whole message:

...
VFS: Cannot open root device "hda3" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)



On Sun, 2006-08-20 at 10:30 +, frank wrote:
> Hi all,
> 
> I've decided to reinstall my system to a stable one (I used ~x86
> before).
> 
> To prepare the disk I've wiped out all of / except /home and all
> of /boot.
> 
> Th installation (according to the handbook) went smoothly.
> 
> The new kernel starts up and then I get an VFS error saying that there
> is an invalid boot option root= ... and panics.
> 
> /boot on /dev/hda1 or (hd0,0) is ext2, / on /dev/hda3 or (hd0,2)
> 
> Here is my menu.lst:
> 
> default 0
> timeout 30
> 
> title=Initial
> root (hd0,0)
> kernel /boot/kernel-2.6.17-gentoo-r4_initial root=/dev/hda3
> 
> I've set up grub this way:
> grub> root (hd0,0)
> grub> setup (hd0)
> grub quit
> 
> The kernel is configured for ext2 and ext3 filesystems.
> 
> Has anyone an Idea? I don't have further :(
> 
> Thanks in advance
> Frank
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread Mirek Dvořák
what about fstab?Mirek2006/8/20, frank <[EMAIL PROTECTED]>:
Just a bit more info, I've rebooted into the new system. Here's thewhole message:...VFS: Cannot open root device "hda3" or unknown-block(0,0)Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs onunknown-block(0,0)On Sun, 2006-08-20 at 10:30 +, frank wrote:> Hi all,>> I've decided to reinstall my system to a stable one (I used ~x86
> before).>> To prepare the disk I've wiped out all of / except /home and all> of /boot.>> Th installation (according to the handbook) went smoothly.>> The new kernel starts up and then I get an VFS error saying that there
> is an invalid boot option root= ... and panics.>> /boot on /dev/hda1 or (hd0,0) is ext2, / on /dev/hda3 or (hd0,2)>> Here is my menu.lst:>> default 0> timeout 30
>> title=Initial> root (hd0,0)> kernel /boot/kernel-2.6.17-gentoo-r4_initial root=/dev/hda3>> I've set up grub this way:> grub> root (hd0,0)> grub> setup (hd0)
> grub quit>> The kernel is configured for ext2 and ext3 filesystems.>> Has anyone an Idea? I don't have further :(>> Thanks in advance> Frank>--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread Graham Murray
"Mirek Dvořák" <[EMAIL PROTECTED]> writes:

> what about fstab?
> Mirek

Is fstab relevant at this point? As surely /etc/fstab cannot be read
until after the root ('/') filesystem is mounted, and this is what is
failing. 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread iccc
Graham Murray wrote:
> "Mirek Dvořák" <[EMAIL PROTECTED]> writes:
> 
>> what about fstab?
>> Mirek
> 
> Is fstab relevant at this point? As surely /etc/fstab cannot be read
> until after the root ('/') filesystem is mounted, and this is what is
> failing. 
> 
Did you try to boot without the "root=" option?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Too many X modules pulled in

2006-08-20 Thread Fredrik Tolf
Dear List,

I'm trying to install Gentoo on a headless machine. I want programs to
use the X libraries, so that I can SSH in from another machine and use X
over TCP, but I'm not too fond of installing the entire X package
(especially the X server) on it, since it won't ever be used.

However, I just tried to install a couple of program linking against GTK
(such avahi), and GTK, for some reason, tries to pull in lots of stuff
that I don't really want (among others, the X server). Looking in the
GTK ebuild, I found this:

RDEPEND="|| ( (
x11-libs/libXrender
x11-libs/libX11
x11-libs/libXi
x11-libs/libXt
x11-libs/libXext
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libXfixes
xinerama? ( x11-libs/libXinerama ) )
virtual/x11 )
>=dev-libs/glib-2.10.1
>=x11-libs/pango-1.9
>=dev-libs/atk-1.10.1
>=x11-libs/cairo-0.9.2
media-libs/fontconfig
x11-misc/shared-mime-info
>=media-libs/libpng-1.2.1
jpeg? ( >=media-libs/jpeg-6b-r2 )
tiff? ( >=media-libs/tiff-3.5.7 )"

DEPEND="${RDEPEND}
sys-devel/autoconf
>=dev-util/pkgconfig-0.9
=sys-devel/automake-1.7*
|| ( (
x11-proto/xextproto
x11-proto/xproto
x11-proto/inputproto
x11-proto/xineramaproto )
virtual/x11 )
doc? (
>=dev-util/gtk-doc-1.4
~app-text/docbook-xml-dtd-4.1.2 )"

I even emerged all those X11 dependencies myself, but even then, it
wants to emerge xorg-server. The first few lines of the output of
"emerge -tvp gtk+" look like this:

[ebuild  N] x11-libs/gtk+-2.8.19  USE="X jpeg -debug -doc -tiff
  -xinerama" 12,015 kB 
[ebuild  N]  x11-misc/shared-mime-info-0.17-r2  558 kB 
[ebuild  N]   dev-libs/libxml2-2.6.26  USE="ipv6 python readline
  -debug -doc -test" 3,338 kB 
[ebuild  N]   dev-util/intltool-0.35.0  126 kB 
[ebuild  N]  x11-libs/pango-1.12.3  USE="-debug -doc" 1,197 kB 
[ebuild  N]  x11-base/xorg-server-1.0.2-r7  USE="dri ipv6 -debug
  -minimal -xprint" 8,716 kB 

I'm not an expert with portage, but the fact that xorg-server is
indented one space from gtk+ means that gtk+ depends on it directly,
doesn't it? If so, whence does that dependency come from (it's obviously
not on the DEPEND or RDEPEND variables)?

Please help me -- what should I do to make gtk+ only pull in the minimal
amount of deps?

Thanks for your time!

Fredrik Tolf


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Installation - about creating /etc/fstab

2006-08-20 Thread Stephen Liu
Hi folks,

About creating /etc/fstab

HD partitions:-
/dev/hda1   ext2/boot
/dev/hda2   (swap)  swap (ext)
/dev/hda3   ext3/root
/dev/hda4   LVM

under Volume Group (vg)
/home 
/usr 
/opt
/var
/tmp

floppy
cdrom
cdwriter


Whether following entries are correct ?

/etc/fstab
none   /proc  proc  defaults 0 0
none   /dev/shm  tmpfs  nodev,nosuid,noexec  0 0

/dev/hda1   /boot  ext2defaults,noatime  1 2
/dev/hda2   none   swapsw0 0
/dev/hda3   /  ext3noatime   0 1

/dev/vg/usr  /mnt/gentoo/usr  ext3  noatime  0 1
/dev/vg/home /mnt/gentoo/home ext3  noatime  0 1
/dev/vg/opt  /mnt/gentoo/opt  ext3  noatime  0 1
/dev/vg/var  /mnt/gentoo/var  ext3  noatime  0 1
/dev/vg/tmp  /mnt/gentoo/tmp  ext3  noatime  0 1

/dev/fd   /mnt/floppy  auto  noauto,user 0 0
/dev/hdc  /mnt/cdrom0  auto  noauto,user 0 0
/dev/hdd  /mnt/cdrom1  auto  noauto,user 0 0
* end *

TIA

B.R.
SL
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with X apps from remote PC

2006-08-20 Thread Matthias Fechner
Hi,

* Matthias Fechner <[EMAIL PROTECTED]> [19-08-06 01:33]:
> I have here Xorg running. My system is a AMD64, software is
> up-to-date. X is compiled with xinerama tag.
> 
> Now if I start emacs or a xterm etc on my FreeBSD pc I can only see
> the decoration of the window but nothing is displayed in it.

i found now, why: it is the use-flag or flag in the xorg.conf: xinerama

If I disable the, everything works fine, but with xinerama activated
it will not work.

Does anybody knows a work-around for this?

Thx
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Too many X modules pulled in

2006-08-20 Thread Donnie Berkholz
Fredrik Tolf wrote:
> I'm not an expert with portage, but the fact that xorg-server is
> indented one space from gtk+ means that gtk+ depends on it directly,
> doesn't it? If so, whence does that dependency come from (it's obviously
> not on the DEPEND or RDEPEND variables)?
> 
> Please help me -- what should I do to make gtk+ only pull in the minimal
> amount of deps?

It's because it inherits the virtualx.eclass -- gtk+ requires an X
server (Xvfb) to build. What you can do is set USE="minimal -dmx -xorg
-xprint" in your package.use for xorg-server to minimize this. Also try
VIDEO_CARDS="" and INPUT_DEVICES="" in make.conf.

However, this only works well on xorg-server-1.1, so you will also need
to add it to package.keywords.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread frank
Right, fstab still isn't relevant here. It is a grub/kernel problem.

Regards
Frank


On Sun, 2006-08-20 at 13:58 +0200, Mirek Dvořák wrote:
> what about fstab?
> Mirek
> 
> 2006/8/20, frank <[EMAIL PROTECTED]>:
> Just a bit more info, I've rebooted into the new system.
> Here's the
> whole message:
> 
> ...
> VFS: Cannot open root device "hda3" or unknown-block(0,0)
> Please append a correct "root=" boot option 
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(0,0)
> 
> 
> 
> On Sun, 2006-08-20 at 10:30 +, frank wrote:
> > Hi all,
> >
> > I've decided to reinstall my system to a stable one (I used
> ~x86 
> > before).
> >
> > To prepare the disk I've wiped out all of / except /home and
> all
> > of /boot.
> >
> > Th installation (according to the handbook) went smoothly.
> >
> > The new kernel starts up and then I get an VFS error saying
> that there 
> > is an invalid boot option root= ... and panics.
> >
> > /boot on /dev/hda1 or (hd0,0) is ext2, / on /dev/hda3 or
> (hd0,2)
> >
> > Here is my menu.lst:
> >
> > default 0
> > timeout 30
> >
> > title=Initial
> > root (hd0,0)
> > kernel /boot/kernel-2.6.17-gentoo-r4_initial root=/dev/hda3
> >
> > I've set up grub this way:
> > grub> root (hd0,0)
> > grub> setup (hd0)
> > grub quit
> >
> > The kernel is configured for ext2 and ext3 filesystems.
> >
> > Has anyone an Idea? I don't have further :(
> >
> > Thanks in advance
> > Frank
> >
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread frank
Well, I didn't see any reason to try this. The kernel should know where
the root filesystem lives.

I've tried it just now:
The panic is the same. The only difference is that the unknown device is
(hd3,3).
I've even tried to set "root=(hd0,2)" (I know, this is NOT what ``info
grub'' says) :o(
Just the same .

See if we can solve this. For so far: the ~x86 system worked better ;(
Regards
Frank


On Sun, 2006-08-20 at 15:16 +, iccc wrote:
> Graham Murray wrote:
> > "Mirek Dvořák" <[EMAIL PROTECTED]> writes:
> > 
> >> what about fstab?
> >> Mirek
> > 
> > Is fstab relevant at this point? As surely /etc/fstab cannot be read
> > until after the root ('/') filesystem is mounted, and this is what is
> > failing. 
> > 
> Did you try to boot without the "root=" option?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem booting after reinstall

2006-08-20 Thread Richard Fish

On 8/20/06, frank <[EMAIL PROTECTED]> wrote:

Has anyone an Idea? I don't have further :(


Since the kernel is being found it is not a grub setup problem.

Either:

a. The filesystem drivers are not compiled into your kernel.  You said
you configured them...are they built in (=y) or as modules (=m)?

b. You did not configure the drivers for your IDE chipset or IDE hard
drive into the kernel.  Here again, they should be "=y" in the .config
file.

The outputs of lspci and "grep '=[ym]' /usr/src/linux/.config" may be
helpful for us to look at if you can't find the answer.

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Unable to start /usr/bin/nifd: No such file or directory

2006-08-20 Thread Goran Dubajic

Hi Guys,

I emerged world yesterday and I got the following problem:



 * Starting nifd ...
/sbin/start-stop-daemon: Unable to start /usr/bin/nifd: No such file
or directory (No such file or directory)
 * Failed to start nifd
   [ !! ]
 * ERROR:  cannot start mDNSResponder as nifd could not start

---

Does anybody have a clue how to sort this out?

Thanks a lot!
Goran.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Very OT - Need help removing NTLDR

2006-08-20 Thread Michael Sullivan
Awhile back my wife asked me to add Windows 98 SE to the operating
systems on her computer (Gentoo and WinXP) so that she could play old
games that we couldn't get to work in Linux with wine.  She attempted to
boot into Windows XP today, but got an error message:

NTLDR is missing
Press any key to continue

I've been doing research on NTLDR, and I've found lots of help in
restoring NTLDR, but none whatsoever in simply removing it.  Her
computer uses grub as the boot loader.  I know this isn't specifically a
Gentoo question, and not even a Linux question, but she needs WinXP for
school (she's starting in the Medical Lab Technician program tomorrow.
All her homework is on the computer, and our school isn't enlightened
enough to use Linux yet.)  Can anyone help me?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Very OT - Need help removing NTLDR

2006-08-20 Thread Mark Kirkwood

Michael Sullivan wrote:

Awhile back my wife asked me to add Windows 98 SE to the operating
systems on her computer (Gentoo and WinXP) so that she could play old
games that we couldn't get to work in Linux with wine.  She attempted to
boot into Windows XP today, but got an error message:

NTLDR is missing
Press any key to continue

I've been doing research on NTLDR, and I've found lots of help in
restoring NTLDR, but none whatsoever in simply removing it.  Her
computer uses grub as the boot loader.  I know this isn't specifically a
Gentoo question, and not even a Linux question, but she needs WinXP for
school (she's starting in the Medical Lab Technician program tomorrow.
All her homework is on the computer, and our school isn't enlightened
enough to use Linux yet.)  Can anyone help me?



Looking at:

http://www2.geek.com/cgi-bin/discus/discus.cgi?pg=prev&topic=24&page=33

It seems that installing 98 after XP causes problems due to 98's 
bootloader being too stupid to dual boot. While *this* particular issue 
should not apply to you - as you have grub, installing 98 may mean that 
the drive numbers for XP in your grub configuration are now wrong. Some 
experimentation with your grub setup will be needed I suspect. Hopefully 
others can help with these (I use lilo).


Good luck

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



Re: [gentoo-user] Very OT - Need help removing NTLDR

2006-08-20 Thread Jesús Guerrero
El Lunes, 21 de Agosto de 2006 00:30, Michael Sullivan escribió:
> Awhile back my wife asked me to add Windows 98 SE to the operating
> systems on her computer (Gentoo and WinXP) so that she could play old
> games that we couldn't get to work in Linux with wine.  She attempted to
> boot into Windows XP today, but got an error message:
>
> NTLDR is missing
> Press any key to continue
>
> I've been doing research on NTLDR, and I've found lots of help in
> restoring NTLDR, but none whatsoever in simply removing it.  Her
> computer uses grub as the boot loader.  I know this isn't specifically a
> Gentoo question, and not even a Linux question, but she needs WinXP for
> school (she's starting in the Medical Lab Technician program tomorrow.
> All her homework is on the computer, and our school isn't enlightened
> enough to use Linux yet.)  Can anyone help me?

I advise you to mount the winxp partition, or the partition where your 
document files reside, if it is a different one. Dont have a windows box 
right now at hand, but they usually are at c:\documents and 
settings\ or something similar. Mount the partition from linux, 
even a livecd can be used for that purpose. Then make a backup of the docs, 
at least, the ones that you need for tomorrow.

Then, once you have recued all the relevant stuff, you can mess up with ntldr 
or reinstall or whatever. BTW, why do you want to delete it? You need to 
restore it or whatever, ntldr is the Windows loader, you need it to boot 
Windows ;)

As you said, there is a lot of info on various ntldr, I left the windows world 
time ago, so I could not help on that even anyway. But I give you the advise, 
first, overall if you are not familiar with anything that you need to do to 
restore it, make a backup, that is never a bad thing to have. 

Jesús.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] initng or runit?

2006-08-20 Thread Jerry McBride

Would some kind soul save me a bit of research time? Which of the two 
alternative init schemes are faster, initng or runit?


Thank you in advance , Jerry
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Very OT - Need help removing NTLDR [SOLVED]

2006-08-20 Thread Michael Sullivan
On Mon, 2006-08-21 at 01:22 +0200, Jesús Guerrero wrote:
> El Lunes, 21 de Agosto de 2006 00:30, Michael Sullivan escribió:
> > Awhile back my wife asked me to add Windows 98 SE to the operating
> > systems on her computer (Gentoo and WinXP) so that she could play old
> > games that we couldn't get to work in Linux with wine.  She attempted to
> > boot into Windows XP today, but got an error message:
> >
> > NTLDR is missing
> > Press any key to continue
> >
> > I've been doing research on NTLDR, and I've found lots of help in
> > restoring NTLDR, but none whatsoever in simply removing it.  Her
> > computer uses grub as the boot loader.  I know this isn't specifically a
> > Gentoo question, and not even a Linux question, but she needs WinXP for
> > school (she's starting in the Medical Lab Technician program tomorrow.
> > All her homework is on the computer, and our school isn't enlightened
> > enough to use Linux yet.)  Can anyone help me?
> 
> I advise you to mount the winxp partition, or the partition where your 
> document files reside, if it is a different one. Dont have a windows box 
> right now at hand, but they usually are at c:\documents and 
> settings\ or something similar. Mount the partition from linux, 
> even a livecd can be used for that purpose. Then make a backup of the docs, 
> at least, the ones that you need for tomorrow.
> 
> Then, once you have recued all the relevant stuff, you can mess up with ntldr 
> or reinstall or whatever. BTW, why do you want to delete it? You need to 
> restore it or whatever, ntldr is the Windows loader, you need it to boot 
> Windows ;)
> 
> As you said, there is a lot of info on various ntldr, I left the windows 
> world 
> time ago, so I could not help on that even anyway. But I give you the advise, 
> first, overall if you are not familiar with anything that you need to do to 
> restore it, make a backup, that is never a bad thing to have. 
> 
> Jesús.
> 

I found this site:

http://gentoo-wiki.com/HOWTO_Dual_Boot_from_Windows_Bootloader_(NTLDR)_and_why#Single_disk_installation

It's got my wife's computer doing what she wanted it to now, for the
most part.  I should have thought to look at the Gentoo wiki before I
sent off my original mail.  We're still having a problem with ALSA in
Linux, but I want to work on that a bit more on my own before I go
asking for help.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dual screen display, one is offset

2006-08-20 Thread Randy Barlow
Might sound kind of silly - but did you make sure that the left 
monitor's horizontal alignment is properly set?


R

Daniel D Jones wrote:
I have two Dell LCD widescreen displays (one's a 2005WFP, the other is a newly 
purchased 2007WFP) that I've just configured for dual screen display.  I'm 
running an ATI videocard and using the fglrx driver.  The monitor on the 
right is using the DVI interface, while the screen on the left is using the 
SVGA interface.  I've gotten everything working except for the fact that the 
left screen is shifted to the right.  That is, there's a large black stripe 
down the left side of the display which I cannot move the mouse into, and 
there's an equal sized chunk missing off the right side (which is the middle 
of the wide screen display).  It's like the left half of the display is 
shifted about 20% to the right.  This was my primary display until I got the 
second monitor today, and it did not display the offset problem when it was 
configured for a single display.  Here's my xorg.conf file:


Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "aticonfig Screen 0" 0 0
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
EndSection

Section "Files"
FontPath "unix/:7100"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/afms"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/dejavu"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/fonts.cache-1"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load  "GLcore"
Load  "bitmap"
Load  "dbe"
Load  "ddc"
Load  "dri"
Load  "extmod"
Load  "freetype"
Load  "glx"
Load  "int10"
Load  "record"
Load  "speedo"
Load  "type1"
Load  "v4l"
Load  "vbe"
Load  "xtt"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbModel" "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device" "/dev/psaux"
Option  "Protocol" "auto"
Option  "Emulate3Buttons" "true"
Option  "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier   "aticonfig Monitor 0"
Option  "DPMS"
EndSection

Section "Monitor"
Identifier   "aticonfig Monitor 1"
Option  "DPMS"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. Radeon 9000 Pro (RV250 If)"
Driver  "ati"
BusID   "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "ATI Graphics Adapter 0"
Driver  "fglrx"
Option  "(null)"
Option  "DesktopSetup" "0x0201"
Option  "UseInternalAGPGART" "on"
BusID   "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "ATI Graphics Adapter 1"
Driver  "fglrx"
BusID   "PCI:1:0:0"
Screen  1
EndSection

Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor"aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport  0 0
Depth 24
Modes "1680x1050" "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig Screen 1"
Device "ATI Graphics Adapter 1"
Monitor"aticonfig Monitor 1"
DefaultDepth 24
SubSection "Display"
Viewport  0 0
Depth 24
Modes "1680x1050" "1280x1024"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT: A netbios-ssn blocking rule?

2006-08-20 Thread James
> Daniel Iliev  ilievnet.com> writes:


My iptables based firewall seem to be working, However, I keep getting triplets
of this activity:

curious.ip www.me.com tcp 2286 > netbios-ssn Seq=0 Len=0 MSS=1460
www.me.com curious.ip tcp netbios-ssn > 2286 [RST, ACK] Seq=0 Ack=1 
 Win=0 Len=0

similar problem (2469 > microsoft-ds)
 Other problems are (info section is only difference) epmap > 3081



> "iptables -A INPUT -p tcp --dport microsoft-ds -j DROP" ( < the packets
> have destination the FW itself)
> "iptables -A FORWARD -d *target-PC* -p tcp --dport microsoft-ds -j DROP"
> ( < the packets have destination the "target-PC". )


Your advice is working, beautiful

Much Thanks!


James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] .keep

2006-08-20 Thread Shaochun Wang
Does anyone know the function of .keep file in a directory?


-- 
Shaochun Wang <[EMAIL PROTECTED]>

GPG Fingerprint: 70C2 6945 0E46 E08B 419A  007C AC5C F21F 358A 0833
You can get my publickey from the following url:
http://lcs.ios.ac.cn/~scwang/docs/scwangpublickey.gpg
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] .keep

2006-08-20 Thread Philip Webb
060821 Shaochun Wang wrote:
> Does anyone know the function of .keep file in a directory?

It prevents the dir from being deleted by a script,
eg esp during a package update.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] the user mode linux can't access network..

2006-08-20 Thread fei huang
I have my user mode kernel running on my gentoo box following the gentoo's guide: http://www.gentoo.org/doc/en/uml.xmlbut can not access the Internet,  pinging my host system appears to be no problem though..
my host system has a ADSL connection to the Internet, and "eth0" has been assigned with IP 192.168.0.1.here is my command line that brings up the user mode linux:
UML> linux ubd0=root_fs ubd1=swap_fs eth0=tuntap,,,192.168.0.1I assigned 192.168.0.2 to my UML, added default route entry; copyed over my 
resolv.conf.but still can't contact with my name servers nor other Internet hosts.did I miss something? or the guide is just incomplete?thanks.daniel