Re: Warning - FreeBSD (*BSD) entanglement in Linux ecosystem

2012-08-22 Thread Markiyan Kushnir
http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/231832.html Already read and discussed/flamed here. -- Markiyan. On 22.08.2012 13:29, Michel Talon wrote: David Jackson said: In reference to the claims that systemd developers do not care about portability, this is deceptive

Re: How to clean system

2011-01-09 Thread Markiyan Kushnir
2011/1/8 Giorgos Keramidas keram...@ceid.upatras.gr: On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений kes-...@yandex.ru wrote: Hi System have many programs. Wanna to upgrade to new version of FBSD Is it possible to clean system from garbage (all programs, files, header files, except

Re: how to make vimage jail permanent by configuring rc.conf?

2009-12-21 Thread Markiyan Kushnir
Hello, I also wanted to have it work, but failed and just had to patch my /etc/rc.d/jail until it's resolved. The first problem is that currently /etc/rc.d/jail creates jails using the parameterless form of jail(8). Another issue is that after the jail is created, it currently seems not

Re: editing a binary file

2009-12-18 Thread Markiyan Kushnir
If you don't mind, I would add fixed buffer processing to your program. For some really huge files (or any other type of stream) which have really huge records, reading entire records into memory would get the box down. Markiyan /* convert.c: remove record length fields from Fortran output

Re: NIS users can't login with FTPD

2009-10-30 Thread Markiyan Kushnir
what's in /etc/nsswitch.conf ? Markiyan. Frank Bonnet wrote: Hello I've installed a nes machine ( 7.2 / 64 bits ) which runs like a charm EXCEPT for the FTP service for NIS users ... Local users ( which are present in /etc/passwd file ) have no problem BUT NIS users cannot log in when using

Re: error output redirection

2009-10-12 Thread Markiyan Kushnir
what is easily done with tee for stdout cannot be done for stderr. Looks like there is no easy way to make a pipeline using stderr separately from stdout. If you want to watch output of the stderr separately from stdout, you might manage for it in two consoles: % foo 2err % tail -f err

Re: error output redirection

2009-10-12 Thread Markiyan Kushnir
George Davidovich free...@optimis.net already gave an answer. Markiyan Kushnir wrote: what is easily done with tee for stdout cannot be done for stderr. Looks like there is no easy way to make a pipeline using stderr separately from stdout. If you want to watch output of the stderr separately

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Markiyan Kushnir
I would guess that the imap.so symbol issue is what is causing Apache to die... The certificate-related messages are warnings and should not make it fatal. Markiyan. Chuck Swiger wrote: Hi-- On Oct 7, 2009, at 8:11 AM, David Southwell wrote: [Wed Oct 07 16:03:17 2009] [warn] RSA server