- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: samba client varance RH3 versus RH 4
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 05:51 AM
05-06-2008 05:51 AM
samba client varance RH3 versus RH 4
RH3 system is 32 bit, update 7 never been patched except for all smb rpms, which did not change the outcome.
Both systems are fully integrated into the samba domain.
mount -t smbfs -o username=doogletemp,password=mypassword //ilapp3/doogletmp /shmuel
/shmuel/ exists and is 777
Mount command returns this error on both systems.
params.c:Parameter() - Ignoring badly formed line in configuration file: A
But on the RH4 system the mount occurs.
On the RH3 system we get this when running df -kh
df: `/shmuel': Permission denied
[root@ildocman-web2 shmuel]# ls
ls: .: Stale NFS file handle
[root@ildocman-web2 shmuel]# uname -a
Linux ildocman-web2.il.nds.com 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386 GNU/Linux
[root@ildocman-web2 shmuel]# cd /
[root@ildocman-web2 /]# umount /shmuel
[root@ildocman-web2 /]#
[root@ildocman-web2 /]# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 3 (Taroon Update 7)
Anyone else see the problem?
Would a full update to latest update 9 rpms of the entire system and kernel help?
Avenues of investigation?
Rewards are rich in SEP-ITRC-land.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 06:17 AM
05-06-2008 06:17 AM
Re: samba client varance RH3 versus RH 4
You should check the configuration file with testparm.
>>> df: `/shmuel': Permission denied
Try with umask=000 mount option.
If you use smbclient //ilapp3/doogletmp -U doogletemp
Can you browse the share?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 06:20 AM
05-06-2008 06:20 AM
Re: samba client varance RH3 versus RH 4
Yes from the perspective of the RH4 system, or even a visiting windows system, the share is browse able using the authentication information.
testparm produces no errors. The system returned the same error before it was a domain member as it did afterwards.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 07:38 AM
05-06-2008 07:38 AM
Re: samba client varance RH3 versus RH 4
You may receieve this error message if your server is â Digitally signingâ communications.
To disable this, alter two policies, in the Default Domain Controller Security Settings. Under Local policies, Security Options.
Disable Microsoft network server: Digitally sign communications (always)
Disable Microsoft network server: Digitally sign communications (if client agrees)
Remember to run gpupdate.exe when finishes or youâ ll have to wait for Windows to do it at the scheduled interval.
After you did this umount that shared on linux and mount it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 09:57 AM
05-07-2008 09:57 AM
Re: samba client varance RH3 versus RH 4
I'm going to propose a scenario (sadly, I'm not giving you the answer, just something to check into).
Is it possible that the configuration file (/etc/samba/smb.conf) has an error in it, possibly of the syntactical sort. The RH4 system is probably continuing to process (read) the file after the error, and the other system (RH3)is possibly bailing out on you after the syntax error.
Or - possibly the same problem, but in reverse ...
maybe the error is on samba server you're connecting to, and your RH4 client is more tolerant (possibly even being in error to be so), and the RH3 client gets knocked down on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 10:02 AM
05-07-2008 10:02 AM
Re: samba client varance RH3 versus RH 4
Forgive me if it sounds all too obvious (it's not meant to be)-
Since the errors seems to be in the "params" area, from the line:
params.c:Parameter() - Ignoring badly formed line in configuration file: A
Then, this is your problem, the line out the fact that the directory already exists and is 777 - is probably just informational, or at the most a low-level warning.
The idea is that if you possibly get rid of the whatever configuration error is out there, you'd get a mount point on both the RH3 and RH4 systems. Can you review the samba config files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 02:47 AM
05-08-2008 02:47 AM
Re: samba client varance RH3 versus RH 4
I managed to use the same smb.conf file on both systems since the samba versions are fairly similar.
I'm not at work again until Sunday, but will try some of this stuff out then.
I did a full update on the vesion three box and will reboot on Sunday and see if the kernel makes any difference.
Thanks, keep the ideas coming.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 08:49 AM
05-08-2008 08:49 AM
Re: samba client varance RH3 versus RH 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 12:56 PM
05-08-2008 12:56 PM
Re: samba client varance RH3 versus RH 4
I see that you can run /usr/bin/testparm to have your smb.conf file reviewed for validity. Hopefully, the problem will turn up in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 09:53 AM
05-11-2008 09:53 AM
Re: samba client varance RH3 versus RH 4
I repeat,testparm revealed no errors.
The configuration file is the same as on a working RH4 update 6 machine, save the name of the server.
What people seem to be telling me here is that the samba implementation in red hat 3 simply does not work. I don't find that very hard to believe. Check my profile, you'll see problems with samba in the past.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 01:42 AM
05-12-2008 01:42 AM
Re: samba client varance RH3 versus RH 4
Full red hat up2date followed by reboot on new kernel had no effect.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 05:21 AM
05-12-2008 05:21 AM
Re: samba client varance RH3 versus RH 4
smbclient //ilapp3/doogletmp -U doogletemp
Its been a while for me and samba, I always used to run such commands in quotes, using backslashes as well (and you need to escape each backslash with a backslash!) as follows:
smbclient "\\\\ilapp3\\doogletmp" -U doogletemp
but that was back in 2.0 days :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 05:22 AM
05-12-2008 05:22 AM
Re: samba client varance RH3 versus RH 4
"ls: .: Stale NFS file handle"
Is this directory mentioned in your /etc/exports file, or some similar NFS configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 06:13 AM
05-12-2008 06:13 AM
Re: samba client varance RH3 versus RH 4
smbclient test does authenticate and connect properly from the RH4 box.
Credentials also work from windows client.
Problem seems confined to RH3 client.
Filed a case with RH support. Their queries look a lot like your.
:-)
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com