* [gentoo-dev] minor problems with _rc6
@ 2001-09-09 18:01 Collins Richey
2001-09-09 19:03 ` jano
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Collins Richey @ 2001-09-09 18:01 UTC (permalink / raw
To: gentoo
Excellent distro. Here are a few minor problems.
1) Is there any way to avoid having messages from initialization bleed
through to the console after boot? When I boot, the first login
prompt is overlaid by "eth0: Setting half duplex ..." which is
apparently a late message from starting eth0. Some distros have this
problem; some don't.
2) After login and password (run level 3), I always get the following
two messages. Is this a new feature or a minor bug? The user logs in
normally.
pam_group [n] : not opened
PAM_pwdb [n] : (login) session opened for user uuuuu by LOGIN(uid=0)
3) As I reported on _rc5, package xfce as installed has a dependancy
for sox. xfce by default issues the play command (part of sox) to
play sounds.
4) The lines in /etc/devfsd.conf for sound and snd should have
permissions 666; otherwise, no normal user mode program (like xfce)
can play sounds.
5) I can't find any way to get the aliases in /etc/profile to be
recognized when starting an xterm window under xfce. I've tried
adding a ~/.bashrc that does source /etc/profile. I've added --login
to both the startxfce and xfterm scripts. Nothing. If I enter ls, no
colorization. If I manually source /etc/profile, then ls works with
colorization. What am I missing?
TIA
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-09 18:01 [gentoo-dev] minor problems with _rc6 Collins Richey
@ 2001-09-09 19:03 ` jano
2001-09-09 19:54 ` Collins Richey
2001-09-10 4:50 ` Frank Thieme
2001-09-10 6:54 ` Chad M. Huneycutt
2 siblings, 1 reply; 9+ messages in thread
From: jano @ 2001-09-09 19:03 UTC (permalink / raw
To: gentoo-dev
I can answer one of the questions :)
> 5) I can't find any way to get the aliases in /etc/profile to be
> recognized when starting an xterm window under xfce. I've tried
> adding a ~/.bashrc that does source /etc/profile. I've added --login
> to both the startxfce and xfterm scripts. Nothing. If I enter ls, no
> colorization. If I manually source /etc/profile, then ls works with
> colorization. What am I missing?
.bashrc is read when you su without -; otherwise, you need a .bash_profile.
But why /etc/profile isn't being read is weird.. it should.
Hope that helps,
jano
>
> TIA
> --
> Collins Richey
> Denver Area
> gentoo_rc6 xfce+sylpheed
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-09 19:03 ` jano
@ 2001-09-09 19:54 ` Collins Richey
0 siblings, 0 replies; 9+ messages in thread
From: Collins Richey @ 2001-09-09 19:54 UTC (permalink / raw
To: gentoo-dev
On Sun, 9 Sep 2001 18:14:03 -0700 (PDT) "jano" <jano@portablehole.net>
wrote:
>
> I can answer one of the questions :)
>
> > 5) I can't find any way to get the aliases in /etc/profile to be
> > recognized when starting an xterm window under xfce. I've tried
> > adding a ~/.bashrc that does source /etc/profile. I've added
> --login
> > to both the startxfce and xfterm scripts. Nothing. If I enter
> ls, no
> > colorization. If I manually source /etc/profile, then ls works
> with
> > colorization. What am I missing?
>
> .bashrc is read when you su without -; otherwise, you need a
> .bash_profile.
>
> But why /etc/profile isn't being read is weird.. it should.
>
Not even with a .bash_profile does it work
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-09 18:01 [gentoo-dev] minor problems with _rc6 Collins Richey
2001-09-09 19:03 ` jano
@ 2001-09-10 4:50 ` Frank Thieme
2001-09-10 4:58 ` Collins Richey
2001-09-10 6:54 ` Chad M. Huneycutt
2 siblings, 1 reply; 9+ messages in thread
From: Frank Thieme @ 2001-09-10 4:50 UTC (permalink / raw
To: gentoo-dev
> Excellent distro. Here are a few minor problems.
>
> 1) Is there any way to avoid having messages from initialization bleed
> through to the console after boot? When I boot, the first login
> prompt is overlaid by "eth0: Setting half duplex ..." which is
> apparently a late message from starting eth0. Some distros have this
> problem; some don't.
>
> 2) After login and password (run level 3), I always get the following
> two messages. Is this a new feature or a minor bug? The user logs in
> normally.
>
> pam_group [n] : not opened
> PAM_pwdb [n] : (login) session opened for user uuuuu by LOGIN(uid=0)
Just the same problem, you need to run your favorite syslog daemon. Because
no daemon is running all messages normally captured by it are displayed on
/dev/console
Bye...Frank
--
GCS d- s a-- C++>++++ UL++++ P++ L++ !E W++ N o? K? w$ O M- V? PS PE
Y PGP++>+++ t+ 5+ X+++ R- tv+ b+ DI+ D+ G+>+++ e* h r++ y+
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-10 4:50 ` Frank Thieme
@ 2001-09-10 4:58 ` Collins Richey
2001-09-10 5:29 ` Frank Thieme
2001-09-10 5:38 ` Holger Brueckner
0 siblings, 2 replies; 9+ messages in thread
From: Collins Richey @ 2001-09-10 4:58 UTC (permalink / raw
To: gentoo-dev
On Mon, 10 Sep 2001 12:49:03 +0200 (MEST) Frank Thieme
<fthieme@gmx.net> wrote:
> > Excellent distro. Here are a few minor problems.
> >
> > 1) Is there any way to avoid having messages from initialization
> bleed
> > through to the console after boot? When I boot, the first login
> > prompt is overlaid by "eth0: Setting half duplex ..." which is
> > apparently a late message from starting eth0. Some distros have
> this
> > problem; some don't.
> >
> > 2) After login and password (run level 3), I always get the
> following
> > two messages. Is this a new feature or a minor bug? The user
> logs in
> > normally.
> >
> > pam_group [n] : not opened
> > PAM_pwdb [n] : (login) session opened for user uuuuu by
> LOGIN(uid=0)
>
> Just the same problem, you need to run your favorite syslog daemon.
> Because
> no daemon is running all messages normally captured by it are
> displayed on
> /dev/console
>
Yes, and why didn't the bootstrap or emerge system install a script to
start a syslog daemon? There are no instructions for doing this
manually. How do I proceed?
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-10 4:58 ` Collins Richey
@ 2001-09-10 5:29 ` Frank Thieme
2001-09-10 5:38 ` Holger Brueckner
1 sibling, 0 replies; 9+ messages in thread
From: Frank Thieme @ 2001-09-10 5:29 UTC (permalink / raw
To: gentoo-dev
> Yes, and why didn't the bootstrap or emerge system install a script to
> start a syslog daemon? There are no instructions for doing this
> manually. How do I proceed?
don't know why. There is not inetd installed either. Just install a syslog
daemon...
I installed syslogd-ng (or syslog-ng?) and made a link from
/etc/init.d/syslogd-ng to /etc/runlevel/boot/syslogd-ng. Thats it...
Bye...Frank
--
GCS d- s a-- C++>++++ UL++++ P++ L++ !E W++ N o? K? w$ O M- V? PS PE
Y PGP++>+++ t+ 5+ X+++ R- tv+ b+ DI+ D+ G+>+++ e* h r++ y+
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-10 4:58 ` Collins Richey
2001-09-10 5:29 ` Frank Thieme
@ 2001-09-10 5:38 ` Holger Brueckner
1 sibling, 0 replies; 9+ messages in thread
From: Holger Brueckner @ 2001-09-10 5:38 UTC (permalink / raw
To: gentoo-dev
hi collins,
> Yes, and why didn't the bootstrap or emerge system install a script to
> start a syslog daemon? There are no instructions for doing this
> manually. How do I proceed?
the problem right now is that daniel and a bunch of other people are moving
to the
depenendy based install process. this is why a lot of packages like syslog
currently don't work out of the box .. so you should manually install a
syslogd.
it could be that you need to adjust the init script to work with the new
boot system.
Holger
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-09 18:01 [gentoo-dev] minor problems with _rc6 Collins Richey
2001-09-09 19:03 ` jano
2001-09-10 4:50 ` Frank Thieme
@ 2001-09-10 6:54 ` Chad M. Huneycutt
2001-09-10 15:46 ` Collins Richey
2 siblings, 1 reply; 9+ messages in thread
From: Chad M. Huneycutt @ 2001-09-10 6:54 UTC (permalink / raw
To: gentoo-dev
Collins Richey wrote:
>5) I can't find any way to get the aliases in /etc/profile to be
>recognized when starting an xterm window under xfce. I've tried
>adding a ~/.bashrc that does source /etc/profile. I've added --login
>to both the startxfce and xfterm scripts. Nothing. If I enter ls, no
>colorization. If I manually source /etc/profile, then ls works with
>colorization. What am I missing?
>
Are you sure that --login is the correct flag to xterm for a login
shell? I always use '-ls'
Chad
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] minor problems with _rc6
2001-09-10 6:54 ` Chad M. Huneycutt
@ 2001-09-10 15:46 ` Collins Richey
0 siblings, 0 replies; 9+ messages in thread
From: Collins Richey @ 2001-09-10 15:46 UTC (permalink / raw
To: gentoo-dev
On Mon, 10 Sep 2001 08:49:15 -0400 "Chad M. Huneycutt"
<chad.huneycutt@acm.org> wrote:
> Collins Richey wrote:
>
> >5) I can't find any way to get the aliases in /etc/profile to be
> >recognized when starting an xterm window under xfce. I've tried
> >adding a ~/.bashrc that does source /etc/profile. I've added
> --login
> >to both the startxfce and xfterm scripts. Nothing. If I enter ls,
> no
> >colorization. If I manually source /etc/profile, then ls works
> with
> >colorization. What am I missing?
> >
> Are you sure that --login is the correct flag to xterm for a login
> shell? I always use '-ls'
>
I'll try it.
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2001-09-10 21:45 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-09 18:01 [gentoo-dev] minor problems with _rc6 Collins Richey
2001-09-09 19:03 ` jano
2001-09-09 19:54 ` Collins Richey
2001-09-10 4:50 ` Frank Thieme
2001-09-10 4:58 ` Collins Richey
2001-09-10 5:29 ` Frank Thieme
2001-09-10 5:38 ` Holger Brueckner
2001-09-10 6:54 ` Chad M. Huneycutt
2001-09-10 15:46 ` Collins Richey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox