Displaying 20 results from an estimated 1000 matches similar to: "smbmount and credentials file"
2003 Nov 26
1
Samba and W2K printer issues
I posted this query a couple of days ago and received no responses.
SInce that time, some other info has come to light that I thought would
be useful to helping to solve this porblem.
My network consists of a firewall machine networked with a SuSE 7.2
workstation and a Windows 2000 workstation. My smb.conf file is below:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date:
2004 Nov 28
1
YASP (Yet Another Samba Problem)
When I attmept to mount a PC (W2K) share via my fstab, I get the
following error message on the mount:
"Unknown parameter encountered 'file'"
Truth be told , samba is becoming more and more frustrating. The only
thing I have been able to successfully do is to make visible my NFS
mount point across my file server to my W2K machine. I am running SuSE
9.1, Samba 3.02a
Enclosed is
2004 Apr 15
1
Samba misconfig... (long)
I am trying to get my samba setup running (after putting it on the back
burner for a few months with other issues).
I am running Samba 3.0.0 on a SuSE 7.2 install. I have a linux box
(clyde) and a Win2K box (Badmonkey) connected via a firewall/network. My
smb.conf file is shown here:
-- # Sambxa config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2003/12/04 05:28:37
# Global
2004 Apr 20
3
which print tool: CUPS vs BSD?
Which printing mnechansim works best with Samba? CUPS or BSD? I suspect
that BSD support in Samba is not the greatest.
Regards,
Joe
--
#----------------------------------------------------------#
# Penguinix Consulting #
#----------------------------------------------------------#
# Software development, QA and testing. #
#
2006 Mar 27
0
access share on machine running server again
Hi all,
A while ago I posted about needing to access samba shares on the same machine
that the samba server was running on.
Someone posted a script to mount the shares and all was well till I upgraded
my PC hadware and had a small accident :(
I have tried modifing /etc/init.d/samba adding ...
mount -t smbfs //127.0.0.1/common /mnt/samba/common -o
2002 Jun 13
1
[mntent]: line x in /etc/fstab is bad
Hi !
I'm having trouble trying to mount a win2k share from my linux box
with the mount command.
My linux box is a RH 7.2 and samba version is 2.2.4.
It is part of the windows domain 'VALBONE' and the smb.conf option
"winbind use default domain" is set to yes.
So when the user slautier log into the machine, it does it without
specifying the domain name.
slautier is a member
2003 Dec 22
2
Printers and other stuff
Well.. okay. Only printers.
I am still having issues (pains, actually) getting my pritner shares to
work from either Linux OR Windows 2000. One of the things I see here is
that the majority of users use CUPS as the printing daemon. From my
previous Unix experieince, I have gravitated towards BSD as my printing
daemon.
Could this be the reason I am having trouble> Does Samba work better
with
2006 Jan 22
0
cant add files + variables ? (Newbe:)
First time samberer :)
I have a home network, samba server running on kubuntu, wifes system running
kubuntu and company laptop running XP.
To start with I want to just share files.
I can read files in shares from my wifes system but no matter what I do I
cannot add files to the mounted share. I get 'cannot create regular file ....
no such file or directory', even though the mounted
2002 Jun 11
1
smbmount and win2k permissions
> From there, you can use smbmount to mount SMB shares (from
> Windows systems or Samba servers) in your Linux filesystem.
smbmount works fine :
$ smbmount //DOMAIN_controler/sharedir /home/toto/smb -o
credentials=/home/win2k/DOMAIN/toto/.smbpw,uid='DOMAIN+toto',gid='DOMAIN+Domain
users',fmask=664,dmask=775
The user toto is a domain user authenticated from the Win2k server.
2003 Nov 22
0
Samba and printers and god knows what else...
Okay.. this is REALLY starting to p*** me off here!
Attached is my smb.conf file:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2003/11/21 18:09:25
# Global parameters
[global]
workgroup = PENGUINIX
guest account = guest
wins support = Yes
[joec]
comment = Personal network share
path = /home/joec/smb_share
read only =
2004 Apr 20
0
printer sahre not prining from win2k...
I have installed a samba share for an Epson FX-85 printer. The smb.conf
file is shwon below:
# from 127.0.0.1 (127.0.0.1)
# Date: 2004/04/19 17:05:12
# Global parameters
[global]
workgroup = PENGUINIX
interfaces = eth0, lo
bind interfaces only = Yes
password server = clyde
guest account = guest
log level = 1
log
2002 Jun 14
1
groupname gid with blank char in file /etc/fstab
Hi !
toto is a win2k domain user member of group 'Domain Users'.
I've added the following line to my /etc/fstab file for the win2k
share to be mounted at system boot:
//DERVER/SHARE /mnt/smb smbfs
credentials=/home/toto/.smbpw,uid=toto,
gid='Domain users',fmask=664,dmask=775 0 0
But the mount command failed with error:
| [mntent]: line 9 in /etc/fstab is bad
2005 Jan 14
1
problems with auto mounted share from Macintosh server on SuSE Linux
I recently switched from using Redhat Linux 9 to SuSE 9.2 Pro and am
having problems with an auto mounted share served from a Macintosh
running Mac OS 10.3.6. I can read from the share without problems.
However, writing to it is a different story.
All the files/folders on the share are owned by janee in the group
janee and have rw owner and group permissions. I've tried playing with
the
2003 Nov 23
1
smbprint
While trying to configure my *nix box to print to windows, I discovered
my samba build does not have the smbprint utility. I saw no option in
the configure/make script to build with the smprint utility.
Is there an option that will build this tool?
Thanks!
Joe Cipale
--
#----------------------------------------------------------#
# "Don't fear the penguin!"
2008 Jul 14
0
Authenticating against samba passdb using PAM
Hey!
I'm trying to get a web application I'm developing to authenticate
against the samba user database. As far as I can tell, what I have to do
is "simply" set up a PAM service that uses pam_smbpass.so, and then use
a PAM client library to authenticate against it.
For the second part, I found a Python example that authenticates against
a given PAM service, and it works fine
2002 Jun 13
2
pam_mount and winbind
Hi !
Has anybody already managed to make pam_mount and winbind working
together ?
I'm running a linux 7.2 box with samba 2.2.4.
I use winbind for user authentication from a win2k server (DEDALE in
domain VALBONE).
The following command works fine:
$ smbmount //DEDALE/SHAREDIR \
/mnt/smb/dedale/sharedir/ -o \
2004 Mar 09
0
AW: WinXP Profiles
This worked. I am just having trouble with the profile I copied over to my
server. It seems like something got screwed up in the copy over. My
desktop and Start Menu, well all my windows as a matter of fact look like
win 2k instead of xp. And none of my settings I configured before I copied
it over came over.
The profile is fine until I copy it to my server. I tried it on a bunch of
xp
2004 Sep 21
0
Incorrect Permissions/Owner on smbmount
I am running a Samba fileserver (Redhat//pandora/pub /mnt/pub smbfs
credentials=/etc/samba/smb.auth,uid=1000,gid=100,fmask=666,dmask=777,debug=9
0 0 9 kernel: 2.4.20-24.7, smbd ver: 3.0.0). I am now trying to mount
a share on this server on another Linux machine (SuSE 9.1 kernel
2.6.5-7.108, smbmount ver. 3.0.7). I would like to have the share
automattically mount on startup using an /etc/fstab
2004 Jan 03
4
Printer on WinXP
Hi all,
Is it possible to use a printer attached to a WinXP computer from Linux
(Suse) using only console mode, ie. no graphic mode?
2004 Apr 21
2
help with smbmount and permissions
ok, on my windows machine, i see:
myname on 'computer01\home' (H:)
so i went to my linux box and did:
smbclient -L //computer01 -U myname
and i see Home listed as a sharename (why does windows show it as "home" but its really "Home" as reported by smbclient?).
well everything works fine if i mount it like this:
smbmount //computer01/Home /mnt/computer01/Home -o