PDA

View Full Version : [ubuntu] How to configure wine to work with LAN


oyankee
November 13th, 2008, 12:03 PM
Hi,
I need to use an application which communicates with server on another PC in local network. It is a client program used to work with database on that PC. It works fine but I need to connect it to the server and when I click to search for it, I see only my mounted filesystems and not network(where I can always add the computer from workgroup, from booted windows).
Does anybody knows what to do?
Thanks for replies.

Computer I need to connect to is under smb://VSVSMV/comp

superprash2003
November 13th, 2008, 12:21 PM
what may work is, going to the terminal and type winecfg .. wine configurator should open now, now go to the DRIVES section.. and add a drive.. say z : under the path , give /home/username/networkshare .. now before doing this.. go to the terminal and type sudo mount smb://x.x.x.x/sharename /home/username/networkshare

oyankee
November 13th, 2008, 12:55 PM
Thanks, but I cant mount it this way.

sudo mount smb://VSVSMV/S-12-01 /home/onovotny/server_janosikova/

[sudo] password for onovotny:
mount: chybný typ SS, chybný přepínač, chybný superblok na smb://VSVSMV/S-12-01,
chybí kódová stránka nebo pomocný program nebo jiná chyba
(pro většinou souborových systému (např. nfs, cifs) budete
potřebovat pomocný program /sbin/mount.<TYP>)
V*jistých případech lze najít potřebné informace v*systémovém
protokolu*– zkuste například „dmesg | tail“

Tried to translate:
Bad type SS, bad switch, bad superblock on smb://VSVSMV/S-12-01
Missing code page or helping program or another error.
and something like I will need helping program /sbin/mount <TYPE>


I will try it tomorrow. It is shuted down for now. Thank you.

superprash2003
November 14th, 2008, 11:14 AM
sorry i gave you the wrong syntax.. try this
smbmount //VSVSMV/S-12-01 /home/onovotny/server_janosikova/

oyankee
November 18th, 2008, 05:42 AM
No success.

onovotny@it-onovotny:~$ sudo smbmount //VSVSMV/S-12-01 /home/onovotny/server_janosikova/
[sudo] password for onovotny:
mount error: could not find target server. TCP name VSVSMV/S-12-01 not found
No ip address specified and hostname not found


But Hostname is right. And I can see it in places/network. Will be problem with autentification with domain in which is the computer in. But I can not autent. through Likewise-open. problem with ports. It is here:
http://ubuntuforums.org/showthread.php?t=981807
Thank you