Re: [gentoo-user] Creating a customized LiceCD

2004-01-16 Thread Doug Gorley
You want some advice?  Avoid the LiceCD at all costs.  Shaving all your 
discs is a real pain in the but, trust me.

Doug  :-)

Sebastian Bergmann wrote:

 Hi!

 I am looking for a HOW-TO that explains the process of creating a Gentoo
 based LiveCD.
 I started by downloading the current Gentoo 2004.0 stage3-tarball that I
 unpacked into my home directory. I chroot'ed into this directory and am
 now installing the software I need (X, GNOME, Apache, MySQL, PHP).
 But where do I go from there?

 Any help appreciated,
Sebastian
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] kdemutimedia compile error

2004-01-16 Thread LoneStar
Chris wrote:

1.  WANT_AUTOCONF=2.5 emerge -u kdemultimedia

As I said, this didn't work.  One post in the tread mentioned changing
some compile time options directly in the ebuild
(/usr/portage/kde-base/kdemultimedia/kdemultimedia-3.1.5.ebuild), which
I did:
2.  myconf="$myconf --disable-strict --disable-warnings".  Add this
after the other myconf lines toward the top of the file.
   

Actually, all you needed was ...

# export WANT_AUTOCONF=2.5
# emerge -u kde
This is how I solved the same problem.

Johnny

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] starting ppp0

2004-01-16 Thread FX
Have you tried

pppconfig

or  

pon  poff ?
On Fri, 2004-01-16 at 05:27, Jan Boros wrote:
> hi,
> I did modified /etc/conf.d/net.ppp0, I did changed username paassword
> and other usefull info :-)
> 
> and after that I did try to staart 
> /etc/init.d/net.ppp0 start
> 
> but nothing happend, Modem just taake up line and after few seconds put
> down :-(
> 
> any idea?
> 
> I think that file /etc/ppp/chat-default is not good, something is wrong
> there.
> 
> thanks,
> j.
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
FX <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdemutimedia compile error

2004-01-16 Thread Chris
On Friday 16 January 2004 11:47 pm, Kevin Hanson wrote:
> Chris wrote:
> >I am updating to kde 3.1.5, it got as far as kdemultimedia then stops with
> > the following error.
> >
> >--
> >-- from /usr/include/asm/byteorder.h:65,
> > from /usr/include/linux/cdrom.h:14,
> > from cdromAccess_Linux.cpp:20,
> > from cdromAccess.cpp:26:
> >/usr/include/linux/byteorder/swab.h: In function `const __u32
> >   __fswab24(unsigned int)':
> >/usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids
> > braced-groups within expressions
> >/usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids
> > braced-groups within expressions
> >/usr/include/linux/byteorder/swab.h: In function `__u32
> > __swab24p(__u32*)': /usr/include/linux/byteorder/swab.h:178: error: ISO
> > C++ forbids braced-groups within expressions
> >/usr/include/linux/byteorder/swab.h:178: error: ISO C++ forbids
> > braced-groups within expressions
> >/usr/include/linux/byteorder/swab.h: In function `void __swab24s(__u32*)':
> >/usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids
> > braced-groups within expressions
> >/usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids
> > braced-groups within expressions
> >make[4]: *** [cdromAccess.lo] Error 1
> >make[4]: Leaving directory
> >`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/lib
> >/input' make[3]: *** [all-recursive] Error 1
> >make[3]: Leaving directory
> >`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/lib
> >' make[2]: *** [all-recursive] Error 1
> >make[2]: Leaving directory
> >`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib'
> >make[1]: *** [all-recursive] Error 1
> >make[1]: Leaving directory
> >`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5'
> >make: *** [all] Error 2
> >
> >!!! ERROR: kde-base/kdemultimedia-3.1.5 failed.
> >!!! Function kde_src_compile, Line 123, Exitcode 2
> >!!! died running emake, kde_src_compile:make
> >
> >-
> >
> >I ran it through twice to be sure each time the same error. Any ideas on
> > how to fix this?
> >
> >--
> >Chris
> >
> >
> >--
> >[EMAIL PROTECTED] mailing list
>
> I did two things, which I found in the forums.  I had the same error as
> you and this worked.  I tried number 1 first and it didn't work, then
> added number 2 and it worked.  So, I don't know if I needed number 1 or
> not.  It takes too long to compile for me to try it with number 2 only.
>
> I guess autoconf can have multiple behaviors.  If I do "autoconf
> --version"  I get 2.13.  If I set WANT_AUTOCONF=2.5, then "autoconf
> --version" returns 2.5.  The forum thread indicates that autoconf caused
> problems for kde 3.1.4 so I tried this first.
>
> 1.  WANT_AUTOCONF=2.5 emerge -u kdemultimedia
>
> As I said, this didn't work.  One post in the tread mentioned changing
> some compile time options directly in the ebuild
> (/usr/portage/kde-base/kdemultimedia/kdemultimedia-3.1.5.ebuild), which
> I did:
>
> 2.  myconf="$myconf --disable-strict --disable-warnings".  Add this
> after the other myconf lines toward the top of the file.
>
> The forum thread is:  http://forums.gentoo.org/viewtopic.php?t=122430
>
> I also changed my USE variable to -esd, but I don't think that was related.
>
> Hope this helps.
>
> Cheers,
> Kevin
>
> --
> [EMAIL PROTECTED] mailing list

thanks

i'll try it with #2 by its self first and let you know what happens.
-- 
Chris


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [gentoouser] [gentoo] What kind of filesystem encryption options are available in porta ge?

2004-01-16 Thread Patrick Audley
> "Brenden" == Brenden Walker <[EMAIL PROTECTED]> writes:

Brenden> I'm searching portage now, but I suspect it may be hard
Brenden> to find all the options.  What I'd like is fairly simple
Brenden> encryption of selected filesystems for my laptop.. I
Brenden> looked into doing the loopback bit, boy does that appear
Brenden> to be a headache  I just want to keep the casual
Brenden> thief outta my data, without having to manually encrypt
Brenden> and unencrypt.

I use CFS.  It's not in portage but it builds easily so I'm sure it
wouldn't be hard to add.  Have a look at:

   http://packages.debian.org/unstable/utils/cfs

-- 
When you can flatten entire cities at a whim, a tendency towards
quiet reflection and seeing-things-from-the-other-fellow's-point-
of-view is seldom necessary.
-- (Terry Pratchett, Small Gods)
...
Patrick Audley  [EMAIL PROTECTED]
High Performance Computing Manager  
Computational Biology & Bioinformatics  http://www.compbio.dundee.ac.uk
University of Dundeehttp://blackcat.ca
Dundee, Scotland+44 1382 348721


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hard drive testing advice requested

2004-01-16 Thread Alan
> >I just got a drive bumped out of one of my RAID5 arrays with the
> >following error:
> >
> >hdf: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> >hdf: dma_intr: error=0x40 { UncorrectableError }, LBAsect=70031146,
> >sector=28995464
> >end_request: I/O error, dev 21:44 (hdf), sector 28995464
[..]
> There is an option in the kernel:
> 
> "Use multi-mode by default (IDEDISK_MULTI_MODE)
> 
> If you get this error, try to say Y here:
> 
> hda: set_multmode: status=0x51 { DriveReady SeekComplete Error }
> hda: set_multmode: error=0x04 { DriveStatusError }"
> 
> Have you tried setting this and recompiling the kernel?

That is already set.  This error appears DMA related and not the
multimode :(  Or so I'd think if it wasn't a brand new drive of
course...


alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdemutimedia compile error

2004-01-16 Thread Kevin Hanson
Chris wrote:

I am updating to kde 3.1.5, it got as far as kdemultimedia then stops with the 
following error.


   from /usr/include/asm/byteorder.h:65,
from /usr/include/linux/cdrom.h:14,
from cdromAccess_Linux.cpp:20,
from cdromAccess.cpp:26:
/usr/include/linux/byteorder/swab.h: In function `const __u32
  __fswab24(unsigned int)':
/usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids braced-groups
  within expressions
/usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids braced-groups
  within expressions
/usr/include/linux/byteorder/swab.h: In function `__u32 __swab24p(__u32*)':
/usr/include/linux/byteorder/swab.h:178: error: ISO C++ forbids braced-groups
  within expressions
/usr/include/linux/byteorder/swab.h:178: error: ISO C++ forbids braced-groups
  within expressions
/usr/include/linux/byteorder/swab.h: In function `void __swab24s(__u32*)':
/usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids braced-groups
  within expressions
/usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids braced-groups
  within expressions
make[4]: *** [cdromAccess.lo] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/lib/input'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdemultimedia-3.1.5 failed.
!!! Function kde_src_compile, Line 123, Exitcode 2
!!! died running emake, kde_src_compile:make
-

I ran it through twice to be sure each time the same error. Any ideas on how 
to fix this?

--
Chris
--
[EMAIL PROTECTED] mailing list
 

I did two things, which I found in the forums.  I had the same error as 
you and this worked.  I tried number 1 first and it didn't work, then 
added number 2 and it worked.  So, I don't know if I needed number 1 or 
not.  It takes too long to compile for me to try it with number 2 only.

I guess autoconf can have multiple behaviors.  If I do "autoconf 
--version"  I get 2.13.  If I set WANT_AUTOCONF=2.5, then "autoconf 
--version" returns 2.5.  The forum thread indicates that autoconf caused 
problems for kde 3.1.4 so I tried this first.

1.  WANT_AUTOCONF=2.5 emerge -u kdemultimedia

As I said, this didn't work.  One post in the tread mentioned changing 
some compile time options directly in the ebuild 
(/usr/portage/kde-base/kdemultimedia/kdemultimedia-3.1.5.ebuild), which 
I did:

2.  myconf="$myconf --disable-strict --disable-warnings".  Add this 
after the other myconf lines toward the top of the file.

The forum thread is:  http://forums.gentoo.org/viewtopic.php?t=122430

I also changed my USE variable to -esd, but I don't think that was related.

Hope this helps.

Cheers,
Kevin
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] hard drive testing advice requested

2004-01-16 Thread Kevin Hanson
Alan wrote:

I just got a drive bumped out of one of my RAID5 arrays with the
following error:
hdf: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdf: dma_intr: error=0x40 { UncorrectableError }, LBAsect=70031146,
sector=28995464
end_request: I/O error, dev 21:44 (hdf), sector 28995464
I'd normally put it up to bad hardware or a dying drive as this is
usually the cause, but this is a brand new from the manufacture so I'm a
bit wary.  Also the drive that was on here before failed in a similar
fashion.  

I'm about to put gentoo on this box and I want to make sure that these
problems don't follow me.  Is there some way to test the drive?   

I was thinking that 
dd if=/dev/zero of=/dev/hdX bs=512 
might do it, but any suggestions appreciated.

Thanks

alan

 

There is an option in the kernel:

"Use multi-mode by default (IDEDISK_MULTI_MODE)

If you get this error, try to say Y here:

hda: set_multmode: status=0x51 { DriveReady SeekComplete Error }
hda: set_multmode: error=0x04 { DriveStatusError }"
Have you tried setting this and recompiling the kernel?

Cheers,
Kevin
--
[EMAIL PROTECTED] mailing list


[gentoo-user] KDE Install Problem

2004-01-16 Thread Bob White
I'm a new Gentoo user, although not to Linux in general.  I'm trying to
install Gentoo on an older HP Pavilion with a k6-2 333 processor.  All
has gone well to this point - I have the base install (I started from a
stage 3 install), as well as X installed and operating. (Both -mcpu and
-march are set to k6-2 in make.conf)

I encountered a problem trying to install KDE.  After starting with
"emerge kde", it ran for a while and halted with an error on trying to
compile libvorbis-1.0.1.  The problem occurs as the compiler is
compiling floor1.c.  I receive an error that looks like:

{standard input}: Assembler Message
{standard input}: 13439 Error Value of ff7e too large for
field of 1 bytes at 4b4e

I have deleted the portage directories for libvorbis, resynced, and
re-emerged it.  No success.  I re-emerged libogg, which is required by
libvorbis, and it compiled successfully.  However this didn't fix
libvorbis - it still fails in the same place.

I have also googled, to no avail, either.

Can anyone shed some light on what I can do to get past this error?  I
have piped the messages to files, if that would help anyone.

Thanks,

Bob



-- 
A millihelen is the amount of beauty required to launch one ship.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] kdemutimedia compile error

2004-01-16 Thread Chris
I am updating to kde 3.1.5, it got as far as kdemultimedia then stops with the 
following error.


from /usr/include/asm/byteorder.h:65,
 from /usr/include/linux/cdrom.h:14,
 from cdromAccess_Linux.cpp:20,
 from cdromAccess.cpp:26:
/usr/include/linux/byteorder/swab.h: In function `const __u32
   __fswab24(unsigned int)':
/usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids braced-groups
   within expressions
/usr/include/linux/byteorder/swab.h:174: error: ISO C++ forbids braced-groups
   within expressions
/usr/include/linux/byteorder/swab.h: In function `__u32 __swab24p(__u32*)':
/usr/include/linux/byteorder/swab.h:178: error: ISO C++ forbids braced-groups
   within expressions
/usr/include/linux/byteorder/swab.h:178: error: ISO C++ forbids braced-groups
   within expressions
/usr/include/linux/byteorder/swab.h: In function `void __swab24s(__u32*)':
/usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids braced-groups
   within expressions
/usr/include/linux/byteorder/swab.h:182: error: ISO C++ forbids braced-groups
   within expressions
make[4]: *** [cdromAccess.lo] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/lib/input'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5/mpeglib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.1.5/work/kdemultimedia-3.1.5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdemultimedia-3.1.5 failed.
!!! Function kde_src_compile, Line 123, Exitcode 2
!!! died running emake, kde_src_compile:make

-

I ran it through twice to be sure each time the same error. Any ideas on how 
to fix this?

--
Chris


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems emerging alsa-tools-1.0.1

2004-01-16 Thread Tom Richards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Has anyone else experienced problems while compiling alsa-tools-1.0.1?
This is the output I get:
then mv -f ".deps/hdspconf.Tpo" ".deps/hdspconf.Po"; \
else rm -f ".deps/hdspconf.Tpo"; exit 1; \
fi
hdspconf.cxx: In function `void refresh_cb(void*)':
hdspconf.cxx:77: error: `H9632' undeclared (first use this function)
hdspconf.cxx:77: error: (Each undeclared identifier is reported only
once for
~   each function it appears in.)
hdspconf.cxx:97: error: 'struct hdsp_config_info_t' has no member named '
~   ad_gain'
hdspconf.cxx:98: error: 'struct hdsp_config_info_t' has no member named '
~   da_gain'
hdspconf.cxx:99: error: 'struct hdsp_config_info_t' has no member named '
~   phone_gain'
hdspconf.cxx:100: error: 'struct hdsp_config_info_t' has no member named '
~   xlr_breakout_cable'
hdspconf.cxx:103: error: 'struct hdsp_config_info_t' has no member named '
~   analog_extension_board'
make[1]: *** [hdspconf.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-tools-1.0.1/work/alsa-tools-1.0.1/hdspconf/src'
make: *** [all-recursive] Error 1
Anyone know about this?  Thank You

Tom
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFACGuJK4gvbg3FdRARAjkDAJ9zVVzZaOEtQsMrtKJv9dIAs+jjBACdH3fq
7MrC+t2kibQQAQdspnUbMks=
=DqDq
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: hang during system boot

2004-01-16 Thread Dmitri Vassilenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Justin Findlay wrote:
| Eureka! utter gentoo bliss.  By making the directory /proc and specifying
| it as the procfs mount point in fstab, the gentoo system completely
| booted, but complained about no devfs.  Anyone know why gentoo requires
| devfs?
I'm glad it worked for you.

Sorry, don't know anything about devfs yet.

- --
Dmitri Vassilenko
OpenPGP-key located at
http://biglumber.com/Keys/pubkey.77B11071761187FA.Dmitri_Vassilenko.asc
OpenPGP Fingerprint: 4023 5A66 2914 300F 0A5D  E056 77B1 1071 7611 87FA
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFACLIkd7EQcXYRh/oRApqQAKD6o24B8dGtDp0Eu2tPprbPyLYMYgCg8D7a
i14cegTAXF8Z0vBPzlKHryc=
=WmEF
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] hang during system boot

2004-01-16 Thread Collins Richey
On Fri, 16 Jan 2004 11:05:17 -0700 (MST)
Justin Findlay <[EMAIL PROTECTED]> wrote:

> I have built gentoo from a stage 1 in a chroot on fedora.  Everything
> built beautifully with little trouble.  I have a seperate /boot partition
> on /dev/hda1 with both the fedora and gentoo kernels (and GrUB) properly
> installed.  the kernel boots with no difficulty, but then the system hangs
> when trying to mount proc at /proc:
> 
> [boot kernel]
> mounting proc at /proc
> 
> 
> Is this just some fstab problem I'm having or are there darker forces at
> work here?  I've tried changing the order of the partitions listed in
> fstab with no tangible result.  This exact problem happens when I use
> either the genkernel (2.4.23) or the gentoo-dev-sources kernel (2.6.1).
> 

Possibly this is the same bug.  At least one of the Stage 1 tarballs was created 
without a /proc.  Mount your gentoo partition on the Fedora box and check for it;s 
presence; if missing, then 'mkdir /proc'.

HTH,

-- 
Collins - Denver Area
Gentoo stable plus kernel 2.6.1-mm2

--
[EMAIL PROTECTED] mailing list



[gentoo-user] hard drive testing advice requested

2004-01-16 Thread Alan
I just got a drive bumped out of one of my RAID5 arrays with the
following error:

hdf: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdf: dma_intr: error=0x40 { UncorrectableError }, LBAsect=70031146,
sector=28995464
end_request: I/O error, dev 21:44 (hdf), sector 28995464

I'd normally put it up to bad hardware or a dying drive as this is
usually the cause, but this is a brand new from the manufacture so I'm a
bit wary.  Also the drive that was on here before failed in a similar
fashion.  

I'm about to put gentoo on this box and I want to make sure that these
problems don't follow me.  Is there some way to test the drive?   

I was thinking that 
dd if=/dev/zero of=/dev/hdX bs=512 
might do it, but any suggestions appreciated.

Thanks

alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Hot to resolve USE package dependencies?

2004-01-16 Thread Sami Näätänen
On Saturday 17 January 2004 04:30, Ciaran McCreesh wrote:
> On Sat, 17 Jan 2004 02:58:50 +0100 (CET) Pawel Maczewski
>
> <[EMAIL PROTECTED]> wrote:
> |  Is there a tool that would allow me to see, what does it means
> | when package A can be build with/without use of package B? It would
> | be very helpful while I'm trying to compile _as_little_ as I only
> | can.
>
> Here's a little bash function that might help:
>
> explainuseflag() {
>   sed -ne "s,^\([^ ]*:\)\?$1 - ,,p" \
> /usr/portage/profiles/use.desc \
> /usr/portage/profiles/use.local.desc
> }
>
> Then you can do:
>
> bash $ explainuseflag xinerama
> Add support for XFree86's xinerama extension, which allows you to
> stretch your display across multiple monitors

I always use ufed. Let's me change the flags at the same, if needed.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] White noice in sound

2004-01-16 Thread Sami Näätänen
On Friday 16 January 2004 18:25, Ted Ozolins wrote:
> Chris Johnson wrote:
> > "After a while"?  Is the box getting hot?  Might be software
> >but it sounds more like a hardware problem either with the card or
> >box.
>
> I have the same sound chip on my new mb and it does the same here. I
> monitor system temp with gkrellm and heat is not the problem (at
> least not here.)
> I've been trying to pin down the source of this for a while but it
> eludes me. Whenever this happens I've run top and check to see what
> is running that might cause this but that  has not produced the
> culprit. If I do figure this out I'll post here.

I have some artifacts in the output when using the xmms-alsa output 
plugin, but ONLY if I use it in mmap mode. Disabling that and the sound 
is clear. Oh and the mobo has SIS 7012 ie a intel8x0 look alike.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intermittant poweroff failure

2004-01-16 Thread Collins Richey
On Fri, 16 Jan 2004 19:10:56 -0500
Bill Roberts <[EMAIL PROTECTED]> wrote:


> 
> I had never been able to get Gentoo to poweroff for me as other
> distros did, until I found the poweroff command.  Just wasn't a
> big deal, so I never really researched it. But
> 
> I was delighted when I used "poweroff" and it shut down,
> completely. I am using the 2.6 kernel, ACPI is on, APM is off.
> Everything seems to work great without the APM, so...
> 

Poweroff has always worked for me - both on an AthlonXP/VIA system and on my current 
P4/SIS system, both on 2.4 and 2.6, but then I have only ever used ACPI.

HTH,


-- 
Collins - Denver Area
Gentoo stable plus kernel 2.6.1-mm2

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Hot to resolve USE package dependencies?

2004-01-16 Thread Ciaran McCreesh
On Sat, 17 Jan 2004 02:58:50 +0100 (CET) Pawel Maczewski
<[EMAIL PROTECTED]> wrote:
|  Is there a tool that would allow me to see, what does it means when
| package A can be build with/without use of package B? It would be very
| helpful while I'm trying to compile _as_little_ as I only can.

Here's a little bash function that might help:

explainuseflag() {
  sed -ne "s,^\([^ ]*:\)\?$1 - ,,p" \
/usr/portage/profiles/use.desc \
/usr/portage/profiles/use.local.desc
}

Then you can do:

bash $ explainuseflag xinerama
Add support for XFree86's xinerama extension, which allows you to
stretch your display across multiple monitors

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Hot to resolve USE package dependencies?

2004-01-16 Thread Goran Kavrecic
Not sure if I understand, but there is a file describing all USE flags:

/usr/portage/profiles/use.desc

Regards,
Goran

Na 1074304730, 2004-01-17 ob 02:58, je Pawel Maczewski napisal(a):
>  Sometimes when I use -pv flags with emegre, I wonder "what is this flag
> for". Sometimes it's obvius, for example while installing links I could
> choose to compile it or not to compile with ssl support. But sometimes I
> havo no idea what is it for and then I don't know if I can safely unset
> this flag or not.
>  Is there a tool that would allow me to see, what does it means when
> package A can be build with/without use of package B? It would be very
> helpful while I'm trying to compile _as_little_ as I only can.
> 
> tia
> Pawel
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Hot to resolve USE package dependencies?

2004-01-16 Thread Pawel Maczewski
 Sometimes when I use -pv flags with emegre, I wonder "what is this flag
for". Sometimes it's obvius, for example while installing links I could
choose to compile it or not to compile with ssl support. But sometimes I
havo no idea what is it for and then I don't know if I can safely unset
this flag or not.
 Is there a tool that would allow me to see, what does it means when
package A can be build with/without use of package B? It would be very
helpful while I'm trying to compile _as_little_ as I only can.

tia
Pawel

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new rsync issues

2004-01-16 Thread Chris
On Friday 16 January 2004 01:07 pm, gabriel wrote:
> at the risk of being blasted by those who already know about this problem,
> i have to ask: is there *still* something wrong with the rsync system?  i
> checked (bugs|forums|www).gentoo.org and there's nothing there about it,
> but here's what i've got
>
> # emerge sync
>
> >>> starting rsync with rsync://128.227.163.19/gentoo-portage...
> >>> checking server timestamp ...
>
> rsync: failed to connect to 128.227.163.19: Connection timed out
> rsync error: error in socket IO (code 10) at clientserver.c(88)
>
> >>> retry ...
> >>>
> >>>
> >>> Starting retry 1 of 3 with rsync://129.79.6.12/gentoo-portage
> >>> checking server timestamp ...
>
> rsync: failed to connect to 129.79.6.12: Connection timed out
> rsync error: error in socket IO (code 10) at clientserver.c(88)
>
> >>> retry ...
> >>>
> >>>
> >>> Starting retry 2 of 3 with rsync://129.89.70.108/gentoo-portage
> >>> checking server timestamp ...
>
> rsync: failed to connect to 129.89.70.108: Connection timed out
> rsync error: error in socket IO (code 10) at clientserver.c(88)
>
> >>> retry ...
> >>>
> >>>
> >>> Starting retry 3 of 3 with rsync://130.207.108.135/gentoo-portage
> >>> checking server timestamp ...
>
> rsync: failed to connect to 130.207.108.135: Connection timed out
> rsync error: error in socket IO (code 10) at clientserver.c(88)
>
>
> could this be a firewall issue?  i'm on a corporate lan, so i don't have
> any real power over the firewall, but i'm not sure what could be the
> problem if it's just me.

try selecting a dif mirror using mirrorselect  a few of the mirrors dont seem 
to be responding
-- 
Chris


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: hang during system boot

2004-01-16 Thread Justin Findlay
On Fri, 16 Jan 2004, Dmitri Vassilenko wrote:

> Justin Findlay wrote:
> | [boot kernel]
> | mounting proc at /proc
> | 
> 
> This happened to me when I upgraded gentoo-sources and didn't run
> genkernel, but that doesn't seem to be the case with you.
> 
> Your fstab file might've been overwritten with the default (althought it
> shouldn't have been). Chroot into your installation and check?

More like I did something obviously wrong.  How can proc be mounted if
there is nowhere to mount it?  I am feeling quite more and more disposed
to attribute this error to some lack of user understanding.  Here is my
fstab file.  The proc line is unmodifed from the original fstab that ships
with gentoo.  Why is gentoo wanting to mount proc if by default there is
no /proc directory, and if the default fstab file doesn't say where to
mount proc?

[EMAIL PROTECTED] justin]$ cat /mnt/gentoo/etc/fstab
# /etc/fstab: static file system information.
#   

 
none/proc   procdefaults0 0
none/dev/shmtmpfs   defaults0 0
/dev/hda1   /boot   ext3noauto,noatime  1 2
/dev/hda5   /   ext3noatime 0 1
/dev/hda3   /mnt/fedora ext3defaults1 2
/dev/hda6   /mnt/mandrake   ext3defaults1 2
/dev/hda7   /mnt/slackware  ext3defaults1 2
/dev/hda8   /home   ext3defaults1 2
/dev/SWAP   noneswapsw  0 0
/dev/cdroms/cdrom0  /mnt/cdrom  iso9660 noauto,ro   0 0
/dev/cdfs   /mnt/cdfs   cdfsnoauto,owner,ro,unhide  0 0
/dev/fd0/mnt/floppy autonoauto,owner0 0

{Justin reboots his box to try again the gentoo-dev-sources (2.6.1) kernel
he genkerneled about an hour ago.}

Eureka! utter gentoo bliss.  By making the directory /proc and specifying
it as the procfs mount point in fstab, the gentoo system completely
booted, but complained about no devfs.  Anyone know why gentoo requires
devfs?


Justin


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intermittant poweroff failure

2004-01-16 Thread Tom Eastman
On Sat, 17 Jan 2004 10:57, Rust wrote:
> Try to install 2.4 kernel. If it works fine, then there might be a bug
> in 2.6 kernel. If it's so, then you have to post in linux kernel mailing
> list instead of this.

Unfortunately that's not really an option since I'm running XFS, the newer 
ALSA, and especially every partition on LVM2.  At this point the 2.4 kernel 
would be a little too messy to try and get running.

I might try Bill Roberts' suggestion next of removing APM, just using ACPI and 
the 'poweroff' command.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge win4lin doesn't work

2004-01-16 Thread Bryn Hughes
Try 'emerge sync' first - that will update your local portage database 
to match that of the server.

Bryn

On Jan 16, 2004, at 3:12 PM, Klaus Neumann wrote:

Hi,
trying to emerge win4lin, I got this:
-
Connecting to ftp.gtlib.cc.gatech.edu[130.207.108.134]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> PASV ... done.==> RETR Win4Lin-5.5.8e-d.i386.rpm ...
No such file `Win4Lin-5.5.8e-d.i386.rpm'.
!!! Couldn't download Win4Lin-5.5.8e-d.i386.rpm. Aborting.
-
I'm lost now. Could somebody please tell me what I can do about it? 
TIA!
--
Best regards,
Klaus

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Goran Kavrecic
I've decided for a stage3 install, but now I'm having problems.

While starting 'nano' I'm getting an 'Illegal operation' error.
Could this be due precompiled for i686 and executing on a 'Pentium Pro'

Should I start from stage1 or stage2? 
Would it help?

Regards,
Goran


Na 1074297334, 2004-01-17 ob 00:55, je Goran Kavrecic napisal(a):
> Thank you, Brian
> 
>  It boots now. It was obviously a memory problem instead of detection
> problem. Once I entered the memory settings, everything booted smoothly.
> I still have much work to do, but is is a good beginning.
> 
> 
> BTW: I used the same mem settings on my working debian system. Except
> that it was not needed to setup the system. I already knew the solution,
> but overlooked the obvious. I should have known that!!!
> 
>  To avoid such situations could the gentoo developers make some minimal
> memory checks? I know that newer machines work ok, but anyway. At least
> a warning?
> 
> Thanks again.
> 
> P.S.: I'm also a grub fun. But wasn't stated somewhere that grub has
> problems with SCSI drives? Will try your recipe anyway.
> 
> 
> Na 1074288181, 2004-01-16 ob 22:23, je Brian Downey napisal(a):
> > >  I have a solid piece of hardware named Compaq. It's a rack mounted
> > > machine with an astonishing P-200 processor and 4 SCSI disks.
> > >  I tried with several distributions, but all failed. Finally I managed
> > > to install a debian 3.0 on it. It runs a ftp/http server. Everything is
> > > ok.
> > >
> > >  But some time ago I discovered Gentoo and I replaced my desktop
> > > distribution from RH to G1.4. I'm happy with that. I would like to have
> > > Gentoo also on the server, just to manage a single distribution.
> > >
> > >  I tried several times installing it, but always failed. I also tried
> > > with the (gentoo based) Rescue CD 0.2.9 (www.sysresccd.org) which works
> > > great on other machines, but no luck. Now I don't know how to proceed.
> > >  I included a part of the booting process where the SCSI driver is
> > > mentioned.
> > >
> > > Can somebody help?
> > 
> > Hey Goran,
> > 
> > I've installed Gentoo on many, many, eh.. many old Compaqs.  RAID and No
> > RAID.  Check out these threads I wrote a while back for help.  If you're
> > using a 1600/2500 you'll likely run into a few of those.
> > 
> > http://forums.gentoo.org/viewtopic.php?t=14574&highlight=proliant+2500
> > 
> > http://forums.gentoo.org/viewtopic.php?t=16206&highlight=proliant+2500
> > 
> > If you need any detailed help, feel free to email me directly.
> > 
> > -brian
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Subversion masked

2004-01-16 Thread Andrew Cowie
On Sat, 2004-01-17 at 03:09, Kurt Guenther wrote:
> I see that there is an ebuild for subversion, but it is masked.   Does 
> anybody know what is up here?  How do I find out status, etc?

You'd do well to pop into #svn on freenode and lurk and listen for a
while. From them, for example, I found out "don't use 0.28! Horrible
bugs!" and was offered advice of what version to go to.

I happen to be running 0.29.0 and have been for a while; I know they
have moved on considerably from then.

AfC
Adelaide

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel depression

2004-01-16 Thread Andrew P. Lentvorski, Jr.
On Fri, 16 Jan 2004, Guy Van Sanden wrote:

> I'm getting depressed with kernel builds
>
> Every kernel since 2.4.20-r8 fails on my system

> Is this just me, is something wrong with my system?

It might be your system, but I wouldn't put a huge amount of money on it.
2.4.22-r5 is giving me USB fits trying to boot an external drive.

2.4.20-r5 works okay with USB, but has some DRI/DRM issues.  I'll have to
try the suggestion of using vanilla-sources for later kernels.

-a


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intermittant poweroff failure

2004-01-16 Thread Bill Roberts
On 10:34 Sat 17 Jan , Tom Eastman wrote:
> On Sat, 17 Jan 2004 01:53, Bill Roberts wrote:
> > On 22:07 Fri 16 Jan , Tom Eastman wrote:
> > > Ever since I installed gentoo on my new computer in October I've been
> > > frustrated when I try to shut it down.
> >
> > Have you tried the "poweroff" command. Works for me.
> 
> As I understand it, 'poweroff' is equivalent to calling 'halt -p' which the 
> shutdown process already does.  The problem is that the computer only 
> actually turns itself off about half the time.
> 
> I have both ACPI and APM enabled in the kernel.  Although because my cpu is 
> hyperthreading I get this warning in the kernel messages:
> 
>   apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
>   apm: disabled - APM is not SMP safe.
> 
> I have also tried using CONFIG_APM_REAL_MODE_POWER_OFF in the kernel config, 
> but just ended up getting the same results.
> 
> It's frustrating, because it works about half the time.  So I know that it 
> *can* turn my computer off.  I just don't know what's preventing it!
> 
>   Tom
> 
> 
> --
> [EMAIL PROTECTED] mailing list

Tom

I had never been able to get Gentoo to poweroff for me as other
distros did, until I found the poweroff command.  Just wasn't a
big deal, so I never really researched it. But

I was delighted when I used "poweroff" and it shut down,
completely. I am using the 2.6 kernel, ACPI is on, APM is off.
Everything seems to work great without the APM, so...

-- 
Bill Roberts

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Goran Kavrecic
Thank you, Brian

 It boots now. It was obviously a memory problem instead of detection
problem. Once I entered the memory settings, everything booted smoothly.
I still have much work to do, but is is a good beginning.


BTW: I used the same mem settings on my working debian system. Except
that it was not needed to setup the system. I already knew the solution,
but overlooked the obvious. I should have known that!!!

 To avoid such situations could the gentoo developers make some minimal
memory checks? I know that newer machines work ok, but anyway. At least
a warning?

Thanks again.

P.S.: I'm also a grub fun. But wasn't stated somewhere that grub has
problems with SCSI drives? Will try your recipe anyway.


Na 1074288181, 2004-01-16 ob 22:23, je Brian Downey napisal(a):
> >  I have a solid piece of hardware named Compaq. It's a rack mounted
> > machine with an astonishing P-200 processor and 4 SCSI disks.
> >  I tried with several distributions, but all failed. Finally I managed
> > to install a debian 3.0 on it. It runs a ftp/http server. Everything is
> > ok.
> >
> >  But some time ago I discovered Gentoo and I replaced my desktop
> > distribution from RH to G1.4. I'm happy with that. I would like to have
> > Gentoo also on the server, just to manage a single distribution.
> >
> >  I tried several times installing it, but always failed. I also tried
> > with the (gentoo based) Rescue CD 0.2.9 (www.sysresccd.org) which works
> > great on other machines, but no luck. Now I don't know how to proceed.
> >  I included a part of the booting process where the SCSI driver is
> > mentioned.
> >
> > Can somebody help?
> 
> Hey Goran,
> 
> I've installed Gentoo on many, many, eh.. many old Compaqs.  RAID and No
> RAID.  Check out these threads I wrote a while back for help.  If you're
> using a 1600/2500 you'll likely run into a few of those.
> 
> http://forums.gentoo.org/viewtopic.php?t=14574&highlight=proliant+2500
> 
> http://forums.gentoo.org/viewtopic.php?t=16206&highlight=proliant+2500
> 
> If you need any detailed help, feel free to email me directly.
> 
> -brian
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: hang during system boot

2004-01-16 Thread Dmitri Vassilenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Justin Findlay wrote:
| [boot kernel]
| mounting proc at /proc
| 
This happened to me when I upgraded gentoo-sources and didn't run
genkernel, but that doesn't seem to be the case with you.
Your fstab file might've been overwritten with the default (althought it
shouldn't have been). Chroot into your installation and check?
Cheers.

- --
Dmitri Vassilenko
OpenPGP-key located at
http://biglumber.com/Keys/pubkey.77B11071761187FA.Dmitri_Vassilenko.asc
OpenPGP Fingerprint: 4023 5A66 2914 300F 0A5D  E056 77B1 1071 7611 87FA
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFACHFod7EQcXYRh/oRAnxOAJ9rFS8zLIc0JYck+M2INDT6w0a4iQCgyRPZ
/F9LzxnPz9eVehSXrBI2nWM=
=8fdQ
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


[gentoo-user] emerge win4lin doesn't work

2004-01-16 Thread Klaus Neumann
Hi,
trying to emerge win4lin, I got this:
-
Connecting to ftp.gtlib.cc.gatech.edu[130.207.108.134]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> PASV ... done.==> RETR Win4Lin-5.5.8e-d.i386.rpm ...
No such file `Win4Lin-5.5.8e-d.i386.rpm'.

!!! Couldn't download Win4Lin-5.5.8e-d.i386.rpm. Aborting.
-

I'm lost now. Could somebody please tell me what I can do about it? TIA!
-- 
Best regards,
Klaus


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel depression

2004-01-16 Thread Gerhard W . Gruber
On Fri, 16 Jan 2004 22:38:44 +0100, Guy Van Sanden <[EMAIL PROTECTED]> wrote:

>Every kernel since 2.4.20-r8 fails on my system
>2.4.20-r9 and -r10: USB crashes
>2.4.22-r1 reiser extremely slow
>2.4.22-r4 and -r5 NFS timeouts

I have been running all these kernels as vanilla kernels, and I had no
problems with them.

Either its your hardware or maybe your kernel is not properly configured.

-- 
Gerhard Gruber
Maintainer of
SoftICE for Linux - http://sourceforge.net/projects/pice
Fast application launcher - http://sourceforge.net/projects/launchmenu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] change language settings in openoffice

2004-01-16 Thread Michael Spohn
Le ven 16/01/2004 à 21:25, Helder Rossa a écrit :
> hi,
> 
> how can I change the OpenOffice menus to show another language and add
> more spelling dictionaries??
> 
> thanx
> 
> Helder Rossa
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
Hi, 

to install spelling dictionaries type

emerge app-office/ooodi
OOodi

About changing the languages of the menus I am not quite sure but I
think you have to compile openoffice with the desired language. There
are several threads about this subject.

HTH
Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel depression

2004-01-16 Thread Alec Shaner
On Fri, 16 Jan 2004 13:44:31 -0800 (PST)
"Eric Paynter" <[EMAIL PROTECTED]> wrote:

> Guy Van Sanden said:
> > I'm getting depressed with kernel builds
> 
> Assuming you're referring to gentoo-sources-2.4.20-r9, etc, you
> might try vanilla-sources or something else. It seems the gentoo
> "optimizations" have been quite unstable lately. :-|
> 

I realize this is probably apples to oranges, but I used to run gentoo-sources and was 
always experiencing system freezes. Finally I switched to vanilla-sources, copied my 
.config and ran the make oldconfig to preserve my settings. From that point on not a 
single crash period. I never took the time to understand why, I've just stuck with 
vanilla ever since.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intermittant poweroff failure

2004-01-16 Thread Rust
On Sat, 2004-01-17 at 12:34, Tom Eastman wrote:
> I have both ACPI and APM enabled in the kernel.  Although because my cpu is 
> hyperthreading I get this warning in the kernel messages:
> 
>   apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
>   apm: disabled - APM is not SMP safe.
> 
> I have also tried using CONFIG_APM_REAL_MODE_POWER_OFF in the kernel config, 
> but just ended up getting the same results.

Try to install 2.4 kernel. If it works fine, then there might be a bug
in 2.6 kernel. If it's so, then you have to post in linux kernel mailing
list instead of this.

-- 
Regards,
Rust <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel depression

2004-01-16 Thread Eric Paynter
Guy Van Sanden said:
> I'm getting depressed with kernel builds
>
> Every kernel since 2.4.20-r8 fails on my system
> 2.4.20-r9 and -r10: USB crashes
> 2.4.22-r1 reiser extremely slow
> 2.4.22-r4 and -r5 NFS timeouts

Assuming you're referring to gentoo-sources-2.4.20-r9, etc, you
might try vanilla-sources or something else. It seems the gentoo
"optimizations" have been quite unstable lately. :-|

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



[gentoo-user] xinetd 2.3.11 - can't find protocols

2004-01-16 Thread Bryn Hughes
I've got xinetd 2.3.11 installed on my gentoo-ppc 1.4 server.  All I'm 
planning on using xinetd for is amanda but it seems I can't get any 
services whatsoever to work.  xinetd appears to not be able to read (or 
process) the contents of /etc/protocols.

Here's what I get in my logs:

[...]
Jan 16 13:17:45 bluemeanie xinetd[10119]: Reading included 
configuration file: /etc/xinetd.d/amanda [line=13]
Jan 16 13:17:45 bluemeanie xinetd[10119]: Protocol udp not in 
/etc/protocols [line=8]
Jan 16 13:17:45 bluemeanie xinetd[10119]: Error parsing attribute 
protocol - DISABLING SERVICE [line=8]
Jan 16 13:17:46 bluemeanie xinetd[10119]: Protocol tcp not in 
/etc/protocols [line=22]
Jan 16 13:17:46 bluemeanie xinetd[10119]: Error parsing attribute 
protocol - DISABLING SERVICE [line=22]
Jan 16 13:17:46 bluemeanie xinetd[10119]: Protocol tcp not in 
/etc/protocols [line=34]
Jan 16 13:17:46 bluemeanie xinetd[10119]: Error parsing attribute 
protocol - DISABLING SERVICE [line=34]
Jan 16 13:17:46 bluemeanie xinetd[10119]: Reading included 
configuration file: /etc/xinetd.d/chargen-tcp [line=42]
Jan 16 13:17:47 bluemeanie xinetd[10119]: Protocol tcp not in 
/etc/protocols [line=9]
Jan 16 13:17:47 bluemeanie xinetd[10119]: Error parsing attribute 
protocol - DISABLING SERVICE [line=9]

Obviously I've checked /etc/protocols for tcp and udp:

[...]
tcp 6   TCP # transmission control protocol
udp 17  UDP # user datagram protocol
And verified that /etc/protocols is readable:
-rw-r--r--1 root root 1.8K Jan  2 09:44 /etc/protocols
My past experience with xinetd has generally been pretty good - it 
usually just works baring any silly config file errors.  Anyone have 
any ideas?

Bryn

Bryn Hughes
Network Specialist
Linux/OS X Support
Vancouver Community College
--
[EMAIL PROTECTED] mailing list


[gentoo-user] kernel depression

2004-01-16 Thread Guy Van Sanden
I'm getting depressed with kernel builds

Every kernel since 2.4.20-r8 fails on my system
2.4.20-r9 and -r10: USB crashes
2.4.22-r1 reiser extremely slow
2.4.22-r4 and -r5 NFS timeouts

:-(

Is this just me, is something wrong with my system?

-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intermittant poweroff failure

2004-01-16 Thread Tom Eastman
On Sat, 17 Jan 2004 01:53, Bill Roberts wrote:
> On 22:07 Fri 16 Jan , Tom Eastman wrote:
> > Ever since I installed gentoo on my new computer in October I've been
> > frustrated when I try to shut it down.
>
> Have you tried the "poweroff" command. Works for me.

As I understand it, 'poweroff' is equivalent to calling 'halt -p' which the 
shutdown process already does.  The problem is that the computer only 
actually turns itself off about half the time.

I have both ACPI and APM enabled in the kernel.  Although because my cpu is 
hyperthreading I get this warning in the kernel messages:

apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.

I have also tried using CONFIG_APM_REAL_MODE_POWER_OFF in the kernel config, 
but just ended up getting the same results.

It's frustrating, because it works about half the time.  So I know that it 
*can* turn my computer off.  I just don't know what's preventing it!

Tom


--
[EMAIL PROTECTED] mailing list



[gentoo-user] change language settings in openoffice

2004-01-16 Thread Helder Rossa
hi,

how can I change the OpenOffice menus to show another language and add
more spelling dictionaries??

thanx

Helder Rossa


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Brian Downey
>  I have a solid piece of hardware named Compaq. It's a rack mounted
> machine with an astonishing P-200 processor and 4 SCSI disks.
>  I tried with several distributions, but all failed. Finally I managed
> to install a debian 3.0 on it. It runs a ftp/http server. Everything is
> ok.
>
>  But some time ago I discovered Gentoo and I replaced my desktop
> distribution from RH to G1.4. I'm happy with that. I would like to have
> Gentoo also on the server, just to manage a single distribution.
>
>  I tried several times installing it, but always failed. I also tried
> with the (gentoo based) Rescue CD 0.2.9 (www.sysresccd.org) which works
> great on other machines, but no luck. Now I don't know how to proceed.
>  I included a part of the booting process where the SCSI driver is
> mentioned.
>
> Can somebody help?

Hey Goran,

I've installed Gentoo on many, many, eh.. many old Compaqs.  RAID and No
RAID.  Check out these threads I wrote a while back for help.  If you're
using a 1600/2500 you'll likely run into a few of those.

http://forums.gentoo.org/viewtopic.php?t=14574&highlight=proliant+2500

http://forums.gentoo.org/viewtopic.php?t=16206&highlight=proliant+2500

If you need any detailed help, feel free to email me directly.

-brian

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.4.22 (r4 and r5): nfs problems

2004-01-16 Thread Guy Van Sanden
tried it against a Linux server, fails again :-(

I'm getting depressed, everyting after gentoo-sources-2.4.20-r8 fails

On Fri, 2004-01-16 at 19:46, Guy Van Sanden wrote:
> Maybe it is some strange probem in combination with the FreeBSD NFS
> server...
> 
> On Fri, 2004-01-16 at 19:13, Ian Truelsen wrote:
> > On Fri, 16 Jan 2004 16:57:25 +0100
> > Guy Van Sanden <[EMAIL PROTECTED]> wrote:
> > 
> > > I submitted a bugreport for a problem I've been having with 2.4.22
> > > gentoo-sources kernels.
> > > http://bugs.gentoo.org/show_bug.cgi?id=38399
> > > 
> > > These kernels give NFS timeouts on my NFS mounted homedirs, but mainly
> > > under heavy operations.
> > > 2.4.20 kernels work fine...
> > > 
> > > Does anyone else experience this or have any information about a
> > > probable cause?
> > > 
> > I have not seen any problems with the 2.4.22 kernels and nfs. I have
> > been using them since the official release and I make pretty heavy use
> > of nfs.
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cisco aironet 350 help

2004-01-16 Thread Roy Kidder
Thanks. I'll give this a try this weekend.

Roy

Mario Udina said:
>
>> Anybody have any luck with this card?
>>
>
> Yes, my configuration is the following:
>
> #
> # PCMCIA/CardBus support
> #
> CONFIG_PCMCIA=y
> CONFIG_CARDBUS=y
> # CONFIG_TCIC is not set
> # CONFIG_I82092 is not set
> # CONFIG_I82365 is not set
>
>
> #
> # Wireless LAN (non-hamradio)
> #
> CONFIG_NET_RADIO=y
> # CONFIG_STRIP is not set
> # CONFIG_WAVELAN is not set
> # CONFIG_ARLAN is not set
> CONFIG_AIRONET4500=m
> CONFIG_AIRONET4500_NONCS=m
> CONFIG_AIRONET4500_PNP=y
> CONFIG_AIRONET4500_PCI=y
> # CONFIG_AIRONET4500_ISA is not set
> # CONFIG_AIRONET4500_I365 is not set
> CONFIG_AIRONET4500_PROC=m
> CONFIG_AIRO=m
> # CONFIG_HERMES is not set
> # CONFIG_PLX_HERMES is not set
> # CONFIG_TMD_HERMES is not set
> # CONFIG_PCI_HERMES is not set
> # CONFIG_PCMCIA_HERMES is not set
> CONFIG_AIRO_CS=m
> CONFIG_NET_WIRELESS=y
>
> I am not completely sure which ones are really needed but this way it
> works, obviously you have to emerge pcmcia-cs
>
> then
> # rc-update add pcmcia default
>
> edit your /etc/conf.d/net to add eth1 (which is the wireless card)
>
> end there you go!
>
> It seems from various sites that the only thing needed is
> the cardbus support compiled in the kernel. I added the airo_cs
> modules just in case, but have also noted that they work (the pcmcia-cs
> seems to compile its own non-hamradio modules).
>
> Hope this helps.
>
> Regards,
> Mario
>
> --
> [EMAIL PROTECTED] mailing list
>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Roy Kidder
Goran Kavrecic said:
> If you look the main thread message you would read that I have a running
> debian system currently on this box. I probably can take something from
> there?

Yes, you should be able to, provided the kernel is modularized. Type
"lsmod" (no quotes) at the command line as root and you'll see what
modules are loaded. If the support was compiled into the kernel, then I'd
try the Redhat method.

>
> When can I load those modules during the install process?

I'd probably have to defer to someone with more knowledge of Gentoo than
I have, but I would suspect you could load them as soon as you reach a
command line.

Roy


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cisco aironet 350 help

2004-01-16 Thread Mario Udina

> Anybody have any luck with this card?
> 

Yes, my configuration is the following:

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set


#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
# CONFIG_STRIP is not set
# CONFIG_WAVELAN is not set
# CONFIG_ARLAN is not set
CONFIG_AIRONET4500=m
CONFIG_AIRONET4500_NONCS=m
CONFIG_AIRONET4500_PNP=y
CONFIG_AIRONET4500_PCI=y
# CONFIG_AIRONET4500_ISA is not set
# CONFIG_AIRONET4500_I365 is not set
CONFIG_AIRONET4500_PROC=m
CONFIG_AIRO=m
# CONFIG_HERMES is not set
# CONFIG_PLX_HERMES is not set
# CONFIG_TMD_HERMES is not set
# CONFIG_PCI_HERMES is not set
# CONFIG_PCMCIA_HERMES is not set
CONFIG_AIRO_CS=m
CONFIG_NET_WIRELESS=y

I am not completely sure which ones are really needed but this way it
works, obviously you have to emerge pcmcia-cs

then 
# rc-update add pcmcia default

edit your /etc/conf.d/net to add eth1 (which is the wireless card)

end there you go!

It seems from various sites that the only thing needed is 
the cardbus support compiled in the kernel. I added the airo_cs 
modules just in case, but have also noted that they work (the pcmcia-cs
seems to compile its own non-hamradio modules).

Hope this helps.

Regards,
Mario

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] DRBD Version

2004-01-16 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 16 January 2004 17:29, Frank R Callaghan wrote:

> >>> emerge (1 of 1) sys-cluster/drbd-0.6.10 to /
> >>> md5 src_uri ;-) drbd-0.6.10.tar.gz
> >>> Unpacking source...
> >>> Unpacking drbd-0.6.10.tar.gz to /var/tmp/portage/drbd-0.6.10/work
>
> /usr/sbin/ebuild.sh: line 20: cd:
> /var/tmp/portage/drbd-0.6.10/work/drbd-0.6.10: No such file or directory

Doh
The 0.6.10 tarball from linbit is b0rked, changed the SRC_URI to 
http://www.drbd.org/uploads/media/drbd-${PV}.tar.gz, delete the old file, and 
redo the digest.

- -- 
Mike Williams
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFACEbFInuLMrk7bIwRAk8rAJ48UBtqgvdScEbytP5LLggjrv7RzgCglwD6
WXxij3dtCddMHFXEfrhqF30=
=CZ52
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Goran Kavrecic
If you look the main thread message you would read that I have a running
debian system currently on this box. I probably can take something from
there?

When can I load those modules during the install process?

Thanks,
Goran


Na 1074277220, 2004-01-16 ob 19:20, je Roy Kidder napisal(a):
> Well, I know that Linux will run on a 2500 with that controller (which is
> a standard Compaq controller). I've done it plenty of times with Redhat,
> which recognizes it and loads the proper modules during the install.
> Unfortunately I don't have any 2500s anymore to show the output from
> lsmod.
> 
> There are a couple of different modules you might try to load manually,
> including sym53c8xx.o, 53c7,8xx.o, and ncr53c8xx.o.
> 
> Alternatively, if you have a Redhat installation CD, you might try and
> boot off of it, just long enough for it to detect the modules. You can
> switch between virtual terminals to see the output.
> 
> Hope that helps,
> Roy
> 
> 
> 
> >> > What model Compaq is the server?
> >> Compaq Proliant 2500R
> >>
> >> > What about the SCSI/RAID controller?
> >> lspci reports:
> >> LSI Logic / Symbios Logic 53c875 (rev 03)
> >>
> >> > When you say the install fails, what exactly happens?
> >> While installing with G1.4 CD it does not recognize the SCSI and starts
> >> to report things like:
> >> Dependancy info is missing.lease run:
> >> # /sbin/pscan.sh
> >> to fix this.
> >> Could not get dependancy fo for "checkfs"!
> >> ...
> >> then it repeats the same message for:
> >> - chekroot
> >> - clock
> >> - hostname
> >> - local
> >> - metalog
> >> - modules
> >> - ...
> >> but if finally enters the root user.
> >>
> >>  While starting the RescueCD(0.2.9) in freezes immediatelly after
> >> 'mounting proc...' is ok. After that I started with 'noscsi' option and
> >> come a litle further 'mounting local filesystems [ok]' and then freeze.
> >>
> >> Goran
> >>
> >> >
> >> > I loathe most Compaq hardware, but since my company has made the
> >> decision
> >> > to standardize on it, I've got experience jumping through a few hoops
> >> > often times necessary to getting it working.
> >> >
> >> > Roy
> >> >
> >> >
> >> > Goran Kavrecic said:
> >> > >  I have a solid piece of hardware named Compaq. It's a rack mounted
> >> > > machine with an astonishing P-200 processor and 4 SCSI disks.
> >> > >  I tried with several distributions, but all failed. Finally I
> >> managed
> >> > > to install a debian 3.0 on it. It runs a ftp/http server.
> >> Everything is
> >> > > ok.
> >> > >
> >> > >  But some time ago I discovered Gentoo and I replaced my desktop
> >> > > distribution from RH to G1.4. I'm happy with that. I would like to
> >> have
> >> > > Gentoo also on the server, just to manage a single distribution.
> >> > >
> >> > >  I tried several times installing it, but always failed. I also
> >> tried
> >> > > with the (gentoo based) Rescue CD 0.2.9 (www.sysresccd.org) which
> >> works
> >> > > great on other machines, but no luck. Now I don't know how to
> >> proceed.
> >> > >  I included a part of the booting process where the SCSI driver is
> >> > > mentioned.
> >> > >
> >> > > Can somebody help?
> >> > >
> >> > > Regards,
> >> > > Goran
> >> > > --
> >> > > [EMAIL PROTECTED] mailing list
> >> >
> >> >
> >> > --
> >> > [EMAIL PROTECTED] mailing list
> >> >
> >>
> >>
> >> --
> >> [EMAIL PROTECTED] mailing list
> > --
> > Brian <[EMAIL PROTECTED]>
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
> >
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] DRBD Version

2004-01-16 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 16 January 2004 17:29, Frank R Callaghan wrote:
> Ok two questions,
> 1) how do we get this version included in the portage tree ?

Add a bug to http://bugs.gentoo.org/

> 2) I did as you suggested but the build failed :-
> plinux # cp /usr/portage/sys-cluster/drbd/drbd-0.6.6-r2.ebuild
> /usr/local/portage/sys-cluster/drbd/drbd-0.6.10.ebuild
> plinux # ebuild /usr/local/portage/sys-cluster/drbd/drbd-0.6.10.ebuild
> digest

/usr/portage/sys-cluster/drbd/files/0.6.10-Makefile.vars.patch is attached

Then change the ebuild like:

src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/0.6.10-Makefile.vars.patch
#   epatch ${FILESDIR}/0.6.6-drbd-Makefile.patch
epatch ${FILESDIR}/0.6.6-scripts-Makefile.patch
}

I only fixed the errors during unpacking, I've no way to test it!

Good luck.

- -- 
Mike Williams
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFACEP1InuLMrk7bIwRAqOBAJ0U/jRwx5ImaNfaTl93+rOK4+qqMACeNffh
uTRYmo1fPUlgiLXrIOftgiI=
=9U30
-END PGP SIGNATURE-
--- Makefile.vars.orig	2004-01-16 19:48:31.196580304 +
+++ Makefile.vars	2004-01-16 19:54:29.963039512 +
@@ -23,7 +23,7 @@
 # export all variables not explicitly _un_exported
 export
 
-PREFIX  := /
+#PREFIX  := /
 
 CC   	:= gcc
 USERFLAGS	:= -Wall $(DEBUGFLAGS)
@@ -43,7 +43,8 @@
   $(if $(wildcard /etc/redhat-release),redhat,\
   $(if $(wildcard /etc/slackware-version),slackware,\
   $(if $(wildcard /etc/ROCK-VERSION),rock,\
-  $(if $(wildcard /var/lib/YaST*),suse,))
+  $(if $(wildcard /var/lib/YaST*),suse,\
+  $(if $(wildcard /etc/gentoo-release),gentoo,)))
 
 SUBDIRS = user documentation scripts benchmark drbd #testing
 

--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] GRUB problem, Part 3

2004-01-16 Thread Jani-Matti Hätinen
Krikket wrote:
> To keep quotations intact, I'm bottom-posting, even though it's more
> inconvienent...

Only if you don't snip (which you should, even when top-posting).

[SNIP]
> Which would explain why now when I select Gentoo to boot I get the
> message:
> filesystem type is ext2fs, partition type 0x83
> Error 15: file not found
>
> Now, given the comments about copying the kernel over and not remembering
> doing that (which seems to be confirmed by the lack of it's presence) I
> went over the directions in the install manual again for that part of the
> load.

Yes, your boot partition is missing the kernel image. I'm not sure where 
genkernel puts it, but by all reasoning you should find it 
at /usr/src/linux/arch/i386/boot/bzImage. Make sure that boot is mounted and 
copy the kernel there by issuing:
cp /mnt/gentoo/usr/src/linux/arch/i386/boot/bzImage /mnt/gentoo/boot/kernel-2.4.24

Then modify your grub.conf to the following:

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.4.24
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.24 root=/dev/hdb1 vga=794

Note the changed hd in the kernel line (your kernel is in the boot partition, 
not the root one). There was also a typo in the splashimage line.

That should do it.

-- 
Jani-Matti Hätinen


--
[EMAIL PROTECTED] mailing list



[gentoo-user] new rsync issues

2004-01-16 Thread gabriel
at the risk of being blasted by those who already know about this problem, i 
have to ask: is there *still* something wrong with the rsync system?  i 
checked (bugs|forums|www).gentoo.org and there's nothing there about it, but 
here's what i've got

# emerge sync
>>> starting rsync with rsync://128.227.163.19/gentoo-portage...
>>> checking server timestamp ...
rsync: failed to connect to 128.227.163.19: Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>> retry ...


>>> Starting retry 1 of 3 with rsync://129.79.6.12/gentoo-portage
>>> checking server timestamp ...
rsync: failed to connect to 129.79.6.12: Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>> retry ...


>>> Starting retry 2 of 3 with rsync://129.89.70.108/gentoo-portage
>>> checking server timestamp ...
rsync: failed to connect to 129.89.70.108: Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>> retry ...


>>> Starting retry 3 of 3 with rsync://130.207.108.135/gentoo-portage
>>> checking server timestamp ...
rsync: failed to connect to 130.207.108.135: Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(88)


could this be a firewall issue?  i'm on a corporate lan, so i don't have any 
real power over the firewall, but i'm not sure what could be the problem if 
it's just me.

-- 
love isn't in the brain children.  it's blood
blood screaming inside you to work its will
- spike, buffy the vampire slayer "lovers walk"


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Errors emerging kde

2004-01-16 Thread LoneStar
Persson wrote:

During the compilation phase (so far I've seen this in kdelibs, kdemultimedia 
and kdenetwork), a message like this appears several times:

trying to create local folder: Permission denied
failed to create /root/.kde/share/config/
trying to create local folder: Permission denied
failed to create /root/.kde/share/config/
trying to create local folder: Permission denied
...

the compilation then completes OK, and then emerge goes on with the next 
package.

Shoul I worry about this?

Thanks

 

I had this same problem. I rectified it by manually creating the .kde 
directory and re-emerging kde.

Johnny

--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] kernel 2.4.22 (r4 and r5): nfs problems

2004-01-16 Thread Guy Van Sanden
Maybe it is some strange probem in combination with the FreeBSD NFS
server...

On Fri, 2004-01-16 at 19:13, Ian Truelsen wrote:
> On Fri, 16 Jan 2004 16:57:25 +0100
> Guy Van Sanden <[EMAIL PROTECTED]> wrote:
> 
> > I submitted a bugreport for a problem I've been having with 2.4.22
> > gentoo-sources kernels.
> > http://bugs.gentoo.org/show_bug.cgi?id=38399
> > 
> > These kernels give NFS timeouts on my NFS mounted homedirs, but mainly
> > under heavy operations.
> > 2.4.20 kernels work fine...
> > 
> > Does anyone else experience this or have any information about a
> > probable cause?
> > 
> I have not seen any problems with the 2.4.22 kernels and nfs. I have
> been using them since the official release and I make pretty heavy use
> of nfs.
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hang during system boot

2004-01-16 Thread Brendan Sullivan
i had this problem when i downgraded glibc

try recompiling mount...that fixed it for me. Seeing as you have a fresh
system, that's kind of odd...but it might be worth a shot.

Brendan

On Fri, 2004-01-16 at 12:05, Justin Findlay wrote:
> I have built gentoo from a stage 1 in a chroot on fedora.  Everything
> built beautifully with little trouble.  I have a seperate /boot partition
> on /dev/hda1 with both the fedora and gentoo kernels (and GrUB) properly
> installed.  the kernel boots with no difficulty, but then the system hangs
> when trying to mount proc at /proc:
> 
> [boot kernel]
> mounting proc at /proc
> 
> 
> Is this just some fstab problem I'm having or are there darker forces at
> work here?  I've tried changing the order of the partitions listed in
> fstab with no tangible result.  This exact problem happens when I use
> either the genkernel (2.4.23) or the gentoo-dev-sources kernel (2.6.1).
> 
> 
> Justin
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Brendan Sullivan
<[EMAIL PROTECTED]>

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Macintosh volumes

2004-01-16 Thread Michael Stilson Jr.
I have used it (hfsplus) with the 2.4.x kernel. Just compiled it as a 
module on my IBM clone and built-in on my PPC machine. So far I haven't 
had any problems.

I guess I haven't tried to mount and rw to a Mac volume from the IBM 
clone though. No problems with the Mac. It's an "old world" machine 
(pre green-n-white G3s), so when I compile a new kernel I have to copy 
it to "/System\ Folder/Linux\ Kernels/" so that BootX will load it 
after the initial MacOS boot. So, I just mount my MacOS9 volume on 
/boot.

anyways...I am rambling...

I would be interested if you have any problems, but most happy if you 
don't.

:)

Thanks,

- michael

On Friday, January 16, 2004, at 05:33 AM, Diego Zamboni wrote:


Is it possible to mount Macintosh extented HFS volumes?
I have hfs in my kernel, i mount with his command :
You can get the hfsplus driver from http://www.ardistech.com/hfsplus/

If you are using 2.6.x, to make it compile properly, you need to 
comment
out lines 73-83 of hfsplus/wrapper.c. Other than that, it seems to work
perfectly. I haven't tried it with 2.4.x

--Diego



--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] GRUB problem, Part 3

2004-01-16 Thread Brendan Sullivan
just a thought... what does your /etc/fstab file look like? The
filesystem type error looks like something you'd get if your fstab was
set up wrong...

from the looks of your /boot folders, you have no kernel... Personally
i've never used genkernel, so i dunno if you have to manually copy it
over or not. However, i'd check the following location to see if there's
a kernel there that genkernel made.

the 'standard' name for the kernel is bzImage and is located in
/usr/src/linux/arch//boot/. You need to copy that file to /boot
(make sure you mount /boot first). Then you should be set.

Hope that helps
Brendan


On Fri, 2004-01-16 at 11:28, Krikket wrote:
> To keep quotations intact, I'm bottom-posting, even though it's more
> inconvienent...
> 
> On Fri, 16 Jan 2004, Barry Marler wrote:
> > On Fri, 16 Jan 2004 11:53:17 -0500 (EST)
> > Krikket <[EMAIL PROTECTED]> wrote:
> >
> > > Okay, I was able to edit GRUB to make things the way they should be,
> > > but I still am unable to boot the system.
> > >
> > > I'm not sure what's wrong...  The details of the install so far:
> > >
> > > hda1 -> Boot
> > > hda2 -> Swap
> > > hda3 -> Blank  (When I figure out how, I want to mount this partition
> > > as
> > > /extra )
> > > hdb1 -> /
> > >
> > > My /mnt/gentoo/boot/grub/grub.conf file:
> > >
> > > default 0
> > > timeout 30
> > > splashimage=(hd0,0)/grub/splash.xpm.g2
> > > title=Gentoo Linux 2.4.24
> > >   root (hd0,0)
> > >   kernal (hd1,0)/boot/kernal-2.4.24
> > >   root=/dev/hdb1 vga=794
> > >
> > > The problem that I'm seeing:  When I hit return (or wait for the
> > > system to auto-load) I briefly get a blank screen and less than a
> > > second later, I'm returned to the GRUB menu.
> > >
> > > In taking another look at things, I cd'd /boot and didn't see a
> > > /kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I
> > > didn't notice any errors when building the system...
> >
> > Did you mount /boot?
> 
> I mounted:
> mount /dev/hdb1 /mnt/gentoo/
> mount /dev/hda1 /mnt/gentoo/boot
> 
> Contents:
> 
> /mnt/gentoo/boot
> boot  grublost+found
> 
> /boot
> boot  boot-bmp.b  boot-menu.b boot-text.b chain.b grub
> mbr.b os2_d.b
> 
> Which would explain why now when I select Gentoo to boot I get the
> message:
> filesystem type is ext2fs, partition type 0x83
> Error 15: file not found
> 
> 
> Now, given the comments about copying the kernel over and not remembering
> doing that (which seems to be confirmed by the lack of it's presence) I
> went over the directions in the install manual again for that part of the
> load.
> 
> I see it as part of the instructions if you manually configure the kernel,
> but it is *not* part of the instructions if you use "genkernel".  (Which I
> did.)
> 
> Do you think something errored out that I didn't notice, or that the
> isnructions are incomplete for this step?  Or something else entirely?
> Or...?
> 
> Thanks again,
> 
> Krikket
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Brendan Sullivan
<[EMAIL PROTECTED]>

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Roy Kidder
Well, I know that Linux will run on a 2500 with that controller (which is
a standard Compaq controller). I've done it plenty of times with Redhat,
which recognizes it and loads the proper modules during the install.
Unfortunately I don't have any 2500s anymore to show the output from
lsmod.

There are a couple of different modules you might try to load manually,
including sym53c8xx.o, 53c7,8xx.o, and ncr53c8xx.o.

Alternatively, if you have a Redhat installation CD, you might try and
boot off of it, just long enough for it to detect the modules. You can
switch between virtual terminals to see the output.

Hope that helps,
Roy



>> > What model Compaq is the server?
>> Compaq Proliant 2500R
>>
>> > What about the SCSI/RAID controller?
>> lspci reports:
>> LSI Logic / Symbios Logic 53c875 (rev 03)
>>
>> > When you say the install fails, what exactly happens?
>> While installing with G1.4 CD it does not recognize the SCSI and starts
>> to report things like:
>> Dependancy info is missing.lease run:
>> # /sbin/pscan.sh
>> to fix this.
>> Could not get dependancy fo for "checkfs"!
>> ...
>> then it repeats the same message for:
>> - chekroot
>> - clock
>> - hostname
>> - local
>> - metalog
>> - modules
>> - ...
>> but if finally enters the root user.
>>
>>  While starting the RescueCD(0.2.9) in freezes immediatelly after
>> 'mounting proc...' is ok. After that I started with 'noscsi' option and
>> come a litle further 'mounting local filesystems [ok]' and then freeze.
>>
>> Goran
>>
>> >
>> > I loathe most Compaq hardware, but since my company has made the
>> decision
>> > to standardize on it, I've got experience jumping through a few hoops
>> > often times necessary to getting it working.
>> >
>> > Roy
>> >
>> >
>> > Goran Kavrecic said:
>> > >  I have a solid piece of hardware named Compaq. It's a rack mounted
>> > > machine with an astonishing P-200 processor and 4 SCSI disks.
>> > >  I tried with several distributions, but all failed. Finally I
>> managed
>> > > to install a debian 3.0 on it. It runs a ftp/http server.
>> Everything is
>> > > ok.
>> > >
>> > >  But some time ago I discovered Gentoo and I replaced my desktop
>> > > distribution from RH to G1.4. I'm happy with that. I would like to
>> have
>> > > Gentoo also on the server, just to manage a single distribution.
>> > >
>> > >  I tried several times installing it, but always failed. I also
>> tried
>> > > with the (gentoo based) Rescue CD 0.2.9 (www.sysresccd.org) which
>> works
>> > > great on other machines, but no luck. Now I don't know how to
>> proceed.
>> > >  I included a part of the booting process where the SCSI driver is
>> > > mentioned.
>> > >
>> > > Can somebody help?
>> > >
>> > > Regards,
>> > > Goran
>> > > --
>> > > [EMAIL PROTECTED] mailing list
>> >
>> >
>> > --
>> > [EMAIL PROTECTED] mailing list
>> >
>>
>>
>> --
>> [EMAIL PROTECTED] mailing list
> --
> Brian <[EMAIL PROTECTED]>
>
>
> --
> [EMAIL PROTECTED] mailing list
>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.4.22 (r4 and r5): nfs problems

2004-01-16 Thread Ian Truelsen
On Fri, 16 Jan 2004 16:57:25 +0100
Guy Van Sanden <[EMAIL PROTECTED]> wrote:

> I submitted a bugreport for a problem I've been having with 2.4.22
> gentoo-sources kernels.
> http://bugs.gentoo.org/show_bug.cgi?id=38399
> 
> These kernels give NFS timeouts on my NFS mounted homedirs, but mainly
> under heavy operations.
> 2.4.20 kernels work fine...
> 
> Does anyone else experience this or have any information about a
> probable cause?
> 
I have not seen any problems with the 2.4.22 kernels and nfs. I have
been using them since the official release and I make pretty heavy use
of nfs.

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org
Signature key (742B740D) available at pgp.mit.edu



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] GRUB problem, Part 3

2004-01-16 Thread Daniel Drake
Hi,

Krikket wrote:
Now, given the comments about copying the kernel over and not remembering
doing that (which seems to be confirmed by the lack of it's presence) I
went over the directions in the install manual again for that part of the
load.
I see it as part of the instructions if you manually configure the kernel,
but it is *not* part of the instructions if you use "genkernel".  (Which I
did.)
In that case, its likely that genkernel copies the kernel to /boot itself.

Do you think something errored out that I didn't notice, or that the
isnructions are incomplete for this step?  Or something else entirely?
Or...?
Perhaps /boot wasn't mounted.
`umount /dev/hda1` and `ls /mnt/gentoo/boot` - that will show you any files 
copied to /boot before it was mounted. (Remember to mount /dev/hda1 again 
after if you need to.)

You could re-enter the chroot and run the genkernel stage again, after you are 
100% sure /dev/hda1 is mounted as /boot under the chroot.

Daniel

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Font problem: unicode IPA block corrupted by Nimbus Sans L

2004-01-16 Thread Tommi Pirinen
I have this persisting problem with incorrect glyphs being rendered in 
stead of the most of the IPA character block of unicode. According to 
gucharmap utility these wrong glyphs are contained in font called Nimbus 
Sans L, which doesn't even seem to exist in any of the common 
font-directories. Furthermore the incorrect glyphs are from cyrillic 
unicode block, which is located right before the IPA block, so I assume 
there's just a minor mistake in some font file?

Anyways, I am currently unable to read any course material on phonetics 
on my gentoo box, so if anyone would even know a way to disable these 
fonts I'd appreciate it. And since it doesn't exist on Debian, Redhat or 
windows boxes with similar configurations I have reason to believe it is 
a gentoo problem, but I have opted not to report it to bugzilla yet as I 
am unable to find details on it (such as, what package would the problem 
belong to).

--
.signature: No such file or directory
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Creating a customized LiceCD

2004-01-16 Thread Persson
On Friday 16 January 2004 18:59, Sebastian Bergmann wrote:

>   Hi!
>
>   I am looking for a HOW-TO that explains the process of creating a Gentoo
>   based LiveCD.

http://www.sysreccd.org

provides a rescue cd based on the Gentoo liveCD, and this page

http://www.sysresccd.org/howto/sysresccd-howto-advanced-customization.php

explains how it is built and how to customize it. Maybe this can help you.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] hang during system boot

2004-01-16 Thread Justin Findlay
I have built gentoo from a stage 1 in a chroot on fedora.  Everything
built beautifully with little trouble.  I have a seperate /boot partition
on /dev/hda1 with both the fedora and gentoo kernels (and GrUB) properly
installed.  the kernel boots with no difficulty, but then the system hangs
when trying to mount proc at /proc:

[boot kernel]
mounting proc at /proc


Is this just some fstab problem I'm having or are there darker forces at
work here?  I've tried changing the order of the partitions listed in
fstab with no tangible result.  This exact problem happens when I use
either the genkernel (2.4.23) or the gentoo-dev-sources kernel (2.6.1).


Justin


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Creating a customized LiceCD

2004-01-16 Thread Sebastian Bergmann
  Hi!

  I am looking for a HOW-TO that explains the process of creating a Gentoo
  based LiveCD.

  I started by downloading the current Gentoo 2004.0 stage3-tarball that I
  unpacked into my home directory. I chroot'ed into this directory and am
  now installing the software I need (X, GNOME, Apache, MySQL, PHP).

  But where do I go from there?

  Any help appreciated,
Sebastian

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] move files based on "file" output

2004-01-16 Thread Tom Wesley
On Thu, 2004-01-15 at 23:14, mathieu perrenoud wrote:
> On Thursday 15 January 2004 23.08, Tom Wesley wrote:
> > Hi,
> >
> > After - cough - some filesystem problems (reiserfs for the curious) I'm
> > left with a lost+found directory of 9GB, about 5000 files.  Since I do
> > not have the patience of a Saint, and sadly do not employ the services
> > of a small team of highly skilled, cheap and tidy imps to do this
> > manually I am looking for somehow to script this into something more
> > manageable.
> > Does anyone have anything that will sort a large directory, preferably
> > recursively and put in into any sort of order?  Ideally I'd like to use
> > the output of "file" to move filetypes together, but can't get the
> > syntax correct...
> >
> > Any ideas, pokes, acts of random abuse welcome :-)
> 
> just a random idea.
> 
> 
> cd /away/from/lost+found
> 
> for filename in $(find /path/to/lost+found -type f); do
>   filetype=$(file"$filename"|awk -F: '{print $2}')
>   mkdir "$filetype" 2>/dev/null
>   mv "$filename" "$filetype"
>   echo "moving $filename $filetype"
> done
> 
> this should recursively move any file from lost+found to a dir whose name 
> match the file's type...
> maybe you should first try it on some test files... I'm not responsible if 
> your hdd melts down.
> 
> hth, good luck

Thanks for that, it's running and works perfectly.  Hopefully I'll be
able to sort thing a little quicker now!


-- 
Tom Wesley


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


Re: [gentoo-user] KDE printing doesn't work with qt 3.2

2004-01-16 Thread Simon
On Thursday 15 January 2004 18:22, SN wrote:
> - Original Message -
> From: "Simon" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 15, 2004 6:02 PM
> Subject: Re: [gentoo-user] KDE printing doesn't work with qt 3.2
>
> > On Wednesday 14 January 2004 21:14, SN wrote:
> > > Haven't had any problems with kde 3.1.4 and qt 3.2.3, maybe your
> > > compile flags are too agressive.
> >
> > CFLAGS="march=pentium2 -O2 -pipe -fomit-frame-pointer"
> > CXXFLAGS="${CFLAGS}"
> >
> > I have them for ages, and remember compiling kde 3.1.4 against qt 3.1
>
> works
>
> > perfect.
>
> yeah but that doesn't mean anything qt3.2 is a different version with lots
> of new stuff so compiling is different.
> Is the rest of your install updated gcc autoconf etc ?

I do emerge -uDv world almost daily.
>
> You could try 3.1.5 now since it has been marked as stable and if it still
> doesn't work I would recompiled the whole install.
> Because it doesn't seem to be a problem for anyone, here as I said earlier
> it works perfect.

-I will try 3.1.5 however I don't believe recompiling the whole install would 
help as:
-KDE 3.1.4 worlks perfectly with qt 3.1, so it has something todo with 3.2 
(and KDE)
-I only did a fresh install after christmas.
-I know of someone else having the same problems with KDE from cvs.

>
> Ah you could also try some debugging for example with strace, but if you
> haven't done those things before you won't have much changes t understand
> all the debugging output
>
I will try, once should be the first time. I'm already emerging it.

Simon


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Subversion masked

2004-01-16 Thread Ciaran McCreesh
On Fri, 16 Jan 2004 11:39:12 -0500 Kurt Guenther
<[EMAIL PROTECTED]> wrote:
| I see that there is an ebuild for subversion, but it is masked.   Does
| anybody know what is up here?  How do I find out status, etc?

It's marked as ~x86, which means it's not been heavily tested. If you've
done lots of testing, you might consider filing a bug (assign to pauldv
at gentoo.org for this package) asking whether a version could be moved
to stable at some point.

As a sidenote, if you'd like to see *why* a package is masked, take a
look at the patch in bug 16907. Warning: I'm gonna keep plugging that
bug until it's integrated into portage :)

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] DRBD Version

2004-01-16 Thread Frank R Callaghan
Thanks for the quick reply,

> >
> > I have started using gentoo's drbd 0.6.6-r2 and encountered some
> > file system corruption problems :( tailking with Lars (Linux-HA) it seems
> > that the problem has been fixed in a later version he suggests using
> >
> > { My opinion in this case is: use CVS HEAD, (which will apear in
> > /proc/drbd as "0.6.10+cvs") }
> >
> > If the kind person who created the orig ebuild feels like upgrading I
> > would love to test it ;)  else I guess it's time to read the ebuild howto
> > !
>
> cp /usr/portage/sys-cluster/drbd/drbd-0.6.6-r2.ebuild
> /usr/portage/sys-cluster/drbd/drbd-0.6.10.ebuild ebuild
> /usr/portage/sys-cluster/drbd/drbd-0.6.10.ebuild digest
>
Ok two questions,
1) how do we get this version included in the portage tree ?

2) I did as you suggested but the build failed :-
plinux # cp /usr/portage/sys-cluster/drbd/drbd-0.6.6-r2.ebuild 
/usr/local/portage/sys-cluster/drbd/drbd-0.6.10.ebuild
plinux # ebuild /usr/local/portage/sys-cluster/drbd/drbd-0.6.10.ebuild digest
>>> Generating digest file...
<<< drbd-0.6.10.tar.gz
>>> Generating manifest file...
<<< drbd-0.6.10.ebuild
<<< files/digest-drbd-0.6.10
>>> Computed message digests.

plinux # emerge  drbd
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-cluster/drbd-0.6.10 to /
>>> md5 src_uri ;-) drbd-0.6.10.tar.gz
>>> Unpacking source...
>>> Unpacking drbd-0.6.10.tar.gz to /var/tmp/portage/drbd-0.6.10/work
/usr/sbin/ebuild.sh: line 20: cd: 
/var/tmp/portage/drbd-0.6.10/work/drbd-0.6.10: No such file or directory

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/local/portage/sys-cluster/drbd/files/0.6.10-Makefile.vars.patch

!!! ERROR: sys-cluster/drbd-0.6.10 failed.
!!! Function epatch, Line 214, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!

It seems that the working directory is still wrong !

plinux # ls /var/tmp/portage/drbd-0.6.10/work/
drbd-0.6.6

Where is this setup ?

Cheers,
Frank.








--
[EMAIL PROTECTED] mailing list



[gentoo-user] GRUB problem, Part 3

2004-01-16 Thread Krikket
To keep quotations intact, I'm bottom-posting, even though it's more
inconvienent...

On Fri, 16 Jan 2004, Barry Marler wrote:
> On Fri, 16 Jan 2004 11:53:17 -0500 (EST)
> Krikket <[EMAIL PROTECTED]> wrote:
>
> > Okay, I was able to edit GRUB to make things the way they should be,
> > but I still am unable to boot the system.
> >
> > I'm not sure what's wrong...  The details of the install so far:
> >
> > hda1 -> Boot
> > hda2 -> Swap
> > hda3 -> Blank  (When I figure out how, I want to mount this partition
> > as
> > /extra )
> > hdb1 -> /
> >
> > My /mnt/gentoo/boot/grub/grub.conf file:
> >
> > default 0
> > timeout 30
> > splashimage=(hd0,0)/grub/splash.xpm.g2
> > title=Gentoo Linux 2.4.24
> >   root (hd0,0)
> >   kernal (hd1,0)/boot/kernal-2.4.24
> >   root=/dev/hdb1 vga=794
> >
> > The problem that I'm seeing:  When I hit return (or wait for the
> > system to auto-load) I briefly get a blank screen and less than a
> > second later, I'm returned to the GRUB menu.
> >
> > In taking another look at things, I cd'd /boot and didn't see a
> > /kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I
> > didn't notice any errors when building the system...
>
> Did you mount /boot?

I mounted:
mount /dev/hdb1 /mnt/gentoo/
mount /dev/hda1 /mnt/gentoo/boot

Contents:

/mnt/gentoo/boot
bootgrublost+found

/boot
bootboot-bmp.b  boot-menu.b boot-text.b chain.b grub
mbr.b   os2_d.b

Which would explain why now when I select Gentoo to boot I get the
message:
filesystem type is ext2fs, partition type 0x83
Error 15: file not found


Now, given the comments about copying the kernel over and not remembering
doing that (which seems to be confirmed by the lack of it's presence) I
went over the directions in the install manual again for that part of the
load.

I see it as part of the instructions if you manually configure the kernel,
but it is *not* part of the instructions if you use "genkernel".  (Which I
did.)

Do you think something errored out that I didn't notice, or that the
isnructions are incomplete for this step?  Or something else entirely?
Or...?

Thanks again,

Krikket


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GRUB problem, Part 2

2004-01-16 Thread Krikket
On Fri, 16 Jan 2004, Steve Montez wrote:

> Maybe I'm being a retard for asking this but...
>
> kernel instead of kernal?
>
> or is there a variation i'm unaware of?

That solved that problem.  Never was much of a speeler.  

(Still having a problem though, see my next message.)

> > Okay, I was able to edit GRUB to make things the way they should be, but I
> > still am unable to boot the system.
> >
> > I'm not sure what's wrong...  The details of the install so far:
> >
> > hda1 -> Boot
> > hda2 -> Swap
> > hda3 -> Blank  (When I figure out how, I want to mount this partition as
> > /extra )
> > hdb1 -> /
> >
> > My /mnt/gentoo/boot/grub/grub.conf file:
> >
> > default 0
> > timeout 30
> > splashimage=(hd0,0)/grub/splash.xpm.g2
> > title=Gentoo Linux 2.4.24
> >   root (hd0,0)
> >   kernal (hd1,0)/boot/kernal-2.4.24
> >   root=/dev/hdb1 vga=794
> >
> > The problem that I'm seeing:  When I hit return (or wait for the system to
> > auto-load) I briefly get a blank screen and less than a second later, I'm
> > returned to the GRUB menu.
> >
> > In taking another look at things, I cd'd /boot and didn't see a
> > /kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I didn't
> > notice any errors when building the system...
> >
> > Somehow I'm guessing I managed to skip a step.  Any idea what I missed?
> >
> > Rather than manually confiuring the kernal, I used genkernal.  So it
> > should be there somewhere...
> >
> > Thanks again,
> >
> > Krikket
> > (Hopeing that I won't have to redo a bunch of the build...)
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
>
>
> --
> [EMAIL PROTECTED] mailing list
>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GRUB problem, Part 2

2004-01-16 Thread Steve Montez
Maybe I'm being a retard for asking this but...

kernel instead of kernal?

or is there a variation i'm unaware of?

> Okay, I was able to edit GRUB to make things the way they should be, but I
> still am unable to boot the system.
>
> I'm not sure what's wrong...  The details of the install so far:
>
> hda1 -> Boot
> hda2 -> Swap
> hda3 -> Blank  (When I figure out how, I want to mount this partition as
> /extra )
> hdb1 -> /
>
> My /mnt/gentoo/boot/grub/grub.conf file:
>
> default 0
> timeout 30
> splashimage=(hd0,0)/grub/splash.xpm.g2
> title=Gentoo Linux 2.4.24
>   root (hd0,0)
>   kernal (hd1,0)/boot/kernal-2.4.24
>   root=/dev/hdb1 vga=794
>
> The problem that I'm seeing:  When I hit return (or wait for the system to
> auto-load) I briefly get a blank screen and less than a second later, I'm
> returned to the GRUB menu.
>
> In taking another look at things, I cd'd /boot and didn't see a
> /kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I didn't
> notice any errors when building the system...
>
> Somehow I'm guessing I managed to skip a step.  Any idea what I missed?
>
> Rather than manually confiuring the kernal, I used genkernal.  So it
> should be there somewhere...
>
> Thanks again,
>
> Krikket
> (Hopeing that I won't have to redo a bunch of the build...)
>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread Alan
On Fri, Jan 16, 2004 at 05:21:13PM +0100, Dennis Freise wrote:
> On Fri, 16 Jan 2004 08:32:46 -0600
> Andrew Gaffney <[EMAIL PROTECTED]> wrote:
> 
> > I was able to find FireBurner (via the forums) which allowed me to write a CD
> > from the .CCD, but I don't think it worked correctly because the CD won't
> > mount.
> 
> Okay, in that case you really need the subchannels, because FireBurner does
> exactly what I suggested (burn the .img without the .sub). As Miklos said,
> you're now out of options. Sorry.

Actually I've heard that cloneCD will work under wine quite nicely.  I
haven't tried it myself, just heard it around the net.  You might want
to give that a shot before giving up :) (assuming you don't have a
windows box/partition to burn it on).

alan


-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway


signature.asc
Description: Digital signature


Re: [gentoo-user] equivelant of Nero's Image Writer

2004-01-16 Thread Krikket
On Fri, 16 Jan 2004, Andrew Gaffney wrote:

> Is there a program/kernel module for Linux that emulates a CD burner for the purpose 
> of
> generating ISOs?

Nero is a *very* robust package.  While my Gentoo system isn't running
yet, I have played around with other distributions.  The one closest to
Nero that I've found is k3b.

Out of the 20 or so CDs I've burned, I had a total of 1 coaster, and when
I slowed the CD Burner down from 40x to 32x, the problem went away.

Krikket


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GRUB problem, Part 2

2004-01-16 Thread Barry Marler
On Fri, 16 Jan 2004 11:53:17 -0500 (EST)
Krikket <[EMAIL PROTECTED]> wrote:

> Okay, I was able to edit GRUB to make things the way they should be,
> but I still am unable to boot the system.
> 
> I'm not sure what's wrong...  The details of the install so far:
> 
> hda1 -> Boot
> hda2 -> Swap
> hda3 -> Blank  (When I figure out how, I want to mount this partition
> as
> /extra )
> hdb1 -> /
> 
> My /mnt/gentoo/boot/grub/grub.conf file:
> 
> default 0
> timeout 30
> splashimage=(hd0,0)/grub/splash.xpm.g2
> title=Gentoo Linux 2.4.24
>   root (hd0,0)
>   kernal (hd1,0)/boot/kernal-2.4.24
>   root=/dev/hdb1 vga=794
> 
> The problem that I'm seeing:  When I hit return (or wait for the
> system to auto-load) I briefly get a blank screen and less than a
> second later, I'm returned to the GRUB menu.
> 
> In taking another look at things, I cd'd /boot and didn't see a
> /kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I
> didn't notice any errors when building the system...
> 

Did you mount /boot?

-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA 
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GRUB problem, Part 2

2004-01-16 Thread Shawn
Didn't have /boot mounted when you copied the kernel? It does not mount
by default.

Forgive me if this was covered, as I did not see part one.

On Fri, 2004-01-16 at 10:53, Krikket wrote:
> Okay, I was able to edit GRUB to make things the way they should be, but I
> still am unable to boot the system.
> 
> I'm not sure what's wrong...  The details of the install so far:
> 
> hda1 -> Boot
> hda2 -> Swap
> hda3 -> Blank  (When I figure out how, I want to mount this partition as
> /extra )
> hdb1 -> /
> 
> My /mnt/gentoo/boot/grub/grub.conf file:
> 
> default 0
> timeout 30
> splashimage=(hd0,0)/grub/splash.xpm.g2
> title=Gentoo Linux 2.4.24
>   root (hd0,0)
>   kernal (hd1,0)/boot/kernal-2.4.24
>   root=/dev/hdb1 vga=794
> 
> The problem that I'm seeing:  When I hit return (or wait for the system to
> auto-load) I briefly get a blank screen and less than a second later, I'm
> returned to the GRUB menu.
> 
> In taking another look at things, I cd'd /boot and didn't see a
> /kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I didn't
> notice any errors when building the system...
> 
> Somehow I'm guessing I managed to skip a step.  Any idea what I missed?
> 
> Rather than manually confiuring the kernal, I used genkernal.  So it
> should be there somewhere...
> 
> Thanks again,
> 
> Krikket
> (Hopeing that I won't have to redo a bunch of the build...)
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] GRUB problem, Part 2

2004-01-16 Thread Krikket
Okay, I was able to edit GRUB to make things the way they should be, but I
still am unable to boot the system.

I'm not sure what's wrong...  The details of the install so far:

hda1 -> Boot
hda2 -> Swap
hda3 -> Blank  (When I figure out how, I want to mount this partition as
/extra )
hdb1 -> /

My /mnt/gentoo/boot/grub/grub.conf file:

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.g2
title=Gentoo Linux 2.4.24
  root (hd0,0)
  kernal (hd1,0)/boot/kernal-2.4.24
  root=/dev/hdb1 vga=794

The problem that I'm seeing:  When I hit return (or wait for the system to
auto-load) I briefly get a blank screen and less than a second later, I'm
returned to the GRUB menu.

In taking another look at things, I cd'd /boot and didn't see a
/kernal-2.4.24.  (For that matter, I didn't se a /kernal*) But I didn't
notice any errors when building the system...

Somehow I'm guessing I managed to skip a step.  Any idea what I missed?

Rather than manually confiuring the kernal, I used genkernal.  So it
should be there somewhere...

Thanks again,

Krikket
(Hopeing that I won't have to redo a bunch of the build...)


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Subversion masked

2004-01-16 Thread Kurt Guenther
I see that there is an ebuild for subversion, but it is masked.   Does 
anybody know what is up here?  How do I find out status, etc?

--Kurt



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] IMPORTANT: 1 config files in /etc need updating.

2004-01-16 Thread Kurt Guenther
Thanks -- good to be reassured.

Anarconda wrote:

If you're in doubts run the script again

#etc-update

and if all job is done you'll see:

Scanning Configuration files...
Exiting: Nothing left to do; exiting. :)
Hope that helps.



Kurt Guenther wrote:

I did an "emerge portage"  and recieved this:

IMPORTANT: 1 config files in /etc need updating.

I read the "emerge --help config" which was interesting, but didn't 
tell me how to resolve this.

I ran "etc-update", and it looks like it did some work.   Am I in the 
clear?  Or, is there more work to do?

--Kurt



--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] IMPORTANT: 1 config files in /etc need updating.

2004-01-16 Thread David Gethings
On Fri, 2004-01-16 at 16:01, Kurt Guenther wrote:
> I did an "emerge portage"  and recieved this:
> 
> IMPORTANT: 1 config files in /etc need updating.
> 
> I read the "emerge --help config" which was interesting, but didn't tell 
> me how to resolve this.
> 
> I ran "etc-update", and it looks like it did some work.   Am I in the 
> clear?  Or, is there more work to do?
You're in the clear. emerge away!

-- 
Cheers

Dg


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] IMPORTANT: 1 config files in /etc need updating.

2004-01-16 Thread Anarconda
	If you're in doubts run the script again

#etc-update

	and if all job is done you'll see:

Scanning Configuration files...
Exiting: Nothing left to do; exiting. :)
	Hope that helps.



Kurt Guenther wrote:
I did an "emerge portage"  and recieved this:

IMPORTANT: 1 config files in /etc need updating.

I read the "emerge --help config" which was interesting, but didn't tell 
me how to resolve this.

I ran "etc-update", and it looks like it did some work.   Am I in the 
clear?  Or, is there more work to do?

--Kurt



--
[EMAIL PROTECTED] mailing list

--
Scientia et sapientia patrimonium humanitatis sunt.
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] White noice in sound

2004-01-16 Thread Ted Ozolins
Chris Johnson wrote:

   

"After a while"?  Is the box getting hot?  Might be software
but it sounds more like a hardware problem either with the card or
box.
 

I have the same sound chip on my new mb and it does the same here. I 
monitor system temp with gkrellm and heat is not the problem (at least 
not here.)
I've been trying to pin down the source of this for a while but it 
eludes me. Whenever this happens I've run top and check to see what is 
running that might cause this but that  has not produced the culprit. If 
I do figure this out I'll post here.

Cheers...

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] counter strike

2004-01-16 Thread Eric Paynter
raptor said:
> when I start the cstrike server I get this into into the logs :

You will probably have more luck asking this question here:

[EMAIL PROTECTED]

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread Dennis Freise
On Fri, 16 Jan 2004 08:32:46 -0600
Andrew Gaffney <[EMAIL PROTECTED]> wrote:

> I was able to find FireBurner (via the forums) which allowed me to write a CD
> from the .CCD, but I don't think it worked correctly because the CD won't
> mount.

Okay, in that case you really need the subchannels, because FireBurner does
exactly what I suggested (burn the .img without the .sub). As Miklos said,
you're now out of options. Sorry.

-- 
Dennis Freise <[EMAIL PROTECTED]>
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] IMPORTANT: 1 config files in /etc need updating.

2004-01-16 Thread Brendan Sullivan
if after you run etc-update, it says "nothing more to do, exiting :) ",
then you're all set

Brendan

On Fri, 2004-01-16 at 10:01, Kurt Guenther wrote:
> I did an "emerge portage"  and recieved this:
> 
> IMPORTANT: 1 config files in /etc need updating.
> 
> I read the "emerge --help config" which was interesting, but didn't tell 
> me how to resolve this.
> 
> I ran "etc-update", and it looks like it did some work.   Am I in the 
> clear?  Or, is there more work to do?
> 
> --Kurt
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Brendan Sullivan
<[EMAIL PROTECTED]>

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] IDE RAID 0 and 1

2004-01-16 Thread Terje Kvernes
Collins Richey <[EMAIL PROTECTED]> writes:

> On Tue, 13 Jan 2004 20:20:40 +0100
> Jimmy Rosen <[EMAIL PROTECTED]> wrote:
> 
> > Kernel SW raid: One customer wanted a very cheap storage solution
> > for the cluster I built him. So I deployed a 2x120GB raid 1 on
> > kernel SW raid.  Very simple setup, very simple management, good
> > general cheap solution.
> 
> How was performance in comparison to the Hardware alternatives?

  for RAID1, kernel software RAID is just as good as hardware.  modern
  CPUs are a _lot_ more powerful than what you find on the cheap
  RAID1-cards, and the overhead isn't noticeable.  another upside,
  with software RAID1 you can unplug any of the drives, install it on
  another system without having to think about RAID controllers and
  mount the drive. 

  that last part is the reason we chose software RAID1 for the servers
  that have it here.  RAID0 and RAID5 are different beasts though.

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New Install: GRUB problem

2004-01-16 Thread David Gethings
On Fri, 2004-01-16 at 16:04, Krikket wrote:
> Err, any thoughts on what I did wrong, and how I can fix it?  (For
> hopefully obvious reasons, I'd like to avoid doing the install from square
> one...)
Assuming you installed from a CD here is how you can change your
grub.conf file:

boot from CD
mount boot partition ala install instructions (e.g. mount /dev/hda3
/mnt/gentoo; mount /dev/hda1 /mnt/gentoo/boot)
nano -w /mnt/gentoo/boot/grub/grub.conf

Hope that helps

-- 
Cheers

Dg


--
[EMAIL PROTECTED] mailing list



[gentoo-user] IMPORTANT: 1 config files in /etc need updating.

2004-01-16 Thread Kurt Guenther
I did an "emerge portage"  and recieved this:

IMPORTANT: 1 config files in /etc need updating.

I read the "emerge --help config" which was interesting, but didn't tell 
me how to resolve this.

I ran "etc-update", and it looks like it did some work.   Am I in the 
clear?  Or, is there more work to do?

--Kurt



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] New Install: GRUB problem

2004-01-16 Thread Brendan Sullivan
mount /boot
edit with your favorite editor /boot/grub/grub.conf

that should solve all your problems

Brendan

On Fri, 2004-01-16 at 10:04, Krikket wrote:
> So I finally reached the point of the install where the directions say
> it's time to reboot, which makes me happy.
> 
> So I reboot, and find out that I managed to mungle the GRUB loader.
> 
> Instead of "root (hd0,0)", I manage to put down "root (0,0)".
> 
> Ooops.  For some reason, editing the command doesn't seem to change
> anything, but if I delete it and then add a replacement line, it takes.
> (It doesn't save that change, but it does take.  So, if there are any
> suggestions on how to save it, please speak up!)
> 
> Then I hit the letter 'b' to Boot, and I get the error message,
> "Filesystem type is ext2fs, partition type is 0x83".
> 
> Err, any thoughts on what I did wrong, and how I can fix it?  (For
> hopefully obvious reasons, I'd like to avoid doing the install from square
> one...)
> 
> Thanks in advnace,
> 
> Krikket
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Brendan Sullivan
<[EMAIL PROTECTED]>

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] White noice in sound

2004-01-16 Thread Chris Johnson
On Fri, 16 Jan 2004, Jan Heylen wrote:

> Hi,
> 
> I have an intel8x0 sound card (on board sis 735 chipset on a K7S5A V3.X
> http://www.ecsusa.com/products/k7s5a_v3.html motherboard).
> 
> I've upgraded my whole system, had some troubles with alsa, and now I'm back
> to getting good sound, but after a while (I don't know the excact
> conditions, the sound changes in white noice and does not get good any
> more).
> 
> I've searched the forums, the Internet and asked around, but all I could
> find is that it is probably some I/O error (something else using the
> registers of the sound device). But can't find anything more.
> 
> Does anybody has some tips where to look? which files I should check for? 
> 
> anything can help :),
> 
> Thx
> 
> Jan
> 
> 

 "After a while"?  Is the box getting hot?  Might be software
but it sounds more like a hardware problem either with the card or
box.

---
Chris Johnson   |Internet: [EMAIL PROTECTED]
Systems Administrator   |Web:  http://www.nmr.mgh.harvard.edu/~johnson
NMR Center  |Voice:617.726.0949
Mass. General Hospital  |FAX:  617.726.7422
149 (2301) 13th Street  |Life n, something from which nobody escapes
Charlestown, MA., 02129 USA |alive.  Me
---



--
[EMAIL PROTECTED] mailing list



[gentoo-user] New Install: GRUB problem

2004-01-16 Thread Krikket
So I finally reached the point of the install where the directions say
it's time to reboot, which makes me happy.

So I reboot, and find out that I managed to mungle the GRUB loader.

Instead of "root (hd0,0)", I manage to put down "root (0,0)".

Ooops.  For some reason, editing the command doesn't seem to change
anything, but if I delete it and then add a replacement line, it takes.
(It doesn't save that change, but it does take.  So, if there are any
suggestions on how to save it, please speak up!)

Then I hit the letter 'b' to Boot, and I get the error message,
"Filesystem type is ext2fs, partition type is 0x83".

Err, any thoughts on what I did wrong, and how I can fix it?  (For
hopefully obvious reasons, I'd like to avoid doing the install from square
one...)

Thanks in advnace,

Krikket



--
[EMAIL PROTECTED] mailing list



[gentoo-user] kernel 2.4.22 (r4 and r5): nfs problems

2004-01-16 Thread Guy Van Sanden
I submitted a bugreport for a problem I've been having with 2.4.22
gentoo-sources kernels.
http://bugs.gentoo.org/show_bug.cgi?id=38399

These kernels give NFS timeouts on my NFS mounted homedirs, but mainly
under heavy operations.
2.4.20 kernels work fine...

Does anyone else experience this or have any information about a
probable cause?

Thanks

Guy

-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



[gentoo-user] lm-sensors 2.8.1 ebuild

2004-01-16 Thread Oliver Lange
Hello everyone,

Emerging lm-sensors 2.8.1 on a 2.4.20-gentoo-r8 kernel throws many errors like this:

Makefile:236: kernel/busses/i2c-nforce2.d: Datei oder Verzeichnis nicht gefunden
Makefile:236: kernel/busses/i2c-ali1535.d: Datei oder Verzeichnis nicht gefunden
Makefile:236: kernel/busses/i2c-ali15x3.d: Datei oder Verzeichnis nicht gefunden
Makefile:236: kernel/busses/i2c-amd756.d: Datei oder Verzeichnis nicht gefunden
...and finally this one:

!!! ERROR: sys-apps/lm-sensors-2.8.1 failed.
!!! Function src_compile, Line 84, Exitcode 2
!!! lm_sensors requires the source of a compatible kernel version in /usr/src/linux or specified in 
$LINUX and >=i2c-2.8.1 support built as modules.

In the console scrollback i found a note that kernel versions between
2.4.5/6 and 2.5.x are recommended - covering the installed kernel version, so: what's 
wrong ?
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Gentoo on an old Compaq/SCSI RAID

2004-01-16 Thread Brian
If Roy can't solve it for you, I fooled around with an old digital(p200
pro's) server once with a Knoppix CD.  It seemed to detect everything ok
and let me format the scsi drives, etc..


That may be an option for you.  Installing from knoppix or any other
distro is not that difficult as long as itruns a new enough kernel that
allows you to chroot to the gentoo file strucure.  Tomsrootboot no
longer will.

Hope this helps.



On Fri, 2004-01-16 at 05:37, Goran Kavrecic wrote:
> Na 1074255263, 2004-01-16 ob 13:14, je Roy Kidder napisal(a):
> > What model Compaq is the server? 
> Compaq Proliant 2500R
> 
> > What about the SCSI/RAID controller?
> lspci reports:
> LSI Logic / Symbios Logic 53c875 (rev 03)
> 
> > When you say the install fails, what exactly happens?
> While installing with G1.4 CD it does not recognize the SCSI and starts
> to report things like:
> Dependancy info is missing.lease run:
> # /sbin/pscan.sh
> to fix this.
> Could not get dependancy fo for "checkfs"!
> ...
> then it repeats the same message for:
> - chekroot
> - clock
> - hostname
> - local
> - metalog
> - modules 
> - ...
> but if finally enters the root user.
> 
>  While starting the RescueCD(0.2.9) in freezes immediatelly after
> 'mounting proc...' is ok. After that I started with 'noscsi' option and
> come a litle further 'mounting local filesystems [ok]' and then freeze.
> 
> Goran
> 
> > 
> > I loathe most Compaq hardware, but since my company has made the decision
> > to standardize on it, I've got experience jumping through a few hoops
> > often times necessary to getting it working.
> > 
> > Roy
> > 
> > 
> > Goran Kavrecic said:
> > >  I have a solid piece of hardware named Compaq. It's a rack mounted
> > > machine with an astonishing P-200 processor and 4 SCSI disks.
> > >  I tried with several distributions, but all failed. Finally I managed
> > > to install a debian 3.0 on it. It runs a ftp/http server. Everything is
> > > ok.
> > >
> > >  But some time ago I discovered Gentoo and I replaced my desktop
> > > distribution from RH to G1.4. I'm happy with that. I would like to have
> > > Gentoo also on the server, just to manage a single distribution.
> > >
> > >  I tried several times installing it, but always failed. I also tried
> > > with the (gentoo based) Rescue CD 0.2.9 (www.sysresccd.org) which works
> > > great on other machines, but no luck. Now I don't know how to proceed.
> > >  I included a part of the booting process where the SCSI driver is
> > > mentioned.
> > >
> > > Can somebody help?
> > >
> > > Regards,
> > > Goran
> > > --
> > > [EMAIL PROTECTED] mailing list
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Brian <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



[gentoo-user] White noice in sound

2004-01-16 Thread Jan Heylen
Hi,

I have an intel8x0 sound card (on board sis 735 chipset on a K7S5A V3.X
http://www.ecsusa.com/products/k7s5a_v3.html motherboard).

I've upgraded my whole system, had some troubles with alsa, and now I'm back
to getting good sound, but after a while (I don't know the excact
conditions, the sound changes in white noice and does not get good any
more).

I've searched the forums, the Internet and asked around, but all I could
find is that it is probably some I/O error (something else using the
registers of the sound device). But can't find anything more.

Does anybody has some tips where to look? which files I should check for? 

anything can help :),

Thx

Jan

---
Technical people are better off not looking at patents. If somebody sues
you, you change the algorithm or you just hire a hitman to whack the stupid
git.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread gabriel
On January 16, 2004 08:02 am, Andrew Gaffney wrote:
> A friend of mine ripped a CD, but he didn't rip it as an ISO. There are 4
> files: a .ccd, .cue, .img, and .sub file. How do I use these files in Linux
> to burn a CD?

those are clonecd files.  i know that there's a windows version, but i'm not 
sure of the linux one.  you could try using the .img w/ k3b, but if that 
doesn't work, clonecd should.

-- 
your old road is rapidly aging
please get out of the way if you can't lend a hand
for the times they are a changing
  - bob dylan


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] equivelant of Nero's Image Writer

2004-01-16 Thread gabriel
On January 16, 2004 08:57 am, Andrew Gaffney wrote:
> Is there a program/kernel module for Linux that emulates a CD burner for
> the purpose of generating ISOs?

i've used a little perl script called cdrx (it's in portage) to generate an 
iso from a cd or directory structure.  also, you can use mkisofs (cdrx is 
just a friendlier front end.

but if you're looking to convert bin/cue to iso, you should emerge bin2iso.  
it'll convert a bin to an iso, or create a cue file from a bin.

hope that helps ;-)

-- 
the surest way to corrupt a youth is to instruct him to hold in higher esteem 
those who think alike than those who think differently.
- friedrich nietzsche


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Vmware Module compile error

2004-01-16 Thread Diego Zamboni

> Could it have anything to do with SMP, Preemptible kernel, HPET?
> Here's the processor type part of my kernel config: 

I honestly have no idea. Here's the diff between your config and mine (<
is yours, > is mine). Significant differences seem to be I don't have
HPET set, nor APIC, but I don't really know what effect these things may
have...

Cheers,
--Diego

20c20
< # CONFIG_MPENTIUM4 is not set
---
> CONFIG_MPENTIUM4=y
22c22
< CONFIG_MK7=y
---
> # CONFIG_MK7 is not set
34c34
< CONFIG_X86_L1_CACHE_SHIFT=6
---
> CONFIG_X86_L1_CACHE_SHIFT=7
43,44c43
< CONFIG_X86_USE_3DNOW=y
< CONFIG_HPET_TIMER=y
---
> # CONFIG_HPET_TIMER is not set
48,51c47
< CONFIG_X86_UP_APIC=y
< CONFIG_X86_UP_IOAPIC=y
< CONFIG_X86_LOCAL_APIC=y
< CONFIG_X86_IO_APIC=y
---
> # CONFIG_X86_UP_APIC is not set
53c49,50
< # CONFIG_X86_MCE is not set
---
> CONFIG_X86_MCE=y
> CONFIG_X86_MCE_NONFATAL=y
65d61
< # CONFIG_EFI is not set



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] equivelant of Nero's Image Writer

2004-01-16 Thread Bryn Reeves
On 08:15 Fri 16 Jan , Andrew Gaffney wrote:
> Barry Marler wrote:
> >On Fri, 16 Jan 2004 07:57:38 -0600
> >Andrew Gaffney <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Is there a program/kernel module for Linux that emulates a CD burner
> >>for the purpose of generating ISOs?
> >
> >
> >mkisofs?
> 
> Not what I'm looking for. Basically, it could be useful for converting one 
> rip format (BIN/CUE or CCD/CUE/IMG/SUB) to another (ISO).
> 

You'll need to be a bit more specific about what you're trying to do.
'generating ISOs' (from a directory tree) is handled by mkisofs, as suggested 
by the other posters. I guess a lot of people (m'self included) on here
never use Nero, so some more info on how you make use of it's 'Image
Writer' function would help.. 

cdrdao will allow you to burn CUE/BIN format to a disc, but I'm not sure about 
redirecting output to an image file as apposed to a physical device, so you
could later recover a regular ISO form it.. is that yr goal?

otoh, the formats are probably not terribly complicated - isos can be
prepared from a physical disk like so with dd:

# dd if=/dev/cdrom of=~/mydisc.iso

I'd guess the BIN part of CUE/BIN is very simillar, afaik BIN is just
images of consecutive tracks concattenated and CUE is a plaintext index of
htese tracks.

Cheers

Bryn



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread Andrew Gaffney
Miklos Bagi Jr. wrote:
Andrew,

A friend of mine ripped a CD, but he didn't rip it as an ISO. There 
are 4
files: a .ccd, .cue, .img, and .sub file. How do I use these files 
in Linux to
burn a CD?


There are couple of formats you can burn under linux and there are some 
you can not. You have an image file from a software called CloneCD, 
which (as long as I know) is not a supported format at this very moment. 
Please try to contact the author of CloneCD about this.

You can burn bin/cue, iso, img (itself), etc with no problem under 
linux. No ccd yet.

MBJr.

PS: try to get a bin/cue or an iso image for the software you're trying 
to burn, but I think - assuming from the ccd type - you'll need a crack 
for that :P
I was able to find FireBurner (via the forums) which allowed me to write a CD from the 
.CCD, but I don't think it worked correctly because the CD won't mount.

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] equivelant of Nero's Image Writer

2004-01-16 Thread Michael Schreckenbauer
Hello,

Am Freitag, 16. Januar 2004 15:15 schrieb Andrew Gaffney:
> Barry Marler wrote:
> > On Fri, 16 Jan 2004 07:57:38 -0600
> >
> > Andrew Gaffney <[EMAIL PROTECTED]> wrote:
> >>Is there a program/kernel module for Linux that emulates a CD burner
> >>for the purpose of generating ISOs?
> >
> > mkisofs?
>
> Not what I'm looking for. Basically, it could be useful for converting one
> rip format (BIN/CUE or CCD/CUE/IMG/SUB) to another (ISO).

in this case perhaps one of those might help:
app-cdr/cdemu
app-cdr/cuetools
app-cdr/bchunk
app-cdr/bin2iso

(found via esearch -S cue)

HTH,
Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Vmware Module compile error

2004-01-16 Thread Elton Algera


On Fri, 16 Jan 2004, Diego Zamboni wrote:

> Hi,
> 
> > I (try to)use kernel 2.6.1 with vmware.
> > Compiling the modules by calling vmware-config.pl gives the following 
> > error:
> 
> Are you using the vmware-workstation ebuild? There are some external
> patches (in particular,
> http://platan.vc.cvut.cz/ftp/pub/vmware/vmware-any-any-update48.tar.gz)
> that need to be applied for VMware to work under 2.6. The ebuild applies
> it automatically.

The ebuild automatically installs the vmware-any-any-update45.
I now installed update48 manually, but no difference at all.
I guess there's something about the kernel config that's not compatible 
with vmware. 

Could it have anything to do with SMP, Preemptible kernel, HPET?
Here's the processor type part of my kernel config: 

(Please shoot at it)

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
# CONFIG_HPET_EMULATE_RTC is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y

 

> 
> > /tmp/vmware-config6/vmmon-only/linux/hostif.c:643: too few arguments to 
> > function `do_mmap_pgoff'
> 
> I have not seen this warning. With the vmware-any-any patch applied, I
> see some warnings, but the modules compile and load OK.
> 
> > Is vmware compatible with 2.6.1?
> 
> Yes, I'm running it right now. I have the
> app-emulation/vmware-workstation-4.0.5.6030 ebuild installed.
> 
> --Diego
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 
> 
> 
> 
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: burning a CD with CCD, CUE, IMG, and SUB

2004-01-16 Thread Miklos Bagi Jr.
Andrew,

A friend of mine ripped a CD, but he didn't rip it as an ISO. There 
are 4
files: a .ccd, .cue, .img, and .sub file. How do I use these files in 
Linux to
burn a CD?
There are couple of formats you can burn under linux and there are some 
you can not. You have an image file from a software called CloneCD, 
which (as long as I know) is not a supported format at this very moment. 
Please try to contact the author of CloneCD about this.

You can burn bin/cue, iso, img (itself), etc with no problem under 
linux. No ccd yet.

MBJr.

PS: try to get a bin/cue or an iso image for the software you're trying 
to burn, but I think - assuming from the ccd type - you'll need a crack 
for that :P



--
[EMAIL PROTECTED] mailing list


  1   2   >