Displaying 8 results from an estimated 8 matches for "figgered".
2006 Jul 26
2
dovecot-smtp connection?
This may be a dumb question, 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
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 th...
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
We are running an icecast2 server in conjunction with our LPFM radio
station and need a little advice.
We have been serving a single 128k ogg stream from a remote server and
would like to make additional formats available (e.g. mp3, lower
bandwidth, etc.)
I would think this has been done a few thousand times and there would be
a "best practice" but I can't find it.
Our basic
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 neede...
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.
...u'd like to just completely ignore this and not include it in
the source, well, that would be fine too, it's your code, not mine.
I'm just sending this to y'all 'cause I worked through it for myself,
and I thought you folks might like it. If not, well, that's OK too.
I just figgered this was the least I could do for the cause.
L8r,
tg.
------------------------------------------------------------------------
diff -Naur openssh-4.2p1.old/monitor.c openssh-4.2p1.new/monitor.c
--- openssh-4.2p1.old/monitor.c Sun Jul 17 03:53:31 2005
+++ openssh-4.2p1.new/monitor.c Tue Dec 20 09:...
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.