search for: permamently

Displaying 12 results from an estimated 12 matches for "permamently".

Did you mean: ermanently
2005 May 06
1
YUM - Did directories change on the mirrors?
I didn't see this in the mail archives, maybe I missed it. I'm running CentOS 3. It looks like the $releasever directory has been dropped from mirrors.centos.org. This just happened in the last week (I run a daily cron to check for updates) My yum.conf (for CentOS 3) has url's defined like: baseurl=http://mirror.centos.org/centos-3/$releasever/addons/$basearch/ But
2019 Oct 17
3
Offline logon and NSS...
Mandi! Rowland penny via samba In chel di` si favelave... > > Considering a 'full offline' DM client (supposing a portable), there's > > a 'winbind permanent nss cache' or a general nss cache (like > > nss-updatedb): > > https://wiki.debian.org/LDAP/NSS#Offline_caching_of_NSS_with_nscd > > have to be used? Thanks. > No, you cannot use
2019 Oct 17
0
Offline logon and NSS...
On 17/10/2019 10:32, Marco Gaiarin via samba wrote: > Mandi! Rowland penny via samba > In chel di` si favelave... > >>> Considering a 'full offline' DM client (supposing a portable), there's >>> a 'winbind permanent nss cache' or a general nss cache (like >>> nss-updatedb): >>>
2003 Jan 20
1
netlogon sometimes works
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smb.conf Type: application/octet-stream Size: 12544 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20030120/29b5df6c/smb.obj
2003 Nov 20
0
Getting and providing help on this list (was "Printing on Samba with WinNT...")
...Printing on Samba with WinNT... > * From: John H Terpstra <jht at sambadotorg> > * Date: Thu, 20 Nov 2003 15:29:34 +0000 (GMT) > [...] >> I know that noone owes an answer to anyone, but get into my situation: >> You have some angry people sitting in your neck, permamently telling you that >> they still cannot do this and that. Googleing around results in useless >> things. Finally you decide to subscribe this list to get help, ask more than 3 >> times - in kindly words - and get no useful answer, if any, only suggestions >> which sound in the...
2019 Oct 17
4
Offline logon and NSS...
I'm revising some docs, and i've returned on the 'offline logon' tema. Looking at: https://wiki.samba.org/index.php/PAM_Offline_Authentication and smb.conf manpage, it is clear that 'offline logon' is a pam/authentication only, does not involve NSS. Considering a 'full offline' DM client (supposing a portable), there's a 'winbind permanent nss
2014 Aug 28
0
POP/IMAP HA solution for 5k users
Hello, I want to build simple, cheap HA solution for 5000 users with postfix/dovecot. Each user will have 1.3 GB mailbox (maildir) storage quota. All of the users will use POP and also plus half of them will use IMAP from smart phones. Sometimes they will hit webmail (squirrelmail). I plan that every user will send 20 and receive 20 mails per day. I have 3 locations, but electricity are not very
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called rsync once with --delete -d for every directory in which anything
2010 May 28
6
zfs send/recv reliability
After looking through the archives I haven''t been able to assess the reliability of a backup procedure which employs zfs send and recv. Currently I''m attempting to create a script that will allow me to write a zfs stream to a tape via tar like below. # zfs send -R pool at something | tar -c > /dev/tape I''m primarily concerned with in the possibility
2003 Jan 20
6
netlogon sometimes works (corrected with smb.conf attached)
...:19 To: jason.walton@nomadsoft.com cc: samba@lists.samba.org Subject: Re: [Samba] netlogon sometimes works On Mon, 20 Jan 2003 jason.walton@nomadsoft.com wrote: > Could anybody please help? I have tried all sorts and nothing will fix the > problem permamently. > I have a samba PDC which on occasion happily logs a user on and processes > the NETLOGON share. However, it doesn't always run this service. > I have placed preexec commands in both the profiles and netlogon shares, > only the profiles preexec is executed. > Reboots don't...
2005 Jul 06
8
HTB and bittorrent, won''t work
Hello, I''ve been trying to shape the bittorrent traffic (on my external interface, upload), but without luck, for this I''m using layer7 filter right now, but I''ve also tried ipp2p, with the same results, I might say that this is not a problem with this packet classifiers, the problem is with HTB, here''s why. When I open azureus (the bittorrent client I
2008 Dec 22
17
[PATCH 0 of 9] swiotlb: use phys_addr_t for pages
Hi all, Here''s a work in progress series whcih does a partial revert of the previous swiotlb changes, and does a partial replacement with Becky Bruce''s series. The most important difference is Becky''s use of phys_addr_t rather than page+offset to represent arbitrary pages. This turns out to be simpler. I didn''t replicate the map_single_page changes, since