Re: Hi

2008-12-10 Thread Sebastian Tymków
Hello, If you don't want to do this using server features you should do it in your program (like in config file). Best regards, Shamrock 2008/12/10 pugal pugal [EMAIL PROTECTED] Hi all I will explain the scenario clearly. I have a server program say server.c listening on some XXX

Re: process always running

2008-11-27 Thread Sebastian Tymków
Hi, I use it and it works fine for me. I don't need any third party software to run/restart process. Recently I used daemontools for respawn process but it was uncomfortable to install and configure for me. Best regards, Sebastian Tymkow 2008/11/27 Jonathan McKeown [EMAIL PROTECTED] On

Re: Best way to back up mysql database

2008-11-06 Thread Sebastian Tymków
Hello, Yes you're right but what I meant was something like this ;)) http://www.mysqlperformanceblog.com/2006/08/21/using-lvm-for-mysql-backup-and-replication-setup/ It's simple, safe and faster than mysqldump. On 3 GB database it takes only 3-5 seconds. Best regards, Sebastian Tymkow

Re: Logrotate

2008-10-02 Thread Sebastian Tymków
Hi, I'm not sure but I think you can try use sharedscripts in yor logrotete script. Another solution is make script which unlink/link logs. Best regards, Shamrock ___ freebsd-questions@freebsd.org mailing list

Re: Best way to back up mysql database

2008-10-01 Thread Sebastian Tymków
Hello, You can store whole db files too. It's faster to run database from scratch than use mysqldump and mysql source. Best regards, Shamrock ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: ftp server: create/delete user by web interface

2008-09-08 Thread Sebastian Tymków
for a combination where I can create/delete etc. ftp users as a non-root user (probably from a template). I haven't used such solution,but you can try pureftpd+sql backed or vsftpd with mysql backed. Best regards, Sebastian Tymków ___ freebsd

Re: ftp server: create/delete user by web interface

2008-09-04 Thread Sebastian Tymków
Hello, Have you tried cpanel or webmin ? Or maybe you're looking for solution like ftp server and accounts in database ? Best regards, Sebastian Tymków 2008/9/4 Martin Schweizer [EMAIL PROTECTED] Hello I've three FreeBSD 7.0 server. Im looking for a combination where I can create/delete

Re: problem running named

2008-09-03 Thread Sebastian Tymków
Hello, What is on logs ? What do you have in your /etc/rc.conf for named ? Best regards, Shamrock 2008/9/3 Richard Yang [EMAIL PROTECTED] Hello, When I tried /etc/rc.d/named forcestart, i got ./named: WARNING: run_rc_command: cannot run /etc/namedb/named what does it mean and how do i

Re: make release and sysinstall

2008-08-14 Thread Sebastian Tymków
Hi, This should help: http://www.gsoft.com.au/~doconnor/FreeBSD-release.html http://www.gsoft.com.au/~doconnor/release/install.cfg I made my own release with ports on board without additional post-installing. This ports, are configured and ready to work out of box. Best regards, Sebastian

Sed in FreeBSD

2008-07-05 Thread Sebastian Tymków
Hi, I'm trying to use sed in script to append file after pattern but I couldn't find any good example how can I do it. I've tried with sed -e '/PATTERN/ a\ line' file but this did'n work. There are many axamples in internet but none of them work on FreeBSD. Best regards, Sebastian Tymkow

Making own install iso

2008-06-28 Thread Sebastian Tymków
Hi, Can anyone answer me if it's possible to make install iso from own chrooted environment ? When I do make release first it creates chroot environment then in chrooted environment recompiles sources and creates iso in /R directory using /R/stage. I wonder if it's possible to create install iso