Displaying 7 results from an estimated 7 matches for "winmachin".
Did you mean:
winmachine
2002 Aug 27
3
Local mount of Win shares.
Hi,
I have Samba server working just great.
Is there a way I can work the other way around, I mean - can I mount Win shares in the Linux?
Something like, making /shares/whatever see the files on //WinMachine/sharename?
This could be good for backing up the files from the Windoz with the Linux box.
Ronen Baram
System & Network Administrator
Coreflow - Scientific Solutions ltd.
P.O. box 626, Yokneam, 20692, Israel
Tel: 972-4-9935757 ext. 117
Fax: 972-4-9935858
Web: www.coreflow.com
Email: r...
2004 Dec 05
0
fc3 samba PDC and winxp
...First, I have to say I'm a nebiw linux-user. I installed fc3 this weekend
and updated all packages from rhn. As shadow-utils wasn't updated I was
trying to find a temparary solution and found out the following, assuming
the group machines:
# useradd -g machines -d /dev/null -s /bin/false winmachine
# passwd -l winmachine
Notice the lack of the string. Now here comes the tricky part. Make backup
copy's of the files "/etc/passwd" and "/etc/shadow" first. Manually edit the
"/etc/passwd" and "/etc/shadow" and change the machine name to include a
strin...
2006 Jun 08
1
Samba client cannot join Samba Domain
..._DENIED
Looking on the server, the machine account was created correctly in passwd,
group and shadow. In secrets.tdb (I'm using tdbsam) the account is created,
but is disabled (the same thing happens if I use smbpasswd).
A working entry for a Windows client (in smbpasswd format) looks like:
winmachine$:502:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:42DFEDCD433EE93E7D27BEA0457AA64D:
[W ]:LCT-4487EFD8:
While the Linux machine's entry looks like:
linuxmachine$:503:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:
[DW ]:LCT-00000000:
I've tried viewing the debug ou...
2003 Oct 24
14
Network path not found
...returns the shares I have
created.
3. However, the command net view Linux or net use \\linux\tmp on any other
win machine returns "network path not found".
4. Also, the command nmblookup Linux on the samba machine returns
"name_query has not found name Linux" but nmblookup Winmachine retruns the
IP of that machine.
To help you, here is the set up I have:
- windows network
- PDC is a win2000 pro machine, also DHCP server
smb.conf file looks somewhat like this:
[global]
netbios name = Linux
workgroup = myworkgroup
encrypt passwords = yes
security = share
guest = ftp
[publ...
2003 Oct 18
0
No access to machine shares in Samba Domain
...allation to the new box and apparently everything was working fine,
until we noticed that shares created in the Windows machines are not
accessible by anyone in the domain.
I've read all the docs and everything seems ok, but I can't get this to
work.
I noticed that "smbclient -L //winmachine -U someuser" fails with
"NT_STATUS_LOGON_FAILURE" but when trying the same in the Samba Server,
it works.
I'm very lost here... Any help would be really appreciated...
TIA,
Paulo.
------------ SMB.CONF (relevant parts) ---------------------------
[global]
load printers =...
2003 Jan 08
1
Problem with rpcclient and installing PS-Driver
Hi,
i want to install the Adobe-PS Drivers into samba, so that the Clients
can download them.
I first had Samba 2.2.3 from debian woody, where the cupsaddsmb program
did'nt work at all.
I the upgraded to samba 2.2.7 and tried to install all the drivers by
hand using rpcclient.
Now I've got 2 problems: First one is that I cannot deinstall the
various drivers from the servers list. When
2003 Dec 01
0
No subject
...;m trying to print to a Windows client via Samba 2.2, my config looks
like this:
/etc/printcap:
winprint:\
:sd=/var/spool/lpd/winprint:\
:mx#0:\
:sh:\
:if=/usr/local/samba/bin/smbprint:
/usr/local/samba/bin/smbprint: (from a post on this list)
#!/bin/sh
cat - | /usr/local/samba/bin/smbprint //winmachine/printer -N -c 'print -'
The script works fine from command line, and also when I'm using
lpr -Pwinprint <somefile>, but after the printer is done with printing
lpd doesn't accept any more print jobs. I checked ps ax, and found two
lines, one starting with sh running the sm...