Re: [gentoo-user] Editing files with Xemacs

2005-02-24 Thread Roger Mason
Hareesh Nagarajan [EMAIL PROTECTED] writes:

 On Thu, 24 Feb 2005 11:27:59 +0100, Marcin Bielewicz
 [EMAIL PROTECTED] wrote:
  Yippie! Now how do I make 'font-lock-mode' set by default? At this
  point in time, I open a Tex file and then type M-x-font-lock-mode for
  syntax highlighting.
 
 Try:
 
 (global-font-lock-mode t)

 I've tried that, but it gives an error in XEmacs - ``Symbol's function
 definition is void: global-font-lock-mode

 How must one turn on font lock globally in XEmacs?!!

Searching one of the XEmacs specific lists here:

http://list-archive.xemacs.org/

will probably turn up something useful.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hdparm/installation issue

2005-02-05 Thread Roger Sherman
On Fri, 04 Feb 2005 17:15:44 -0800, you wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roger Sherman wrote:
| Hi - I'm trying to install Gentoo for the first time, and I've
| actually managed to run into a snag before the install process has
| actually started. I put the Gentoo cd into the cdrom tray, start the
| box up, boot into the installation program, start that up with the
| gentoo kernel, get the networking going, and then get to the part
| where I'm supposed to partition off my hard drive...and that's where
| the problem starts. This particular hard drive has never had anything
| on it except for Mandrake Linux (which I've had my fill of). No DOS,
| no MS, nothing else. So when I type
|
| fdisk /dev/hda
|
| I get the following message:
|
| You will not be able to write the partition table.
| Device contains neither a valid DOS partition table, nor Sun SGI or
| OFS disk label.
| Building a new DOS disk label. Changes will remain in memory only,
| until you decide to write one. After that, of course, previous content
| will be unrecoverable.
|
| Warning: invalid flag 0x of partition table 4 will be corrected by
| w.
|
|
|
| At this point, all I am trying to do is to build the very basic
| partition table suggested in the installation directions, which is a
| 32 meg MBR, a 512 meg swap partition, and the rest as a root partition
| (definitely not my ultimate setup, but this is just a first run). No
| problem with the first partition, but then for the second partition,
| it says hit enter for the default start point of 33, and again for the
| default end point of 63. For the end point, however, I obviously want
| it to be +512M, which is what I tell it to do, and it tells me that is
| out of range. Can anyone help me with this hurdle? I'm not very
| familiar with hdparm...I tried using a couple of the options that
| showed up when I hit m, but couldn't seem to pull it off.
|

Rog,

You say that Mandrake was on this system before.  How did you have the
disk layout with Mandrake?  You can always use the same partitions
as Mandrake, therefor swap is still swap and the root partition is still
a valid linux partition.  You just need to know what they are.  Here
is my disk layout, I have 3 partitions with different roots, 1 /boot, 1
swap, 1 backup, and 1 home.  But you should get the idea.

Command (m for help): p

Disk /dev/hda: 80.0 GB, 80026361856 bytes
16 heads, 63 sectors/track, 155061 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

~   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 215  108328+  83  Linux
/dev/hda2 2164312 2064888   82  Linux swap / Solaris
/dev/hda34313   3077613337856   83  Linux
/dev/hda4   30777  155061626396405  Extended
/dev/hda5   30777   5638812908416+  83  Linux
/dev/hda6   56389   8200012908416+  83  Linux
/dev/hda7   82001  10761212908416+  83  Linux
/dev/hda8  107613  15506123914264+  83  Linux

You keep mentioning hdparm, this has nothing to do with laying out a
disk.  The use of hdparm is to modify how the disk is accessed.  Do
you want to turn on DMA access that sort of thing, hdparm affects the
entire disk not a partition on the disk.  An example of hdparm output
is as follows:

root# hdparm /dev/hda

/dev/hda:
~ multcount= 16 (on)
~ IO_support   =  1 (32-bit)
~ unmaskirq=  1 (on)
~ using_dma=  1 (on)
~ keepsettings =  0 (off)
~ readonly =  0 (off)
~ readahead= 256 (on)
~ geometry = 65535/16/63, sectors = 80026361856, start = 0


If you can show us how your disk layout is, we might be able to
see what is going on.

HTH
Mike


Hi Mike, 

I used the graphical tool that Mandrake uses upon installation. The
reason I was trying to use hdparm (which wasn't seeing any of my
partitions), was just to be able to do the installation while
following the directions as closely as possible. Even though I've been
using linux (almost exclusively Mandrake) for several years, lot of
the stuff that I read here goes right over my head, so I want to do
the install as close as possible to the directions just to keep the
chance of error as low as possible...at least the first time.

The layout I have on this hd is very simple - I'd usually have quite a
few more partitions, but this is a brand new hd, and I just threw
Mandrake on in its most basic configuration just to have something on
there - in fact, I don't think there is even a swap partition, just /
and /home. But the thing that concerns me, is when I hit p to show the
partition layout ... it's as if there's nothing there at all. 


peace,

Rog
http://www.slammingrooves.com


--
gentoo-user@gentoo.org mailing list



[gentoo-user] hdparm/installation issue

2005-02-04 Thread Roger Sherman
Hi - I'm trying to install Gentoo for the first time, and I've
actually managed to run into a snag before the install process has
actually started. I put the Gentoo cd into the cdrom tray, start the
box up, boot into the installation program, start that up with the
gentoo kernel, get the networking going, and then get to the part
where I'm supposed to partition off my hard drive...and that's where
the problem starts. This particular hard drive has never had anything
on it except for Mandrake Linux (which I've had my fill of). No DOS,
no MS, nothing else. So when I type 

fdisk /dev/hda

I get the following message:

You will not be able to write the partition table.
Device contains neither a valid DOS partition table, nor Sun SGI or
OFS disk label.
Building a new DOS disk label. Changes will remain in memory only,
until you decide to write one. After that, of course, previous content
will be unrecoverable.

Warning: invalid flag 0x of partition table 4 will be corrected by
w.



At this point, all I am trying to do is to build the very basic
partition table suggested in the installation directions, which is a
32 meg MBR, a 512 meg swap partition, and the rest as a root partition
(definitely not my ultimate setup, but this is just a first run). No
problem with the first partition, but then for the second partition,
it says hit enter for the default start point of 33, and again for the
default end point of 63. For the end point, however, I obviously want
it to be +512M, which is what I tell it to do, and it tells me that is
out of range. Can anyone help me with this hurdle? I'm not very
familiar with hdparm...I tried using a couple of the options that
showed up when I hit m, but couldn't seem to pull it off. 

Thanks!

peace,

Rog
http://www.slammingrooves.com


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Running portage snippets under slack?

2005-02-02 Thread Roger Andreassen
Hi,
I'm pretty new to the Gentoo Linux, but I've managed to get a working 
system.

Gentoo was built neatly under a Slackware xterm. Nice title bar. In fact I 
use cron jobs under Slackware to record TV shows when I'm at work so this 
thrilled me no end.

I'm stuck without internet at home but I use the DVD that came with Linux 
Format nr 58. I was actually able to do a 'emerge --pretend --verbose kde', 
copy the screen echo and take it to a machine with ample bandwidth to fetch 
the missing files. Worked wonders.

While doing this I was inspired to try build some of the portage packages 
for Slackware such as Festival and other packages which aren't ready for 
Slackware.

Before I'm yelled at I will not forward bug reports to the portage 
maintainers if this doesn't work. Just how does an ebuild work, would it be 
easy to make a bash scipt which Slackware already use for building packages?

For a real Gentoo issue I'm depending on the 2.6 kernel and used the 
bootstrap-26 script and built the 2.6 kernel. After this ordeal I was still 
not rewarded with any bttv drivers. Now can I rectify the .config and still 
use 'genkernel' or should I install the kernel as I do in every distro? And 
why are they disabled in the kernel, is it endorsed to build the driver from 
bytesex.org?

Regards,
Roger andreassen,
Norway.
_
Last ned MSN Messenger gratis http://www.msn.no/computing/messenger - Den 
raskeste veien mellom deg og dine venner

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] is kde-3.2.0 out?

2004-02-02 Thread Roger Miliker
On Monday 02 February 2004 20:08, Manuel Pérez López wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I can see today that 'emerge -pv kde' found an update from kde-3.2.0_rc1 to
 kde-3.2.0. Quickly I go to kde.org and there is NO information about it. Is
 kde-3.2.0 out?

not yet. tomorrow, I heard.

roger

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems emerging

2004-02-01 Thread Roger Miliker
On Sunday 01 February 2004 10:07, Dave wrote:
 Hello,

 I've finally got my system up (PS thanks for the advice on the kernel).
 Having a basic system I wanted to install various ebuilds, some small
 fluxbox some not so small kde etc

 On two occasions now compilation errors have occured causing the process
 to stop. One on gkrellm recursion error  one on kde networking
 segmentation fault

 This isn't a trick question ... is this normal ... or do I have a
 configuration problem. On both occasions the machine was doing nothing
 but compile. If I re-attempt it usualy appears to succeed.

 my /etc/make.conf contains

 CHOST=i686-pc-linux-gnu
 CFLAGS=-O3 -march=pentium3 -funroll-loops -pipe

 I am using an antiquated
 PIII 700Mhz 256MB 80GB Drive
 (I remember when this was a cool spec ! ... now dream of 3GHz +)

 Any advice gratefully appreciated ...

 Dave


That could mean your hardware is a little flakey. Make sure the fans run ok 
(clean the dust off them when the box is turned off) and run memtest86 for a 
couple hours (memtest86 is a boot option on the livecd) to see if your RAM 
has errors.

Good luck

Roger

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Install questions

2004-01-20 Thread Roger Sherman
On Monday 19 January 2004 06:11 pm, Greg Donald wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Roger Sherman wrote:
 | Ok, tried to install about three times so far...all unmitigated

 disasters. I

 | run into the same problem every time, following the same routing. I

 follow

 | the Gentoo Handbook Installation Instructions to the letter, using
 | stage2-athlon-xp. My problem happens every time I get to 5.d.

 Configuring the

 | Compile Options. The first problem, although I don't know if this

 contributes

 | to my installation problem, is that when I go to set variables in
 | /etc/make.conf (using their exact instruction: # nano -w
 | /mnt/gentoo/etc/make.conf), I see that all of the variables after

 CFLAGS and

 | CXXFLAGS are commented out. Again...I don't know if that's part of the
 | problem or not, but I've tried with the variables commented out, and

 without

 You need to set them for your hardware.  Use this:
 http://www.freehackers.org/gentoo/gccflags/flag_gcc3.html


Nice!




 | them commented out, and I have the same problem each time, so probably

 not

 | part of the problem. Anyways, so then I try to select a fast mirror,

 and I

 | don't think that's working. I type
 |
 | # mirrorselect -a -s4 -o  /mnt/gentoo/etc/make.conf
 |
 | and all it does is tell me that one server doesn't exist...one that

 seems to

 | be from the netherlands, or something. Doesn't say anything else about

 any

 | other servers, so no idea if it's actually doing anything.

 I'd recommend changing that -s4 to -s10 so as to get more sites.  After
 you run it go test `emerge sync` to see if it's fast enough for you.
 Otherwise edit /etc/make.conf and delete the first site listed in
 GENTOO_MIRRORS and try again.  Sooner or later you'll find the best
 server for your location.


Ok, I'll try that.




 | Anyways, after that comes the big problem. I copy the DNS info to
 | /mnt/gentoo/etc/resolv.conf, which goes ok, and then I go to enter the

 new

 | environment.  The Handbook says to do this:
 |
 | # chroot /mnt/gentoo /bash/bin
 | # env-update (which should lead to)
 | Regenerating /etc/ld.so.cache...
 | # source /etc/profile
 |
 | I do the first step, and it goes fine, but then, when I type in

 env-update, it

 | tells me no such command exists. So I type e and hit tab, and it lists

 the

 | command that starts with e, and there is a command called env, but

 nothing

 | called env-update. I'm assuming this is a pretty big problem...but on

 I go

 | anyways. So, the next command it says to type in is:

 You missed a step somewhere or don't have something mounted correctly,
 go check and try again.


No, I hit every step. I may have found the problem, though...every time I 
uncompress the stage, I'm getting an error:

tar: Error exit delayed from previous errors


If that is the problem, I think I'm screwed...it's happened with stages that 
I've downloaded from a bunch of different mirrors, as well as the ones on the 
liveCD. Ah well...




 | # emerge sync
 |
 | Whoops, no command emerge. So, that's where I've stopped each time. Any
 | advice?

 You have an athlon-xp chip.  You can have your system built in a day if
 you start from stage 1.  Needless to say that's what I'd do. 

Well, if I ever get this thing going, that's what I'll do. ;-)

Hey, thanks for the suggestions...I really appreciate them.



  Also, you 
 need to realize when you start from stage 2 or 3 you have to have the
 compiler flags set correctly to match the stages you downloaded and are
 trying to use.

 HTH :)

 - --
 **
 *  ____  _   *
 *  ___/ /__ ___ / /_(_)__  ___ __ __ ___  __ _   *
 * / _  / -_)_-/ __/ / _ \/ -_) // // __/ _ \/  ' \  *
 * \_,_/\__/___/\__/_/_//_/\__/\_, (_)__/\___/_/_/_/  *
 *(___/ [EMAIL PROTECTED] *
 **
 BOFH Excuse #407:
 Route flapping at the NAP.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFADGQzoAq8t3CabwcRAjhdAKCW1pFcSHNCAGnveVFg1amEpRqotACeOBrn
 SL2BxErFCZdlTq99Zustwp0=
 =nWVk
 -END PGP SIGNATURE-

-- 


peace,

Rog
http://www.slammingrooves.com


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Install questions

2004-01-19 Thread Roger Sherman
Ok, tried to install about three times so far...all unmitigated disasters. I 
run into the same problem every time, following the same routing. I follow 
the Gentoo Handbook Installation Instructions to the letter, using 
stage2-athlon-xp. My problem happens every time I get to 5.d. Configuring the 
Compile Options. The first problem, although I don't know if this contributes 
to my installation problem, is that when I go to set variables in 
/etc/make.conf (using their exact instruction: # nano -w 
/mnt/gentoo/etc/make.conf), I see that all of the variables after CFLAGS and 
CXXFLAGS are commented out. Again...I don't know if that's part of the 
problem or not, but I've tried with the variables commented out, and without 
them commented out, and I have the same problem each time, so probably not 
part of the problem. Anyways, so then I try to select a fast mirror, and I 
don't think that's working. I type 

# mirrorselect -a -s4 -o  /mnt/gentoo/etc/make.conf

and all it does is tell me that one server doesn't exist...one that seems to 
be from the netherlands, or something. Doesn't say anything else about any 
other servers, so no idea if it's actually doing anything.

Anyways, after that comes the big problem. I copy the DNS info to 
/mnt/gentoo/etc/resolv.conf, which goes ok, and then I go to enter the new 
environment.  The Handbook says to do this:

# chroot /mnt/gentoo /bash/bin
# env-update (which should lead to)
Regenerating /etc/ld.so.cache...
# source /etc/profile

I do the first step, and it goes fine, but then, when I type in env-update, it 
tells me no such command exists. So I type e and hit tab, and it lists the 
command that starts with e, and there is a command called env, but nothing 
called env-update. I'm assuming this is a pretty big problem...but on I go 
anyways. So, the next command it says to type in is:

# emerge sync

Whoops, no command emerge. So, that's where I've stopped each time. Any 
advice?
-- 

peace,

Rog
http://www.slammingrooves.com


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Partition size recommendations

2004-01-18 Thread Roger Sherman
I'm about to become a new Gentoo user, after several years of using Mandrake. 
I was very happy with Mandrake up to v8.x, but since 9.0, there have been a 
couple things that have bothered me about it enough to make the switch. Now, 
for some time I've used the same partition table, which is:

/ 797 MB ReiserFS
/swap 250 MB
/usr 4.8 G ReiserFS
/usr/local 1.9 G ReiserFS
/var 996 MB ReiserFS
/home 10G ReiserFS
/mnt/media 31 G ReiserFS
/mnt/arc 6.4 G ReiserFS

In reading over the Gentoo Handbook Installation Instructions, I saw something 
about how /var should be bigger in a Gentoo system, but I can't find that 
part today...any recommendations?


--

peace,

Rog
http://www.slammingrooves.com


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Partition size recommendations

2004-01-18 Thread Roger Sherman
Thanks, everybody, for the advice...I'm going to give it a whirl now. :-D



On Sunday 18 January 2004 12:17 pm, Jani-Matti Hätinen wrote:
 On Sunday 18 January 2004 18:55, Roger Sherman wrote:
  In reading over the Gentoo Handbook Installation Instructions, I saw
  something about how /var should be bigger in a Gentoo system, but I can't
  find that part today...any recommendations?

 /var needs a bit of space because portage uses it (or /var/tmp/portage to
 be precise) to store temporary build files during installations.
 OpenOffice, for example requires c. 2,7 GB for it's temporary files.
   However, IMHO there's really no need to allocate huge amounts of space
 for /var. Portage needs the space only when it installs something and after
 the installation you can safely delete everything in /var/tmp/portage. For
 example I have only 5 GB for / (2 BG of which is currently free) and the
 rest 15 GB in /home. When I need to install something big, I just mount the
 home partition in /var/tmp/portage and thus have extra space for the temp
 files. (I also mount /usr/portage/distfiles (which stores the downloaded
 sources) in the bigger partition)
   So, I'd say that 1 GB for /var should be enough. You won't need to
 remount it with every small installation, and you won't have too much
 unusable hard drive space in there. (There really aren't many things more
 pointless than unused hard drive space)


 --
 [EMAIL PROTECTED] mailing list


--

peace,

Rog
http://www.slammingrooves.com


--
[EMAIL PROTECTED] mailing list



[gentoo-user] su: Permission denied!

2004-01-09 Thread Roger
Hi,

I am learning how to admin my gentoo box. Now I have a problem with
'su'. It is working some hours ago. But after I type 'etc-update',I
quit, because I was a little confused. After that, when I type 'su',
System reply 
su: Permission denied!
Sorry

what's wrong?

PLS help me.

Roger


-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] double account adsl howto

2003-12-30 Thread Roger
hi, I have 2 adsl accounts, how can I setup adsl with the 2 accounts?
so, I can easily switch between each other.

PLS help me .

~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] setup server at Dell PowerEdge 2600

2003-12-30 Thread Roger
I want to setup gentoo at Dell PowerEdge 2600, which has 2 cpu and scsi
disk.
I want to setup  server with livecd i686, is it correct?
I typed smp doscsi to boot from cd.
but when I use fdisk /dev/sda, 
I meet problem, it could not open /dev/sda??

PLS help me.


-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] which is the best for Server

2003-12-29 Thread Roger
hi,all:

I want to setup a server, which hosts small business on Internet.
Which is the best one? Redhat 9? debian 3? gentoo?
PLS advice.
-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] problem with mysql

2003-12-29 Thread Roger
I just update mysql through emerge update mysql
after that , I type mysqld, I got the following information:

031230 10:15:37  Fatal error: Can't open privilege tables: Table
'mysql.host' doesn't exist
031230 10:15:37  Aborting
 
031230 10:15:37  mysqld: Shutdown Complete

PLS help me.

Roger

-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] trouble with gaim

2003-12-27 Thread Roger
happy new year to all.

I want to use gaim to act as MSN to chat with other, but I fail to
logon, I got the following error message.
Protocol dose not support.


-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] trouble with gaim

2003-12-27 Thread Roger
How can I update Gaim from 0.66 to 0.74? Each time I use emerge gaim ,
it always install 0.66version. I do not want to download the 0.74
package manually, and unpack it ...

I just want to update it through emerge!!!

在2003年12月27日的23:03,Tom Wesley写道:
 On Sat, 2003-12-27 at 14:56, Roger wrote:
  happy new year to all.
  
  I want to use gaim to act as MSN to chat with other, but I fail to
  logon, I got the following error message.
  Protocol dose not support.
 
 Are you using a new-ish version of Gaim - 0.74 is the latest.  MSN
 changed their logon protocol fairly recently, so it's possible you need
 to upgrade.
-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge mplayer

2003-12-27 Thread Roger
hey, I have trouble in emerge mplayer. I got following message. Anyone
help me?

[EMAIL PROTECTED] emerge mplayer
Calculating dependencies ...done!
 emerge (1 of 1) media-video/mplayer-0.92 to /
 md5 src_uri ;-) MPlayer-0.92.tar.bz2
 
!!! File is corrupt or incomplete. (Digests do not match)
 our recorded digest: 1ecd31d17b51f16332b1fcc7da36b312
  your file's digest: 6c3f032ddf401ca522900291de03fee5
!!! File does not exist:
/usr/portage/distfiles//font-arial-iso-8859-1.tar.bz2

-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vixie-cron ?

2003-12-13 Thread Roger Miliker
On Saturday 13 December 2003 15:12, Oliver Lange wrote:
 Hi everyone,

 I've installed vcron (and cronbase), but nothing named vixie-cron.

 Now at system-update, i get the following messages:

 These are the packages that I would merge, in order:

 Calculating dependencies ...done!
 [ebuild U ] media-libs/libsdl-1.2.6-r3 [1.2.6-r2] +oss +alsa +esd +arts
 -nas +X -dga +xv -xinerama -fbcon -directfb -ggi +svga +aalib +opengl
 -noaudio -novideo -nojoystick [ebuild U ]
 sys-apps/debianutils-1.16.7-r4 [1.16.7-r3] -static -build [blocks B ]
 sys-apps/vixie-cron (virtual/cron from pkg sys-apps/vcron-3.0.1-r3)
 [ebuild  N] sys-apps/vcron-3.0.1-r3  -selinux

 I had no vixie-cron in my /var/cache/edb/virtuals. It contained vcron. Now,
 my virtual file contains vixie-cron instead of vcron, and emerge says it
 would install vrcon as new package [N], as shown above. How come ?


vcron is now known in Portage as vixie-cron
It's been renamed I think.

Roger
 If i run top, i can't see vcron running ! Where is it gone ? What happened,
 and what now ?


 --
 [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge mplayer problem

2003-12-07 Thread Roger
I remove the file font-arial-iso-8859-2.tar.bz2 and emerge again, it
seems very strange, it continuly download the file from one site to
another!!! here is the message:
---begin of message
[EMAIL PROTECTED] distfiles # emerge -k mplayer
Calculating dependencies ...done!
 emerge (1 of 1) media-video/mplayer-0.91 to /
 Downloading
http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2
--04:30:43-- 
http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2
   = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
Resolving gentoo.oregonstate.edu... done.
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 222,208 [application/x-tar]
 
100%[==]
 222,208   94.93K/sETA 00:00
 
04:30:52 (94.93 KB/s) -
`/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2' saved
[08/08]
 
 Resuming download...
 Downloading
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/font-arial-iso-8859-2.tar.bz2
--04:30:52-- 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/font-arial-iso-8859-2.tar.bz2
   = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
Resolving distro.ibiblio.org... done.
Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not
Satisfiable
 
The file is already fully retrieved; nothing to do.
 
 Resuming download...
 Downloading
http://mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
--04:30:53-- 
http://mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
   = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
Resolving mplayerhq.hu... done.
Connecting to mplayerhq.hu[192.190.173.45]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not
Satisfiable
 
The file is already fully retrieved; nothing to do.
 
!!! Couldn't download font-arial-iso-8859-2.tar.bz2. Aborting.
---end of message-

Since the file has been downloaded again, why it do again and again??


在2003年12月7日的11:21,Andrew Gaffney写道:
 Roger wrote:
  hi, I want to install mplayer, I got the following error, 
  
  
 emerge (1 of 1) media-video/mplayer-0.91 to /
 Resuming download...
 Downloading
  
  http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2
  --19:16:35-- 
  http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2
 = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
  Resolving gentoo.oregonstate.edu... done.
  Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
  HTTP request sent, awaiting response... 416 Requested Range Not
  Satisfiable
   
  The file is already fully retrieved; nothing to do.
 
 This is a common problem. Remove the file 
 '/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2' and then re-run emerge.
-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Chinese Input Problem

2003-12-06 Thread Roger
hi:
I have installed Chinese fonts by 
# emerge arphicfonts
and 
#emerge fcitx
#emerge unicon chinput
All are successful But I have a problem of starting XIM server!
Now all the menus and icons become Chinese, but I could input Chinese
due to XIM server problem.

PLS help me.

Thanks

Roger
-- 
~~~
Best Regards
Roger Shen
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] login problem

2003-12-06 Thread Roger
hi, 
I create a user by the following command:
useradd roger -m -G users -s /bin/bash

then after I login using roger account, lots of modprobe message
appeared!

PLS help me.
-- 
~~~
Best Regards
Roger Shen
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] login problem

2003-12-06 Thread Roger
such as 
modprobe: Can't locate module pg* which is needed for /dev/pg
modprobe: Can't locate module * which is needed for /dev/scsi/*
...
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Saturday 06 December 2003 04:40 pm, Roger wrote:
  hi,
  I create a user by the following command:
  useradd roger -m -G users -s /bin/bash
 
  then after I login using roger account, lots of modprobe message
  appeared!
 
 Can you send em.. I wouldn't know what modprobe messages would show up from 
 logging in.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQE/0ev9ld4MRA3gEwYRAuNpAKCf1/O3glcwxnMAhERvULfISvmfsgCfYzeg
 2al/hzMSh0eRprghYtq5oKE=
 =9HmS
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge mplayer problem

2003-12-06 Thread Roger
hi, I want to install mplayer, I got the following error, 

 emerge (1 of 1) media-video/mplayer-0.91 to /
 Resuming download...
 Downloading
http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2
--19:16:35-- 
http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2
   = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
Resolving gentoo.oregonstate.edu... done.
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not
Satisfiable
 
The file is already fully retrieved; nothing to do.
 
 Resuming download...
 Downloading
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/font-arial-iso-8859-2.tar.bz2
--19:16:35-- 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/font-arial-iso-8859-2.tar.bz2
   = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
Resolving distro.ibiblio.org... done.
Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not
Satisfiable
 
The file is already fully retrieved; nothing to do.
 
 Resuming download...
 Downloading
http://mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
--19:16:36-- 
http://mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
   = `/usr/portage/distfiles/font-arial-iso-8859-2.tar.bz2'
Resolving mplayerhq.hu... done.
Connecting to mplayerhq.hu[192.190.173.45]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not
Satisfiable
 
The file is already fully retrieved; nothing to do.
 
!!! Couldn't download font-arial-iso-8859-2.tar.bz2. Aborting.

PLS help me.

-- 
~~~
China Cell Phone Rental
http://www.pandaphone.com
Start with Gentoo,Start with Freedom
~~~


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Roger Miliker
On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
 I just downloaded Stage 1  and followed the directions up to the:

 emerge sync

 command.   My portage is out of date so I ran:

  emerge --update portage

 But I get this error:


 checking how to run the C++ preprocessor ... /lib/cpp
 configure:  error:  C++ preprocessor /lib/cpp fails sanity check

 !!! ERROR: sys-libs/ncurses-5.3-r2 failed.
 !!! Function econf, Line 3224, Exitcode 1
 !!! econf failed


 I'll just push on with the bootstrap for grins, and start over when
 things die for good.

 --Kurt




I'm not sure, but that might be a bug in the install-doc.
Wait until you finished the install to update portage.

Roger




 --
 [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Roger Miliker
On Tuesday 25 November 2003 23:34, Collins Richey wrote:
 On Tue, 25 Nov 2003 17:21:56 -0500 Allen Parker [EMAIL PROTECTED] wrote:
   -Original Message-
   From: Roger Miliker [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 25, 2003 3:33 PM
   To: [EMAIL PROTECTED]; Kurt Guenther
   Subject: Re: [gentoo-user] emerge --update portage Fails
  
   On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
I just downloaded Stage 1  and followed the directions up to the:
   
emerge sync
   
command.   My portage is out of date so I ran:
   
 emerge --update portage

 I would hope that someone has filed a bugzilla on the install
 documentation! This is the 2nd or 3rd hit this week.

There is.

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

Roger

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [gentoo-desktop] Xine/mplayer crashing X

2003-11-23 Thread Roger Miliker
On Sunday 23 November 2003 18:06, Cabec2 wrote:
 Le dim 23/11/2003 à 17:24, Roger Miliker a écrit :

 snip

  Does it happen with mplayer -vo x11 some.avi or only with mplayer -vo xv?

 Just tested, and it only happens with -vo xv. the -vo x11 switch allow
 me to play the movie without killing X. Anyway it seems to be a bit slow
 ;)
 Any idea about how to correct this ?


I think the driver for your graphicscard is buggy.
What driver what card?

Roger

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] formating a partition

2003-11-23 Thread Roger Hawley

--- Jason Stubbs [EMAIL PROTECTED] wrote:
 On Monday 24 November 2003 13:05, Chris wrote:
  thanks Jason for all your help so far
 
  what command should I use
 
 
  i.e.
  fdisk /dev/hdb
  p
  v
  w
 
 Jason
 
You're a better man than I, Jasn B. Stubbs.  :)
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] XFCE and rc.conf

2003-11-20 Thread Roger Hawley

--- steve [EMAIL PROTECTED] wrote:
 Try adding xfce to the list of options in
 
 /usr/kde/3.1/share/config/kdm/kdmrc
 
 Here's the relevant line in my file where I had to
 add it:
 

SessionTypes=Gnome,Xsession,afterstep,enlightenment,fluxbox,icewm,kde-3.1.3
 ,kde-3.1.4,openbox,wmaker,xfce
 
 and it works just fine.
 
 -Steve
Thanks Steve. That is exactly what I thought would
work. Now all I have to do is install all 31 files.
lodger
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] WYSIWYG WebPage Editor/Designer

2003-10-25 Thread Roger Miliker
On Saturday 25 October 2003 17:01, Paulo Jorge de Oliveira Cantante de Matos 
wrote:
 Hi all,

 I need to create a website but I really do not want to get my hands
 dirty with HTML. I've looked at BlueFish and Screem. Is there any M$
 FrontPage alike software for Gentoo?

 Best regards,

Mozilla's Composer might be what you want.

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] permissions

2003-10-20 Thread Roger Miliker
On Monday 20 October 2003 12:47, Ryan wrote:
 morning all

 i finished installing my box on friday and started to emerge windowmaker
 before i went home .

 now this morning i have a dir with these permissions

 drwxrwxrwx2 root  root

 but when i try delete the dir i get permission denied ,any ideas as to how
 i can delete this dir, as windowmaker wont emerge till its gone.

 thanks ryan


Could be filesystem corruption.
fsck!

Good luck

Roger






 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bootsplash

2003-10-18 Thread Roger Miliker
On Saturday 18 October 2003 09:53, Stephen Turner wrote:
 boot splash is that the boot screen that vaguely resembles windoes with
 the progress bar?


yes, that's the silent version of it.
the regular version is a background for fbconsole basically.

cheers

Roger

for a howto:
http://forums.gentoo.org/viewtopic.php?t=49036


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] x86 installation problem

2003-10-18 Thread Roger Miliker
On Saturday 18 October 2003 19:36, Van Eps, Nathan D. (James Tower) wrote:
 Hello,

 I can't get my LiveCD to boot. I always get the error: isolinux: Disk
 error 44, AX=4280, drive 9F. Has anyone got that error before? Does anyone
 know what it means?

 I've tried the gentoo and the smp kernel and a bunch of different
 permutations of the installation options. I have the 1.4 AthlonXP live CD
 and my system is a dual Athlon MP workstation.

 Thanks,
 Nathan Van Eps

not sure, but sounds like a scratched or otherwise broken cd.
md5sum it and check 

cheers

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resizing Ext2 Partition

2003-10-18 Thread Roger Miliker
On Sunday 19 October 2003 01:42, Matt Neimeyer wrote:
 Long story short I need to put a small Win2k install on my Gentoo Laptop
 so I need to resize the ext2 partition I've got as / now. Partition
 Magic doesn't want to allow resizes on this partition so...

 Are there any good boot floppies that include ext2resize?


don't know about floppies, found this yesterday:
http://www.sysresccd.org/index.en.php


Haven't tried it yet.

Good Luck

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cdbakeoven

2003-10-16 Thread Roger Miliker
On Thursday 16 October 2003 15:52, Michael W. Holdeman wrote:
 Anyone using cdbakeoven. Data CD's are working fine, but for Audio I always
 get this.


 Mike
I had problems too long ago, then I tried k3b.
I found k3b to be the best burning app for linux.

emerge k3b

www.k3b.org

worth a try.

Good luck. (sorry for just telling you to use another app)

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] transcode won't compile

2003-10-16 Thread Roger Miliker
On Thursday 16 October 2003 22:23, Pupeno wrote:
SNIP


 and goes on...
 Any idea what I might be missing ?
 Thank you.

USE=mmx emerge transcode

 - --
 Pupeno: [EMAIL PROTECTED]
 http://www.kde.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)

 iD8DBQE/jv45Lr8z5XzmSDQRAguUAJ98hcnbRaO4mgILkt4C9DWGvhgNmwCgz5qd
 OxjN6n+8NdluBN5qznBAcSs=
 =JgJh
 -END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Why are masked ebuilds masked?

2003-10-15 Thread Roger Miliker
On Wednesday 15 October 2003 11:03, Rick [Kitty5] wrote:
 Silly question, Where can I find out why an ebuild is masked, for example
 abcde 2.0.3 is the latest unmasked version, ebuilds up to 2.1.6 exist,
 what's wrong with them?

 Rick

I'd say they are ~x86 which means 'testing'. 

ACCEPT_KEYWORDS=~x86 emerge -p abcde

for really masked packages there might be some info in package.mask
'less /usr/portage/profiles/package.mask'

Besides that I recommend reading:

http://www.gentoo.org/doc/en/portage-user.xml
http://www.gentoo.org/doc/en/portage-manual.xml

Good Luck and enjoy reading.

Roger

(roger55 on #gentoo)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem on booting after installation.

2003-10-15 Thread Roger Miliker
On Wednesday 15 October 2003 19:45, Stephen Liu wrote:
 Hi Kevin,

 Kevin Bucknum wrote:
 The PC used for testing is a slow machine PII500 256MB RAM.
 To overcome
 the difficulty can I make use of the 2nd CD.  If YES, then HOW.  I
 already have all packages on the 2nd CD copied to Gentoo 1.4
 
 Not sure what's on the second cd - back when I installed there was just
  one. It sounds like you are trying to avoid compiling these packages, and
  in the time you spent trying to get the binaries to work, the source
  would have compiled by now.  But if want to use the binaries - what does
 echo $PKGDIR

 I have browsed CD2 (second CD).  There are many kde packages there in
 .tbz  I have copied all of them to

 /usr/portage/packages/

 # echo $PKGDIR
 empty return

 B.R.
 Stephen


 --
 [EMAIL PROTECTED] mailing list

All GRP packages should live in
/usr/portage/packages/All/here

Unless you emerge synced 'emerge -k appname' should work
if not try: 'emerge -K appname'


Good luck

Roger

(roger55 on #gentoo)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GATOS 4.3 driver ebuild?

2003-04-06 Thread Roger Miliker
On Sunday 06 April 2003 11:23, Tom Wesley wrote:
 Hi,

 Does anyone know where I can find the above?  The portage tree only seems
 to include a version for 4.2.0.

 Thanks,

I installed them 'by hand'.

Works great, the older ebuild never worked for me.

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Alt-Gr keys does not work

2003-04-02 Thread Roger Miliker
On Wednesday 02 April 2003 11:33, Patrick Marquetecken wrote:
 Hi,

 After reinstalling Gentoo the key combinations with the Alt Gr or Ctrl+Alt
 keys don't work anymore.

 I live in Belgium and uses a azerty keybord.
 In rc.conf i have be-latin1
 and in XF86Config - Option XkbLayout be
 In my previous installation all work perfect, and i had the same values


 Patrick

If you run Xfree 4.3 you could try:
Option XkbModel   pc105

That fixes the ALt-Gr-  =|
Problem for me (de-layout)

Worth a try maybe

Good Luck 

Roger

--
[EMAIL PROTECTED] mailing list



[gentoo-user] problem at bootup

2003-03-25 Thread Roger Hawley
Upon booting this morning I got:
*mounting /proc...
rm: cannot remove '/dev/.devfs': operation not permitted
*activating swap...
*remounting root filesystem read-only (if necessary)
*checking root filesystem
fsck.ext3: no such file or directory while trying to open /dev/hdb3
/dev/hdb3:
 (superblock warning)
*filesystem could not be fixed !!!
give root password for maintenance (blah,Blah)

System was running fine yesterday.
linux-2.4.20-gentoo-r1
running keyword ~x86 all the time

I'm now using mandrake on /dev/hda. I did a fsck from here for /dev/hdb3
and it came up clean. Ditto for hdb1(boot) and hdb4(home).
I used the rescue disk but could not locate the problem.
Where did that 'remove /dev/.devfs' come from?
What is with the filecheck discrepancy?
Any help is greatly welcomed.
el lodger

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Keyboard layout, no pipe after X Upd.

2003-03-13 Thread Roger Miliker
On Thursday 13 March 2003 10:50, Denny Schierz wrote:
 hi,

 i have upgraded my Xfree to 4.3 and have no pipe anymore (the whole
 key is death). The @ (ALTGR+q) is working so, i don't understand why.

 Section InputDevice
 Identifier  Generic Keyboard
 Driver  keyboard
 Option  CoreKeyboard
 Option  XkbRules  xfree86
 Option  XkbModel  pc104
 Option  XkbLayout de
   #Option  XkbVariantnodeadkeys

 EndSection

 that is my X Config

 xev tells:

 KeyRelease event, serial 27, synthetic NO, window 0x421,
 root 0x5d, subw 0x0, time 1417024, (-559,-108), root:(283,428),
 state 0x10, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
 XLookupString gives 0 bytes:  

 any suggestion?

heard on #gentoo on IRC:

setxkbmap -model pc105

solves your problem

Viel Glück

Roger



 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage doesn't no whether to update or not to update?

2003-03-13 Thread Roger Miliker
On Friday 14 March 2003 01:15, Steven wrote:
 Can someone please help determine what I'm missing in this equation
 in order to head the high recommendation to update portage, or
 whether I should just suggest to portage that these are not the droids
 you're looking for. Move along. Move along.

 poretz root # emerge sync
 ...

  Updating Portage cache...  ...done!

  * An update to portage is available. It is _highly_ recommended
  * that you update portage now, before any other packages are updated.
  * Please do so and then update ALL of your configuration files.



My guess:

You need to 'etc-update'
especially add portage group 
by adding these lines 

into /etc/group:

portage::250:portage

and /etc/passwd:

portage:x:250:250:portage:/var/tmp/portage:/bin/false

Hope this helps

Roger


 poretz root # emerge -up world

 These are the packages that I would merge, in order:

 Calculating world dependencies ...done!
 [ebuildU ] sys-libs/readline-4.2a-r2 [4.2a-r1]

 poretz root # emerge -u portage
 Calculating dependencies ...done!

  Auto-cleaning packages ...
 
  No outdated packages were found on your system.

  * GNU info directory index is up-to-date.

 poretz root #


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.1 missing mouse clicks

2003-03-01 Thread Roger Miliker
On Sunday 23 February 2003 16:47, Collins wrote:
 On Sunday 23 February 2003 08:44 am, Roger Miliker wrote:
  On Sunday 23 February 2003 05:08, Collins wrote:
   I opened up a bugzilla with kde on this behavior, but there's always a
   chance that X or something elese is the real culprit.
  
   Much of the time when working in kmail, I find that left mouse clicks
   can be ignored.  If I'm previewing mail and click on the X button to
   delete mail, chances are good that nothing will happen until I click
   again. Similar results when I click on a url in the text (kmail only
   requires one click to open the browser).  The behavior is erratic but
   frequent.
  
   My system is kernel 2.4.19 with patches from gentoo, gcc 3.2.120021207,
   glibc 2.3.1, xfree-4.2.1.  I'm using a ps2 mouse.
  
   Has anyone seen this behavior elsewhere?
 
  yes, the same here!
 
  whats the bug# ? in bugs.gentoo.org or bugs.kde.org ?

 kde bug #55026.

Has anyone found a solution yet? This is annoying me very much.

Looking forward to your Tips'n'Tricks

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Opinions on Gentoo

2003-02-28 Thread Roger Miliker
On Friday 28 February 2003 22:27, Daniel Carrera wrote:
 Hello,
 I am thinking of using Gentoo, and I have a few questions.  I figure that
 this is the best place to ask.  If anyone can answer any of these
 questions, I would really appreciate it.

 1) How complete is the set of ebuilds?  For reference: I consider Mandrake
 and RedHat to be fairly complete distributions.  They carry most of what
 anyone would want.


Haven't missed anything yet. (Coming from SuSE)

 2) How quickly do ebuilds follow new code releases?  Will I always be stuck
 a version behind or will I be able to try out new stuff soon after it comes
 out?

Very quickly, e.g. Xfree 4.3 is already there but masked unstable. You can 
still emerge it if you want to.


 3) One thing I like about Debian's apt-get is that once you have Debian
 installed, you can upgrade to new versions without having to reinstall. 
 This is in contrast to RPM distros.  If I have RedHat 7.3, the best way to
 move to 8.0 is to backup my data, wipe the disk and reinstall.
 Is Gentoo like Debian in this respect?

Easy, there is no need to wait for release-numbers of Gentoo, you can easily 
be up2date whenever you want.


 4) How easy is it to create my own ebuilds?  I often like to install from
 source, but I'd like to keep the benefits of package management.


Haven't tried my own. There are docs and they are usually superb.

 5) Is Gentoo really that much faster?  Will it make a greater difference on
 an old computer (think P133) or on a new computer (think Athlon XP/MP)?

I noticed a remarkable speedup on my box (Celeron 466Mhz 320 MB Ram) compared 
to SuSE on the same machine. I wouldn't want it on a slow box though. (like a 
Pentium1)

 Thanks for the help.  I am very interested in Gentoo, and any information
 would be much appreciated.

Another thing to consider is the support You get from the community. This 
mailinglist and the IRC channel #gentoo on irc.freenode.net are very very 
helpful.

You'll see for yourself!

Good Luck

Roger


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm is not starting

2003-02-23 Thread Roger Miliker
On Sunday 23 February 2003 16:59, gabor wrote:
 i installed kde3.1,
 and basicall kdm starts, but it doesn't allow me to log in.

 when kdm starts it display this login dialog, where i enter my
 username+password+windowmanager, and then i press 'go', and it just
 turns back to the login screen.

 logging in from a konsole as a user, and starting 'startx' works
 /var/log/kdm contains this:
 --
 .
 .
 XFree86 Version 4.2.99.4 / X Window System
 .
 .
 (==) Log file: /var/log/XFree86.0.log, Time: Sun Feb 23 16:55:38 2003
 (==) Using config file: /etc/X11/XF86Config
 (II) [GLX]: Initializing GLX extension
 /etc/X11/xdm/Xsetup_0: line 7: /usr/kde/3.1/bin/kdmdesktop: No such file
 or directory
 sessions: SessionTypes=Xsession,kde-3.1,
 Changing kdmrc in /usr/kde/3.1
 Changing kdmrc in /usr
 /etc/X11/xdm/Xsetup_0: line 25: cd: /usr/share/config/kdm: No such file
 or directory
 Changing kdmrc in /usr/kde/3.1
 (II) [GLX]: Initializing GLX extension
 /etc/X11/xdm/Xsetup_0: line 7: /usr/kde/3.1/bin/kdmdesktop: No such file
 or directory
 sessions: SessionTypes=Xsession,kde-3.1,
 Changing kdmrc in /usr/kde/3.1
 Changing kdmrc in /usr
 /etc/X11/xdm/Xsetup_0: line 25: cd: /usr/share/config/kdm: No such file
 or directory
 Changing kdmrc in /usr/kde/3.1
 -

 any ideas?

 gabor


What do you mean by turning back to login screen? 'Login Denied' or does kdm 
restart?

I had the problem that /lib/security/pam_console.so was missing pam_get_item 
or thelike.

I found a similiar bug filed dor gdm in bugs.gentoo.org and the fix for this 
bug worked.

do : ldd -r /lib/security/pam_console.so and if it says some missing symbol 
then apply the fix:

#echo /lib/libpam.so  /etc/ld.so.preload

If that was your problem
let me know and possible comment on the gdm bug 

Good Luck

Roger

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm login failed - pam errors *SOLVED*

2003-02-21 Thread Roger Miliker
On Wednesday 19 February 2003 18:12, Roger Miliker wrote:
 Hello,

 I recently emerged a new glibc, kdelibs and kdebase (no 3.0.x versions
 around).

 I cannot use kdm to login anymore - it just says login failed.

  root@linux roger # cat /var/log/syslog |grep kdm

 shows:
 .
 Feb 19 17:56:20 linux kdm[5075]: PAM unable to
 dlopen(/lib/security/pam_stack.so)
 Feb 19 17:56:20 linux kdm[5075]: PAM [dlerror: /lib/security/pam_stack.so:
 undefined symbol: _pam_make_env]
 Feb 19 17:56:20 linux kdm[5075]: PAM adding faulty module:
 /lib/security/pam_stack.so
 Feb 19 17:56:20 linux kdm[5075]: PAM unable to
 dlopen(/lib/security/pam_nologin.so)
 Feb 19 17:56:20 linux kdm[5075]: PAM [dlerror:
 /lib/security/pam_nologin.so: undefined symbol: pam_get_item]
 Feb 19 17:56:20 linux kdm[5075]: PAM adding faulty module:
 /lib/security/pam_nologin.so
 Feb 19 17:56:20 linux kdm[5075]: PAM unable to
 dlopen(/lib/security/pam_console.so)
 Feb 19 17:56:20 linux kdm[5075]: PAM [dlerror:
 /lib/security/pam_console.so: undefined symbol: pam_get_item]
 Feb 19 17:56:20 linux kdm[5075]: PAM adding faulty module:
 /lib/security/pam_console.so


 How do I get rid of these?

Ok replying to myself in case someone has the same problem and manages to find 
the archives:

Turned out after trying rebuilding glibc and whatnot, there is an easy 
solution. 

there is a bugreport similar to my problem at 
http://bugs.gentoo.org/show_bug.cgi?id=9389

and the easy solution is
#echo /lib/libpam.so  /etc/ld.so.preload

ok hope that helped someone.

Good Luck 

Roger

--
[EMAIL PROTECTED] mailing list




[gentoo-user] kdm login failed - pam errors

2003-02-19 Thread Roger Miliker
Hello,

I recently emerged a new glibc, kdelibs and kdebase (no 3.0.x versions 
around).

I cannot use kdm to login anymore - it just says login failed.

 root@linux roger # cat /var/log/syslog |grep kdm 

shows:
.
Feb 19 17:56:20 linux kdm[5075]: PAM unable to 
dlopen(/lib/security/pam_stack.so)
Feb 19 17:56:20 linux kdm[5075]: PAM [dlerror: /lib/security/pam_stack.so: 
undefined symbol: _pam_make_env]
Feb 19 17:56:20 linux kdm[5075]: PAM adding faulty module: 
/lib/security/pam_stack.so
Feb 19 17:56:20 linux kdm[5075]: PAM unable to 
dlopen(/lib/security/pam_nologin.so)
Feb 19 17:56:20 linux kdm[5075]: PAM [dlerror: /lib/security/pam_nologin.so: 
undefined symbol: pam_get_item]
Feb 19 17:56:20 linux kdm[5075]: PAM adding faulty module: 
/lib/security/pam_nologin.so
Feb 19 17:56:20 linux kdm[5075]: PAM unable to 
dlopen(/lib/security/pam_console.so)
Feb 19 17:56:20 linux kdm[5075]: PAM [dlerror: /lib/security/pam_console.so: 
undefined symbol: pam_get_item]
Feb 19 17:56:20 linux kdm[5075]: PAM adding faulty module: 
/lib/security/pam_console.so


How do I get rid of these? 

Any help is greatly appreciated.

Thanks

Roger

--
[EMAIL PROTECTED] mailing list




[gentoo-user] can't logon to kde/gnome

2003-02-09 Thread Roger Hawley
After doing some upgrades I can no longer logon
to kde or gnome. Prior to upgrades everything was
ok, but when I rebooted things changed.
I boot to runlevel 3 and type kdm or gdm which
brings up the logon window. But no matter which
session (kde3.1, 3.0.5a or gnome) I chose, the 
screen goes black then grey then back to the 
logon panel. If I chose xsession that does work.
I've looked at all the /var/log messages but no
errors or other helpful info is reported. I've 
also looked at the relevant files in /etc/X11,
/usr/X11R6, /usr/kde, kdm, gdm etc.
I have no ~/.xsession file.
Any ideas- please.
Roger

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] can't logon to kde/gnome

2003-02-09 Thread Roger Hawley
On Sun, 9 Feb 2003 14:44:07 -0500
Ernie Schroder [EMAIL PROTECTED] wrote:


 what if you log in as user and do startx? that might tell you
 something...if that fails post back to the list and attach
 /var/log/XFree86.0.log and /etc/rc.conf

There were 2 errors in my /etc/X11/xdm/Xsetup_0 file.
Line 7 said there was no /usr/kde/3.1/bin/kdmdesktop so I copied
one from /usr/kde/3/bin but that just changed the background color
from green to my usual blue on the logon window. Clicking on the various
sessions still kicked me back to the logon window.
Line 25 cd:/usr/share/config/kdm: no such file or directory
This one is probably not important since it appears to go through
all the other /usr/kde directories as well/.
At the console:
 startx = take me to Xsession with two xterm windows.
 gdm = gives  error while loading shared libraries: libaudiofile.so.0:
  cannot open shared object file: no such file or directory
 kdm = logon window merry-go-round

Gentoo is on my other drive so I can't attach the requested files but
they both look ok to me. It looks like libaudiofile is the probable
culprit and not X per se. What do you think.
Thanks, Roger  

--
[EMAIL PROTECTED] mailing list