* [gentoo-user] problem with programms like ssh, tor, on wireless
@ 2007-08-01 9:16 Kabel The Real
2007-08-01 9:38 ` Pongracz Istvan
0 siblings, 1 reply; 5+ messages in thread
From: Kabel The Real @ 2007-08-01 9:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
Hello,
ich have a lot of trouble with my wireless configuration. everything works
fine with my ethernet Card, for ecample ssh, tor, privoxy. But when I use
wireless and no network Cable there programms aren't working. When I try to
start a service like sshd or tor I get the following error message:
# /etc/init.d/sshd start
* WARNING: sshd is scheduled to start when net.eth0 has started.
So do you have any idea how I can fix this? I tried so much and never get an
result :'(
greetz,
kabel
[-- Attachment #2: Type: text/html, Size: 558 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] problem with programms like ssh, tor, on wireless
2007-08-01 9:16 [gentoo-user] problem with programms like ssh, tor, on wireless Kabel The Real
@ 2007-08-01 9:38 ` Pongracz Istvan
2007-08-01 10:23 ` William Kenworthy
0 siblings, 1 reply; 5+ messages in thread
From: Pongracz Istvan @ 2007-08-01 9:38 UTC (permalink / raw
To: gentoo-user
2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
> Hello,
>
> ich have a lot of trouble with my wireless configuration. everything
> works fine with my ethernet Card, for ecample ssh, tor, privoxy. But
> when I use wireless and no network Cable there programms aren't
> working. When I try to start a service like sshd or tor I get the
> following error message:
>
> # /etc/init.d/sshd start
> * WARNING: sshd is scheduled to start when net.eth0 has started.
Do this:
# /etc/init.d/net.eth0 stop
# rc
In this case, the system will stop net.eth0 and after the 'rc' command
all services will start normally.
AFAIK this is caused the dependency: for example sshd depends on 'net'
and it is waiting for net.eth0 and not for net.eth1 (or whatever) which
is your wireless interface.
I solved this problem with this in my machine.
Ciao,
IStván
--
IT szolgáltatások, alkalmazásszolgáltatás
http://www.osbusiness.hu
„A humor a méltóság támasza, fölényünket hirdeti
mindazzal szemben, amit a sors ránk mér.”
(Romain Gary)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] problem with programms like ssh, tor, on wireless
2007-08-01 9:38 ` Pongracz Istvan
@ 2007-08-01 10:23 ` William Kenworthy
2007-08-01 10:49 ` Abraham Marín Pérez
0 siblings, 1 reply; 5+ messages in thread
From: William Kenworthy @ 2007-08-01 10:23 UTC (permalink / raw
To: gentoo-user
On Wed, 2007-08-01 at 11:38 +0200, Pongracz Istvan wrote:
> 2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
> > Hello,
> >
> > ich have a lot of trouble with my wireless configuration. everything
...
> Do this:
> # /etc/init.d/net.eth0 stop
> # rc
>
...
Do you have a reference for what rc is/does? "man rc", "rc -h" and "rc
--help" dont help ...
BillK
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] problem with programms like ssh, tor, on wireless
2007-08-01 10:23 ` William Kenworthy
@ 2007-08-01 10:49 ` Abraham Marín Pérez
2007-08-01 12:24 ` Kabel The Real
0 siblings, 1 reply; 5+ messages in thread
From: Abraham Marín Pérez @ 2007-08-01 10:49 UTC (permalink / raw
To: gentoo-user
William Kenworthy escribió:
> On Wed, 2007-08-01 at 11:38 +0200, Pongracz Istvan wrote:
>
>> 2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
>>
>>> Hello,
>>>
>>> ich have a lot of trouble with my wireless configuration. everything
>>>
> ...
>
>> Do this:
>> # /etc/init.d/net.eth0 stop
>> # rc
>>
>>
> ...
>
> Do you have a reference for what rc is/does? "man rc", "rc -h" and "rc
> --help" dont help ...
>
> BillK
>
Maybe you should take a look at this:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4
Abraham
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] problem with programms like ssh, tor, on wireless
2007-08-01 10:49 ` Abraham Marín Pérez
@ 2007-08-01 12:24 ` Kabel The Real
0 siblings, 0 replies; 5+ messages in thread
From: Kabel The Real @ 2007-08-01 12:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 979 bytes --]
Hello,
thanks to everybody, I found the problem on my own by repacing the
/etc/conf.d/net with the one of a friend.
Thanks for your useful hints, helped me to search on the correct places.
Greetz read you soon,
Kabel
On 01/08/07, Abraham Marín Pérez <tecnic5@silvanoc.com> wrote:
>
> William Kenworthy escribió:
> > On Wed, 2007-08-01 at 11:38 +0200, Pongracz Istvan wrote:
> >
> >> 2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
> >>
> >>> Hello,
> >>>
> >>> ich have a lot of trouble with my wireless configuration. everything
> >>>
> > ...
> >
> >> Do this:
> >> # /etc/init.d/net.eth0 stop
> >> # rc
> >>
> >>
> > ...
> >
> > Do you have a reference for what rc is/does? "man rc", "rc -h" and "rc
> > --help" dont help ...
> >
> > BillK
> >
> Maybe you should take a look at this:
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4
>
> Abraham
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1557 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-01 12:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 9:16 [gentoo-user] problem with programms like ssh, tor, on wireless Kabel The Real
2007-08-01 9:38 ` Pongracz Istvan
2007-08-01 10:23 ` William Kenworthy
2007-08-01 10:49 ` Abraham Marín Pérez
2007-08-01 12:24 ` Kabel The Real
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox