public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dektop issues
@ 2006-06-10  7:23 ionut cristian cucu
  2006-06-10 20:30 ` Daniel Iliev
  2006-06-13 13:09 ` [gentoo-user] " ionut cristian cucu
  0 siblings, 2 replies; 6+ messages in thread
From: ionut cristian cucu @ 2006-06-10  7:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

Hi I have a nice working amd64 gentoo desktop & i ran into the following
issues:
1. I dont no how to issue the "su" command in /etc/init.d/local so that my
user gets automagicly loged in{it was somewhere on f.g.o but i've lost the
link
2.i have a nice h10 iriver {utp mode} that gets automounted by ivman with no
ptoblems but ifp-gnome complains that I'm not in plugdev group{sudo groups
user sais something else} or that it's not connected{wich is{sais so right
on the player screen}} and can't figure this one
3. I don't know how to configure fetchyahoo to download my mail to be read
with sylpheed and have not found any good links about it

Thanks. Pardon my english

[-- Attachment #2: Type: text/html, Size: 707 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] dektop issues
  2006-06-10  7:23 [gentoo-user] dektop issues ionut cristian cucu
@ 2006-06-10 20:30 ` Daniel Iliev
  2006-06-11  9:54   ` Daniel Iliev
  2006-06-13 13:09 ` [gentoo-user] " ionut cristian cucu
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Iliev @ 2006-06-10 20:30 UTC (permalink / raw
  To: gentoo-user


On Sat, Юни 10, 2006 10:23 am, ionut cristian cucu wrote:
> Hi I have a nice working amd64 gentoo desktop & i ran into the following
> issues:
> 1. I dont no how to issue the "su" command in /etc/init.d/local so that my
> user gets automagicly loged in{it was somewhere on f.g.o but i've lost the
> link
> 2.i have a nice h10 iriver {utp mode} that gets automounted by ivman with no
> ptoblems but ifp-gnome complains that I'm not in plugdev group{sudo groups
> user sais something else} or that it's not connected{wich is{sais so right
> on the player screen}} and can't figure this one
> 3. I don't know how to configure fetchyahoo to download my mail to be read
> with sylpheed and have not found any good links about it
>
> Thanks. Pardon my english
>

1) You didn't specify where you want your user to auto login .
1.1) If you mean to auto log into console mode, then there is a way with mingetty.
You have to add a line into your "/etc/inittab" file:
--------
1:12345:respawn:/sbin/mingetty --noclear --autologin USERNAME tty1
--------
Of course you have to do "emerge mingetty" before that.
1.2.) If you meant to auto login into your Desktop (KDE, Gnome,...etc.) the easiest
way is to log into Gnome or KDE as root and to change the "login manager"
preferences.

2) As root execute the command: "gpasswd -a USERNAME plugdev".

3) I have no idea.

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] dektop issues
@ 2006-06-11  9:11 ionut cristian cucu
  0 siblings, 0 replies; 6+ messages in thread
From: ionut cristian cucu @ 2006-06-11  9:11 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

On Sat, 10 Jun 2006 23:30:58 +0300 (EEST)
"Daniel Iliev" <danny@ilievnet.com> wrote:

> 1) You didn't specify where you want your user to auto login .
In its default home directory.
> 1.1) If you mean to auto log into console mode, then there is a way with
mingetty.
> You have to add a line into your "/etc/inittab" file:
> --------
> 1:12345:respawn:/sbin/mingetty --noclear --autologin USERNAME tty1
> --------
> Of course you have to do "emerge mingetty" before that.
mingetty solution seams redundant as i can get this done with avaiable
packages installed already on my system.
> 1.2.) If you meant to auto login into your Desktop (KDE, Gnome,...etc.)
the easiest
> way is to log into Gnome or KDE as root and to change the "login manager"
> preferences.
This also does not seem to be the best solution to have a login manager
since I have only a user
> 2) As root execute the command: "gpasswd -a USERNAME plugdev".
My user is listed in plugdev already, that is why I'm puzzeled by that error
> 3) I have no idea.
>
> --
> Best regards,
> Daniel
>
> --
> gentoo-user@gentoo.org mailing list
>

[-- Attachment #2: Type: text/html, Size: 1396 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] dektop issues
  2006-06-10 20:30 ` Daniel Iliev
@ 2006-06-11  9:54   ` Daniel Iliev
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Iliev @ 2006-06-11  9:54 UTC (permalink / raw
  To: gentoo-user

Well, then I am not sure what exactly you want to do.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: dektop issues
  2006-06-10  7:23 [gentoo-user] dektop issues ionut cristian cucu
  2006-06-10 20:30 ` Daniel Iliev
@ 2006-06-13 13:09 ` ionut cristian cucu
  2006-06-13 16:23   ` Richard Fish
  1 sibling, 1 reply; 6+ messages in thread
From: ionut cristian cucu @ 2006-06-13 13:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

On Sun, 11 Jun 2006 12:54:44 +0300 (EEST)
"Daniel Iliev" <danny@ilievnet.com> wrote:

> Well, then I am not sure what exactly you want to do.
This i wanted to to:
# /etc/conf.d/local.start

# This is a good place to load any misc programs
# on startup (use &>/dev/null to hide output)
/bin/su - cuci -c /bin/bash

But initially I did: su -c user /bin/bash & did not worked
Very simple way to get rid of xdm/kdm/ stuff
> gentoo-user@gentoo.org mailing list
>

[-- Attachment #2: Type: text/html, Size: 644 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: dektop issues
  2006-06-13 13:09 ` [gentoo-user] " ionut cristian cucu
@ 2006-06-13 16:23   ` Richard Fish
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-06-13 16:23 UTC (permalink / raw
  To: gentoo-user

On 6/13/06, ionut cristian cucu <cuciferus@gmail.com> wrote:
>  # This is a good place to load any misc programs
>  # on startup (use &>/dev/null to hide output)
>  /bin/su - cuci -c /bin/bash

I'm not sure that putting this in local.start is the right thing to
do.  It basically means that the init scripts will never complete, so
your system is never 'fully' booted.  It's mostly a semantic
difference, and I'm probably just being pedantic about it...

It might be better to modify /etc/inittab to try something like:

c1:2345:respawn:/bin/su - cuci -c /bin/bash -i --login >/dev/tty1
</dev/tty1 2>&1
c2:2345:respawn:/bin/su - cuci -c /bin/bash -i --login >/dev/tty2
</dev/tty2 2>&1
...

I just tried this on my system, and it seems to do what you want.

Just my ${currency}x0.02

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-06-13 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10  7:23 [gentoo-user] dektop issues ionut cristian cucu
2006-06-10 20:30 ` Daniel Iliev
2006-06-11  9:54   ` Daniel Iliev
2006-06-13 13:09 ` [gentoo-user] " ionut cristian cucu
2006-06-13 16:23   ` Richard Fish
  -- strict thread matches above, loose matches on Subject: below --
2006-06-11  9:11 [gentoo-user] " ionut cristian cucu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox