similar to: Samba guest no write access after update to samba -3.6.23-12.el6.x86_64

Displaying 20 results from an estimated 2000 matches similar to: "Samba guest no write access after update to samba -3.6.23-12.el6.x86_64"

2012 Dec 06
1
KDE login screen configuration problems
Sorry to be so slow in responding. I've done what you suggested. I created /etc/sysconfig/desktop and entered "$DISPLAYMANAGER=KDM". I rebooted but there was no change. GDM is still being used. Any other suggestions? mw ======================== Just create the file /etc/sysconfig/desktop and put in it: DESKTOP=KDM I believe it's DESKTOP - you can dbl check /etc/X11/prefdm
2012 Dec 23
3
Question: How to utilize multi-core CPUs
I've installed CentOS 6.3 on a quad-four box. The model only indicated dual core but CentOS is telling me there are four. This is the first multi-core Linux installation I've had. What is the best way to utilize the multi-core CPUs? I'd like to distribute the load but I'm unsure how to do that. mw -- -- "Lose not thy airspeed, lest the ground rises up and smites
2012 Oct 06
1
Dovecot & pam issues
I'm replacing my old Fedora 7 mail server with a new one running CentOS6.3. The old server uses plain-text logins and password for pop3 and IMAP. I'm unable to get dovecot to authenticate. It's failing the password check. Trying 192.168.1.50... Connected to orion (192.168.1.50). Escape character is '^]'. +OK orion.crucis.net Dovecot ready. user joe +OK pass abcdefg -ERR
2012 Oct 08
2
X/Display resolution configuration
I've installed CentOS 6.3 on a new system. I've a nagging problem that I'm trying to fix---the screen resolution changes. I've a flat screen monitor that has 1600x900 capability. However when I logout and then log back in the resolution changes to 1280x1024. When I looked at the xorg.conf.d directory it was empty---both in /etc and in /usr/share. Where is xorg.conf and
2014 Sep 09
1
Upgrade from CentOS 6.x to 7
Can I directly upgrade (update?) from my current 6.5 box to version 7? Or, must I wipe my drives and install from scratch? mw -- -- "Lose not thy airspeed, lest the ground rises up and smites thee." -- William Kershner http://crucis-court.com http://www.crucis.net/1632search
2013 May 27
6
Backup of large filesystems >500GB
I've a small system that I use to support a number of churches. I provide web and email for them. My current server is running CentOS 6.3 with paired 1TB drives in a RAID1 configuration. It works well. One filesystem is very large, >500GB, and contains numerous large files: SQL, docs, church libraries in ebook and digital form, plus stored videos of church services. My problem is that
2012 Nov 19
3
CentOS 6.3 - KDE login screen configuration problems
Hello, We generally use CentOS for some servers, and so do not use a GUI interface. However, I have recently installed CentOS 6.3 onto a PC with KDE. I am familiar with KDE as I use it with Fedora for my work PC. The problem is that we would like to configure the login screen, so that it does not show the user list, that it does not allow the shutdown or reboot commands (from the login screen),
2003 Nov 19
0
OT Sorta: Strouhal Numbers, Unladen Swallows and Monthy Python....
Greetings all, Every now and then, as we engage in serious discourse, it seems appropriate to throw something into the mix that might digress and brighten the day. So, what is a Strouhal Number? "For an animal or insect in flight, the Strouhal number is determined by the frequency (f) of wing strokes, multiplied by the amplitude (A) of the wing, divided by the animal?s forward speed (U)
2011 Aug 15
2
XP is unable to write to samba shares - Valid users?
I have a client with a linux server with samba installed and I've created users using the smbpasswd command (user1,user2,user3...) but when I go to the XP machines they can see the different shares but are unable to write to the folders or create additional folders based on their user1 and password. I want them to validate themselves to the linux server so that if their domain goes down they
2016 Feb 22
3
Dovecot Bulletin
It also got the bulletin out to new users without admin intervention. Sent from Mobile ________________________________ From: Doug Hardie<mailto:bc979 at lafn.org> Sent: ?2/?22/?2016 4:02 To: Dovecot Mailing List<mailto:dovecot at dovecot.org>; Timo Sirainen<mailto:tss at iki.fi> Cc: Kevin Kershner<mailto:cstkersh at outlook.com> Subject: Re: Dovecot Bulletin > On 20
2001 Dec 15
1
[Fwd: Re: No print to Samba (Linux) printer from Win98]
Here is my smb.conf. Maybe someone can tell me what I'm doing wrong. [global] workgroup = HOMEGROUP log level = 8 path = /var/spool/lpd/HPDESKJET default service = global writable = yes printer = HPDESKJET remote announce = 192.168.x.x/HOMEGROUP print command = lpr -l -P%p %s printing = bsd load printers = yes dns proxy = No lprm command = lprm public = yes printcap name =
2006 Feb 24
1
Fwd: Re: How to use multiple link-dest directories?
I forward Maynard's suggestions to the list. -------- Forwarded Message -------- From: Maynard Handley <name99@name99.org> To: Matt McCutchen <hashproduct@verizon.net> Subject: Re: How to use multiple link-dest directories? Date: Thu, 23 Feb 2006 19:31:56 -0800 Great. That's exactly the sort of answer I wanted. I'll try it tonight. (BTW, I guess maybe it got lost since I
2003 Oct 20
2
Samba 3.0.0 PDC, XP SP1, and domain joining woes.
Greetings, you kind and wonderful people. I've spent the past few hours or so (read: all day) attempting to get a basic PDC up and running, with no success. I've even gone to the extent of copying John Herpstra's config, which contains all sorts of weird and wonderful stuff, in the hope that he had something I missed. He didn't. I've got one box running debian testing, with
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net: - set min/max_mtu, per Haiyang, after rndis_filter_device_add virtio_net: - set min/max_mtu - remove virtnet_change_mtu vmxnet3: - set min/max_mtu xen-netback: - min_mtu = 0, max_mtu = 65517 xen-netfront: - min_mtu = 0, max_mtu = 65535 unisys/visor: - clean up defines a little to not clash with network core or add redundat definitions CC: netdev at vger.kernel.org CC:
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net: - set min/max_mtu, per Haiyang, after rndis_filter_device_add virtio_net: - set min/max_mtu - remove virtnet_change_mtu vmxnet3: - set min/max_mtu xen-netback: - min_mtu = 0, max_mtu = 65517 xen-netfront: - min_mtu = 0, max_mtu = 65535 unisys/visor: - clean up defines a little to not clash with network core or add redundat definitions CC: netdev at vger.kernel.org CC:
2005 Aug 05
0
Help ! compatibility between SRVTOOLS and Samba-PDC
I want to use NT4's SRVTOOLS to manage the Samba-PDC,But when i use it ,i mean ,when i add a account for windows,Samba can only receive the username from the tool. The others ,such as logon_path,Fullname and Description cannot be received by samba. Is some thing wrong with samba? what can i do ? I add the information of a user to the LDAP-server by LDIF-file handly .It works fine.And the
2016 Oct 20
0
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
On Thu, Oct 20, 2016 at 01:55:21PM -0400, Jarod Wilson wrote: > hyperv_net: > - set min/max_mtu, per Haiyang, after rndis_filter_device_add > > virtio_net: > - set min/max_mtu > - remove virtnet_change_mtu > vmxnet3: > - set min/max_mtu > > xen-netback: > - min_mtu = 0, max_mtu = 65517 > > xen-netfront: > - min_mtu = 0, max_mtu = 65535 > >
2004 Sep 16
1
ERROR[16384]: chan_h323.c:1987 load_module: Gatekeeper registration failed
I'm trying to configure Chan_H323 to register with GnuGK... without success... i've failed finding sample configurations. I'd greatly appreciate anyone who can provide sample config of H323.conf and gnugk.ini I am tyring to configure Asterisk as a neighbor in GnuGK. I'm always getting this error on Asterisk. ERROR[16384]: chan_h323.c:1987 load_module: Gatekeeper registration
2001 Dec 17
1
title tags -- languages
I'm not sure if this falls within the scope of tag data, somewhere else, or if there's any provision for it at all: I have a lot of songs whose native titles are in Japanese. For example, I have a song titled "螟". The filename for this song would be "02 - yume [Dream].ogg" (or even "02 - 螟 (yume) [Dream].ogg".) To automatically name this file, I'd need
2011 Jul 25
2
SIGTERM not actually killing processes
Hi, Unicorn is saying it''s terminating but it''s not actually. Check out the gist:?https://gist.github.com/1104930 Using: - Ruby 1.9.2p180 - unicorn 4.0.1 - kgio 2.6.0 - bundler 1.0.15 - Linux maynard 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux Please let me know if there''s any other info I can provide. Thanks, Jesse