Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Samba | Forum profile

Forum profile page for Samba on http://dunedin.lug.net.nz. This report page is the aggregated overview from a single forum: Samba, located on the Message Board at http://dunedin.lug.net.nz. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Samba" on the Message Board at http://dunedin.lug.net.nz is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: DunLUG - Dunedin Linux Users Group - Samba (site profile)
Title: Samba
Url: http://dunedin.lug.net.nz/forums/forumdisplay.p...
Users activity: 19 post per thread
Forum activity: 146 active threads during last week
 

Posting activity on Samba:

  Week Month 3 Months
Threads: 146 479 922
Post: 280 898 1,733
 

Samba Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Gaiseric Vandal
22
user's latest post:
[Samba] samba 3.4.3 DC breaks...
Published (2009-11-26 16:50:00)
I think I have found the problem: Samba 3.0.x looks for group mappings in the "ldap group suffix" param. On my systems this is "ldap group suffix = ou=smb_groups." Regular unix groups are just in ou=groups. Initially we had used NIS (then LDAP) for unix groups, and had used tdbsam for the samba account backend. Group mappings were also in tdb. When we moved to ldap backend, group mappings were imported into...
Volker Lendecke
18
user's latest post:
[Samba] net rpc rights stop...
Published (2009-11-26 02:40:00)
On Thu, Nov 26, 2009 at 02:28:25PM +0100, Frank Bonnet wrote: > Hello > > Since I upgraded from 3.3.9 to 3.4.3 the net rpc rights command > stops working properly > > pdc:/usr/local/samba/etc/samba# net rpc rights list > Enter root's password:xxx > Could not connect to server 127.0.0.1 > Connection failed: NT_STATUS_CONNECTION_REFUSED > > the smb.conf file is...
Jeremy Allison
12
user's latest post:
[Samba] How do I increase the...
Published (2009-11-26 11:30:00)
On Fri, Nov 13, 2009 at 11:57:46PM -0600, Chris Baker wrote: > > > Perhaps, this issue has already been posted here. However, I have already a > lot of searching on this problem. > > I have Fedora Core 8 with samba-client-3.0.33-0.fc8. > > As you may know, this client has a timeout of 20,000 milliseconds. I would > like to increase this timeout as it causes numerous problems for my...
Ralf Hornik Mailings
11
user's latest post:
[Samba] Samba 3.4.2 with Solaris...
Published (2009-11-26 04:20:00)
Jean-Christophe Delaye <Jean-Christophe.Delaye@eurecom.fr> wrote: >>> We use the patches from http://www.edplese.com/samba-with-zfs.html >>> this give us freedom in naming convention >>> they still can be applied (manuallly) to >> >> Sure? On 3.4.2, when I try to apply this patches only >> dirent-fix.patch is applicable. The...
Kevin Keane
10
user's latest post:
[Samba] NAS on 2 sites connected...
Published (2009-11-26 21:30:00)
I take it that the slow link is between the 192.168.1 and the 192.168.5 subnets? So you currently have: Client ------SLOW--------> NAS If you mount the NAS directory on your PDC, the data doesn't magically travel to the other end of your slow link. You are, of course, right that the clients would have a fast connection - but the PDC still has a slow connection. Client -----FAST---------> PDC ---------SLOW----------->...
Diego Zuccato
9
user's latest post:
[Samba] NAS on 2 sites connected...
Published (2009-11-26 21:30:00)
Koen Linders wrote: > I hope I'm clear about what I try to do and what I hope would happen > I thought the data didn't had to be transferred over the link. Well, data have to be transferred in some way. What you need is more or less what I was looking for some time ago: a caching fileserver proxy. But the only thing I've found is an active-active cluster. Too bad it requires a shared disk (even if it seems NBD...
Eero Volotinen
8
user's latest post:
Re: [Samba] Desiring to set up...
Published (2009-11-21 20:10:00)
> <<>> > bash-2.03# ping 192.168.1.102 > no answer from 192.168.1.102 > <<>> > > Once again, pinging 192.168.2.1 (the Linux system) from the Windows > fails. Pinging 192.168.1.102 (the Windows system) from the Linux system > fails. Is there any good reason that you can't use 192.168.1.0/24 ip range on all machines? Maybe that...
Mumia W..
6
user's latest post:
[Samba] Samba + WinXP Home
Published (2009-11-20 02:50:00)
On 11/19/2009 06:33 AM, Gaiseric Vandal wrote: > Try > Net view \\server.ip > Net user \\server.ip\share > > > Can you set up a share on the XP machine that the linux client can see via > smbclient? Maybe the necessary services aren't running on the XP machine. > When I try to use smbclient to see shares on the XP machine, I get this: smbclient -N -L //machine-name session request to...
Ivo Karabojkov
5
user's latest post:
[Samba] FreeBSD 7.2 domain...
Published (2009-11-23 07:10:00)
So I kept "hitting my head in the wall" and here is my partial but satisfying solution: I was totally unable to get idmap_rid working! So I am using the default IDMAP backend - tdb. The problem with not working pw user / group show -a or getent passwd / group was that nss_winbind.so was not where it supposed to. To correct this I used: ln -s /usr/local/lib/nss_winbind.so.1 /usr/lib/ ln -s /usr/local/lib/nss_winbind.so.1...
Massimo
5
user's latest post:
Re: [Samba] home directories ask...
Published (2009-11-24 03:10:00)
>Perhaps removing the 'valid users' solves your problem. In theory it can >only display the homedir of the user connecting. The 'homes' share is >translated to the user name. Below if my current config that is working >for me. The preexec that I have is creating the homedir if it does not >exist (Perhaps that may be another possible cause of your error?). >Script is included. Make...
 

Latest active threads on Samba::

DunLUG - Dunedin Linux Users Group
Started 2 days, 16 hours ago (2009-11-26 03:30:00)  by mistofeles
We have a small Ubuntu 9.10 file server in a large Win 2003/2008 domain. There is no X nor web browser in the server. I have rights to join machines to the domain, but I'm not an Administrator There is about 10 users in this server, who want to authenticate with domain passwords when they mount their home directories to WindowsXP workstations. The ssh passwords should be local ...
Thread:  Show this thread (12 posts)   Thread info: [Samba] how to join to AD ? Size: 1,680 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[Samba] how to join to AD ? :: Samba :: DunLUG - Dunedin Linux Users Group"
DunLUG - Dunedin Linux Users Group
Started 1 day, 20 hours ago (2009-11-26 23:20:00)  by Moray Henderson
Jo wrote: >Hi, > >I'm using Samba (currently samba-3.0.10-1.fc3) in an intranet >environment under Fedora Core 3. I learned that I have to upgrade to >Samba 3.3.4 or higher in order to join new Windows 7 clients to the >domain. > >Hints to binaries for this setting would be greatly appreciated. > >Cheers, Jo That's a pretty old Fedora you have there. A friend recently had their ...
Thread:  Show this thread (2 posts)   Thread info: [Samba] binaries >= 3.3.4 for fedora core 3 Size: 1,458 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] binaries >= 3.3.4 for fedora core 3 :: Samba :: DunLUG - Dunedin Linux Users Group"
DunLUG - Dunedin Linux Users Group
Started 2 days, 21 hours ago (2009-11-25 22:40:00)  by John Doe
From: muhammad wasim <samimalik786@gmail.com> > m facing problem installing swat on redhat enterprise 5.3 samba is > already installed > some body help me m new in linux And what would be this problem...? What about : yum install samba-swat JD -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Thread:  Show this thread (3 posts)   Thread info: [Samba] samba-swat Size: 613 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] samba-swat :: Samba :: DunLUG - Dunedin Linux Users Group"
DunLUG - Dunedin Linux Users Group
Started 2 days ago (2009-11-26 19:40:00)  by Koen Linders
> Oh, I thought the NAS was in the 192.168.5 network. If it is on the > same network as the clients, that would be fast. > > In that case, do NOT try to mount the NAS on the PDC. What you'd > actually accomplish is this: > > Client ------SLOW---------> PDC --------SLOW-----------> NAS > > Instead, do this: > > Client -----FAST----------> NAS > > In other words, have the NAS appear ...
Thread:  Show this thread (10 posts)   Thread info: [Samba] NAS on 2 sites connected via slow link Size: 1,729 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] NAS on 2 sites connected via slow link :: Samba :: DunLUG - Dunedin Linux Users Group"
DunLUG - Dunedin Linux Users Group
Started 1 day, 23 hours ago (2009-11-26 20:40:00)  by Kevin Keane
> -----Original Message----- > From: samba-bounces@lists.samba.org [mailto:samba- > bounces@lists.samba.org ] On Behalf Of Alex Ferrara > Sent: Wednesday, November 25, 2009 2:17 PM > To: samba@lists.samba.org > Subject: Re: [Samba] Windows 7 domain issues > > The DNS update issue I have resolved by insisting that DHCPD perform > the update, and ignore the client request. I found ...
Thread:  Show this thread (2 posts)   Thread info: Re: [Samba] Windows 7 domain issues Size: 2,588 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] Windows 7 domain issues :: Samba :: DunLUG - Dunedin Linux Users Group"
DunLUG - Dunedin Linux Users Group
Started 1 day, 23 hours ago (2009-11-26 20:40:00)  by Diego Zuccato
Christoph Kaminski wrote: > realm = chaos.local Shouldn't this be UPPER case? -- Diego Zuccato Servizi Informatici Dip. di Astronomia - Università di Bologna Via Ranzani, 1 - 40126 Bologna - Italy tel.: +39 051 20 95786 mail: diego.zuccato@unibo.it -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/...
Thread:  Show this thread (2 posts)   Thread info: [Samba] Problems with samba 3.4.2 and w2k8r2 AD Size: 656 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] Problems with samba 3.4.2 and w2k8r2 AD :: Samba :: DunLUG - Dunedin Linux Users Group"
DunLUG - Dunedin Linux Users Group
Started 2 days, 1 hour ago (2009-11-26 18:20:00)  by Brian May
Hello, As of today we seem to be having printer issues. As in computers that were working fine suddenly decided to stop working. One one computer. No printers won't work at all. For some printers, if I remove and reinstall, it complains that there are no printer drivers on the server (incorrect). When past this stage, none of the printers work. When I click the print test ...
Thread:  Show this thread (2 posts)   Thread info: [Samba] domain printer issues Size: 1,346 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[Samba] domain printer issues :: Samba :: DunLUG - Dunedin Linux Users Group"
 

Hot threads for last week on Samba::

Samba
Started 2 days, 16 hours ago (2009-11-26 03:30:00)  by mistofeles
We have a small Ubuntu 9.10 file server in a large Win 2003/2008 domain. There is no X nor web browser in the server. I have rights to join machines to the domain, but I'm not an Administrator There is about 10 users in this server, who want to authenticate with domain passwords when they mount their home directories to WindowsXP workstations. The ssh passwords should be local ...
Thread:  Show this thread (12 posts)   Thread info: [Samba] how to join to AD ? Size: 1,680 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[Samba] how to join to AD ? :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 1 week, 1 day ago (2009-11-20 01:10:00)  by Eero Volotinen
Quoting "Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net>: > Hello. I'm trying to get Samba 3.2.5 working with Windows XP Home. > Reputedly, XP Home still has peer-to-peer networking, so that's what > I'm trying to use, but I can't get it to work. Samba is set up on my > Debian Lenny machine, and I can contact the shares using smbclient, but > I can't get Windows Explorer to see ...
Thread:  Show this thread (10 posts)   Thread info: [Samba] Samba + WinXP Home Size: 1,902 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] Samba + WinXP Home :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 2 days ago (2009-11-26 19:40:00)  by Koen Linders
> Oh, I thought the NAS was in the 192.168.5 network. If it is on the > same network as the clients, that would be fast. > > In that case, do NOT try to mount the NAS on the PDC. What you'd > actually accomplish is this: > > Client ------SLOW---------> PDC --------SLOW-----------> NAS > > Instead, do this: > > Client -----FAST----------> NAS > > In other words, have the NAS appear ...
Thread:  Show this thread (10 posts)   Thread info: [Samba] NAS on 2 sites connected via slow link Size: 1,729 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] NAS on 2 sites connected via slow link :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 6 days, 15 hours ago (2009-11-22 04:50:00)  by Ralf Hornik Mailings
Ralf Hornik Mailings schrieb: > with linux compiling samba 4 works pretty fine but with opensolaris > 'snv_111b' 64bit I have problems with the prototype declaration of > getpwent_r(): I fixed this using --enable-nss-wrapper=yes to work around any NSS incompatibilities. Now when I try to start samba I get this Error: root@server01:/opt/samba4# ./sbin/samba -i -M single samba version 4...
Thread:  Show this thread (9 posts)   Thread info: [Samba] samba4 does not compile under opensolaris (wrong getpwent_r ptype) Size: 5,236 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] (Partially fixed) samba4 does not compile under opensolaris :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 1 week, 1 day ago (2009-11-20 19:40:00)  by Adam Nielsen
> Problem: > Windows clients honor SGID and inherit/create mask statements. Mac > 10.6.2 or 10.5.8 clients do not seem to. Do the Mac clients themselves use the Samba code? If so they probably have UNIX extensions enabled, which allows them to directly control file permissions. Under Linux you can disable the UNIX extensions in /proc, so maybe you can do the same on a Mac? Cheers...
Thread:  Show this thread (7 posts)   Thread info: [Samba] mac client and inherited permissions Size: 751 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] mac client and inherited permissions :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 1 week, 1 day ago (2009-11-20 19:00:00)  by Adam Nielsen
> workgroup = FOO > security = ads > realm = FOO.BAR.BAZ > idmap backend = ad > idmap range = 1000-999999 > password server = foo.bar.baz > winbind nss info = rfc2307 > winbind separator = / > winbind use default domain = yes > winbind nested groups = yes Do you really need to specify a password server? IIRC this is used in...
Thread:  Show this thread (7 posts)   Thread info: [Samba] Cannot retrieve user/group information Size: 1,551 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] Cannot retrieve user/group information :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 3 weeks, 1 day ago (2009-11-06 00:41:00)  by Daniel O'Connor
On Thu, 5 Nov 2009, Michael Wood wrote: > 2009/11/4 Ivo Karabojkov <ivo@kit-bg.com>: > > I am trying to set a FreeBSD 7.2, Samba 3.3.8 as an AD domain > > member server. I am not using LDAP, but idmap_rid. I have properly > > configured nsswitch.conf. > > > > Joining to domain and wbinfo -u work OK, but when I try > > pw show user -a > > I get only user accounts of FreeBSD. So, I cannot...
Thread:  Show this thread (13 posts)   Thread info: [Samba] FreeBSD 7.2 domain member problem Size: 2,664 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] FreeBSD 7.2 domain member problem :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 4 days, 3 hours ago (2009-11-24 16:10:00)  by Gaiseric Vandal
On the assumption that Unix systems (solaris and linux) will not like spaces in names, I never created unix groups called "Domain Admins" and "Domain Users" etc. Instead I had created "smb_domadmins" and "smb_domusers" etc instead. I don't know if Windows systems actually pay attention to the name of the group (e.g. "Domain Admins") or just the SID (e.g. S-1-5-21-****-512.) We would ...
Thread:  Show this thread (6 posts)   Thread info: [Samba] samba 3.4.3 DC breaks Windows groups Size: 6,925 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] samba 3.4.3 DC breaks Windows groups :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 1 week, 1 day ago (2009-11-20 02:10:00)  by Volker Lendecke
On Thu, Nov 19, 2009 at 07:48:19AM -0500, John_DeBella@notes.teradyne.com wrote: > > Hi Volker, > > Thanks for the response. To clarify, we are not re-exporting via NFS but > via Samba. We've run in this mode for several years, (samba server mounting > home dirs via automounter over NFS and sharing via Samba), without issues. > However, we had been running with much earlier releases ...
Thread:  Show this thread (5 posts)   Thread info: [Samba] Question about Posix Locking and Windows XP/SP3 clients Size: 1,830 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] Question about Posix Locking and Windows XP/SP3 clients :: Samba :: DunLUG - Dunedin Linux Users Group"
Samba
Started 3 days, 5 hours ago (2009-11-25 14:00:00)  by Gaiseric Vandal
RVNET\A and RVNET2\A will be completely separate users. But unless the SID is stored with-in one files itself I would think it would be just a matter of changing the file permissions on the profile as you described. The windows 2003 Res Kit tools include a "moveuser" command that may help with the profile. Once about a time I converted some machines from a Workgroup to a Domain ...
Thread:  Show this thread (5 posts)   Thread info: [Samba] Moving a PDC Size: 5,168 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Samba] Moving a PDC :: Samba :: DunLUG - Dunedin Linux Users Group"

This page was found by:   final write to client failed: Broken pipe  "final write to client failed: Broken pipe"  winbind final write to client failed: broken pipe