Hi,
somehow I have miss-understood how to get syslogd to recieve logs from
another host, well my actual problem is syslog bitching likse this:
Mar 25 01:00:00 syslogd: unknown priority name ""
Mar 25 05:00:00 syslogd: unknown priority name ""
Mar 25 09:00:01 syslogd: unknown priority name ""
On Mar 23, 2007, at 2:54 PM, David Robillard wrote:
Thnx for the tip. Found out that it was not the airport UDP port.
It is
some misconfiguration in my DNS, but still don't get why it
doesn't work
as expected. For some reason my DNS-name is snipped just before
the TLD.
Oh btw i changed s
Thnx for the tip. Found out that it was not the airport UDP port. It is
some misconfiguration in my DNS, but still don't get why it doesn't work
as expected. For some reason my DNS-name is snipped just before the TLD.
Oh btw i changed some configs
I prepended to /etc/syslog.conf the next and del
On Mar 22, 2007, at 10:44 PM, Guido Demmenie wrote:
On Mar 22, 2007, at 3:45 PM, David Robillard wrote:
Hello,
I'm trying to put up a remote logging server. I want to let my
Airport Express send its logs to my FreeBSD server.
So I said to my Airport to send its logs to the internal ip of m
On Mar 22, 2007, at 3:45 PM, David Robillard wrote:
Hello,
I'm trying to put up a remote logging server. I want to let my
Airport Express send its logs to my FreeBSD server.
So I said to my Airport to send its logs to the internal ip of my
server, I suppose it works because that's what Apple
Hello,
I'm trying to put up a remote logging server. I want to let my
Airport Express send its logs to my FreeBSD server.
So I said to my Airport to send its logs to the internal ip of my
server, I suppose it works because that's what Apple hardware does.
Now I did the following things on my bsd
run syslogd in the foreground without daemonizing:
$ sudo syslogd -dv [flags]
If you don't see anything, tcpdump(8) and validate that UDP/514 packets
are coming in.
~BAS
On Wed, 2007-03-21 at 17:35 +0100, Guido Demmenie wrote:
> Hello,
>
> I'm trying to put up a remote logging server. I want t
Hello,
I'm trying to put up a remote logging server. I want to let my
Airport Express send its logs to my FreeBSD server.
So I said to my Airport to send its logs to the internal ip of my
server, I suppose it works because that's what Apple hardware does.
Now I did the following things on