find setuid/gid files and devices, is there a better solution ?

2007-03-24 Thread a . velichinsky
The /etc/security script, when called from cron, keeps thrashing all my disks when searching for changes in setuid/setgid files and devices - It doesn't care about filesystems mounted with the nosuid and nodev flags, or filesystems unable to do setuid executables or devices at all (like CDs

Re: Booting a Thinkpad T23

2007-04-04 Thread a . velichinsky
On Wed, Apr 04, 2007 at 06:23:54AM -0700, sweetnsourbkr wrote: I'm trying into install OpenBSD 4.0 onto my laptop. It's a Pentium 3 1.13 MHz with 768MB RAM. I burned an install CD following the installation instructions. I buned the cd40.iso first, started a multisession CD. Then

Re: test

2007-04-04 Thread a . velichinsky
eee

Re: Booting a Thinkpad T23

2007-04-04 Thread a . velichinsky
On Wed, Apr 04, 2007 at 10:41:12AM -0700, sweetnsourbkr wrote: Adi-9 wrote: If you try to make a bootable multisession disk, use mkisofs ... -b path/to/cdrom40.fs ... for both the first and the last session you're creating, and don't forget to close the last session. Are you

Re: scp problem with remote filename escaping

2007-04-11 Thread a . velichinsky
On Wed, Apr 11, 2007 at 04:41:41PM -0500, Matthew R. Dempsky wrote: On Wed, Apr 11, 2007 at 10:02:50PM +0100, Stuart Henderson wrote: On 2007/04/11 13:41, Bryan Irvine wrote: scp [EMAIL PROTECTED]:a\ b . you have to escape to *both* your local shell, and the remote shell This has

Re: anyone using zoneminder.com on OpenBSD?

2007-04-24 Thread a . velichinsky
On Tue, Apr 24, 2007 at 07:22:39PM +, Paul Pruett wrote: files/patch-SharedMem.pm What this patch does is to hard-wire native size to 4 (32-bits). On FreeBSD, Perl is configured with -Duse64bitint by default and the method that is used by SharedMem.pm to determine architectural bit

Re: Equivalent to linux disk delete?

2007-05-06 Thread a . velichinsky
On Sun, May 06, 2007 at 07:51:14PM +0200, Sebastian Rother wrote: Hello everybody, I`ve a problem with one HDD wich has 3 empty Partitions at the beginning. I wanted to remove those partitions but OpenBSDs fdisk doesn`t know about a delete Command and disklabel so far shows just the OpenBSD

Re: Linux Compat Query

2007-05-27 Thread a . velichinsky
On Mon, May 28, 2007 at 12:09:01AM +0100, Edd Barrett wrote: Hi there, My friend has made an application that uses a shared library which is not yet ported to OpenBSD (xereces-c). We have been trying to run it on OpenBSD using linux-compat. I know this is all set up properly as I use opera

Re: Linux Compat Query

2007-05-27 Thread a . velichinsky
On Sun, May 27, 2007 at 08:05:40PM -0700, Ben Calvert wrote: On May 27, 2007, at 6:22 PM, [EMAIL PROTECTED] wrote: On Mon, May 28, 2007 at 12:09:01AM +0100, Edd Barrett wrote: Hi there, My friend has made an application that uses a shared library which is not yet ported to OpenBSD

Re: Linux Compat Query

2007-05-28 Thread a . velichinsky
On Mon, May 28, 2007 at 11:29:37PM +0100, Edd Barrett wrote: On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: But now the excutable starts so you can see with ktrace which syscall is not implemented. 4362 ktrace RET ktrace 0 4362 ktrace CALL

Re: getopt(3) differences OpenBSD/GNU

2008-01-17 Thread a . velichinsky
On Wed, Jan 16, 2008 at 10:35:01PM +0100, Sebastian Reitenbach wrote: Hi, I run into troubles with getopt(3). the test program below shows the problem. It produces different output on Linux and OpenBSD, when it is called like this on Linux it looks like this: ./a.out asdf -n option

Re: There's something about OpenBSD...

2008-02-21 Thread a . velichinsky
On Thu, Feb 21, 2008 at 01:40:28PM -0500, Nick Holland wrote: Mayuresh Kathe wrote: What is it about OpenBSD that I can't resist it? After the past long exchange about our ultimate goal and a lot of people advising me to go over to Solaris 10, I did, I removed OpenBSD from one of my

Re: There's something about OpenBSD...

2008-02-21 Thread a . velichinsky
On Fri, Feb 22, 2008 at 12:08:54AM +0200, Jussi Peltola wrote: On Thu, Feb 21, 2008 at 11:22:25PM +0200, [EMAIL PROTECTED] wrote: For instance 'ggrep -r ...' instead of 'grep -r ...' to search recursively with gnu grep (a worthless feature imho). Displaying the name of the file and the

Re: Can't scp, ssh is slow to authenticate.

2008-07-22 Thread a . velichinsky
On Mon, Jul 21, 2008 at 11:04:17PM -0400, Arnaud Bergeron wrote: debug1: Sending command: scp -v -r -t ~ 6:52PM up 4 days, 56 mins, 0 marksandmans, load averages: 0.11, 0.09, 0.08 Am I the only one noting this line in the output. I don't think scp wants to have load averages. It think

Re: linux emulation without redhat_base

2007-02-12 Thread a . velichinsky
On Mon, Feb 12, 2007 at 06:04:36PM +0100, Karel Kulhavy wrote: 16287 yes CALL #243 (unimplemented linux_sys_set_thread_area)() 16287 yes PSIG SIGSYS SIG_DFL code 0 16287 yes NAMI yes.core What does this mean? That linux_sys_set_thread_area is unimplemented in the

Re: dd questions

2007-03-13 Thread a . velichinsky
On Tue, Mar 13, 2007 at 01:31:53PM -0400, Gordon Turner wrote: I have three questions for the dd savants out there, consider an image being dd'd that is created with a dd statement like: dd if=/dev/zero of=imageFileName.img bs=512 count=1014049 It's quite silly to fill up your disk will

Re: Symbols in a .so

2007-03-18 Thread a . velichinsky
On Sun, Mar 18, 2007 at 09:30:23PM -0400, Woodchuck wrote: I would like to know which symbols are defined in a shareable object library, say libfoo.so.1.0. If this were an old-style library (i.e. an archive), say libfoo.a, I would use nm. Surely there is a tool for doing this with the

Re: Symbols in a .so

2007-03-18 Thread a . velichinsky
On Sun, Mar 18, 2007 at 10:04:18PM -0400, Woodchuck wrote: Actually the problem is that the .so was from a port, and the library had been installed stripped. On an unstripped .so, nm works fine. It works fine on a stripped .so too. Will a stripped .so even work as a library for ld? Yes.

Re: strange output on openbsd C code

2007-03-19 Thread a . velichinsky
On Mon, Mar 19, 2007 at 07:17:46PM -0700, Darrin Chandler wrote: On Mon, Mar 19, 2007 at 07:12:24PM -0300, Gustavo Rios wrote: I am writing a very simple program but the output change for the c variable value change every time i run it. What would it be my mistake on the source? Did i

Re: xpdf slow

2011-08-24 Thread a . velichinsky
On Wed, Aug 24, 2011 at 08:09:00AM -0400, igor denisov wrote: Hello there, May someone help me with the following. My xpdf is very slow on pdf files from www.archive.org. That is to be expected. Get the djvu files instead. There is no way to /decently/ use big image pdf files like those,

Re: undeadly article

2010-08-18 Thread a . velichinsky
On Tue, Aug 17, 2010 at 07:30:55PM +0300, Paul Irofti wrote: jcr, please forgive my fellow romanian as us gypsies don't get to travel much and don't know the mysteries of these flying birds and their inner workings. There was enough bigotry and condescension on this list. There was no need to

Re: C++ CGI script

2010-12-14 Thread a . velichinsky
On Mon, Dec 13, 2010 at 04:44:30PM -0500, Ted Unangst wrote: endl is \n, you want \r\n. no. the httpd server is supposed to do that conversion. that should work. the OP probably messed up something (renamed the c++ source instead of the executable to .cgi?) On Mon, Dec 13, 2010 at 4:18 PM,

Re: qemu -nographic

2011-01-11 Thread a . velichinsky
On Sat, Jan 08, 2011 at 11:43:17PM +0100, Pieter Verberne wrote: Actually, obsd.img is empty. I'm trying to start a fresh installation. And, I should be able to see BIOS messages like Starting SeaBIOS and Booting from anyway, right? Wrong. The BIOS doesn't print those messages to the serial

Re: dmesg for notebooks useful?

2011-04-28 Thread a . velichinsky
On Wed, Apr 27, 2011 at 11:25:20AM -0400, Dave Anderson wrote: I'm working on buying a notebook which will run OpenBSD, and have been grabbing the dmesg from whatever I find in stores to look at hardware compatibility (I've got a 4.9-current snapshot from 2011/4/13 on a USB stick which I boot

Re: Advice requested on security issues

2008-01-06 Thread a . velichinsky
On Sat, Jan 05, 2008 at 11:38:24PM -0500, Douglas A. Tutty wrote: On Sat, Jan 05, 2008 at 07:48:53PM -0800, Ted Unangst wrote: On 1/5/08, Douglas A. Tutty [EMAIL PROTECTED] wrote: Is there anything that, bug-wise, could go wrong with that remote browser that would be able to read or alter

Re: qemu -nographic

2012-12-09 Thread a . velichinsky
On Fri, Dec 07, 2012 at 02:58:59PM -0800, Constantine A. Murenin wrote: On 11 January 2011 11:18, a.velichin...@gmail.com wrote: The trick with /etc/boot.conf does work; this should transform the cd48.iso install cd into a 'serial' one: $ echo 'set tty com0' /tmp/boot.conf $ growisofs

Re: OpenBSD rootkits

2014-02-18 Thread a . velichinsky
On Tue, Feb 18, 2014 at 06:07:32PM +0100, Daniel Cegiełka wrote: cc -shared fake.c -o fake LD_PRELOAD=./fake ksh and type: whoami Since when does LD_PRELOAD work with relative paths? But, anyways, why bother with shared libraries and shit. Try this, it's simpler: $ whoami() { echo root; }