php5 segfault

2008-10-08 Thread Laszlo Nagy
uname -a: FreeBSD shopzeus.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Oct 6 07:50:31 EDT 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SHOPZEUS amd64 when compiling /usr/ports/php5 I see messages like: bin/sh /usr/ports/lang/php5/work/php-5.2.6/libtool --silent

Re: GEOM_JOURNAL: Timeout. Journal gjournal XXXX cannot be completed.

2008-10-09 Thread Laszlo Nagy
GEOM_JOURNAL: Timeout. Journal gjournal 2578807269 cannot be completed. Screenshots will not come through on the list, could you upload them somewhere and send a link? Is the partition you are trying to journal mounted? Now I figured out that the size of the journal partition was too

Re: php5 segfault

2008-10-09 Thread Laszlo Nagy
Also, you cannot use a threaded Apache (e.g. threaded MPMs) with PHP since not all extensions support threading. Your Apache needs to be built without threads and use a non-thread model (e.g. prefork). I've also had success with Apache-ITK-mpm. This is very true for mod_php, but less so if

Re: php5 segfault

2008-10-09 Thread Laszlo Nagy
There are no options to configure in php5-pgsql. I tried to change the order or module in extensions.ini, no success so far. Then my recommendation is to build PHP with DEBUG enabled (see make config), reproduce the situation, and provide a backtrace here. Problem solved. I put

Re: php5 segfault

2008-10-09 Thread Laszlo Nagy
I thought you said you changed the order and it didn't work? *confused* I said no success so far. There are more than 20 modules and there is no description about what the good order should be. I had to keep trying... If so: it should be obvious why it hasn't been fixed. It doesn't

Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Laszlo Nagy
Johan Hendriks írta: If find / -sx is running and is consuming all CPU, what is the value of vfs.ufs.dirhash_mem: # sysctl -a | grep dirhash shopzeus# sysctl -a | grep dirhash vfs.ufs.dirhash_docheck: 0 vfs.ufs.dirhash_mem: 2095818 vfs.ufs.dirhash_maxmem: 2097152 vfs.ufs.dirhash_minsize:

7.1 hangs, shutdown terminated

2008-10-10 Thread Laszlo Nagy
Hi, A computer hangs every day in the morning at a specific time, between 8 AM and 9 AM. We can ping it. Apparently the console works, also gdm works on it, but we are not able to login at all. ssh accepts connections, but the authentication does not continue (e.g. ssh client waits for the

Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Laszlo Nagy
This could be a periodic job (since you said this happens daily) which runs early in the morning (2-3am?) and for some reason isn't finishing in a timely manner. You haven't provided any actual ps -auxwww data, so we can't easily discern if it's a periodic job or something amiss on your

Re: [SOLVED] Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Laszlo Nagy
Firstly, I see a periodic(8) job that DOES use find -sx, which means your attempt to track it down was faulty, and your syntax should have been find -sx / not find / -sx. See here: /etc/periodic/security/100.chksetuid: find -sx $MP /dev/null -type f \ Thanks for clearing that out. :-) I

Re: [SOLVED] Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Laszlo Nagy
Thank you very much! Probably you are right. Our users use shared IMAP folders and sometimes they keep ten thousands of messages in one folder. I have increased dirhash_maxmem to 64MB and see what happens. Unfortunately, I cannot play with the hardware because it is in a server park, and

[SOLVED] Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Laszlo Nagy
If find / -sx is running and is consuming all CPU, what is the value of vfs.ufs.dirhash_mem: # sysctl -a | grep dirhash shopzeus# sysctl -a | grep dirhash vfs.ufs.dirhash_docheck: 0 vfs.ufs.dirhash_mem: 2095818 vfs.ufs.dirhash_maxmem: 2097152 vfs.ufs.dirhash_minsize: 2560

Gnome install - error

2006-11-28 Thread Laszlo Nagy
Hello, I updated my ports tree today: portsnap fetch portsnap update pkgdb -F Then I tried to add gnome2. I get several errors: cassiopeia# pkg_add -r gnome2 Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/gnome2.tbz... Done. Fetching

skype on diskless machine

2006-11-30 Thread Laszlo Nagy
Hello, I have an appserver (6.1-RELEASE-p10) and many diskless clients connected to it. I'm using the diskless clients as X terminals (gdm is running on the appserver). Any user is able to use any terminal, because they run all applications on the appserver. Here is the basic problem:

Re: skype on diskless machine

2006-11-30 Thread Laszlo Nagy
Why not just run skype on the diskless PC and have the user's home directory mountend over NFS? That way you can have both things you want. I thought about this, but the users are never logged into the diskless machine. (They do not even have a home directory there. The diskless

/usr/ports/x11-toolkits/eel linker error

2006-12-01 Thread Laszlo Nagy
What am I going wrong? Please help! System: FreeBSD 6.1-RELEASE-p10 #4: Thu Nov 30 13:33:49 CET 2006 The ports tree was updated yesterday, then I ran portupgrade -a It was completed today. Then I ran portinstall gnome2 and got this error: grep: /usr/X11R6/lib/libgnomeui-2.la: No such file or

Re: /usr/ports/x11-toolkits/eel linker error

2006-12-04 Thread Laszlo Nagy
Pablo Mora wrote: On 12/1/06, Laszlo Nagy [EMAIL PROTECTED] wrote: What am I going wrong? Please help! System: FreeBSD 6.1-RELEASE-p10 #4: Thu Nov 30 13:33:49 CET 2006 The ports tree was updated yesterday, then I ran portupgrade -a It was completed today. Then I ran portinstall gnome2

7.0 stable + postfix - how to setup chroot?

2009-10-15 Thread Laszlo Nagy
What I already did: syslogd_flags=-s -l /var/spool/postfix/var/run/log # put into /etc/rc.conf Then I changed n to y for all lines in /usr/local/etc/postfix/master.cf in the chroot column. But I don't know how to create chrooted environment under /var/spool/postfix. Is there a command

jail - beginner questions

2009-11-17 Thread Laszlo Nagy
I'm experimenting with jails. I have installed a 7.2 stable FreeBSD inside vmware. Then I have created two jails, using the method written in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.html The only thing that didn't work is this: cd /etc make

Re: jail - beginner questions

2009-11-17 Thread Laszlo Nagy
No, I think you added the '/' before 'etc', which isn't in the web page. Gotcha. Is the problem perhaps in your /etc/rc.d/vm1 script? Normally you would use /etc/rc.d/jail. Yes, I'm. Sorry - it was a typo. I used this: /etc/rc.d/jail start vm1 Are those addresses already assigned

Re: jail - beginner questions

2009-11-18 Thread Laszlo Nagy
The address 192.168.0.11 must be assigned to a interface in the host FreeBSD. You can do it before starting the jail, or when the jail is being started. To assign the address before starting the jail do somthing like this: # ifconfig lnc0 alias 192.168.0.11/24 where lnc0 is the name of nic in

transmission-web settings do not work

2009-11-20 Thread Laszlo Nagy
Basic system, installed these packages: transmission-daemon és transmission-web. Here is rc.conf: transmission_enable=YES transmission_flags= -a 192.168.0.1 transmission_download_dir=/download Other settings are the defaults. Then I do this: vm01# mkdir -p /download vm01# chown -R

cron not sending emails

2010-05-28 Thread Laszlo Nagy
Hi All! After upgrading to 8.0 RELEASE, I'm not getting any emails from cron. If I put this into root's crontab * * * * * echo TEST then I see this in the maillog: May 14 10:53:00 server postfix/sendmail[2958]: fatal: user(1001): No recipient addresses found in message header I'm using

Re: cron not sending emails

2010-05-28 Thread Laszlo Nagy
Chuck Swiger írta: Hi-- On May 28, 2010, at 4:42 AM, Laszlo Nagy wrote: If I put this into root's crontab * * * * * echo TEST then I see this in the maillog: May 14 10:53:00 server postfix/sendmail[2958]: fatal: user(1001): No recipient addresses found in message header These do

Re: cron not sending emails

2010-05-28 Thread Laszlo Nagy
Matthias Fechner írta: Am 28.05.10 13:42, schrieb Laszlo Nagy: If I put this into root's crontab * * * * * echo TEST a quick guess, you have a line like: MAILTO=address Bye, Matthias It doesn't work. With, or without the MAILTO. Just for completeness, I have used this: MAILTO=gandalf

Re: cron not sending emails

2010-05-30 Thread Laszlo Nagy
If I put this into root's crontab * * * * * echo TEST a quick guess, you have a line like: MAILTO=address It doesn't work. With, or without the MAILTO. Just for completeness, I have used this: MAILTO=gandalf The gandalf user is a local user on the system. I can send local mail to this

Re: cron not sending emails

2010-06-01 Thread Laszlo Nagy
Cron is still not sending emails. Any idea? Is there any output in the 'maillog' log? May 14 10:53:00 server postfix/sendmail[2958]: fatal: user(1001): No recipient addresses found in message header ___ freebsd-questions@freebsd.org

Re: cron not sending emails

2010-06-01 Thread Laszlo Nagy
It doesn't work. With, or without the MAILTO. Just for completeness, I have used this: MAILTO=gandalf The gandalf user is a local user on the system. I can send local mail to this user using the sendmail postfix program (checked twice). Cron is still not sending emails. Any idea?

portmaster + unknown dependency problem

2012-11-20 Thread Laszlo Nagy
I have a 8.2-STABLE system. Last port upgrade was about a year ago. (I know, this is bad.) I was trying to update all ports, by following the UPDATING file. As it turned out, some ports has been deprecated/deleted. I have a problem in particular with the py-bittornado-core port. I do not need

<    1   2