Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INSTALL] Samba comment faire smb:///
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
zoltix
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 249
Location: Brusssels

PostPosted: Fri Apr 16, 2004 2:54 pm    Post subject: [INSTALL] Samba comment faire smb:/// Reply with quote

Hello
J’ai un soucis avec samba tout marche bien j’arrive a me connecter a mon pc sous xp mais a prendre des fichiers a partager des imprimantes. Mais je trouve ca un peu compliqué j’y accède par des commandes du type smbClient \\\\XXX\X ......
J’ai vu dans pas mal d’exemple qu’il tapait juste sous Gnome(browser) ou un truc du genre smb:\\\ et hop on vois le réseaux.

Comment je dois faire pour configurer cela

Merci beaucoup

A+
Back to top
View user's profile Send private message
J4nus
Tux's lil' helper
Tux's lil' helper


Joined: 03 Oct 2003
Posts: 121

PostPosted: Fri Apr 16, 2004 3:01 pm    Post subject: Reply with quote

utilise xfsamba :)
Back to top
View user's profile Send private message
irf2003
Veteran
Veteran


Joined: 10 Sep 2003
Posts: 1078

PostPosted: Fri Apr 16, 2004 3:02 pm    Post subject: Reply with quote

il faut tapper
Code:

smb:///

et non smb:\\\
Back to top
View user's profile Send private message
irf2003
Veteran
Veteran


Joined: 10 Sep 2003
Posts: 1078

PostPosted: Fri Apr 16, 2004 3:08 pm    Post subject: Reply with quote

il faut aussi cree /etc/smba/smb.conf
voila un examplaire minimal, ce n'est secure, mais
Code:

[global]
 workgroup = CYBERKNIGHT
 netbios name = gentoo3
 server string = gentoo3.
 security = SHARE
 log file = /var/log/samba.log
 max log size = 50
 socket options = TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536
 name resolve order = lmhosts host bcast
 domain master      = no
 preferred master   = no
 max protocol       = NT
   
 [distfiles]
 path = /mnt/sda4/distfiles
 read only = Yes
 guest ok = Yes
 
 [shared]
 path = /mnt/sda4/shared
 read only = No
 guest ok = Yes
Back to top
View user's profile Send private message
zoltix
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 249
Location: Brusssels

PostPosted: Fri Apr 16, 2004 3:21 pm    Post subject: Reply with quote

xfsamba ca marche bien
mais je ne peux toujours pas taper smb:/// dans l'exploreur de Gnome
Voici le messge smb:/// Is not a valid location. Please check the spelling and try again.
et sous netscape
is not regognized protocol
Merci
Back to top
View user's profile Send private message
CooLoS
n00b
n00b


Joined: 09 Sep 2003
Posts: 39

PostPosted: Fri Apr 16, 2004 5:22 pm    Post subject: Reply with quote

As-tu mis "samba" dans tes use dans le make.conf ?
Il faut voir si tu as compilé gnome-vfs avec le support samba

Code:
etcat uses gnome-vfs


Code:

 U I [ Found these USE variables in : gnome-base/gnome-vfs-2.6.0 ]
 - - doc   : Adds extra documentation (API, Javadoc, etc)
 + + ssl   : Adds support for Secure Socket Layer connections
 + + samba : Adds support for SAMBA
 - - ipv6  : Adds support for IP version 6


Si tu as pas le support samba , tu le rajoute dans le make.conf et tu reemmerge gnome-vfs
Code:
emerge gnome-vfs


Voila
Back to top
View user's profile Send private message
takezo
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2003
Posts: 132

PostPosted: Sat Apr 17, 2004 9:42 am    Post subject: Reply with quote

normalement pour que smb:/// marche, tu dois aussi installer gnome-vfs-extras
Back to top
View user's profile Send private message
LostControl
l33t
l33t


Joined: 02 Mar 2004
Posts: 885
Location: La Glane, Suisse

PostPosted: Sat Apr 17, 2004 10:43 am    Post subject: Reply with quote

J'ai personnellement le même problème... J'arrive à me connecter à mon serveur Samba avec smb://earth/public mais il ne trouve rien avec smb://. Le problème vient à mon avis plus de la config de mon serveur mais je vois pas où...
Back to top
View user's profile Send private message
CooLoS
n00b
n00b


Joined: 09 Sep 2003
Posts: 39

PostPosted: Sat Apr 17, 2004 11:03 am    Post subject: Reply with quote

Je n'ai pas gnome-vfs-extras d'installer pourtant ca marche tres bien

Code:
*  gnome-extra/gnome-vfs-extras
      Latest version available: 0.99.11
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 176 kB
      Homepage:    http://www.gnome.org/
      Description: Extra GNOME Virtual File System modules, currently only contains a smb share browser module.
      License:     GPL-2

Voila un screeshot :
http://copops.com/~coolos/bordel/smb.jpg
Back to top
View user's profile Send private message
yuk159
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1802
Location: noumea ,nouvelle-caledonie

PostPosted: Sun Apr 18, 2004 5:39 am    Post subject: Reply with quote

Je suppose que la compilation de gnome-vfs avec le support samba dans USE suffit non ?
_________________
The box said: "Requires Windows 98/2000/XP/NT, or better."
So, I installed LINUX!
Instagram
Back to top
View user's profile Send private message
CooLoS
n00b
n00b


Joined: 09 Sep 2003
Posts: 39

PostPosted: Sun Apr 18, 2004 9:14 am    Post subject: Reply with quote

Oui c'est comme ca que j'ai fait :)
Back to top
View user's profile Send private message
zoltix
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 249
Location: Brusssels

PostPosted: Mon Apr 19, 2004 7:12 am    Post subject: Reply with quote

ca marche maintenant merchi
Back to top
View user's profile Send private message
zoltix
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 249
Location: Brusssels

PostPosted: Mon Apr 19, 2004 9:11 pm    Post subject: Reply with quote

pour rajouter samba dans le make config.........on fait comment ?
Back to top
View user's profile Send private message
yuk159
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1802
Location: noumea ,nouvelle-caledonie

PostPosted: Mon Apr 19, 2004 9:55 pm    Post subject: Reply with quote

Code:
<ton editeur de texte préféré> /etc/make.conf

Et à la ligne : USE="..." tu rajoute samba
ou alors pour le faire sur une seule installation :
Code:
USE="samba" emerge gnome-vfs

_________________
The box said: "Requires Windows 98/2000/XP/NT, or better."
So, I installed LINUX!
Instagram
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Tue Apr 20, 2004 7:27 am    Post subject: Reply with quote

Autre solution pour gérer les USEflags :
Code:
emerge ufed

puis
Code:
ufed


That's all folk !!! :P
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
LastLemming
n00b
n00b


Joined: 27 Mar 2004
Posts: 7

PostPosted: Fri Apr 23, 2004 9:53 am    Post subject: Reply with quote

Désolé de relancer le sujet...

J'ai le même problème que zoltix.
Je n'avais pas de flag samba.
J'ai re-emerge le gnome-vfs avec le flag, mais le problème est toujours là. :(
C'est les mêmes messages que zoltix, mais c'est en français.
Et par contre, dans mon "serveur réseaux", il y a une icône "réseau Windows" qui est apparue.

Zoltux, comment as tu fait pour résoudre le problème ?
Back to top
View user's profile Send private message
zoltix
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 249
Location: Brusssels

PostPosted: Thu Mar 31, 2005 7:09 pm    Post subject: Reply with quote

j'ai juste tout recompiler avec autre USE="X qt kde gtk2 gnome mmx sse mpeg quicktime pda avi dvd oggvorbis
quicktime samba scanner speex spell usb xmms"
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Mar 31, 2005 7:19 pm    Post subject: Reply with quote

zoltix wrote:
j'ai juste tout recompiler avec autre USE="X qt kde gtk2 gnome mmx sse mpeg quicktime pda avi dvd oggvorbis
quicktime samba scanner speex spell usb xmms"


tu deterres des morts-vivant toi :lol:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
bong
Apprentice
Apprentice


Joined: 26 Oct 2004
Posts: 276
Location: Brest / Metz

PostPosted: Thu Mar 31, 2005 7:56 pm    Post subject: Reply with quote

non non, il a juste compilé ça sur un 286 et ça vient de se finir :lol: :lol:
Back to top
View user's profile Send private message
zoltix
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 249
Location: Brusssels

PostPosted: Thu Mar 31, 2005 7:59 pm    Post subject: Reply with quote

sur 486 ..........
Back to top
View user's profile Send private message
spider312
Veteran
Veteran


Joined: 02 Oct 2004
Posts: 1274
Location: France > Savoie > Chambery

PostPosted: Thu Mar 31, 2005 11:11 pm    Post subject: Reply with quote

bon pour vous mettre d'accord : un 386 (linux passe pas sur les x86 plus vieux que ça)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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