password expiry

2004-05-13 Thread Piotr Gnyp
I`m trying to set password expiry for users, I`ve changed login.conf to: :minpasswordlen=6:\ :passwordtime=30d:\ :warnpassword=1w:\ But it doesn`t seem to work. What I`m missing, or where I will find the answer. Plase advice. ___

Re: password expiry

2004-05-13 Thread Piotr Gnyp
On Thu, 13 May 2004, Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, May 13, 2004 at 12:59:58PM +0200, Piotr Gnyp wrote: I`m trying to set password expiry for users, I`ve changed login.conf to: :minpasswordlen=6:\ :passwordtime=30d:\ :warnpassword=1w

2 ISP on one FreeBSD router

2004-05-25 Thread Piotr Gnyp
Hi. Right now we have one ISP, our servers that uses IP from this ISP are running several services (dns, www, databases, mta etc). We want to increase stability of our network access by obtaining backup internet connection from another ISP. My question is: Is there a way to configure FreeBSD, so

strange errors in quotacheck

2004-06-15 Thread Piotr Gnyp
In kernel: options QUOTA In rc.conf: enable_quotas=YES check_quotas=YES quota added by edquota when doing quotacheck -a: discordia# quotaon -a discordia# quotacheck -u /dev/da0s1a quotacheck: //quota.user: seek failed: Invalid argument Can you help me?

Re: password expiry

2004-06-22 Thread Piotr Gnyp
On Thu, 13 May 2004, Matthew Seaman [EMAIL PROTECTED] wrote: Ah... so you're using sshd(8). You didn't happen to mention that rather relevant information before. Can you try logging in on the console to test your changes? If login.conf settings work on the console then sshd is the problem.

user is not logger in, but who claims something else

2004-06-29 Thread Piotr Gnyp
Hi the situation: discordia# ps -auwx | grep diabeu discordia# discordia# w 18:37 up 8 days, 5:54, 9 users, load averages: 0,03 0,05 0,02 USER TTY FROM LOGIN@ IDLE WHAT toread p0 chello0621790851 18:26 - pine -i diabeu po

Re: user is not logger in, but who claims something else

2004-06-29 Thread Piotr Gnyp
On Tue, 29 Jun 2004, Dan Nelson [EMAIL PROTECTED] wrote: Rebooting will fix it (of course), as will logging in a bunch of times or running enough screen sessions that ttyp[optu] are reused. it helped! thanks a lot! ___ [EMAIL PROTECTED] mailing list

swap usage

2004-01-28 Thread Piotr Gnyp
Hi. Is there a way to make FreeBSD to free the space on swap? Mem: 235M Active, 108M Inact, 100M Wired, 23M Cache, 60M Buf, 32M Free Swap: 500M Total, 256K Used, 500M Free The usage of swap is growing during uptime of the server, and even if I free some additional memory (by killing some apps)

Re: swap usage

2004-01-28 Thread Piotr Gnyp
On Wed, 28 Jan 2004, Kris Kennaway [EMAIL PROTECTED] wrote: Of course, what you posted doesn't indicate this. Swap is used by processes, so killing the process that is actually using the swap will cause it to be reclaimed. If you think something else is going on, please provide the

Lock order reversal

2004-01-29 Thread Piotr Gnyp
What is exactly lock order reversal? I`ve encountered something like this on my console: lock order reversal 1st 0xc720dce4 vm object (vm object) @ vm/swap_pager.c:1323 2nd 0xc06c01a0 swap_pager swhash (swap_pager swhash) @ vm/swap_pager.c:1838 3rd 0xc0c358c4 vm object (vm object) @

Rotation of ipmon log

2004-02-20 Thread Piotr Gnyp
Hi, when i`m trying to rotate log file from ipmon i get these messages: newsyslog: can't notify daemon, pid 40948: No such process newsyslog: log /var/log/ipmon.log.0 not compressed because daemon(s) not notified My settings - rc.conf: ipmon_enable=YES # Set to YES for ipmon; needs

RE: Rotation of ipmon log

2004-02-20 Thread Piotr Gnyp
On Fri, 20 Feb 2004, JJB [EMAIL PROTECTED] wrote: Ipfs is the wrong prefix for the IPFILTER rc.conf statements. from /etc/defaults/rc.conf: ipfs_enable=NO# Set to YES to enable saving and restoring # of state tables at shutdown and boot

false positive, or server hacked?

2004-04-15 Thread Piotr Gnyp
Hi, I`m running FreeBSD 5.2.1-p4, I`ve just installed new version of chkrootkit 0.43 from freshports, and report follows: Checking `date'... INFECTED Checking `lkm'... You have 115 process hidden for readdir command You have23 process hidden for ps command Warning: Possible LKM Trojan

/usr/libexec/save-entropy

2004-04-21 Thread Piotr Gnyp
Hi On my FreeBSD 5.2.1-R-p5 I have problems with /usr/libexec/save-entropy in cron. The error message says: /etc/rc.conf: cannot create /etc/rc.conf: Permission denied my /etc/rc.conf file permissions: -rwxr-xr-x 1 root wheel 2,2K 20 Kwi 16:23 /etc/rc.conf* my /etc/crontab: # Save some

Re: /usr/libexec/save-entropy

2004-04-21 Thread Piotr Gnyp
On Wed, 21 Apr 2004, Ruben de Groot [EMAIL PROTECTED] wrote: Looks like you have something wrong in your /etc/rc.conf. And it was, I`ve found the bug. Thanks for help. ___ [EMAIL PROTECTED] mailing list

What caused this kernel panic?

2005-02-18 Thread Piotr Gnyp
#0 doadump () at pcpu.h:159 #1 0xc04d9efb in boot (howto=260) at ../../../kern/kern_shutdown.c:397 #2 0xc04da221 in panic (fmt=0xc060106c %s) at ../../../kern/kern_shutdown.c:553 #3 0xc05dd308 in trap_fatal (frame=0xe83ef980, eva=28) at ../../../i386/i386/trap.c:809 #4 0xc05dd04b in

clamd + amavisd-new + FreeBSD

2004-09-15 Thread Piotr Gnyp
[17:10] [EMAIL PROTECTED]:~ uname -r 5.2.1-RELEASE-p9 [17:10] [EMAIL PROTECTED]:~ pkg_info | grep clamav clamav-0.75.1 Command line virus scanner written entirely in C [17:10] [EMAIL PROTECTED]:~ pkg_info | grep amavis amavisd-new-2.1.1,1 Performance-enhanced daemonized version of

Upgrade from 5.2.1-RELEASE to 5.3-STABLE

2004-11-09 Thread Piotr Gnyp
Hi, I`ve cvsuped 5.3 sources, done make buildworld and make buildkernel with no problems. But, on http://www.freebsd.org/releases/5.3R/migration-guide.html i`ve read: Due to the upgraded GCC compiler, C++ programs generally need to be recompiled and reinstalled. This requirement comes from changes

Re: Upgrade from 5.2.1-RELEASE to 5.3-STABLE

2004-11-09 Thread Piotr Gnyp
On Tue, Nov 09, 2004 at 05:02:01PM -0500, Lowell Gilbert wrote: Only the ones that are written in C++. But it's probably easier to rebuild everything than to figure out which ones include some C++ sources. Hmm the page mentions it when upgradimg from 4.x: 3 New Features: [...] GCC: The

5.3-STABLE - system after few hours

2004-11-23 Thread Piotr Gnyp
Hi, after upgrade from 5.2.1 o 5.3-STABLE my system started to reboot on regular basis. The error message on screen (not always showing): Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id=03 fault virtual address = 0x1c fault code = supervisor write, page not present instruction

Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Piotr Gnyp
On Tue, Nov 23, 2004 at 09:06:44AM -0600, Nikolas Britton wrote: The first problem is your trying to run 5.3-STABLE. the -STABLE tag does NOT mean the system will be stable it mean the code base is relatively stable compared to -CURRENT. Until FreeBSD 5.x matures a bit more (maybe after

Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Piotr Gnyp
On Tue, Nov 23, 2004 at 09:38:50AM -0600, Nikolas Britton wrote: you rebuild your ports (screen) after you updated from 5.2.1? Yes. In fact, i did it again a while ago. I`ll check if the error will occur again. ___ [EMAIL PROTECTED] mailing list

Re: 5.3-STABLE - system after few hours

2004-11-24 Thread Piotr Gnyp
On Tue, Nov 23, 2004 at 10:02:19AM -0600, Dan Nelson wrote: Enable crashdumps by setting dumpdev=/path/to/swap/slice in rc.conf, wait for the system to crash again, then use the dump to get a stack trace, and post that.

Re: 5.3-STABLE - system after few hours

2004-11-24 Thread Piotr Gnyp
On Tue, Nov 23, 2004 at 10:02:19AM -0600, Dan Nelson wrote: Enable crashdumps by setting dumpdev=/path/to/swap/slice in rc.conf, wait for the system to crash again, then use the dump to get a stack trace, and post that.

some more core dumps (FreeBSD 5.3-R-p1)

2004-11-30 Thread Piotr Gnyp
Unfortunately I wasn.t able to determine a cause of frequent reboot after upgrade from FreeBSD 5.2.1 to 5.3. Even with no loaded modules machines crashes after some time (from 1 hour to nearly 3 days). Ie managed to catch some of the core dumps: http://discordia.pl/~toread/crash.txt

Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-08 Thread Piotr Gnyp
Have anyone tried to install Brighstor ARCserve Backup for Linux on FreeBSD? discordia# pwd /mnt/cdrom/agents/Linux discordia# ./install ./install: 43: Syntax error: Bad substitution line 43 is: printf %-42s $INST_MSG_102 ${FILESYS_GROUP[$VCOUNT]}

Re: Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-10 Thread Piotr Gnyp
On Wed, Dec 08, 2004 at 02:51:44PM -0800, pete wright wrote: to help you out we will most likely need more info on your system. a dmesg will help, as well as a uname. also do you have /compat/linux installed? if so which version? is the install script a perl file, shell script of compiled

make.conf question

2005-04-11 Thread Piotr Gnyp
Hi. My 4.11 boxes: uname -r 4.11-RELEASE-p1 CPU: 1. CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2392.30-MHz 686-class CPU) Origin = GenuineIntel Id = 0xf27 Stepping = 7 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,

Re: make.conf question

2005-04-11 Thread Piotr Gnyp
On Mon, 11 Apr 2005, Kris Kennaway [EMAIL PROTECTED] wrote: The version of gcc that comes with FreeBSD 4.x can't do better than this, i.e. it doesn't know about optimizations for newer CPUs. In practise this isn't important. Ok, so why this: # The CPUTYPE variable controls which processor should

Re: make.conf question

2005-04-12 Thread Piotr Gnyp
On Mon, 11 Apr 2005, Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Apr 11, 2005 at 02:05:00PM +0200, Piotr Gnyp wrote: # certain code (currently only OpenSSL) as well as modifying the value ^^ It does exactly what it says it does. What is your confusion? My