Displaying 20 results from an estimated 1000 matches similar to: "multihost master.passwd sync"
2003 May 07
4
VPN through BSD for Win2k, totally baffled
Scenario:
FreeBSD box running IPFW acting as a gateway to private network. The private
network is made up of entirely routeable IP addresses. External users
running Win2k and XP on DSL connections with dynamic IPs.
Goal:
To have the FreeBSD gateway securely authenticate and encrypt the traffic
between the outside users and the internal network.
I've spent the last 3 days running up and
2003 May 10
4
Down the MPD road
Well, after working through the various options it looked like MPD would be my
best bet here. I've got it sort of working, but there's obviously some
tweaky I'm missing here.
Recap of the scenario:
Full class C of static IPs segmented into 3 networks. Outside, DMZ, Inside.
Trying to get remote Windows users through securely to the Inside.
Remote users have dynamic IPs.
2012 Dec 27
1
[LLVMdev] Throwing an exception from JITed code, and catching in C++
Hi everyone,
I am writing an application that uses LLVM JIT and I would like to throw an exception from the JIT and catch it in the C++ code that invokes the JIT.
This does not seem to work.
I've written what is hopefully a super simple demonstration to reproduce this.
I would appreciate any help with this.
Thank you
The demonstration is composed of:
1) thrower.cpp - a source file that
2017 Nov 03
3
dovecot-lda without starting dovecot?
you could try setting
protocols =
in config file to disable (most) listeners.
---Aki TuomiDovecot oy
-------- Original message --------From: Stephan von Krawczynski <skraw.ml at ithnet.com> Date: 03/11/2017 19:39 (GMT+02:00) To: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: dovecot-lda without starting dovecot?
On Fri, 3 Nov 2017 19:30:22 +0200
Sami Ketola
2003 Aug 11
5
realpath(3) et al
First, I hope that this message is not considered flame bait. As someone
who has used FreeBSD for for 5+ years now, I have a genuine interest in
the integrity of our source code.
Second, I hope that this message is not taken as any form of insult or
finger pointing. Software without bugs does not exist, and I think we all
know that. Acknowledging that point and working to mitigate the risks
2003 Apr 18
3
mozilla 1.3
FreeBSD mojo.televoke.net 4.8-STABLE FreeBSD 4.8-STABLE #10: Mon Apr 14
15:48:09 PDT 2003 mike@mojo.televoke.net:/usr/obj/usr/src/sys/MOJO
i386
mozilla-1.3_1,2 The open source, standards compliant web browser
mozilla-headers-1.3_1,2 Header files for mozilla communicator
web-surfboard
After stepping up to Mozilla 1.3_1,2 attempting to type in any dialog box
(password dialogs in Mozilla
2003 Jul 30
2
Kerberos to file server
Howdy,
I may be approaching this problem entirely wrong, or not. Was hoping for a
little guidance one way or the other.
I've got this AS/400 with gobs of unused file storage on it that I want to
share across as a file server to a FreeBSD box. The AS/400 side of things
supports NFS and kinda pretends to be a Unix like machine in this role.
Users will be booting from diskless clients
2015 Aug 22
6
Best source for creating multiple streams
Hi there.
I'm trying to find a way to create multiple streams with one source
client. Each of the streams should read from a different playlist file
and randomly pull and play songs from the file. I know how to do this
with a single stream with clients such as IceS and Ezstream, but I
don't see a way to specify different playlists for each mountpoint. I
was wondering if anyone had any
2005 Mar 19
1
LDAP and Linux compatibility
Please excuse a wee bit of cross posting here. It seems that the
questions list may not be the appropriate place for this as I've found
a number of unanswered posts involving this topic.
My FreeBSD workstations are setup with pam_ldap to a centralized
openldap server for authentication. This works perfectly for native
FreeBSD applications. What I'm running into an issue with are Linux
2015 Jun 09
2
Simple source on Debian
Hi there.
Thanks for the tip about Ices2. Do you know if it's possible to make
it work with mp3 files? I only ask because there are several people
who stream using my server, and they use mp3. I'm trying to create
fallback streams, but in order for that to work, I'd have to get them
to switch to ogg or find a way to make Ices work with mp3.
Thanks
On 6/9/15, Jos? Luis Artuch
2006 Feb 20
8
Graceful stop in, timeouts out (for now)
Hey Luis,
Just implemented the first cut at a graceful stop setup. It seems to mostly
work except for a few hicups here and there which I''ll test out. I''ve
tested this under OSX and will test on the other platforms soon.
To use it take a look at the examples/simpletest.rb and see how I setup an
"INT" handler to call HttpServer.stop.
Hopefully this will help with
2003 Mar 31
5
rfc3514 - Security Flag in the IPv4 Header
Any chance of this being implemented in fbsd? Could be usefull ;-)
ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt
--
:{ andyf@speednet.com.au
Andy Farkas
System Administrator
Speednet Communications
http://www.speednet.com.au/
2003 Jun 09
1
stable + squid 2.5_3
I seem to be having a problem, but I'm not sure if it's -stable, Squid, or
neither. I've been running -stable+Squid on a Dell 4600 for a couple
years now. All has been well, but after upgrading to Squid 2.5_3 (which
was also done on a couple other, less-loaded, -stable machines without
this issue to date), I occasionally get errors in my cache.log and this AM
Squid died and required
2013 Feb 06
3
[LLVMdev] LLVM Coverage GCDA Flush API
Ah, my mistake. So this already works. I guess that bug is out of date,
since this feature works already.
--
John Harrison
On Wed, Feb 6, 2013 at 10:00 AM, Joshua Cranmer <pidgeot18 at gmail.com> wrote:
> On 2/6/2013 11:43 AM, John Harrison wrote:
>
>> The way `-ftest-coverage -fprofile-arcs` works at the moment it only
>> flushes via `atexit()`. This patch allows you
2003 Jul 31
2
mysql323 + gcc on 4.8-s
4.8-stable as/of jun 9th (update scheduled) has gcc version,
2.95.4
i'm building mod_php3 (some local stuff needs a php3 processor) with mysql
support. using the mysql323 client/server from ports. mysql (which i
know i've built before on older stable's) reports gcc can't convert
longlong to something or other... basicly saying i need a newer compiler.
i'm installing gcc33
2013 Feb 06
0
[LLVMdev] LLVM Coverage GCDA Flush API
Why does __gcov_flush only flush the current compilation unit? For gcc
__gcov_flush flushes all of the loaded files.
Is there a way to have __gcov_flush flush everything?
--
John Harrison
On Wed, Feb 6, 2013 at 10:24 AM, John Harrison <ash.gti at gmail.com> wrote:
> Ah, my mistake. So this already works. I guess that bug is out of date,
> since this feature works already.
>
2003 Jun 08
4
Removable media security in FreeBSD
I'm working with a FreeBSD user -- a teacher -- who's running KDE on a system
on which she neither has nor wants root privileges. She wants to be able to
mount and unmount floppies and ZIP cartridges from within KDE, using the
standard KwikDisk utility (which, by the way, generates mount and unmount
command that don't conform to FreeBSD syntax; however, it appears possible
to fix this
2010 Nov 14
2
Dovecot will not start, error in stat(/var/run/dovecot)
Error: stat(/var/run/dovecot) failed: Invalid argument
Fatal: Invalid configuration in /etc/dovecot.conf
Can someone please help me resolve this issue? I'm willing to pay if
required to get this back up! I've been down since 11PM Saturday.
Thanks, Frank
2003 Aug 25
1
help needed
Hello freebsd-stable,
it seem `im the only one who got these error.
i already delete the /usr/src/* and recvsup it again,
but still wont work.
i thought maybe the gurus in here have any suggestions,
according to this problem
--
Best regards,
zen mailto:zen@tk-pttuntex.com
2003 Aug 26
1
cvsup error
Hello Mike,
i got these error when i`m tried to cvsup my box (4.7 STABLE) to
4.8, these error showed up in the make buildworld step, at stage 4: populating /usr/obj/usr/src/i386/usr/include.
and this is my supfile:
*default host=cvsup12.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs
*default tag=RELENG_4
*default delete use-rel-suffix
*default