Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
http://localhost:631 geht nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Takumo
n00b
n00b


Joined: 10 Jan 2005
Posts: 68

PostPosted: Mon Dec 18, 2006 10:21 am    Post subject: http://localhost:631 geht nicht Reply with quote

Hallo! Ich versuche meinen Drucker zu installieren. Leider klappt das nicht! Ich habe alles gemacht wie es in der Anleitung stand und nun gehe ich auf

http://localhost:631

und dann kommt

Beim Laden von http://localhost:631 ist folgender Fehler aufgetreten:
Keine Verbindung zu Rechner localhost (Port 631).

was kann ich machen?
Back to top
View user's profile Send private message
Keepoer
Apprentice
Apprentice


Joined: 30 Mar 2004
Posts: 293
Location: Zwischen Kassel und Edewecht pendelnd

PostPosted: Mon Dec 18, 2006 10:26 am    Post subject: Reply with quote

Code:
/etc/init.d/cups start
vorher eingegeben?
Back to top
View user's profile Send private message
pman
n00b
n00b


Joined: 29 Nov 2003
Posts: 23
Location: Ost-Brandenburg

PostPosted: Mon Dec 18, 2006 11:00 am    Post subject: Reply with quote

Hallo,

schau Dir mal Deine Konfig /etc/cups/cupsd.conf an.

Die ist nicht auf Sicherheit getrimmt, sollte aber etwa so aussehen.

Code:

ServerName meinserver.meine.domain
ServerAdmin admin@meine.domain
DocumentRoot /usr/share/cups/docs
FileDevice Yes
LogLevel info
User lp
Group lp
Listen 192.168.10.1:631
Listen localhost:631
BrowseAllow *.meine.domain
BrowseDeny All
BrowseOrder deny,allow
BrowsePort 631
BrowseTimeout 30
SystemGroup lp
<Location />
Order Deny,Allow
Deny From All
Allow From 192.168.10.1
</Location>
<Location /admin>
Order Deny,Allow
Deny From All
Allow From 192.168.10.1
</Location>


hth pman
Back to top
View user's profile Send private message
Takumo
n00b
n00b


Joined: 10 Jan 2005
Posts: 68

PostPosted: Mon Dec 18, 2006 11:50 am    Post subject: Reply with quote

Neee, hab jetzt das Problem. In der host Datei war 127.0.0.1 nicht auf localhost gestellt


danke trotzdem ^^
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Dec 18, 2006 12:06 pm    Post subject: Reply with quote

Dann bitte ein [Solved] in den Titel.

BTW: Wie hast du das denn geschafft, dass localhost nicht 127.0.0.1 ist?

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Mon Dec 18, 2006 2:31 pm    Post subject: Reply with quote

Finswimmer wrote:
Dann bitte ein [Solved] in den Titel.

BTW: Wie hast du das denn geschafft, dass localhost nicht 127.0.0.1 ist?

Tobi


so:

Code:

grep localhost /etc/hosts && ping localhost -c 3
#127.0.0.1        localhost loopback loghost
192.168.0.1               localhost
PING localhost (192.168.0.1) 56(84) bytes of data.
64 bytes from localhost (192.168.0.1): icmp_seq=1 ttl=64 time=0.023 ms
64 bytes from localhost (192.168.0.1): icmp_seq=2 ttl=64 time=0.019 ms
64 bytes from localhost (192.168.0.1): icmp_seq=3 ttl=64 time=0.021 ms

--- localhost ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.019/0.021/0.023/0.001 ms


Die Frage lautet eher: welchen Sinn hatte es, localhost von 127.0.0.1 auf etwas anders zu wechseln? 8O
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
makenoob
Apprentice
Apprentice


Joined: 19 Aug 2004
Posts: 272
Location: /Germany/Düsseldorf

PostPosted: Mon Dec 18, 2006 9:24 pm    Post subject: Reply with quote

so richtig gesund ist es aber nicht, wenn localhost nicht 127.0.0.1 ist; abgesehen davon, dass es nicht wirklich RFC-konform ist...

gruß
marc
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum