Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 15:02:37 +0200
From:      Robert Joosten <robert@ml.erje.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: silly Q: any script running before make install /w ports ?
Message-ID:  <20090524130237.GG10317@ismet.erje.net>
In-Reply-To: <4ad871310905240557n6d60acfp46bf15f7ed954bc1@mail.gmail.com>
References:  <20090524123153.GF10317@ismet.erje.net> <4ad871310905240557n6d60acfp46bf15f7ed954bc1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> IRC-ing as root is a bad idea.

Yeah, I know. But I really had to doublecheck.

>  As a normal user, does irssi start?

It does start, but it's unable to connect.

> If not, what are the errors?

14:59 -!- Irssi: Looking up irc.xs4all.nl
14:59 -!- Irssi: Connecting to irc.xs4all.nl [194.109.129.219] port 6667
14:59 -!- Irssi: Unable to connect server irc.xs4all.nl port 6667 [Can't 
assign 
          requested address: 213.161.196.11]

part of the ktrace
 79841 irssi    RET   gettimeofday 0
 79841 irssi    CALL  gettimeofday(0xbfbfe028,0)
 79841 irssi    RET   gettimeofday 0
 79841 irssi    CALL  gettimeofday(0xbfbfdfa8,0)
 79841 irssi    RET   gettimeofday 0
 79841 irssi    CALL  gettimeofday(0xbfbfdf48,0)
 79841 irssi    RET   gettimeofday 0
 79841 irssi    CALL  gettimeofday(0xbfbfe088,0)
 79841 irssi    RET   gettimeofday 0
 79841 irssi    CALL  socket(PF_INET,SOCK_STREAM,IPPROTO_IP)
 79841 irssi    RET   socket 4
 79841 irssi    CALL  fcntl(0x4,F_SETFL,O_NONBLOCK)
 79841 irssi    RET   fcntl 0
 79841 irssi    CALL  
setsockopt(0x4,SOL_SOCKET,SO_REUSEADDR,0xbfbfe558,0x4)
 79841 irssi    RET   setsockopt 0
 79841 irssi    CALL  
setsockopt(0x4,SOL_SOCKET,SO_KEEPALIVE,0xbfbfe558,0x4)
 79841 irssi    RET   setsockopt 0
 79841 irssi    CALL  bind(0x4,0xbfbfe53c,0x10)
 79841 irssi    STRU  struct sockaddr { AF_INET, 213.161.196.11:0 }
 79841 irssi    RET   bind -1 errno 49 Can't assign requested address
 79841 irssi    CALL  close(0x4)
 79841 irssi    RET   close 0

> I'm not clear what you're asking here.

setting umask 022 just before make install

Regards,
Robert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090524130237.GG10317>