Comment lancer swat en mode graphique
Résolu
jeulin
-
jeulin -
jeulin -
Bonjour,
je voudrais savoir s'il est possible de lancer swat en mode graphique,
l'on m'a déjà conseillé d'utiliser http://localhost:901 mais cela ne fonctionne pas du tout
si vous pouviez m'éclairer de vos lumières je vous en serait reconnaissant
*
je voudrais savoir s'il est possible de lancer swat en mode graphique,
l'on m'a déjà conseillé d'utiliser http://localhost:901 mais cela ne fonctionne pas du tout
si vous pouviez m'éclairer de vos lumières je vous en serait reconnaissant
*
A voir également:
- Linux swat
- Linux reader - Télécharger - Stockage
- Toutou linux - Télécharger - Systèmes d'exploitation
- R-linux - Télécharger - Sauvegarde
- Backtrack linux - Télécharger - Sécurité
- Linux mint 22.1 - Accueil - Linux
7 réponses
rebonjour
je suis sous debian 5
et oui , le paquet est deja installé je souhaite juste lancer l'interfce graphique
je suis sous debian 5
et oui , le paquet est deja installé je souhaite juste lancer l'interfce graphique
Est-ce que le service est lancé via inet.d ou xinet.d ?
# /etc/inetd.conf: see inetd(8) for further informations.
#
# Internet superserver configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#time stream tcp nowait root internal
#:STANDARD: These are standard services.
#:BSD: Shell, login, exec and talk are BSD protocols.
#:MAIL: Mail, news and uucp services.
#:INFO: Info services
#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#:RPC: RPC based services
#:HAM-RADIO: amateur-radio services
#:OTHER: Other services
#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd
swat stream tcp nowait.400 root /usr/sbin/tcpd /usr/sbin/swat
Voici le contenu de inetd.conf, que dois-je faire ?
merci
#
# Internet superserver configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#time stream tcp nowait root internal
#:STANDARD: These are standard services.
#:BSD: Shell, login, exec and talk are BSD protocols.
#:MAIL: Mail, news and uucp services.
#:INFO: Info services
#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#:RPC: RPC based services
#:HAM-RADIO: amateur-radio services
#:OTHER: Other services
#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd
swat stream tcp nowait.400 root /usr/sbin/tcpd /usr/sbin/swat
Voici le contenu de inetd.conf, que dois-je faire ?
merci
Ok pour swat dans inetd.con.
Maintenant regarde au niveau de /etc/services si swat y apparait :
Maintenant regarde au niveau de /etc/services si swat y apparait :
grep 'swat' /etc/servicescopies/colles le résultat ici...
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
J'ai trouvé cette ligne :
swat 901/tcp # swat
dans le fichier /etc/services
est-ce cette ligne que nous cherchons, si oui , à quoi sert-elle ?
merci
swat 901/tcp # swat
dans le fichier /etc/services
est-ce cette ligne que nous cherchons, si oui , à quoi sert-elle ?
merci