Re: login.conf limits

2005-06-14 Thread vesdán ¡bor
Lowell Gilbert wrote: Okay, so it is the login settings. I'm a little suspicious of commenting out the lines in the middle of the settings. I think that may comment out the continuation character, ending the setting at that point. Try moving those lines out of the way and rebuild the database

Re: Makefile question

2005-06-13 Thread vesdán ¡bor
If somebody is interested in this topic, I've found a good workaround: redefining do-comfigure in such way: do-configure: cd ${WRKSRC} && ./configure --prefix=${PREFIX}/appname And it works fine now. Cheers, Gábor Kövesdán ___ freebsd-questions@f

Re: Makefile question

2005-06-13 Thread vesdán ¡bor
Yes, it worked when I specified it by hand. But Johnny has found out what was the problem. The bsd.port.mk file overrides the prefix, thus I had to specify my CONFIGURE_ARGS after the include line. Cheers, Gábor Kövesdán Dan Nelson wrote: Yes, that should have worked. Does it do what you w

Makefile question

2005-06-13 Thread vesdán ¡bor
Hello, I'm trying to make a new port, but the software I'm porting has an awkward configure script, and when I run ./configure --prefix=/usr/local then every file goes to directly to /usr/local not to /usr/local/bin, /usr/local/etc, ... Thus I would like to install it into /usr/local/appname.

Re: login.conf limits

2005-06-13 Thread vesdán ¡bor
Hi, The password entry: testuser:$1$Q.F0GW3J$ylBS3GPfPbF4jjCbin2OP0:6673:6675:shuser:0:0:User &:/home/testuser:/bin/sh In the /var/log/auth.log I see this: Jun 13 09:42:31 server sshd[63714]: Accepted keyboard-interactive/pam for testuser from 217.20.133.7 port 1049 ssh2 But my when I type

Re: login.conf limits

2005-06-11 Thread vesdán ¡bor
Hello, I've done a new class "shuser" with some limits, rebuild the cap database and made a new user "tester" with adduser. When it asked for the login class, I specified shuser, and tried to login with ssh, but it failed. My shuser class: shuser:\ :passwd_format=md5:\ #:passwo

login.conf limits

2005-06-10 Thread vesdán ¡bor
Hello, I've been using FreeBSD 5.3-RELEASE on a production machine, but now I have some problem with my users. One of them isn't an experienced FreeBSD user, and accidentally started 19 instances of the same program, and these instances crashed in the background and produced a load average ab

arplookup failed

2005-06-06 Thread vesdán ¡bor
Hello, The following message has been often repeating in my messages log: Jun 6 19:24:38 server kernel: arplookup failed: host is not on local network I know what arp is, and I understand this message, but I don't know what causes it, but it annoys me, and I'd like to remove it from my log