<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: samba client varance RH3 versus RH 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192516#M83526</link>
    <description>Just a quick note in relation to Windows 2003 Servers.&lt;BR /&gt;&lt;BR /&gt;You may receieve this error message if your server is â  Digitally signingâ   communications.&lt;BR /&gt;&lt;BR /&gt;To disable this, alter two policies, in the Default Domain Controller Security Settings. Under Local policies, Security Options.&lt;BR /&gt;&lt;BR /&gt;Disable Microsoft network server: Digitally sign communications (always)&lt;BR /&gt;Disable Microsoft network server: Digitally sign communications (if client agrees)&lt;BR /&gt;&lt;BR /&gt;Remember to run gpupdate.exe when finishes or youâ  ll have to wait for Windows to do it at the scheduled interval.&lt;BR /&gt;&lt;BR /&gt;After you did this umount that shared on linux and mount it again.&lt;BR /&gt;</description>
    <pubDate>Tue, 06 May 2008 14:38:41 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-05-06T14:38:41Z</dc:date>
    <item>
      <title>samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192513#M83523</link>
      <description>RH4 system is 32 bit, fully current with up2date.&lt;BR /&gt;&lt;BR /&gt;RH3 system is 32 bit, update 7 never been patched except for all smb rpms, which did not change the outcome.&lt;BR /&gt;&lt;BR /&gt;Both systems are fully integrated into the samba domain.&lt;BR /&gt;&lt;BR /&gt; mount -t smbfs -o username=doogletemp,password=mypassword //ilapp3/doogletmp /shmuel&lt;BR /&gt;&lt;BR /&gt;/shmuel/ exists and is 777&lt;BR /&gt;&lt;BR /&gt;Mount command returns this error on both systems.&lt;BR /&gt;&lt;BR /&gt;params.c:Parameter() - Ignoring badly formed line in configuration file: A&lt;BR /&gt;&lt;BR /&gt;But on the RH4 system the mount occurs.&lt;BR /&gt;&lt;BR /&gt;On the RH3 system we get this when running df -kh&lt;BR /&gt;&lt;BR /&gt;df: `/shmuel': Permission denied&lt;BR /&gt;[root@ildocman-web2 shmuel]# ls&lt;BR /&gt;ls: .: Stale NFS file handle&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ildocman-web2 shmuel]# uname -a&lt;BR /&gt;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&lt;BR /&gt;[root@ildocman-web2 shmuel]# cd /&lt;BR /&gt;[root@ildocman-web2 /]# umount /shmuel&lt;BR /&gt;[root@ildocman-web2 /]#&lt;BR /&gt;[root@ildocman-web2 /]# cat /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux ES release 3 (Taroon Update 7)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyone else see the problem?&lt;BR /&gt;Would a full update to latest update 9 rpms of the entire system and kernel help?&lt;BR /&gt;&lt;BR /&gt;Avenues of investigation?&lt;BR /&gt;&lt;BR /&gt;Rewards are rich in SEP-ITRC-land.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 May 2008 12:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192513#M83523</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-06T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192514#M83524</link>
      <description>&amp;gt;&amp;gt;&amp;gt; params.c:Parameter() - Ignoring badly formed line in configuration file: A&lt;BR /&gt;&lt;BR /&gt;You should check the configuration file with testparm.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; df: `/shmuel': Permission denied&lt;BR /&gt;&lt;BR /&gt;Try with umask=000 mount option.&lt;BR /&gt;&lt;BR /&gt;If you use smbclient //ilapp3/doogletmp -U doogletemp&lt;BR /&gt;&lt;BR /&gt;Can you browse the share?</description>
      <pubDate>Tue, 06 May 2008 13:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192514#M83524</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-05-06T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192515#M83525</link>
      <description>Shalom Ivan,&lt;BR /&gt;&lt;BR /&gt;Yes from the perspective of the RH4 system, or even a visiting windows system, the share is browse able using the authentication information.&lt;BR /&gt;&lt;BR /&gt;testparm produces no errors. The system returned the same error before it was a domain member as it did afterwards.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2008 13:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192515#M83525</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-06T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192516#M83526</link>
      <description>Just a quick note in relation to Windows 2003 Servers.&lt;BR /&gt;&lt;BR /&gt;You may receieve this error message if your server is â  Digitally signingâ   communications.&lt;BR /&gt;&lt;BR /&gt;To disable this, alter two policies, in the Default Domain Controller Security Settings. Under Local policies, Security Options.&lt;BR /&gt;&lt;BR /&gt;Disable Microsoft network server: Digitally sign communications (always)&lt;BR /&gt;Disable Microsoft network server: Digitally sign communications (if client agrees)&lt;BR /&gt;&lt;BR /&gt;Remember to run gpupdate.exe when finishes or youâ  ll have to wait for Windows to do it at the scheduled interval.&lt;BR /&gt;&lt;BR /&gt;After you did this umount that shared on linux and mount it again.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2008 14:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192516#M83526</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-05-06T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192517#M83527</link>
      <description>Greetings SEP,&lt;BR /&gt;&lt;BR /&gt;I'm going to propose a scenario (sadly, I'm not giving you the answer, just something to check into).&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Or - possibly the same problem, but in reverse ...&lt;BR /&gt;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.</description>
      <pubDate>Wed, 07 May 2008 16:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192517#M83527</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-05-07T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192518#M83528</link>
      <description>Oh, I didn't label the point of my posting.&lt;BR /&gt;&lt;BR /&gt;Forgive me if it sounds all too obvious (it's not meant to be)- &lt;BR /&gt;&lt;BR /&gt;Since the errors seems to be in the "params" area, from the line:&lt;BR /&gt;&lt;BR /&gt;params.c:Parameter() - Ignoring badly formed line in configuration file: A&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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?</description>
      <pubDate>Wed, 07 May 2008 17:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192518#M83528</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-05-07T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192519#M83529</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;I managed to use the same smb.conf file on both systems since the samba versions are fairly similar.&lt;BR /&gt;&lt;BR /&gt;I'm not at work again until Sunday, but will try some of this stuff out then.&lt;BR /&gt;&lt;BR /&gt;I did a full update on the vesion three box and will reboot on Sunday and see if the kernel makes any difference.&lt;BR /&gt;&lt;BR /&gt;Thanks, keep the ideas coming.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2008 09:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192519#M83529</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-08T09:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192520#M83530</link>
      <description>Most of the time when I've seen errors with smbfs or cifs mounts there have been errors in /var/log/messages. The errors aren't always very descriptive (especially with smbfs), but they usually do give me something to feed to google.</description>
      <pubDate>Thu, 08 May 2008 15:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192520#M83530</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-05-08T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192521#M83531</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Thu, 08 May 2008 19:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192521#M83531</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-05-08T19:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192522#M83532</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I repeat,testparm revealed no errors.&lt;BR /&gt;&lt;BR /&gt;The configuration file is the same as on a working RH4 update 6 machine, save the name of the server.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 May 2008 16:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192522#M83532</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-11T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192523#M83533</link>
      <description>Shalom again friends,&lt;BR /&gt;&lt;BR /&gt;Full red hat up2date followed by reboot on new kernel had no effect.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2008 08:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192523#M83533</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-12T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192524#M83534</link>
      <description>Did you try Ivan's suggestion of testing connection to the share with smbclient command? you mention doing this under RH4, but not RH3. It could be quite telling ....&lt;BR /&gt;&lt;BR /&gt;smbclient //ilapp3/doogletmp -U doogletemp&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;smbclient "\\\\ilapp3\\doogletmp" -U doogletemp&lt;BR /&gt;&lt;BR /&gt;but that was back in 2.0 days :)</description>
      <pubDate>Mon, 12 May 2008 12:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192524#M83534</guid>
      <dc:creator>Angus1</dc:creator>
      <dc:date>2008-05-12T12:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192525#M83535</link>
      <description>And, whats with the NFS error you mention??&lt;BR /&gt;&lt;BR /&gt;"ls: .: Stale NFS file handle"&lt;BR /&gt;&lt;BR /&gt;Is this directory mentioned in your /etc/exports file, or some similar NFS configuration?</description>
      <pubDate>Mon, 12 May 2008 12:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192525#M83535</guid>
      <dc:creator>Angus1</dc:creator>
      <dc:date>2008-05-12T12:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: samba client varance RH3 versus RH 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192526#M83536</link>
      <description>Two good questions Angus.&lt;BR /&gt;&lt;BR /&gt;smbclient test does authenticate and connect properly from the RH4 box.&lt;BR /&gt;&lt;BR /&gt;Credentials also work from windows client.&lt;BR /&gt;&lt;BR /&gt;Problem seems confined to RH3 client.&lt;BR /&gt;&lt;BR /&gt;Filed a case with RH support. Their queries look a lot like your.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2008 13:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-client-varance-rh3-versus-rh-4/m-p/4192526#M83536</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-12T13:13:44Z</dc:date>
    </item>
  </channel>
</rss>

