Displaying 8 results from an estimated 8 matches for "figger".
Did you mean:
bigger
2006 Jul 26
2
dovecot-smtp connection?
...ion, but I'll ask because... :)
I've got dovecot installed and running successfully on OpenBSD 3.9 (this
*really* was an easy setup, my hat's off to the developer(s)). And the
other employees can now use MS Access to read their mail (they didn't
like mutt and pine via SSH - go figger').
So my final challenge is to get things configured so that they can also
*send* mail through the same host that dovecot is installed on. I
*think* this has to be configured in sendmail, but I'm hoping that
someone can confirm that before I start reading.
Thanks,
Jay
2004 Dec 29
2
So what if I can't dial out ... or in ... Asterisk just blows my mind!
...estival('Please record your message')
exten => 500,2,Record(mymessage:gsm)
exten => 500,3,Festival('You said')
exten => 500,4,Playback(mymessage)
exten => 500,5,Festival('Press 1 to continue or 2 to change your message')
exten => 500,6,ResponseTimeout(3)
So I figgered out how to make selected conferences automatically record the
"minutes," and I was SO PSYCHED!!!!
But then I thought, what if I answer the phone and it's my ex-wife claiming
that she's gonna sue me for malfeasance because of my new boyfriend, and I
wanna make a recording of...
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
...the public for streaming also.
We would like to add an mp3 stream (reluctantly) and a low-bandwidth
stream (probably mp3 also) for dial-up listeners.
Since our icecast server is on a server farm, I figure the encoding of
the additional streams should be done there.
So the simplest solution (I figger) would be to run a source client on
the server that can subscribe to the ogg stream, decode and reencode it
into the desired additional formats, and then feed them back to
additional mount points on icecast.
Does that pass the sanity test?
What's the best way to do this?
More specifically...
2004 Sep 14
1
PATCH: Public key authentication defeats passwd age warning.
...ge your passwd whether you're using passwd authentication
or using public key authentication, so if you're gonna be prompted
for a new one, and the local sysadmin has gone to all the trouble
to set up a warning period for you, shouldn't you get that warning?
Anyway, philosophy aside, I figgered out what happened to the
missing passwd age warning. It turns out that even when you are
using public key authentication, the PAM function that checks up on
such things and is supposed to produce warnings (pam_acct_mgmt())
does actually get called. However, it appears that since nobody
ever nee...
2006 Aug 19
1
long connect delay over vpn+firewall
I am connecting to smbd over a vpn connnection. After tunnelled traffic
comes out of the vpn it hits firewall rules. Per
<http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/securing-samba.html#firewallports>
I am allowing
135/TCP
137/UDP
138/UDP
139/TCP
445/TCP
through the firewall. With this configuration, mounting an smb share
from win XP home SP2 takes 2 or 2.5
2006 Feb 16
2
PAM and passwd age warnings again.
...and turned on PAM (for passwd aging), I couldn't
get the passwd expiration warnings as specified in /etc/shadow to work
at all (the message that is supposed to warn you as you're logging in
that your passwd will expire in XYZ days). The patch below seemed to
fix it. It looks like PAM was figgerin' it out, but the message was
getting blocked again (although this time it was being blocked for a
different reason than the last time I proposed a fix for this).
Please let me know if you get this, because I'm not on the mailing list
(sorry). If you'd like to put it into the officia...
2015 Dec 03
11
7.2 kernel panic on boot
Hi All
After upgrading to 7.2, I'm getting an immediate kernel panic on boot
Dropping back to 3.10.0-229.20.1.el7.x86_64 and the system boots fine
How can I go about diagnosing the problem here?
thanks
Duncan
2003 May 16
3
open and euid security flaw in 5.0-Current?
On a FreeBSD 5.0 the behaviour of screen when connecting to other
users sessions have changed. Previously:
1. login as userA start a screen as userA and disconnect
2. login as root su - userA "screen -r"
3. result failure as userA cant access the ttyX with such a message
Current:
1. login as userA start a screen as userA and disconnect
2. login as root su - userA "screen -r"
3.