Displaying 20 results from an estimated 9000 matches similar to: "Per-alias shares?"
2001 Nov 21
2
printing through netbios alias
Hi,
We are trying to set up a print server for our Windows domain on Samba
2.2.2 and Red Hat 7.1. It was decided to use a netbios alias for the
print server so that it would be easier to move in the future if the
need arised. From now on the actual netbios name will be reffered to as
"server" and the alias as "alias". This solution has worked well on
Win9x clients, however
2016 Oct 15
2
First steps in Dovecot; IMAP not working
Le 15 oct. 2016 ? 9:56, mick crane <mick.crane at gmail.com> a ?crit:
> I assume this means there are no emails in the INBOX.
> send yourself a mail.
This is actually one of the first thing I tried when I saw outgoing mails worked. I also tried sending mails from another address, hoping to receive an error message back, but nothing got received.
I now think the INBOX itself doesn?t
2016 Oct 14
2
First steps in Dovecot; IMAP not working
Le 14 oct. 2016 ? 16:06, mick crane <mick.crane at gmail.com> a ?crit:
> On 2016-10-14 13:43, Moi wrote:
>> Hello,
>> First of all, I'm sorry if you received this mail twice; I haven't received
>> it the first time so I think it was lost. Second attempt.
>> I've made some more tests and I still can't receive mails.
>> Outlook doesn't
2018 Dec 01
4
I never touched nuthin'
hello,
do you mind if I ask before I start poking about ?
suddenly I notice that gmail is ignoring or because there is an error
getmail is not sending the delete request.
Mails are sent and received but not deleted gmail so I keep getting
them.
mick at rapunzel:~/.getmail$ getmail --rcfile getmailrc1
Delivery error (command deliver 1363 wrote to stderr: lda(mick,)Error:
2015 Jan 12
2
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
Hi,
I ran into some troubles while upgrading pigeonhole:
crane dovecot: lda(petar): Error: sieve: Failed to access user storage (temporary failure)
crane dovecot: lda(petar): Error: sieve: file storage: Could not find storage root directory; path was left unconfigured and autodetection failed
After reading through the changelog, I noticed that there have been some
changes in the script
2019 Mar 14
5
regarding ssl certificates
Excuse dopey question.
I'm not exactly clear about certificates.
Apache2 default install has this snake oil certificate
Can make a new one for apache
Can make one for dovecot
Can make one for ssl
Is there supposed to be the one (self signed ) certificate pair in one
place for the machine that each process hands out ?
Can they be moved to another machine ?
mick
--
Key ID C7D6E24C
2007 Feb 15
3
Re: Incremental Updates
As an alternative to polling the client, as Ryan describes, you could
consider piggy-backing the status updates on the back of other ajax
responses. Which way you go depends entirely on the nature of your app, in
particular:
1. how frequently it generates ajax traffic anyway
2. how long the server-side process is going to take
If the server-side process takes, say, 20 seconds, polling is a
2010 Sep 29
7
Is there any way to stop a resilver?
Is there any way to stop a resilver?
We gotta stop this thing - at minimum, completion time is 300,000 hours, and
maximum is in the millions.
Raidz2 array, so it has the redundancy, we just need to get data off.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20100929/9dbb6cf5/attachment.html>
1999 Jul 22
4
Shares are comming and going
Hia,
I have a problem using the %G parameter.
At the end if my smb.conf file I have something like:
include = \etc\smb.conf.%G
At this way I hoped that according the the group, I can
load a configuration file accoring the the users group.
Instead that a 'smb.conf.it' group is loaded, a
samba tries to load 'smb.conf.nogroup'
(guest account is uid=nobody gid=nogroup)
WHat I
2012 Jun 14
5
(fwd) Re: ZFS NFS service hanging on Sunday morning
>
> Offlist/OT - Sheer guess, straight out of my parts - maybe a cronjob to
> rebuild the locate db or something similar is hammering it once a week?
In the problem condition, there appears to be very little going on on the system. eg.,
root at server5:/tmp# /usr/local/bin/top
last pid: 3828; load avg: 4.29, 3.95, 3.84; up 6+23:11:4407:12:47
79 processes: 78 sleeping, 1 on
2015 Oct 20
3
centos wiki strangeness.
In preparing to answer a question about some yum undesired behavior, I wanted to reference fastest mirror info, but when I went to
https://wiki.centos.org/PackageManagement/Yum/FastestMirror
I find all the text has been squished to the right hand side of the page and made 1 word wide all the way down.
The https://wiki.centos.org/FrontPage looks similar but perhaps it is a little better?
Or is
2007 Mar 08
2
Form.Element.select
Hi there,
is there any way to select part of an input element, not the whole of it,
keeping the cursor at the start of the selection?
As far as i can remember, about a year ago i saw a working page using this
feature, but i cannot find it now...
I hope someone can help me to find an answer to my question.
Anthyon
--~--~---------~--~----~------------~-------~--~----~
You received this message
2015 Sep 11
5
C6 firefox esr h.264 support on youtube
On Fri, 11 Sep 2015, Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote:
> If anyone has clues on how to build and add just a portion of
> gst-plugins-bad into the existing EL OS set of gstreamer plugins, please
> share (even URL pointers).
>
> [1] http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/openh264
> [2] https://en.wikipedia.org/wiki/OpenH264
> [3]
2005 Jul 21
3
Question about sortables
Hi,
I''m trying to use sortables to sort table rows and move them between
different tables (yes, it''s actual tabular data ;). However, either I
don''t know how to use the tag property of Sortable.create properly, or
it''s only working for li''s. Since it''s probably the first option,
could someone post an example of sorting tr tags and move them
2010 Apr 22
2
How to insert gridlines in lattice density plot
Greetings.
How can I insert gridlines
in the following density plot call?
Must one compose a panel function?
'data.frame': 46 obs. of 2 variables:
$ fallrates: num 5.2 7.1 7.1 9.8 3.7 7.5 5 6.2 1.5 2.9 ...
$ prepost : Factor w/ 2 levels "post","pre": 2 2 2 2 2 2 2 2 2 2 ...
library(lattice)
densityplot(~fallrates, groups = prepost,
2018 Dec 02
1
I never touched nuthin'
On 2018-12-01 14:35, Aki Tuomi wrote:
>> On 01 December 2018 at 12:09 mick crane <mc at mickiwiki.com> wrote:
>>
>>
>> hello,
>> do you mind if I ask before I start poking about ?
>> suddenly I notice that gmail is ignoring or because there is an error
>> getmail is not sending the delete request.
>> Mails are sent and received but not
2012 Aug 10
1
Persistent, sporadic failure in make_bak_dir mkdir
Through several versions up to and including the current 3.0.9 I experience sporadic, repeating (but not predictably) errors of this form:
> rsync: make_bak_dir mkdir "/REPO/backup/XXXX-data1-20120727-040453" failed: File exists (17)
> rsync: keep_backup failed: "/REPO/backup/XXXX-data1/data1/A182/tb5178/tb5178.hebb/out.TENT_warn.txt" ->
2010 Jul 08
2
Loading .Rdata within an R function
Colleagues:
I am having trouble loading data from within .Rdata file
within the environment of a function. That is,
the following always loads to the global environment:
f1 <- function() {
load("mydata.Rdata")
# compute with objects from mydata.Rdata.
}
I wish to load mydata.Rdata only within the function f1.
Perhaps I have misunderstood
2011 Mar 14
1
AOV() may misslabel random effects.
Greetings,
The aov() function may mislabel
the random effects as in the example below:
Has anybody else noticed this?
Cordially,
Giles Crane, MPH, ASA, NJPHA
gilescrane at verizon.net
> m2
Call:
aov(formula = y ~ ap + pe + Error(ju), data = d)
Grand Mean: 77.50667
Stratum 1: ju
Terms:
ap
Sum of Squares 4322.538
Deg. of Freedom 12
13 out of 25 effects not
2003 Oct 21
2
Samba3+Win9x userlist, Bug?!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear List,
Few days ago I've posted, that my Win9x boxes are unable to get the list
of domain users and groups from samba-3.0.0 server (for details see bug
596). Unfortunately the same is true for samba-3.0.1pre1.
Please people also having win9x boxes and Samba3 PDC confirm that it is
a bug, or a configuration error.
Thanks for any suggestion.