Displaying 8 results from an estimated 8 matches similar to: "advice on pseudo iteration needed (mailman recipe)"
2006 Jun 04
1
Problem with images on Apache and Lighttpd
Hello.
Since two days I am trying to set up two rails-apps on a vserver-host so
that I can access from work ;-)
I tried all I can imagine and what Google/MSN teached me: FastCGI, SCGI,
Lighttpd, Apache, Alias, Vhosts,....
But nothing really works. I am on Debian 3.1 with Ruby 1.8.4, Rails
1.1.2, FastCGI 2.4.0, mod_fastcgi 2.4.2, ruby_fcgi 0.8.6, ruby_gems
0.8.11, Apache 2.0.54, Lighttpd
2020 Jul 16
0
Variable expansion in passwords
Hello list
A user reports failure to log in after password change. The client side
error message indicates a lost or dropped connection by the server.
A peek into the server logs reveales this:
dovecot: imap(user at example.com)<53267><el0HoZGqHIdb0K2G>: Error: Failed
to expand plugin setting plain_pass = 'asdf%?asdf': Unknown variable '%?'
This looks a lot like a
2014 Oct 17
2
Amazon Marketplace AMI
Hi,
the updated Amazon Web Service AMI (ami-4ac6653d) has a serious bug.
It is not possible to resize a disk after creating a new volume with a size greater than 8GB.
resize2fs does nothing.
The previous AMI worked perfectly but is no longer available. This bug is a show stopper
for using CentOS on AWS.
Regards,
Thorsten
PS: It would also be great to have a CentOS 6 AMI with HVM
2003 Jun 04
0
problems setting password with net command and security=domain
Hello,
i've got the following setup
windows nt4 server sp6
samba 3.0 alpha 24 (debian) running with security=server
i'm trying the following thing:
srv01:/etc/ldap# smbclient //srv01/darks -U darks
Password:
OS=[Unix] Server=[Samba]
smb: \> quit
srv01:/etc/ldap# getent passwd jack
jack:x:501:500:Ulrich Eck:/home/jack:/bin/bash
srv01:/etc/ldap# net rap user ADD jack secret -U
2007 May 23
6
Brainstorming - how to manage Shorewall rules
Shorewall (IP Tables frontend - www.shorewall.net) has been kind of a
headache in trying to move forward with puppet - we just haven''t found
a clean way to manage the "rules" file. With that in mind - would it
be possible to create a "shorewall_rule" type?
The rules file is a simple file with space/tab delimited fields:
(I can provide a detailed explanation of each
2009 Feb 04
26
ZFS snapshot splitting & joining
Hello everyone,
I am trying to take ZFS snapshots (ie. zfs send) and burn them to DVD''s for offsite storage. In many cases, the snapshots greatly exceed the 8GB I can stuff onto a single DVD-DL.
In order to make this work, I have used the "split" utility to break the images into smaller, fixed-size chunks that will fit onto a DVD. For example:
#split -b8100m
2007 May 04
3
fileserver hanging
hello,
we just wanted to rollout our new puppetized dmz. therefore i change all
ip adresses from the test network to the live ips. after restarting
puppetmasterd it seems that the fileserver hangs:
client log:
debug: //true_base/update-check/File[/sbin/update_check.pl]/require:
requires Package[libmail-sendmail-perl]
debug: //true_base/puppetd/File[/etc/puppet/puppetd.conf]/require:
requires
2007 Mar 29
2
some questions regarding inhert, unless/onlyif and notify on recursive objects
hello,
i''m just playing around with the really great puppet to learn the syntax
and see what it can do. i''m using puppet 0.22.1 on debian etch.
i created a aide class to distribute a modified aide.conf.d directory
and if not already done initialize the database (yes this should
probably be better organized and databas initialization should be
performed as the last step):