similar to: smbclient -p <port> worked in samba 1.19.18p10, not in samba 2.x

Displaying 20 results from an estimated 200 matches similar to: "smbclient -p <port> worked in samba 1.19.18p10, not in samba 2.x"

2000 Jul 16
1
"smbclient -p <port>" appears to be broken in Samba 2.x
I posted this problem as a question to this list a while ago and got no reply. I submitted it as a bug, but found that "samba-bugs@samba.org", no longer accepts bug reports, even though the web page says to send them to that address. Wondering if the option had been intentionally discontinuted without updating the man page, I made a quick check of the source and found that the "-p
1999 Nov 10
0
Errors in /var/log/messages and "dmesg"
A friend of mine is running Samba (samba-2.0.3-8) on a couple RedHat Linux 6.0 machines. He is sharing files bilaterally at work with a WinNT machine and at home with a Win9x machine. In both places, he is getting a large number of SMB error messages. I'm not sure whether these are from the smbfs (smbmount) or from the Windoze machines accessing the Linux drives, though I suspect the
2000 Jul 17
0
[PATCH] `smbclient -M' ignores `-p port'
Peter: Thanks! It now works fine on Solaris 2.6. Now I just need to remember how to manipulate source RPMs so I can fix the Linux (RedHat 6.x) version. :-) pete > From peter@cadcamlab.org Sun Jul 16 16:41:17 2000 > Cc: <samba@samba.org> > Subject: [PATCH] `smbclient -M' ignores `-p port' > > [Pete Peterson <petersonp@genrad.com>] > > It appears
2006 Feb 01
4
Where is the send() function?
Hi, in the tutorial "4 Days on Rails" the following code fragment is used: ,---- | <% for column in Category.content_columns %> | <td><%=h category.send(column.name) %></td> | <% end %> `---- Apparently, the send() function returns the column value by name, but where does this function comes from? Unfortunately, neither the tutorial nor the API
2006 Jul 12
3
How to get the current URL?
Hi, how can I get the current URL withing a controller? There seems to be no appropriate method in ActionController::Base. I''m creating a site, which requires a login for some pages. I''m using before_filter for authentication. My idea was to store the currect URL in a session before redirecting to the login page and then redirect to this URL after successful authenfication.
2006 Jun 08
5
Field names in validators
Hi! Is there a (simple) way to use alternative field names in validation messages? For example, if I have a validator like this one: validates_presence_of :email how can I make it print a message like "E-Mail Address can''t be blank" instead of "Email can''t be blank"? I can override the "can''t be blank" part by using the :message
2006 Mar 12
2
Strange error: undefined method `rewrite''
Hi, when I generate a new rails project with a simple scaffolded controller, I get a strange error message, whenever it tries to call the url_for method, for example: ,---- | undefined method `rewrite'' for #<Url:0xb7675e64> | | Extracted source (around line #7): | | 4: </p> | 5: <% end %> | 6: | 7: <%= link_to ''Edit'', :action =>
2015 Jul 15
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 15/07/15 11:06, Mario Pio Russo wrote: > I have some more findings about this > > it looks like getent does not get the right information from the Domain > Controller, in fact the domain user groups shows with NO member users: > > getent group | grep "domain users" > domain users:x:10000: > root at seadog:~# > > > Now funny thing is that other folders
2015 Jul 14
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 14/07/15 16:49, Mario Pio Russo wrote: > > Good Day All > > I have a problem for our main fileserver base don samba 3.5.6 > > Let's give a bit of pregress first. We had a samba 3.5.6 installation which > was acting as a PDC for our internal domian called CCDC. On a sapearate > machine, we had another installation of samba 3.5.6 to act just as file > share server.
2015 Jul 15
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
OR is there any way, or magical hidden parmeter in the smb.conf that allows to enumerate the users in the Domain Users? tbh this has a huge impact on the file share server as many directorys have "domain users" as group ___________________________________________________________________________________________ Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353
2015 Jul 15
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
well that's peculiar, as I am experiencing something different. in fact from ADUC I can see all the users belonging to the "domain users" groups. the authentication, however, does not work on that group, and the share "scrap" cannot be accessed with this config: valid users = @"Domain Users" however, I have created an auxiliarry group called domainusers
2015 Jul 14
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 14/07/15 18:19, Mario Pio Russo wrote: > Thanks Rowland! > > few answers to your question: > > 1) I used the samba-tool domain classicupgrade to "migrate" the domain for > the pdc to a new Ubuntu server with sernet-samba-4.2.2 > > 2) on the DC, I have configured the service to use the old winbind, as > that's just enaugh for our domain and it looked
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
Good Day All I have a problem for our main fileserver base don samba 3.5.6 Let's give a bit of pregress first. We had a samba 3.5.6 installation which was acting as a PDC for our internal domian called CCDC. On a sapearate machine, we had another installation of samba 3.5.6 to act just as file share server. All was working ok, till I upgraded the PDC form samba 3.5.6 to samba 4.2.2 , using
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
I have some more findings about this it looks like getent does not get the right information from the Domain Controller, in fact the domain user groups shows with NO member users: getent group | grep "domain users" domain users:x:10000: root at seadog:~# Now funny thing is that other folders for wwhich getent retrieves the users correctlly are mounted fine . any idea why I don t see
2015 Jul 14
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 14/07/15 19:27, Mario Pio Russo wrote: > well, I have configured the kdc client on the file server, joined the > domain using net ads join and it worked fine, again getnet group , getnet > passwd , wbinfo -u they all works perfectlly fine Well, this sounds like samba is working correctly. > > I am also able to browse the shares from any windows machine joined to the > CCDC
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
ok, what do you suggest then? maybe changing the authentication to another group like "domainusers" ? ___________________________________________________________________________________________ Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1 815 2236, eMail: mariopiorusso at ie.ibm.com IBM Ireland Product Distribution Limited registered in Ireland with
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
Thanks Rowland! few answers to your question: 1) I used the samba-tool domain classicupgrade to "migrate" the domain for the pdc to a new Ubuntu server with sernet-samba-4.2.2 2) on the DC, I have configured the service to use the old winbind, as that's just enaugh for our domain and it looked more stable during the test phasethe smb.conf of the DC is the following: [global]
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 15/07/15 15:10, Mario Pio Russo wrote: > OR > > is there any way, or magical hidden parmeter in the smb.conf that allows to > enumerate the users in the Domain Users? tbh this has a huge impact on the > file share server as many directorys have "domain users" as group I don't think you understand this at all :-) If a user is a member of an AD domain, then they are
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
well, I have configured the kdc client on the file server, joined the domain using net ads join and it worked fine, again getnet group , getnet passwd , wbinfo -u they all works perfectlly fine I am also able to browse the shares from any windows machine joined to the CCDC domain, but I am still not able to do ANY mount.cifs, not even form linux boxes joined to the domain :-/ I have no idea
2004 Jan 09
0
Upgrading Samba: minimum requirements for Samba wrtSolaris and gcc
John, Thank you very much! >>>> John P. Nelson <nelsonjp@genrad.com> 01/08/04 03:43PM >>> >>an on Solaris 8, the 'configure' step completes >>successfully, but 'make' seems to hang early: >> ... >>creating /home/troy/src/samba/samba-3.0.1/source/include/proto.h >>[it hangs here for hours if I let it] >This problem