Invité morpheus59 Posté(e) le 4 juillet 2004 Posté(e) le 4 juillet 2004 Salut à tous, j'ai un pc qui fonctionne sous une distribution mandrake 9.1 (sous Linux pour les non "initiés -> même si je n'en fais pas partie ;-) Je cherche un équivalent de Relax sous cette distribution et j'avoue être très très nul dans mes rechercher parce que je n'ai encore rien trouvé ... Connaissez vous un soft sympa et pas trop compliqué à "installer" sur cette distribution ? d'avance merci, Morpheus59
alexsolex Posté(e) le 4 juillet 2004 Posté(e) le 4 juillet 2004 Salut Je ne vaut guère mieux que toi en linux, mais pourquoi n'utiliserais tu pas SMB pour le partage de tes fichiers ? Ca existe le SMB sous linux non ?
Invité morpheus59 Posté(e) le 5 juillet 2004 Posté(e) le 5 juillet 2004 hum tres bonne question c'est quoi SMB ? c'est du partage de fichier ? Morpheus59
alexsolex Posté(e) le 5 juillet 2004 Posté(e) le 5 juillet 2004 non, (sans être sur de moi....) SMB (ie. samba) est une espèce de protocole de transfert réseau. C'est une couche sur le TCP/IP Je répète que ce n'est que pure spéculation de ma part... J'espère toutefois ne pas trop être dans le faux. pour smb tu regardes dans ton fichier xboxmediacenter.xml pour le partage de fichiers. Tu remplis ca de la manière suivante <name>SMB</name> <path>smb://192.168.0.1/</path> par exemple. L'ip est celle de ton PC qui porte les fichiers partagés Ensuite tu partages tes fichiers sur le PC Mais là je sais pas comment faire avec linux. Et pour que ce que je ter raconte soit valable, il faut que linux (la mandrake9.1 gère le SMB mais je crois qu'il n'y a pas de problèmes) Voila si quelqu'un peut confirmer/complémenter tout ca....
Invité morpheus59 Posté(e) le 6 juillet 2004 Posté(e) le 6 juillet 2004 Salut, c bon en fait Samba est installé sur la mandrake, et j'ai configuré un utilisateur (on l'appellera login/motdepasse ) ayant accés au bon rep (celui avec mes "videos persos"). J'ai ensuite configuré mon XboxMediaCenter.XML de la manière suivante : <name>SMB</name> <!-- you can use the following formats: !--> <smb://moooonghost;login:motdepasse@192.168.1.3/mnt/hd/Incoming/> <smb://login:motdepasse@192.168.1.3/mnt/hd/Incoming/> <!-- if guest/public access is enabled: !--> <!-- smb://ip/ !--> <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> Au lancement, gros message d'erreur plantant la xbox : XBMC Fatal Load Error Q:\XboxMediaCenter.XML line 310 error reading element value Ligne 310 : <smb://moooonghost;login:motdepasse@192.168.1.3/mnt/hd/Incoming/> du coup je suis perdu à l'aiiiiiiiiiiiiiiiiiiiide Morpheus59
modhack Posté(e) le 6 juillet 2004 Posté(e) le 6 juillet 2004 Au lancement, gros message d'erreur plantant la xbox : XBMC Fatal Load Error Q:\XboxMediaCenter.XML line 310 error reading element value Ligne 310 : <smb://moooonghost;login:motdepasse@192.168.1.3/mnt/hd/Incoming/> du coup je suis perdu à l'aiiiiiiiiiiiiiiiiiiiide Morpheus59 Ligne 310 tu remplace ca <smb://moooonghost;login:motdepasse@192.168.1.3/mnt/hd/Incoming/> par ca <path>smb://moooonghost;login:motdepasse@192.168.1.3/mnt/hd/Incoming/</path> J imagine que tu as pas appele tes users password comme ca quand meme ? login motdepasse de plus tout ce qu il y a entre les balises <!-- --> sont des commentaires. Donc completement inutile de renseigner ces lignes.
Invité morpheus59 Posté(e) le 6 juillet 2004 Posté(e) le 6 juillet 2004 Salut, Je teste, d'avance merci (je croise les doigts) Pour info voici le contenu de mon smb.conf ----------------------------------------------------------------------------------------------- [root@mooooonghost samba]# joe smb.conf Processing '/etc/joe/joerc'...done Processing '/etc/joe/joerc'...done IW smb.conf Row 1 Col 1 0:37 Ctrl-K H for help # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2004/07/07 00:32:27 # Global parameters [global] workgroup = MOOOONGHOST server string = Samba Server %v encrypt passwords = Yes map to guest = Bad User log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups dns proxy = No printer admin = @adm hosts allow = 192.168.1. 127. printing = cups [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba create mask = 0700 guest ok = Yes printable = Yes print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers. browseable = No [print$] path = /var/lib/samba/printers write list = @adm root guest ok = Yes [pdf-generator] comment = PDF Generator (only valid users) path = /var/tmp printable = Yes print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" & [/mnt/hd/Incoming] comment = essai path = /tmp guest ok = Yes -------------------------------------------------------------------------------
Invité morpheus59 Posté(e) le 6 juillet 2004 Posté(e) le 6 juillet 2004 Rhaaaaaaaaaaaaaaaaaa!!!! Access Denied après une longue attente :-( je te file le contenu complet du XboxMediaCenter.XML tant que j'y suis ;-) (avec les log/pwd modifiés hein ;-) ------------------------------------------------------------------------------------- <xboxmediacenter> <!-- when using xbmc as dashboard, define home directory here !--> <!-- and copy the xbe with this config file to C:\ !--> <home>-</home> <weather> <areacode>FRXX0052</areacode> <unitT>C</unitT> <unitS>K</unitS> <refresh>20</refresh> </weather> <!-- network settings for ip,netmask,default gateway, nameserver !--> <!-- option 1: leave empty to use the current settings (from evox, avalaunch or other dashboard) !--> <!-- option 2: fill in the ipadres,netmask etc and xbmc will configure xbox to use it--> <!-- option 3: fill in dhcp as ip and xbmc will use DHCP to configure (so <ip>dhcp</ip> ) --> <ipadres>-</ipadres> <netmask>-</netmask> <defaultgateway>-</defaultgateway> <nameserver>-</nameserver> <CDDBIpAddress>194.97.4.18</CDDBIpAddress> <!-- determines which drives 2 use. Change this for LBA48 !--> <useFDrive>yes</useFDrive> <useGDrive>no</useGDrive> <!-- fill in the HTTP proxy values below if you're using an http proxy to connect to the internet !--> <httpproxy>-</httpproxy> <httpproxyport>-</httpproxyport> <!-- remote timeserver used to set the xbox time/date!--> <timeserver>time.windows.com</timeserver> <!-- dashboard 2 launch when exiting xbmc!--> <dashboard>C:\evoxdash.xbe</dashboard> <!-- fill in path&filename of external DVD player--> <!-- if empty, XBMC will play any DVD's by itself--> <dvdplayer></dvdplayer> <!-- alternate subtitle directory. If subtitle cant be found in same directory !--> <!-- as the movie it will look here: !--> <subtitles>$HOME\subtitles</subtitles> <!-- startup window !--> <startwindow>0</startwindow> <!-- file extensions for pictures,music and videos !--> <pictureextensions>.png|.jpg|.jpeg|.bmp|.gif|.ico|.tif|.tiff|.tga|.pcx</pictureextensions> <musicextensions>.m4a|.flac|.aac|.strm|.pls|.rm|.mpa|.wav|.wma|.ogg|.mp3|.mp2|.m3u|.mod|.amf|.669|.dmf|.dsm|.far|.gdm|.imf|.it|.m15|.med|.okt|.s3m|.stm|.sfx|.ult|.uni|.xm|.sid</musicextensions> <videoextensions>.ty|.nfo|.strm|.rm|.m3u|.ifo|.mov|.qt|.divx|.xvid|.bivx|.vob|.img|.pva|.wmv|.asf|.asx|.ogm|.m2v|.avi|.bin|.dat|.mpg|.mpeg|.mkv|.avc|.vp3|.svq3|.nuv|.viv|.dv|.fli</videoextensions> <!-- path where xbmc should store its thumbnails !--> <thumbnails>$HOME\thumbs</thumbnails> <!-- path where xbmc should store its shortcuts !--> <shortcuts>$HOME\shortcuts</shortcuts> <!-- path where xbmc should store the music albums cache !--> <albums>$HOME\albums</albums> <!-- path where shoutcast rips/recordings are stored !--> <recordings>$HOME\recordings</recordings> <!-- path where screenshots are stored !--> <screenshots>$HOME\screenshots</screenshots> <!-- move & repeat delays for controller and remote (values are in msec) !--> <delays> <remote> <move>220</move> <repeat>300</repeat> </remote> <controller> <move>220</move> <repeat>220</repeat> </controller> </delays> <!-- Remote debug info. Displays the remote code with each button press !--> <!-- Useful to see if XBMC reads extra buttons on your universal remote !--> <!-- These remote codes can be placed in keymap.xml to give you more button options !--> <displayremotecodes>false</displayremotecodes> <!-- this section allows you to overwrite/specify the icons shown !--> <!-- for specific file types !--> <filetypeicons> <xbe>defaultProgram.png</xbe> </filetypeicons> <!-- my programs bookmarks !--> <myprograms> <default>Q:\shortcuts</default> <bookmark> <name>C Drive</name> <path>C:\</path> </bookmark> <bookmark> <name>E Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> </myprograms> <!-- my pictures shares !--> <pictures> <default></default> <bookmark> <name>C Drive</name> <path>C:\</path> </bookmark> <bookmark> <name>E Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <!-- Expert setting: Uncomment for seperate ISO and UDF share !--> <!-- Comment out the bookmark named DVD to disable DVD autodetect !--> <!-- for my pictures !--> <!-- <bookmark> !--> <!-- <name>ISO</name> !--> <!-- <path>iso9660://</path> !--> <!-- </bookmark> !--> <!-- <bookmark> !--> <!-- <name>UDF</name> !--> <!-- <path>UDF:</path> !--> <!-- </bookmark> !--> <bookmark> <name>XNS</name> <path>xns://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>XBMS</name> <path>xbms://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>SMB</name> <!-- you can use the following formats: !--> <!-- smb://domain;user:password@ip/share/directory/ !--> <!-- smb://user:password@ip/share/ !--> <!-- if guest/public access is enabled: !--> <!-- smb://ip/ !--> <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> </bookmark> </pictures> <!-- my files shares !--> <files> <bookmark> <name>C Drive</name> <path>C:\</path> </bookmark> <bookmark> <name>E Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> </bookmark> <bookmark> <name>Q drive</name> <path>Q:\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <!-- Expert setting: Uncomment for seperate ISO and UDF share !--> <!-- Comment out the bookmark named DVD to disable DVD autodetect !--> <!-- for my files !--> <!-- <bookmark> !--> <!-- <name>ISO</name> !--> <!-- <path>iso9660://</path> !--> <!-- </bookmark> !--> <!-- <bookmark> !--> <!-- <name>UDF</name> !--> <!-- <path>UDF:</path> !--> <!-- </bookmark> !--> <bookmark> <name>XNS</name> <path>xns://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>XBMS</name> <path>xbms://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>SMB</name> <!-- you can use the following formats: !--> <!-- smb://domain;user:password@ip/share/directory/ !--> <!-- smb://user:password@ip/share/ !--> <!-- if guest/public access is enabled: !--> <!-- smb://ip/ !--> <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> </bookmark> </files> <!-- my music shares !--> <music> <default></default> <bookmark> <name>C Drive</name> <path>C:\</path> </bookmark> <bookmark> <name>E Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <!-- Expert setting: Uncomment for seperate ISO and UDF CDDA share !--> <!-- Comment out the bookmark named DVD to disable DVD autodetect !--> <!-- for my music !--> <!-- <bookmark> !--> <!-- <name>ISO</name> !--> <!-- <path>iso9660://</path> !--> <!-- </bookmark> !--> <!-- <bookmark> !--> <!-- <name>UDF</name> !--> <!-- <path>UDF:</path> !--> <!-- </bookmark> !--> <!-- <bookmark> !--> <!-- <name>CDDA</name> !--> <!-- <path>cdda:</path> !--> <!-- </bookmark> !--> <bookmark> <name>XNS</name> <path>xns://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>XBMS</name> <path>xbms://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>SMB</name> <!-- you can use the following formats: !--> <!-- smb://domain;user:password@ip/share/directory/ !--> <!-- smb://user:password@ip/share/ !--> <!-- if guest/public access is enabled: !--> <!-- smb://ip/ !--> <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> </bookmark> </music> <!-- my video shares !--> <video> <default></default> <bookmark> <name>E Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <!-- Expert setting: Uncomment for seperate ISO and UDF share !--> <!-- Comment out the bookmark named DVD to disable DVD autodetect !--> <!-- for my video !--> <!-- <bookmark> !--> <!-- <name>ISO</name> !--> <!-- <path>iso9660://</path> !--> <!-- </bookmark> !--> <!-- <bookmark> !--> <!-- <name>UDF</name> !--> <!-- <path>UDF:</path> !--> <!-- </bookmark> !--> <bookmark> <name>XNS</name> <path>xns://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>XBMS</name> <path>xbms://192.168.1.2:1400/</path> </bookmark> <bookmark> <name>SMB</name> <!-- you can use the following formats: !--> <!-- smb://domain;user:password@ip/share/directory/ !--> <!-- smb://user:password@ip/share/ !--> <!-- if guest/public access is enabled: !--> <!-- smb://ip/ !--> <path>smb://MOOOONGHOST;login:motdepasse@192.168.1.3/mnt/hd/Incoming/</path> </bookmark> <bookmark> <name>ReplayTV</name> <path>rtv://*/</path> </bookmark> </video> </xboxmediacenter>
Invité morpheus59 Posté(e) le 6 juillet 2004 Posté(e) le 6 juillet 2004 du nouveau Après avoir suivit ce tutorial : http://www.trustonme.net/didactels/?rub=103 mon smb.conf change un peu d'allure (ce qui me rassure un peu d'ailleurs). Je vous tiens au courant. ------------------------------------------------------------------------------------- # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2004/07/07 01:25:00 # Global parameters [global] workgroup = MOOOONGHOST server string = Samba Server %v map to guest = Bad User log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups dns proxy = No guest account = smbguest valid users = caf @smbusers admin users = root read list = root caf write list = root caf printer admin = @adm hosts allow = 192.168.1. 127. printing = cups
alexsolex Posté(e) le 6 juillet 2004 Posté(e) le 6 juillet 2004 Sérieusement les gars, on veut bien aider, mais à chaques fois vous mettez vos fichiers de config en entier dans vos posts.... C'est super lourd à lire. De plus, il y a une fonction pour uploader un fichier avec son post. Alors compresser vos XML et autres et postez les en pièce jointe. Merci
Invité morpheus59 Posté(e) le 7 juillet 2004 Posté(e) le 7 juillet 2004 Oups J'y ai pensé après avoir fait mes "conneries" :-( Désolé. Une idée sur mon copier coller de la mort qui tue ? Pour info ça ne fonctionne toujours pas ... suis-je le seul idiot à avoir un pc sous mandrake qui ne me sert qu'à stocker mes "videos persos" ? aidezzzzzzzzzzzzzzzzzz mouaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ! Morpheus
speedball Posté(e) le 7 juillet 2004 Posté(e) le 7 juillet 2004 salut essaye avec une mandrake 10.0 ca marcheras peut etre va savoir. la 9.1ommence a etre old-school bonne chance
Invité morpheus59 Posté(e) le 8 juillet 2004 Posté(e) le 8 juillet 2004 (modifié) 10.0 pas compatible avec mon vieux pc, ni la dernière gentoo, ni la dernière fédora :-( ça plante au tout début de l'installation ... alors que dés que je remets la 9.x ça passe direct va comprendre charles ... D'autres idées ? Modifié le 8 juillet 2004 par morpheus59
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant