Displaying 3 results from an estimated 3 matches for "reight".
Did you mean:
weight
2010 Feb 26
3
What does mailman do with a 'post' command?
.../usr/lib/mailman/mail/mailman post'
to execute against the mailman mailing list, however, the customer never
use mailman mailing list on their system. One thing that I doubt is that
a cronjob in /etc/cron.d/mailman does something relevant of this because
the post time of the messages is always reight after the following work.
---</etc/cron.d/mailman>---
0 12 * * * mailman /usr/lib/mailman/cron/senddigests
or
0,5,10,15,20,25,30,35,40,45,50,55 * * * * mailman
/usr/lib/mailman/cron/gate_news
---
I'm afraid that I don't have /etc/mailman/aliases file of cutomer's,
but by defa...
2004 Dec 30
2
Cannoi delete files: "the mounted file system does not support extended attributes"
...at 16 characters (renamed or created that way), it can
be deleted.
I tried created a serie of nested "test" directories, with a single "a"
file in them.
This one can be deleted:
\\machine\STAT\test\test\a
This one cannot:
\\machine\STAT\test\test\test\a
Even stranger:
if I reight-click on those files, and go in the "Security tab", their
permissions look identical (even the special ones).
But if I click on Everyone/"Modify" for the file that I just couldn't
delete, I now can delete it.
If I immediately recreate the same file, it can be deleted.
If I...
2007 Mar 27
8
using $name in default assignment within define?
I thought this made sense, but apparently I am mistaken:
define copyfile($owner = root, $group = root, $repo = "config",
$mode, $source = $name, $purge = false, $backup = false,
$recurse = false, $server = $servername) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,