Re: 5.6 nslookup - uses port 48830

2015-02-02 Thread Pawel S. Veselov
On Sun, 1 Feb 2015 15:06:17 -0800 Pawel S. Veselov pawel.vese...@gmail.com wrote: Running latest amd64 5.6 (p16, just upgraded to it), for some reason my nslookup keeps trying to use port 48830 to connect to the NS server. gethostbyname() works just fine, all the apps resolve the hostnames

5.6 nslookup - uses port 48830

2015-02-01 Thread Pawel S. Veselov
Hi. Running latest amd64 5.6 (p16, just upgraded to it), for some reason my nslookup keeps trying to use port 48830 to connect to the NS server. gethostbyname() works just fine, all the apps resolve the hostnames just fine, but host/dig/nslookup don't. I have 'nameserver 127.0.0.1' in

Re: possible cracking attempt

2007-04-01 Thread Pawel S. Veselov
Hello, Nick ! wrote: On 4/1/07, Sean Malloy [EMAIL PROTECTED] wrote: I just installed OpenBSD on my server in early March 2007. I am running an Apache web server out of my house. I am tracking 4.0 STABLE which I updated the day after the latest security advisory. I recently noticed some

Re: possible cracking attempt

2007-04-01 Thread Pawel S. Veselov
Nick ! wrote: On 4/1/07, Pawel S. Veselov [EMAIL PROTECTED] wrote: On 4/1/07, Sean Malloy [EMAIL PROTECTED] wrote: I just installed OpenBSD on my server in early March 2007. I am running an Apache web server out of my house. I am tracking 4.0 STABLE which I updated the day after the latest

Re: dlopen() functions calling symbols in parent

2006-11-29 Thread Pawel S. Veselov
the better way to do this is to put 'bar()' in another shared object, and dlopen() it before the module with the RT_GLOBAL flag. I put the modified stuff in http://manticore.2y.net/temp/callbacks thanks, Pawel. On Wed, Nov 29, 2006 at 10:36:20AM -0600, Dale Rahn wrote: Hmm, it seems that

Re: dlopen() functions calling symbols in parent

2006-11-29 Thread Pawel S. Veselov
On Wed, Nov 29, 2006 at 11:28:25PM +, Brian Candler wrote: On Wed, Nov 29, 2006 at 09:16:54AM -0800, Pawel S. Veselov wrote: the better way to do this is to put 'bar()' in another shared object, and dlopen() it before the module with the RT_GLOBAL flag. I put the modified stuff in http

clines 1.0.4 port in current

2006-11-27 Thread Pawel S. Veselov
Hi, being the primary developer of the game, I was wondering about the patches that come along with the port. Mainly, the patch to the Makefile.in that removes the lines that sets 1777 mode on the hi score directory (/var/games/clines) The original idea was -- set the 't' bit on the directory

sk0 on 4.0 : routing problems ?

2006-11-23 Thread Pawel S. Veselov
Hi ! thanks to everyone who helped me with getting the sk0 interface working. It only works on 4.0, on 3.9 the interface does appear but attempting to move traffic through it fails, with kernel saying sk0 timeout or something. After upgrading to 4.0, I decided to switch the internal interface

Re: kernel pppoe

2006-11-15 Thread Pawel S. Veselov
Gustavo, On Wed, Nov 15, 2006 at 11:14:23PM -0300, Gustavo Rios wrote: i have followed pppoe(4) instructions on setting it up. It works perfectly. as long as it works :) But, i am very confused with the output for the netstat -rn command (only relevant part) Internet: Destination

Re: Sun x2100 M2 DMESG weirdenn and remote access. OpenBSD 4.0

2006-10-28 Thread Pawel S. Veselov
stan wrote: On Tue, Oct 24, 2006 at 11:11:43PM -0700, Pawel S. Veselov wrote: Daniel Ouellet wrote: stan wrote: That's actually not a given IFIRK Sun says the RAID on the 2100's is Windows only. Why Sun picks that kinda hardware for it's servers, is another kinda

Re: shell script (background ogg-stream dumping) - no such process

2006-10-27 Thread Pawel S. Veselov
Hi Jan, Jan Stary wrote: [ skipped ] *Usually* (I know) it finishes OK, and the *ogg is a valid ogg stream. In this failing case, it *also* is a valid ogg stream, but much shorter than usual. So I suppose the background nc dies before I try to kill it myself (that is, after sleeping for

Re: Sun x2100 M2 DMESG weirdenn and remote access. OpenBSD 4.0

2006-10-25 Thread Pawel S. Veselov
Daniel Ouellet wrote: stan wrote: That's actually not a given IFIRK Sun says the RAID on the 2100's is Windows only. Interesting! I didn't read that. Must have skip my reading then somehow. The choice are in the BIOS to enable it. I didn't buy two drives as it was for testing only, so I

Re: figuring out the local IP address of an interface

2006-10-24 Thread Pawel S. Veselov
man -s3 getifaddrs ? -- Pawel. Girish Venkatachalam wrote: Dear friends, I know this question sounds basic but it is not. How to programmatically determine the IP address of an interface? (Programmatically means using C of course :-) getsockname(2) is supposed to work but it doesn't

Re: a question about errno

2006-09-29 Thread Pawel S. Veselov
Hi, Paul Stoeber wrote: Should a userland program be allowed to depend on errno==0 on entry to main()? (At least one in the tree does.) I see no place in the C library that explicitly ensures this, and it might be false if the user runs the program under LD_PRELOAD tricks. I think the

Re: Smallest OpenBSD box

2006-08-10 Thread Pawel S. Veselov
Hi, dunno if that was mentioned here, but http://www.gnetcanada.com/ makes nice boxes, that are generally laptops with no screens. I have one of their older boxes at P3 level, works just great. Their current boxes are VIA C3(tm)/ VIA Eden(tm) 1.0ghz EBGA embedded processor -- Pawel.

Re: Web mail

2006-07-19 Thread Pawel S. Veselov
http://www.squirrelmail.org/ May be not easiest to install, because of specific PHP requirements, but manageable. Haven't heard about security problems much, and also don't really know of any good alternative. Thanks, Pawel. Eric Johnson wrote: Which web mail package is easiest to install

Re: Do mp3 concatenation programs exist?

2006-07-17 Thread Pawel S. Veselov
an ISP admin, and I found out there is somone requesting a new IP every minute (or every hour for that matter), the first thing I'd do is I'd start looking how to prevent it. [ skipped ] Thanks, Pawel. Bye. -- Pawel S. Veselov [vps], Sun Microsystems, Inc. Staff Engineer, Java Mobile Systems

Re: libraries in /usr/local/lib

2006-07-13 Thread Pawel S. Veselov
try if '-isystem/usr/local/include' works first, -I is bad Han Boetes wrote: Mikulas Patocka wrote: It is possible to add -I/usr/local/include -L/usr/local/lib to compiler flags, I even distributed links with that for some time, and it turned out that on other unix systems -L/usr/local/lib