Re: can't bring ath0 up

2010-03-06 Thread Colin Brace
e commands work for me: ifconfig wlan0 create wlandev ath0 wlanmode hostap ifconfig wlan0 inet 192.168.0.1 mode 11g channel 2 ssid freebsdap - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://old.nabble.com/can%27t-bring-ath0-up-tp27734134p27802878.html Sent from

can't bring ath0 up

2010-02-28 Thread Colin Brace
0211: Invalid argument Any ideas on what is going on here? - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://old.nabble.com/can%27t-bring-ath0-up-tp27734134p27734134.html Sent from the freebsd-questions mailing list archive at Nabble

Re: postfix + cyrus sasl: no go

2009-09-19 Thread Colin Brace
Jerry-107 wrote: > > 2) Post the contents of: /usr/local/lib/sasl2/smtpd.conf > Jerry, this file doesn't exist on my system. - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/postfix-%2B-cyrus-sasl%3A-no-go-tp25521649p2552

postfix + cyrus sasl: no go

2009-09-19 Thread Colin Brace
postconf -a" returns dovecot. Any ideas what is going wrong here? versions: postfix-2.6.5,1 cyrus-sasl-2.1.23 FreeBSD 7.0 - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/postfix-%2B-cyrus-sasl%3A-no-go-tp25521649p25521649.h

Re: what www perl script is running?

2009-08-27 Thread Colin Brace
Colin Brace wrote: > > ah, another directory found in /tmp with files written by www called > .bash/ Contents here: > > http://silenceisdefeat.com/~cbrace/www_badstuff-3.gz > Apropos of the contents of the above, a correspondent writes: [...] running 'strings&#

Re: what www perl script is running?

2009-08-26 Thread Colin Brace
Colin Brace wrote: > > > CyberLeo Kitsana wrote: >> >> Are these files available in a tarball someplace public, for those of us >> who enjoy performing autopsies on virii? > ah, another directory found in /tmp with files written by www call

Re: what www perl script is running?

2009-08-26 Thread Colin Brace
Colin Brace wrote: > > > CyberLeo Kitsana wrote: >> >> Are these files available in a tarball someplace public, for those of us >> who enjoy performing autopsies on virii? > > Sure thing: http://silenceisdefeat.com/~cbrace/www_badstuff.gz > > this

Re: what www perl script is running?

2009-08-26 Thread Colin Brace
hich I had installed: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0413 "Cross-site scripting (XSS) vulnerability in RoundCube Webmail (roundcubemail) 0.2 stable allows remote attackers to inject arbitrary web script or HTML via the background attribute embedded in an HTML e-ma

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
ript as well as the contents of a directory called ".," which has a bunch of source code and so on. As indicated earlier, this stuff was installed by user 'www'. It should be unpacked in an empty directory. Have fun! - Colin Brace Amsterdam http://lim.nl -- View this mes

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
08 m.tgz -rwxr-xr-x 1 www wheel 167964 Mar 16 2001 pico drwxr-xr-x 2 www wheel 512 Mar 4 2005 r drwxr-xr-x 2 www wheel1024 Dec 3 2005 src If anyone is interested in looking at this stuff, or wants more info, please let me know. - Colin Brace Amsterdam http://lim.nl -- Vi

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
r is a Bad Idea. However, when I set it up, it just seemed more convenient and flexible. - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/what-www-perl-script-is-running--tp25112050p25135684.html Sent from the freebsd-quest

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
hat is to say: nothing is allowed in unless explicitly allowed Everything allowed out. (plus some ipv6 stuff I was testing with a tunnel) Merci - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/what-www-perl-script-is-running--tp25112050p2

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
rough one of the above ports? Any suggestions as to where to start looking for the breach would be most welcome; I am quite new to this game. Thanks. - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/what-www-perl-script-is-running--tp25112050p2

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
ntly killing the process with the following bash command while I decide what to do next: $ while x=1 ; do sudo killall -9 perl5.8.9 && echo "killed..." ; sleep 15; done I suppose this calls for a "bare-metal" reinstall. Is it worth first trying to determine how my syste

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
Mike Bristow wrote: > > On Tue, Aug 25, 2009 at 01:00:53AM -0700, Colin Brace wrote: >> Ok, here is what lsof tells me: >> >> $ sudo lsof | grep perl >> perl5.8.9 4272 www3uIPv4 0xc33cf0000t0 TCP >> gw:51295->94.102.51.57:afs3-f

Re: what www perl script is running?

2009-08-25 Thread Colin Brace
ng, but what? After 24 hour since rebooting, this perl instance is still crunching away... ----- Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/what-www-perl-script-is-running--tp25112050p25130058.html Sent from the freebsd-questions mailing lis

what www perl script is running?

2009-08-24 Thread Colin Brace
quot;.rb", "~", ".inc" ) cgi.assign = ( ".pl" => "/usr/bin/perl", ".cgi" => "/usr/local/bin/python", ".py" => "/usr/local/bin/python", ".sh" => "/usr/local/bin/

kernel errors: TIMEOUT - READ_DMA

2009-01-14 Thread Colin Brace
handle it. FWIW, I've tried using 'soft' as an option in the NFS fstab entry on the clients to no avail Thanks for any suggestions. - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/kernel-errors%3A-TIMEOUT---READ_DMA-tp2145508

updating a port with problems (libxml2)

2008-10-17 Thread Colin Brace
the first time this has happened. Comments, suggestions most welcome. Thanks. - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/updating-a-port-with-problems-%28libxml2%29-tp20028504p20028504.html Sent from the freebsd-questions m

Re: gateway NAT settings lost

2008-09-27 Thread Colin Brace
hy is this preferable to using plain old cp? - Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/gateway-NAT-settings-lost-tp19685563p19701345.html Sent from the freebsd-questions mailing list archive at Nabble.com. __

Re: gateway NAT settings lost

2008-09-26 Thread Colin Brace
libexec 3.6Mrescue 5.0Msbin 986Kbin 0Bcompat 2.0Kdist 2.1Metc 5.4Mlib 2.0Kproc 52Kroot 114Mtotal It looks as though there is 375MB "hidden" somewhere... but where? -- Colin Brace Amsterdam http://www.lim.nl

gateway NAT settings lost

2008-09-26 Thread Colin Brace
nable="YES" pf_enable="YES" pflog_enable="YES" dhcpd_enable="YES" /usr/local/sbin/dnrd -s 208.67.222.222 postgresql_enable="YES" obspamd_enable="YES" obspamdlog_enable="YES"

ext3 to ufs: filename character encoding woes

2008-08-16 Thread Colin Brace
e. Googling, I came up with instructions for editing /etc/login.conf, so I added :charset=en_US.UTF-8: under default:\ exited the shell and logged in again, but no change. What I am missing here? Thanks. - Colin Brace Amsterdam http://lim.nl -- View this message in context:

Re: error mounting USB disk: Invalid argument

2008-05-31 Thread Colin Brace
erlap in the codebase for this particular chipset. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: error mounting USB disk: Invalid argument

2008-05-31 Thread Colin Brace
nvalid argument # mount -t ufs /dev/da0s1c /media/disk6 mount: /dev/da0s1c : Invalid argument Thanks. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

error mounting USB disk: Invalid argument

2008-05-30 Thread Colin Brace
command line. I have tried various mount points, to no avail. Anyone have any ideas what is going wrong? Thanks. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: SATA support & custom v7.0 kernel

2008-05-29 Thread Colin Brace
On Thu, 29 May 2008 19:35:39 +0300, Alexander Motin <[EMAIL PROTECTED]> wrote: > Usually SATA is more ATA then SCSI. Try to add to your config: > deviceata [...] My kernel config has the ATA stuff already; the system currently boots from an IDE drive. --

SATA support & custom v7.0 kernel

2008-05-29 Thread Colin Brace
AIL PROTECTED]:/usr/obj/usr/src/sys/VENUS i386 -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: server (partly) fails: hardware?

2008-05-04 Thread Colin Brace
he 30 GB IDE drive. Is there any reason why it shouldn't be possible to boot directly from the SATA drive given that SATA is not on the motherboard? Thanks. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing lis

server (partly) fails: hardware?

2008-05-04 Thread Colin Brace
local whitebox shop later this week, but I am open to other avenues to purse as well. Thanks in advance for any ideas. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: is my eyesight THAT bad?!

2008-04-25 Thread Colin Brace
ocs are. I couldn't figure out what they were doing there. Thanks for solving that little mystery for me. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

nfs & firewall, hard vs soft mount

2008-04-24 Thread Colin Brace
of sftp is that it appears to add some overhead which I notice when watching AVI files -- the media player ocassionally stutters. In any case, suggestions for alternative approaches to mounting remote file systems via wireless would be most welcome. -- Colin Brace Amsterdam http://lim.nl

Re: Laptop advice

2008-03-21 Thread Colin Brace
an on using wireless lan, you'll need to read the fine print very carefully to determine whether there is BSD support for the given chipset. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: my brother is making me learn FreeBSD...

2008-03-20 Thread Colin Brace
or music files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. WWW: http://mt-daapd.sourceforge.net/ -- Colin Brace Amsterdam

portupgrade can't fetch packages

2008-03-10 Thread Colin Brace
at could be preventing portupgrade from being able to download the packages itself? Thanks. $ uname -r 7.0-STABLE -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: the daemon that won't die

2008-03-02 Thread Colin Brace
te that the above is happening every eleven minutes, just like the "save-entropy" cron entry. Thanks. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

the daemon that won't die

2008-03-02 Thread Colin Brace
t waits and sleeps. wait; syslog('debug', "Scan completed"); sleep($SCAN_INTERVAL); } I am not a perl programmer, and it is not immediately obvious what is going on here. So, how to I kill this bugger once and for all? Thanks. $ uname -r 7.0-PRERELEASE -- C

Re: PF vs. ping6

2008-02-21 Thread Colin Brace
quot; as: pass quick on fxp0 proto ipv6 all keep state pass quick on gif0 inet6 all flags S/SA keep state Thanks Christopher, I really appreciate it. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists

PF vs. ping6

2008-02-21 Thread Colin Brace
ts. I have these (provisional) rules at the top of the filter section in PF: pass quick on fxp0 inet6 # ext if pass quick on gif0 inet6 to no avail; PF is still blocking ping6. Am I missing something here? -- Colin Brace Amsterdam http://lim.nl

Re: OT: Whats wrong with gmail?

2008-02-08 Thread Colin Brace
Minor but tiresome: no option to use a non-proportional font to view your messages. Apparently, an extension called Better Gmail allowed this at one point but not now. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org

Re: OT: www search engines

2008-02-07 Thread Colin Brace
MAC addresses or phone lines. I'd be curious to know whether this is done, just for theoretical reasons. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

rkhunter: "find: /dev/fd/3/* No such file or directory" error

2008-02-02 Thread Colin Brace
r 7.0-PRERELEASE Thanks. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Low Level Language Suggestions: OT

2008-01-25 Thread Colin Brace
render the output in a decent form, and/or tools to clean up the input, will far outweigh in importance the computational efficiency of your algorithms. Deciding between C++, Java, or Python etc. will be the very least of your problems... -- Colin Brace Amsterdam http://lim.nl

Re: spamd-setup can't find spamd.conf

2008-01-24 Thread Colin Brace
c/spamd, not /usr/local/etc/ as indicated in the documentation I was following. (I now see the man page for spamd.conf indicates this.) -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mail

spamd-setup can't find spamd.conf

2008-01-24 Thread Colin Brace
[full: <http://www.freebsddiary.org/pf.php> ] Thing is, the file really is there and contains the "all" statement: $ grep -A 2 all: /usr/local/etc/spamd.conf all:\ :uatraps:whitelist: Anyone have any idea what is going wrong here? TIA -- Colin Brace Amsterdam

Re: Help From Indonesian....What's the matter with my mouse ??

2008-01-20 Thread Colin Brace
An issue like this is best posted in the appropriate pcbsd forum: http://forums.pcbsd.org/ with detailed information about your system and dmesg output. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http

Re: Fixing a USB disk to a specific device name

2008-01-20 Thread Colin Brace
I use udev rules to do this. See: < http://www.linuxquestions.org/questions/linux-general-1/make-removable-usb-hdd-mount-at-fixed-mount-point-511917/ > -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing lis

Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
asn't so bad. Rebooted OK. Thanks again. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
s.o(.text+0x1281): In function `umass_cam_rescan_callback': : undefined reference to `xpt_free_path' umass.o(.text+0x22de): In function `umass_cam_rescan': : undefined reference to `xpt_periph' umass.o(.text+0x22ed): In function `umass_cam_rescan': : undefined reference to `

kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
rnel source (CURRENT) with cvsup last night. Any idea what files I am still missing? Thanks -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: FBSD or PCBSD?

2008-01-18 Thread Colin Brace
t which is supported by FreeBSD and runs FreeBSD and PC-BSD fine. Sounds like Acer laptops don't all have the same wireless NIC... -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

pkg_add: remote install (-r) broken

2008-01-16 Thread Colin Brace
the screen to grab it with wget: wget ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/Latest/rtorrent.tbz This works. What could be going wrong with add_pkg here? As I indicate above, I am currently at 7.0-BETA4 Thanks. -- Colin Brace Amsterdam http://lim.nl ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: batch rename

2008-01-07 Thread Colin Brace
numbering the files or accessing hundreds of informations about the file, like creation date or Exif informations of an image. http://www.krename.net/ -- Colin Brace Amsterdam ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

acx100 under 7.0-BETA3

2007-12-01 Thread Colin Brace
port tree? Wait until the latter has been updated? Send a message to the maintainer? Thanks. -- Colin Brace Amsterdam ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se