On Sun, 11 Jun 2006, Nikolas Britton wrote:
[SNIP]
> * IIRC NetBSD was a fork of FreeBSD, OpenBSD was a fork of NetBSD.
Eeh? I believe NetBSD was there half a year before FreeBSD.
Bye,
Mipam.
___
freebsd-questions@freebsd.org mailing list
h
1 200 OK" -p hc:8080 127.0.0.1
It appears proxycheck is only sending "GET http" and omits everythings
from the ":".
HOwever, this : is between ""'s so it shouldn't be interpreted as the : to
seperate the send string
Hi,
With threads disabled in bind9, is it still
usefull to give
-n 2 for example if you got a system with 2 cpu's?
The man page only mentioned worker threads...
Bye,
Mipam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/ma
Hi All,
I installed openssl from the ports collection.
However, there is also an openssl native in freebsd.
How can i set things to use the openssl from the ports as default instead
of the system openssl?
Bye,
Mipam.
___
freebsd-questions@freebsd.org
Hi All,
Openssl is very cool, but not always very easy to use.
Does there exist a frontend for openssl that can create and sign
certificates bit one that also can create and sign pkcs7 certs?
Maybe something exists to help you create your own certificate authority?
Bye,
Mipam
On Wed, 29 Dec 2004, Nelis Lamprecht wrote:
> On Wed, 29 Dec 2004 14:39:44 +0100 (MET), Mipam <[EMAIL PROTECTED]> wrote:
> > On Wed, 29 Dec 2004, Nelis Lamprecht wrote:
> >
> > > On Wed, 29 Dec 2004 14:00:04 +0100 (MET), Mipam <[EMAIL PROTECTED]> w
On Wed, 29 Dec 2004, Nelis Lamprecht wrote:
> On Wed, 29 Dec 2004 14:00:04 +0100 (MET), Mipam <[EMAIL PROTECTED]> wrote:
>
> >
> > controls {
> > inet 127.0.0.1 port 953
> > allow { 127.0.0.1; } keys { "bla"; };
>
ttl
64, id 617, offset 0, flags [none], length: 121) 127.0.0.1.53 >
127.0.0.1.57562: 60267* q: PTR? 1.0.0.127.in-addr.arpa. 1/1/1
1.0.0.127.in-addr.arpa. PTR localhost. ns: [|domain]
So dig asks an A record, and host ask a PTR record.
Can anybody tell me what is wrong with my config?
I don
.init(): No file
There is a tomcat dir here: /usr/local/jakarta-tomcat5.0
Any hints how i could make things work?
What to change?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, sen
?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi,
I tried to delete all files from a dir, however I got this message:
/bin/rm: Argument list too long.
So, no go. newfs is also no option, because the dir is not a seperate fs.
Any hints exept for manual labour?
Bye,
Mipam.
___
[EMAIL PROTECTED
5.3 is the first stable 5 serie? In general, the
releases and stable versions are not quite clear to me.
Btw, i already run 5.2.1-p11 on smp machines with the ule scheduler
enabled. It runs fine, also on some mail machines that need to digest a
lot of mail a day.
Bye,
Mipam
Hi,
For about 60 mbit use of bandwidth and max of 85, what
is a good value for HZ in the kernel config when i use device polling?
Btw, are the bge now also useable with device polling?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http
device apic# I/O APIC
Should i also comment apic?
How do i get rid of these attempts since i only have one cpu anyway?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To
, but i hoped ntop would start sniffing and
opening a webserver on port 3000.
What is going on? Any hints?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[
procfs rw 0 0
In / i do ls -l:
lrwxr-xr-x 1 root wheel 8 Aug 25 13:30 tmp -> var/tmp2
in /var i do ls -l:
drwxrwxrwt 5 root wheel 1024 Aug 26 12:38 tmp2
Bye,
Mipam.
>
> Regards
> S.
>
> On Thu, 26 Aug 2004 12:34:23 +0200 (MEST), Mipam <[EMAIL
On Thu, 26 Aug 2004, Subhro wrote:
> Could we have a look at mount -a please?
/dev/wd0a on /config: Operation not permitted
/dev/wd0d on /var: Operation not permitted
/dev/wd0e on /opt: Operation not permitted
/dev/wd0f on /: Operation not permitted
procfs: Operation not permitted
Bye,
Mi
Hi,
I have a system where tmp is a symlink to /var/tmp
The permissions or /var/tmp are as follows:
(doing a ls -l in /tmp):
drwxrwxrwt 3 root wheel 512 Aug 26 11:48 tmp
in tmp is created a file test:
ls -lo test
-rw-rw-r-- 1 mipam wheel - 8 Aug 26 11:46 test
However, i cannot
n from the inactive part and discard the cache?
Some ppl only look at how much free mem is available on their system and
then sound the alarm, however, shouldnt they add inactive and free
together in order to see how much mem can be used for newly used programs
(which didnt run before?).
B
card?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Wed, 11 Aug 2004, Giorgos Keramidas wrote:
> On 2004-08-11 10:44, Mipam <[EMAIL PROTECTED]> wrote:
> > > You'd have to use strftime() and a local buffer for that.
> >
> > I found an example and adjusted it:
> >
> > #include
> > #inc
uot;, ctime(&tv.tv_sec)); */
return 0;
}
Output: Tue Aug 10 10:42:26 2004
I compiled both with: cc -O3 -mcpu=pentiumpro -o time time.c
Both compile without errors.
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tue, 10 Aug 2004, Giorgos Keramidas wrote:
> On 2004-08-10 18:45, Mipam <[EMAIL PROTECTED]> wrote:
> > #include
> > #include
> >
> > int main(void)
> > {
> > struct timeval tv;
> > struct timeval tv_current;
> > if (gettimeofday(&am
uot;);
tv.tv_sec = tv_current.tv_sec-86400;
printf("%s\n", ctime(&tv.tv_sec));
return 0;
}
Does the job, thanks!
At compile time i get:
tijd.c: In function `main':
tijd.c:11: warning: passing arg 1 of `ctime' from incompatible pointer
type
But it works:
Mon Aug 9 18:44:04 2004
nice
t.tv_sec-86400;
printf("%s\n", ctime(tv.tv_sec) );
}
But at compilation it complains:
tijd.c: In function `main':
tijd.c:15: warning: passing arg 1 of `ctime' makes pointer from integer
without a cast
What am i doing wrong?
Bye,
Mipam.
___
On Sat, 17 Jul 2004, Jay Moore wrote:
> On Thursday 15 July 2004 08:34 am, Mipam wrote:
>
> > ls /var/log/clamav/clamd.log yields:
> >
> > +++ Started at Wed Jul 14 10:30:57 2004
> > clamd daemon 0.74 (OS: freebsd5.2.1, ARCH: i386, CPU: i386)
> > Lo
On Thu, 15 Jul 2004, Warren Block wrote:
> On Thu, 15 Jul 2004, Mipam wrote:
>
> > Maybe the program is linked to some libs during compile time, but at
> > running time is uses other libs? I wonder why i seem to be the only one
> > who is running into trouble like t
On Wed, 14 Jul 2004, Jay Moore wrote:
> On Tuesday 13 July 2004 10:30 am, Mipam wrote:
> >
> > I am using clamav to check on virusses.
> > This works well. However, when i try to use clamd, it never runs long.
> > Mostly within a minute or a couple, it exists with si
these problems?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Mon, 10 May 2004, Matthew Seaman wrote:
> FreeBSD uses a pretty standard version of BIND-8.3.7, and it uses the
> BIND resolver code in libc -- See:
>
>
> http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libbind/Makefile?rev=1.7&content-type=text/x-cvsweb-markup
>
> The part you're interested
yields:
named 8.3.7-REL
Does freebsd use a modified version with not all options which comes in
bind 8.3?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
file.
Right now i'm kind of stuck on how to display the stats gained by the
plugin. Any hints what i could do?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any ma
isnt
insecure ass well? Any hints etc?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
bout it.)
Do you know whether it's being enable by default in the kernel or not?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ing.
> In versions 4.xxx and earlier I think this will work.
> It is what I have done. You should be able to find it
> in the LINT file.
>
> But, starting with 5.0 I think it may have been changed.
I am using 5.2.1-p4, i also didnt see this in LINT.
Any hints?
Bye,
swap device.
Should i just put
pseudo-device vn
in the kernel config file to make this work?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
tcpdump anyway ... is that normal?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
n it off?
Or is this correct and no problem?
Does this card got segmentation offload and other offloads?
Any hints?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[bad tcp cksum
505b!] 784:784(0) ack 157 win 32824 (DF) [tos 0x10] (ttl 64, id 21536,
len 40, bad cksum 0!)
Has this to do with tcp checksum offloading?
Should i turn it off? And if so, how to turn it off?
Any hints?
Bye,
Mipam.
___
[EMAIL PROTECTE
abled.
OLE2 support disabled.
Self checking every 3600 seconds.
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
hints
here?
maxproc = physpages / 12;
maxprocperuid = (maxproc * 9) / 10;
Would physpages be the amount of available RAM?
In my case with 512 MB of RAM I'll get kern.maxproc: 4036
So in my case physpages is 49032?
Bye,
Mipam.
On Tue, 23 Mar 2004, Kevin D. Kinsey, DaleCo, S.P. wrote:
>
works. Any places where i can RTFM about it?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tue, 23 Mar 2004, Richard P. Williamson wrote:
> At 13:13 23/03/2004, Mipam wrote:
> >Thanks for your answer.
> >
> >I only dont know where to find the LINT file in the src tree.
> >in /usr/src i tried find . -name LINT
> >but no result. (sorry for this l
Thanks for your answer.
I only dont know where to find the LINT file in the src tree.
in /usr/src i tried find . -name LINT
but no result. (sorry for this luser question).
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman
info on this?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
;re offering special drivers for redhat 8.0 for the nics :-(
But even if i would use linux, i wouldnt use these drivers anyway.
Any remedy for this timeout issues?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listin
AID 1 (optimal)
GEOM: create disk amrd0 dp=0xc4961b0c
ses0 at amr0 bus 0 target 6 lun 0
ses0: Fixed Processor SCSI-2 device
ses0: SAF-TE Compliant Device
What am i doing wrong?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/ma
hings?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
?
Bye,
Mipam.
> Im trying to install freebsd on a system (i386 system) without cdrom or
> floppy.
> I created a loader.rc and the kernel (used from /boot/kernel) and I
> created an mfsroot from the mfsroot.flp which can be downloaded from
> freebsd.org. The kernel is loaded, then mf
em reboots.
What am i doing wrong? Any hints what to do now?
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
?
Btw, could you also cc to my own adress [EMAIL PROTECTED]
Bye,
Mipam.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
mean the webserver which runs here is
very static. :-)
Any hints concerning security? Any needs for mod_rewrite
or mod_dir?
Bye,
Mipam.
PS please also cc to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo
for me so that running for example apache in
the jail will be fine? Maybe I'll run into some other surprises?
Bye,
Mipam.
ps could you also cc to [EMAIL PROTECTED] since i aint subscribed to this
list?
--- /usr/src/etc/rc.d/jail Mon May 5 17:38:41 2003
+++ /etc/rc.d/jail Wed Aug 13
53 matches
Mail list logo