FreeBSD 5.x and bind 9.x

2003-09-14 Thread alexus
it seems to be running without any errors however, resolving part doesn't work and rndc part doesn't work. After I run bind I checked if at least port is open and yes it's open here is my named.conf alexus# cat /usr/local/etc/named.conf key rndc-key { algorithm hmac-md5; secret

quota

2004-08-15 Thread alexus
Is it possible to set a quota not for a username but for a userid or groupid and not a group name.. I have bunch of virtual users but I do not want to create them as a real users on the system, even without no passwords and/or shells. alexus ___ [EMAIL

RE: vpn

2004-10-18 Thread alexus
Jason Thank you for prompt replay, however I need to be able to use an existing client that comes with windows 2000/xp to connect to freebsd, I can not install any software on client side (that's a requirements). A side to side vpn configuration doesn't require any software to be installed on

Re: flash-9, 10 on FreeBSD

2008-10-28 Thread alexus
I'm having issue with flash10 (yet somehow it was working before) and my co-workers, they are able to run it just fine I'm running CentOS 5.2, I know it's not FreeBSD, but still maybe somehow would help... kernel: npviewer.bin[26449]: segfault at rip rsp

Re: bsdtar

2009-03-12 Thread alexus
or maybe someone knows which flag i need to use to use rsync? On Thu, Mar 12, 2009 at 10:00 PM, alexus ale...@gmail.com wrote: can bsd tar save file flags (chflags) ? if not what can? -- http://alexus.org/ -- http://alexus.org/ ___ freebsd

bsdtar

2009-03-12 Thread alexus
can bsd tar save file flags (chflags) ? if not what can? -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: bsdtar

2009-03-12 Thread alexus
yeah, i just found patch for it, thanks! On Thu, Mar 12, 2009 at 11:57 PM, Roland Smith rsm...@xs4all.nl wrote: On Thu, Mar 12, 2009 at 10:05:19PM -0400, alexus wrote: or maybe someone knows which flag i need to use to use rsync? You can use the --fileflags option, if rsync has been compiled

bsnmpd

2009-04-06 Thread alexus
Hello, I have bsnmpd enabled in rc.conf r...@lama ~ 501$ grep ^b /etc/rc.conf bsnmpd_enable=YES r...@lama ~ 502$ yet, whenever I restart my computer, it won't start on boot, but if I run manual command /etc/rc.d/bsnmpd start it starts fine no problem -- http://alexus.org/

Re: bsnmpd

2009-04-06 Thread alexus
feel free to take a look, script located at /etc/rc.d/bsnmpd, it's very simple script all it does it runs /usr/sbin/bsnmpd that's it On Mon, Apr 6, 2009 at 2:21 PM, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote: On Mon, 06 Apr 2009 21:19:27 +0300, alexus ale...@gmail.com wrote: Hello

Segmentation fault: 11 (core dumped)

2009-04-06 Thread alexus
r...@mx1 ~ 496$ csh Segmentation fault: 11 (core dumped) r...@mx1 ~ 497$ i even updated all my system to latest -RELEASE r...@mx1 ~ 499$ uname -a FreeBSD mx1.alexus.biz 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #3: Sun Mar 29 05:42:35 UTC 2009 ale...@dd.alexus.org:/usr/obj/usr/src/sys/GENERIC amd64

Re: bsnmpd

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 2:46 PM, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote: On Mon, 06 Apr 2009 21:41:07 +0300, alexus ale...@gmail.com wrote: feel free to take a look, script located at /etc/rc.d/bsnmpd, it's very simple script all it does it runs /usr/sbin/bsnmpd that's

Re: Segmentation fault: 11 (core dumped)

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 3:09 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Apr 6, 2009 at 3:03 PM, alexus ale...@gmail.com wrote: r...@mx1 ~ 496$ csh Segmentation fault: 11 (core dumped) r...@mx1 ~ 497$ Segmentation Fault 11 is typically indicative of hardware failure (CPU, RAM

Re: bsnmpd

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 3:08 PM, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote: hmm how about trying to make your own script that starts bsnmpd ? try it. does it work ? I guess I could put something in either /usr/local/etc/rc.d to kick /etc/rc.d/bsnmpd script or maybe even

jail stop

2009-04-06 Thread alexus
dd# /etc/rc.d/jail stop Stopping jails: cannot stop jail lama. No jail id in /var/run cannot stop jail mx. No jail id in /var/run . dd# jls JID IP Address Hostname Path 3 XX.XXX.XX.XXXXXX.XX.biz/usr/jail/mx 1 XX.XXX.XX.XXX

Re: bsnmpd

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 3:29 PM, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote: 2) if that would be incorrect i wouldn't be able to run it manually Yes, your right, my mistake. So first of all, are you positive that, at startup, there are no lines, even vagli, related to bsnmpd ?

Re: bsnmpd

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 3:38 PM, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote: All out of ideas. try with a script...maybe, i dnt know. I understand there is always that way, but I'd like to figure out the proper way -- http://alexus.org/

Re: jail stop

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 3:49 PM, Adam Vandemore amvandem...@gmail.com wrote: Brian A. Seklecki wrote: On Mon, 2009-04-06 at 15:27 -0400, alexus wrote:  cannot stop jail mx. No jail id in /var/run $ uname -a There were problems with TTY code in older versions that would cause processes

Re: jail stop

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 5:08 PM, Duane Hill d.h...@yournetplus.com wrote: On Mon, 6 Apr 2009, alexus wrote: On Mon, Apr 6, 2009 at 3:49 PM, Adam Vandemore amvandem...@gmail.com wrote: Brian A. Seklecki wrote: On Mon, 2009-04-06 at 15:27 -0400, alexus wrote:  cannot stop jail mx. No jail

Re: bsnmpd

2009-04-06 Thread alexus
On Mon, Apr 6, 2009 at 5:08 PM, Anton Yuzhaninov cit...@citrin.ru wrote: On Mon, 6 Apr 2009 14:19:27 -0400, alexus wrote: a I have bsnmpd enabled in rc.conf a a a r...@lama ~ 501$ grep ^b /etc/rc.conf a bsnmpd_enable=YES a r...@lama ~ 502$ a a yet, whenever I restart my computer, it won't

Re: bsnmpd

2009-04-08 Thread alexus
2009/4/8 Festin Alexander fes...@sakha.net: В Mon, 6 Apr 2009 16:08:32 -0400 alexus ale...@gmail.com пишет: On Mon, Apr 6, 2009 at 3:38 PM, Vasadi I. Claudiu Florin claudiu.vas...@gmail.com wrote: All out of ideas. try with a script...maybe, i dnt know. I understand there is always

FreeBSD Traffic Shaping

2010-02-02 Thread alexus
Hi I'm trying to do traffic shaping with FreeBSD, here are my rules su-3.2# ipfw pipe show 1: 1.000 Mbit/s0 ms 50 sl. 1 queues (1 buckets) droptail mask: 0x00 0x/0x - 0x/0x BKT Prot ___Source IP/port Dest. IP/port Tot_pkt/bytes Pkt/Byte Drp 0

Re: FreeBSD Version recommend for OLD machine

2010-03-16 Thread alexus
On Tue, Mar 16, 2010 at 3:21 PM, andrew clarke m...@ozzmosis.com wrote: On Fri 2010-03-12 00:16:35 UTC-0500, Steve Bertrand (st...@ibctech.ca) wrote: The machine has a Motherboard that supports 2 double pentium III processors with 1GB of ram and a hard disk with 40GB. I run FreeBSD 7.2 on

uname -a

2010-03-30 Thread alexus
su-3.2# uname -a FreeBSD dd.alexus.org 7.3-RELEASE FreeBSD 7.3-RELEASE #13: Tue Mar 23 20:47:52 UTC 2010 xx...@x.xxx.:/usr/obj/usr/src/sys/GENERIC amd64 su-3.2# why is it showing up #13 here? back when I had 7.2-RELEASE-pX i've had #12, I then did following: rm -rf /usr/src csup

looking for a spammer/virii/malware .... on my system

2011-08-15 Thread alexus
I received a SPAM complain from my ISP and we're trying to figure out what/where the problem is... from headers: Received: from 64.237.55.83 by webmail.west.cox.net; Sun, 14 Aug 2011 18:43:41 -0400 64.237.55.83 is an IP that resides on my box, obviously I'm not sending out any spam

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread alexus
ideas? On Mon, Aug 15, 2011 at 1:39 PM, Chuck Swiger cswi...@mac.com wrote: On Aug 15, 2011, at 10:05 AM, alexus wrote: what else can I do to find it on my system who's trying to connect to remote webmail.west.cox.net ? Monitor your network for SMTP traffic:  tcpdump -nA -s 0 port 25

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread alexus
Robert Bonomi: I didn't received anything from you other then part of my own email... On Mon, Aug 15, 2011 at 2:57 PM, Robert Bonomi bon...@mail.r-bonomi.com wrote: From owner-freebsd-questi...@freebsd.org  Mon Aug 15 12:37:33 2011 Date: Mon, 15 Aug 2011 13:05:15 -0400 From: alexus ale

Re: looking for a spammer/virii/malware .... on my system

2011-08-18 Thread alexus
: --On August 15, 2011 2:04:27 PM -0400 alexus ale...@gmail.com wrote: I personally leaning towards that these headers are being modified and that there is no spam leaving my box (I may be wrong of couse) here is what I did to come up with that thought I sent myself an email The tcpdump command

forcing traffic into leaving from not first ip

2009-05-06 Thread alexus
i have many IPs assigned to my interface is there a way to force traffic to leave from specific IP vs another (default) first one? -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

Re: forcing traffic into leaving from not first ip

2009-05-06 Thread alexus
- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of alexus Sent: Wednesday, May 06, 2009 4:40 PM To: freebsd-questions@freebsd.org Subject: forcing traffic into leaving from not first ip i have many IPs assigned to my interface is there a way

ipnat port-range

2009-05-13 Thread alexus
i need to redirect bunch of ports, or port-range from outside to my jail # /etc/rc.d/ipnat reload /etc/rc.d/ipnat: DEBUG: checkyesno: ipnat_enable is set to YES. /etc/rc.d/ipnat: DEBUG: run_rc_command: doit: /sbin/ipnat -F -C -f /etc/ipnat.rules 0 entries flushed from NAT table 2 entries flushed

Re: ipnat port-range

2009-05-13 Thread alexus
On Wed, May 13, 2009 at 12:58 PM, alexus ale...@gmail.com wrote: i need to redirect bunch of ports, or port-range from outside to my jail # /etc/rc.d/ipnat reload /etc/rc.d/ipnat: DEBUG: checkyesno: ipnat_enable is set to YES. /etc/rc.d/ipnat: DEBUG: run_rc_command: doit: /sbin/ipnat -F -C -f

BGP

2009-05-13 Thread alexus
is there a way to have FreeBSD work as BGP router and/or at least failover between 2 different ISPs? -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: ipnat port-range

2009-05-14 Thread alexus
2009/5/14 Odhiambo ワシントン odhia...@gmail.com: On Wed, May 13, 2009 at 9:09 PM, alexus ale...@gmail.com wrote: On Wed, May 13, 2009 at 12:58 PM, alexus ale...@gmail.com wrote: i need to redirect bunch of ports, or port-range from outside to my jail # /etc/rc.d/ipnat reload /etc/rc.d

proftpd TLS

2009-05-17 Thread alexus
i just enable TLS for my proftpd and in tls.log I'm getting following messages mod_tls/2.2.1[45739]: error locking passphrase into memory: Operation not permitted mod_tls/2.2.1[45739]: TLS/TLS-C requested, starting TLS handshake anyone had this in the past?

Re: ipnat port-range

2009-05-17 Thread alexus
2009/5/16 Roger Olofsson 240olofs...@telia.com: Odhiambo ワシントン skrev: On Wed, May 13, 2009 at 9:09 PM, alexus ale...@gmail.com wrote: On Wed, May 13, 2009 at 12:58 PM, alexus ale...@gmail.com wrote: i need to redirect bunch of ports, or port-range from outside to my jail # /etc/rc.d

Re: ipnat port-range

2009-05-17 Thread alexus
2009/5/17 Patrick Lamaizière patf...@davenulle.org: Le Sun, 17 May 2009 16:16:51 -0400, alexus ale...@gmail.com: i dont see how things are obvious for you as they not so obvious for me. first of all my ipf default policy to allow everything. so the original question is for ipnat

Re: ipnat port-range

2009-05-17 Thread alexus
On Sun, May 17, 2009 at 5:08 PM, Roger Olofsson 240olofs...@telia.com wrote: alexus skrev: 2009/5/16 Roger Olofsson 240olofs...@telia.com: Odhiambo ワシントン skrev: On Wed, May 13, 2009 at 9:09 PM, alexus ale...@gmail.com wrote: On Wed, May 13, 2009 at 12:58 PM, alexus ale...@gmail.com

ipnat 911

2009-05-19 Thread alexus
I'm running system with 2 jails host runs named 1st jail runs mail 2nd jail runs web jails needs to be able to reach out to outside world, for example mail server needs to be able to communicate with remote server for that i decided to use ipnat, here is rule i used map bce0 mx - mx same goes

Re: proftpd TLS

2009-05-19 Thread alexus
On Mon, May 18, 2009 at 8:16 AM, Nikos Vassiliadis nvass9...@gmx.com wrote: alexus wrote: i just enable TLS for my proftpd and in tls.log I'm getting following messages mod_tls/2.2.1[45739]: error locking passphrase into memory: Operation not permitted mod_tls/2.2.1[45739]: TLS/TLS-C

Re: ipnat 911

2009-05-19 Thread alexus
On Tue, May 19, 2009 at 1:36 PM, alexus ale...@gmail.com wrote: I'm running system with 2 jails host runs named 1st jail runs mail 2nd jail runs web jails needs to be able to reach out to outside world, for example mail server needs to be able to communicate with remote server for that i

Re: proftpd TLS

2009-05-19 Thread alexus
On Tue, May 19, 2009 at 2:26 PM, Mehul Ved mehul.n@gmail.com wrote: On Tue, May 19, 2009 at 11:14 PM, alexus ale...@gmail.com wrote: i start it as a root, but it switchs to non-root nobody 52346  0.0  0.1 11820  4208  ??  SsJ  Sun06PM   0:00.66 proftpd: (accepting connections) (proftpd

jail's adjkerntz

2009-05-19 Thread alexus
inside of my jail i get following emails... adjkerntz[25058]: sysctl(set: machdep.adjkerntz): Operation not permitted i dont remember getting these before... i did changed time zone recently though... -- http://alexus.org/ ___

Re: proftpd TLS

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 7:46 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Tuesday 19 May 2009 21:18:48 alexus wrote: On Tue, May 19, 2009 at 2:26 PM, Mehul Ved mehul.n@gmail.com wrote: On Tue, May 19, 2009 at 11:14 PM, alexus ale...@gmail.com wrote: i start

Re: proftpd TLS

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 10:13 AM, alexus ale...@gmail.com wrote: On Wed, May 20, 2009 at 7:46 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Tuesday 19 May 2009 21:18:48 alexus wrote: On Tue, May 19, 2009 at 2:26 PM, Mehul Ved mehul.n@gmail.com wrote: On Tue, May

Re: proftpd TLS

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 10:18 AM, alexus ale...@gmail.com wrote: On Wed, May 20, 2009 at 10:13 AM, alexus ale...@gmail.com wrote: On Wed, May 20, 2009 at 7:46 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Tuesday 19 May 2009 21:18:48 alexus wrote: On Tue, May 19, 2009

Re: jail's adjkerntz

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 3:34 AM, v lvea...@gmail.com wrote: On Wed, May 20, 2009 at 1:42 PM, alexus ale...@gmail.com wrote: inside of my jail i get following emails... adjkerntz[25058]: sysctl(set: machdep.adjkerntz): Operation not permitted i dont remember getting these before... i did

Re: jail's adjkerntz

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 5:31 AM, Herbert J. Skuhra h.sku...@gmail.com wrote: 2009/5/20 alexus ale...@gmail.com: inside of my jail i get following emails... adjkerntz[25058]: sysctl(set: machdep.adjkerntz): Operation not permitted i dont remember getting these before... i did changed time

Re: proftpd TLS

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 10:47 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Wednesday 20 May 2009 16:13:15 alexus wrote: On Wed, May 20, 2009 at 7:46 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Tuesday 19 May 2009 21:18:48 alexus wrote

Re: proftpd TLS

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 4:57 PM, alexus ale...@gmail.com wrote: On Wed, May 20, 2009 at 10:47 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Wednesday 20 May 2009 16:13:15 alexus wrote: On Wed, May 20, 2009 at 7:46 AM, Mel Flynn mel.flynn+fbsd.questi

Re: proftpd TLS

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 5:43 PM, per...@pluto.rain.com wrote: alexus ale...@gmail.com wrote: ... i guess my main concern it not to run it as root now AFAIK it is normal for a daemon to run as root if it expects to receive login credentials: * For any but the most minimal authentication

Re: jail's adjkerntz

2009-05-20 Thread alexus
On Wed, May 20, 2009 at 5:04 PM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Wednesday 20 May 2009 22:56:26 alexus wrote: On Wed, May 20, 2009 at 5:31 AM, Herbert J. Skuhra h.sku...@gmail.com wrote: 2009/5/20 alexus ale...@gmail.com: inside of my jail i get following

Re: backdoor threat

2009-06-22 Thread alexus
On Mon, Jun 22, 2009 at 11:36 AM, Bill Moranwmo...@potentialtech.com wrote: In response to Gary Gatten ggat...@waddell.com: OK - this thread is scaring me.  Anything that involves a backdoor threat is very concerning - I keep looking over my shoulder to make sure no one is sneaking up on me!

libtool shared

2009-06-28 Thread alexus
I'm trying to compile something and I'm getting these lines while I'm doing ./configure checking if libtool supports shared libraries... no checking whether to build shared libraries... no I went and even recompiled libtool # ./configure | grep -i share checking whether the gcc linker

Re: libtool shared

2009-06-28 Thread alexus
On Sun, Jun 28, 2009 at 1:43 PM, Michael Powellnightre...@verizon.net wrote: alexus wrote: I'm trying to compile something and I'm getting these lines while I'm doing ./configure checking if libtool supports shared libraries... no checking whether to build shared libraries... no I went

Re: libtool shared

2009-06-28 Thread alexus
On Sun, Jun 28, 2009 at 6:14 PM, Mel Flynnmel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Sunday 28 June 2009 12:40:24 alexus wrote: company policy not too use ports, any other suggestions? Understand GNU autotools in detail, the patches for it in the respective ports, how to read

Re: libtool shared

2009-06-28 Thread alexus
On Sun, Jun 28, 2009 at 8:30 PM, Charlie Kestercorky1...@comcast.net wrote: On Sun 28 Jun 2009 at 16:10:51 PDT Michael Powell wrote: alexus wrote: On Sun, Jun 28, 2009 at 1:43 PM, Michael Powellnightre...@verizon.net wrote: alexus wrote: [snip] company policy not too use ports, any

traffic shaping freebsd

2011-09-11 Thread alexus
can someone provide a real (working) live example of traffic shaping with ipfw i just can't get mine to work no matter what... -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

Re: traffic shaping freebsd

2011-09-11 Thread alexus
thanks, but did u actually tried it? i'd prefer an example from a live system if possible its just its not working for me, so maybe i'm doing something off, so thats why i wanted to see a working example from someone's system 2011/9/11 Коньков Евгений kes-...@yandex.ru: Здравствуйте, alexus

Re: traffic shaping freebsd

2011-09-11 Thread alexus
, alexus ale...@gmail.com wrote: thanks, but did u actually tried it? If what you're asking is, does traffic shaping work?  the answer is yes.  There are some provisos - you must create an outbound pipe and an inbound pipe that accurately reflect the observed network performance (not what your ISP

FreeBSD9 + PHP

2012-01-09 Thread alexus
I created a jail and within a jail I did pkg_add -r apache22 pkg_add -r php5 now I have apache and php, but whenever I'm trying to hit phpinfo.php, I see source code... I dont think php5 added inside of apache22 -- http://alexus.org/ ___

Re: FreeBSD9 + PHP

2012-01-09 Thread alexus
there is no way to make it like that? so it has to be build via ports? On Mon, Jan 9, 2012 at 3:02 PM, Peter fb...@peterk.org wrote: I created a jail and within a jail I did pkg_add -r apache22 pkg_add -r php5 now I have apache and php, but whenever I'm trying to hit phpinfo.php, I see

Re: ports vs packages

2012-01-09 Thread alexus
Thank you so much for this wonderful feedback! One of the things I'm seeing is that unfortunately packages are somewhat limited vs ports... For example: I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5, php5 doesn't have libphp5.so that links Apache and PHP together... so

freebsd package update / upgrade

2012-02-02 Thread alexus
What's the procedure on updating packages (not ports), can someone point me (preferably in a handbook) or else where is fine too... -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

newsyslog-local.conf

2012-02-20 Thread alexus
s# tail -1 /etc/newsyslog.conf include /etc/newsyslog-local.conf s# cat /etc/newsyslog-local.conf /var/log/squid/access.log squid:squid 640 7 *@T00 J /var/run/squid/squid.pid /var/log/squid/cache.logsquid:squid 640 7 *@T00 J s# ls -la /var/log/squid/ total

Re: newsyslog-local.conf

2012-02-20 Thread alexus
doesn't exist: /var/run/syslog.pid s# grep ^syslogd /etc/rc.conf syslogd_enable=NO s# does syslogd has be run for newsyslog to operate? On Mon, Feb 20, 2012 at 12:24 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 20/02/2012 17:04, alexus wrote: s# tail -1 /etc/newsyslog.conf

Re: newsyslog-local.conf

2012-02-20 Thread alexus
what else I can do then? i don't need syslogd.. this is vm, it runs nothing but squid, squid generates its own logging, so no reason to run syslogd On Mon, Feb 20, 2012 at 12:47 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 20/02/2012 17:29, alexus wrote: /var/log/squid

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread alexus
appreciate if you can post it here. Thank you in advance. On Tue, Feb 21, 2012 at 8:20 PM, Chuck Swiger cswi...@mac.com wrote: On Feb 21, 2012, at 5:14 PM, alexus wrote: is there a way to make apache22 w/ php5 without using /usr/ports? Yes, you could download and build the sources yourself without

Re: freebsd package update / upgrade

2012-02-21 Thread alexus
) immediately. f9# P.S. why is it pkg_add installing vulnerable versions at the first place? i just installed ruby and already is a problem?? On Thu, Feb 2, 2012 at 9:15 PM, Erich Dollansky erichfreebsdl...@ovitrap.com wrote: Hi, On Friday 03 February 2012 08:52:07 alexus wrote: What's the procedure

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread alexus
that i know of to try) is to go with spawn-fcgi. i dont have alot of requirements but i do need apache22 + php5 to talk to each others and i want to know if it can be done with pkg_add vs /usr/ports On Wed, Feb 22, 2012 at 12:03 AM, Michael Powell nightre...@hotmail.com wrote: alexus wrote: I

apache22 + spawn-fcgi + php5

2012-02-23 Thread alexus
LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so IfModule mod_fastcgi.c AddHandler php5-fastcgi .php FastCgiExternalServer /usr/local/www/apache22/data/ -socket /var/run/spawn_fcgi.sock /IfModule wx3# ls -al /var/run/spawn_fcgi.sock srwxrwxrwx 1 www www 0 Feb 24

phpMyAdmin

2012-02-24 Thread alexus
I can't install phpMyAdmin on my FreeBSD-9.0 wx3# pkg_add -r phpMyAdmin Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/phpMyAdmin.tbz... Done. Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/pdflib-7.0.4.tbz: File

apache22 + mod_fastcgi

2012-03-07 Thread alexus
--- LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so IfModule mod_fastcgi.c AddHandler php5-fastcgi .php FastCgiExternalServer /usr/local/www/apache22/data/php -socket /var/run/spawn_fcgi.sock /IfModule --- this works for my apache for default virtualhost, yet if i

Re: apache22 + mod_fastcgi

2012-03-09 Thread alexus
i'd like to follow up with this question if possible On Wed, Mar 7, 2012 at 8:31 PM, alexus ale...@gmail.com wrote: --- LoadModule fastcgi_module     libexec/apache22/mod_fastcgi.so IfModule mod_fastcgi.c        AddHandler php5-fastcgi .php        FastCgiExternalServer /usr/local/www

Re: apache22 + mod_fastcgi

2012-03-09 Thread alexus
not operate at all and other virtual hosts can work as well otherwise i have to go and comment out alot of lines manually so it's not ifmodule as that proven to work, but in any case i added ifmodule after, line was there before without ifmodule so it didn't work before either.. mbp:~ alexus$ curl -I http

Re: apache22 + mod_fastcgi

2012-03-12 Thread alexus
for your default vhost ? On 10 Mar 2012, at 02:35, alexus ale...@gmail.com wrote: if it would be incorrectly it wouldn't work the first time (default host) virtualhost has a copy from a default host, the only difference is local path to directory, that's all ifmodule is there just in case

Apache module mod_fastcgi

2012-03-13 Thread alexus
according to: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiExternalServer --- Note: Using FastCgiServer within a VirtualHost does not necessarily limited access to that host. If filename is accessible via other virtual hosts, they too can leverage the same definition. --- how

Re: FreeBSD9 + PHP

2012-03-26 Thread alexus
I appreciate everyone's input on this matter and the bottom line is: mod_php and/or php-fpm should be created as a _separate_package_ for users who have no need for it, should _NOT_ install it in fact if this package exists or not it shouldn't even concern you (since you not using it) for users

multihome network

2007-11-15 Thread alexus
not for some reason access my box through that public IP, no firewall rules would prevent me from doing so. here is my output for netstat -rn alexus# netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default192.168.1.1

Re: multihome network

2007-11-16 Thread alexus
yes, i know that, and i want my defaultroute to stay 192.168.1.1, what i also want is to be able to access it through 216.112.241.30 (fxp1) On Nov 16, 2007 1:38 AM, Girish Venkatachalam [EMAIL PROTECTED] wrote: On 00:18:42 Nov 16, alexus wrote: Hello, I have two NICs on my box, one

Re: multihome network

2007-11-16 Thread alexus
i'm pretty sure you can do it on freebsd, especially if its possible on Linux, routing works same way as on Linux On Nov 16, 2007 4:51 PM, Bram Van Steenlandt [EMAIL PROTECTED] wrote: alexus wrote: i dont see any difference as at the end i still get this 216.112.241.24/29 216.112.241.25

Re: multihome network

2007-11-16 Thread alexus
216.112.241.24 216.112.241.25 255.255.255.248 still not go:( On Nov 16, 2007 8:54 AM, Steve Bertrand [EMAIL PROTECTED] wrote: Girish Venkatachalam wrote: On 00:18:42 Nov 16, alexus wrote: Hello, I have two NICs on my box, one (primary) connected to switch and have private IP. that IP also

Re: multihome network

2007-11-16 Thread alexus
i dont see any difference as at the end i still get this 216.112.241.24/29 216.112.241.25 UGS 00 fxp1 in my netstat -rn, and no its still doesn't work... On Nov 16, 2007 12:07 PM, Steve Bertrand [EMAIL PROTECTED] wrote: alexus wrote: my private IP that eventually

Re: multihome network

2007-11-16 Thread alexus
but then i'm going say route _ALL_ traffic for that, and i need to be able to get in through both interfaces, as if one ISP is down, i can access in through another... thats the whole point of this thing On Nov 16, 2007 4:04 PM, Steve Bertrand [EMAIL PROTECTED] wrote: alexus wrote: i dont see

Re: multihome network

2007-11-18 Thread alexus
192.168.1.1. With these settings you can access both 192.168.1.1 and $fxp1_ip from outside. Regards, Todor Dragnev On 16.11.2007, at 07:18, alexus wrote: Hello, I have two NICs on my box, one (primary) connected to switch and have private IP. that IP also have a static route on Cisco

samba / remote windows machine / nagios

2007-09-05 Thread alexus
does anyone knows how i can monitor for a date file on a remote windows machine from my freebsd through samba client i guess, so result can be reported to nagios? ___ freebsd-questions@freebsd.org mailing list

weird

2008-08-04 Thread alexus
i have something really weird going on... all of the sudden my box went away and came back later on i have daily log rotating, yet my last log shows following: Aug 2 17:15:28 j nrpe[75619]: Handling the connection... Aug 4 09:49:52 j named[63163]: zone gmsworld.com/IN: expired look at the

Re: weird

2008-08-05 Thread alexus
anyone? On Mon, Aug 4, 2008 at 11:06 PM, alexus [EMAIL PROTECTED] wrote: i have something really weird going on... all of the sudden my box went away and came back later on i have daily log rotating, yet my last log shows following: Aug 2 17:15:28 j nrpe[75619]: Handling the connection

utf8

2008-04-07 Thread alexus
how do I make my FreeBSD-7 to understand UTF-8? I have files that i need to transfer, but when i do it converts to ? instead of name -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

Re: utf8

2008-04-08 Thread alexus
I'm not an X user, I use shell. On Tue, Apr 8, 2008 at 1:49 AM, Manolis Kiagias [EMAIL PROTECTED] wrote: alexus wrote: how do I make my FreeBSD-7 to understand UTF-8? I have files that i need to transfer, but when i do it converts to ? instead of name The console

vpn + samba

2008-04-19 Thread alexus
hi i need to get vpn + samba working by vpn i mean a remote user being on the road can connect to box and use samba file sharing, most of our users use vista, some xp -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

Re: vpn + samba

2008-04-20 Thread alexus
in that? On Sun, Apr 20, 2008 at 9:41 AM, Ivan Voras [EMAIL PROTECTED] wrote: alexus wrote: hi i need to get vpn + samba working by vpn i mean a remote user being on the road can connect to box and use samba file sharing, most of our users use vista, some xp See and http://en.wikipedia.org/wiki

Fwd: vpn + samba

2008-04-20 Thread alexus
-- Forwarded message -- From: alexus [EMAIL PROTECTED] Date: Sun, Apr 20, 2008 at 3:53 PM Subject: Re: vpn + samba To: Ivan Voras [EMAIL PROTECTED] i didn't mean clientless at all, i meant where people can use their build-in clients in OS, like most popular out there is build

Re: When's FreeBSD going to catch up in the world of virtualization.

2008-04-21 Thread alexus
there is always XEN or worse case scenario is jail On Mon, Apr 21, 2008 at 1:52 PM, Simon Chang [EMAIL PROTECTED] wrote: Now however, I'm forced to use linux as the host OS for Vmware as there currently seems to be no current support for FreeBSD as the Host OS for popular VM

Re: vpn + samba

2008-04-21 Thread alexus
no problem (yet) just trying to get a word from someone who has an experience in both to share their knowledge which one is better and why. so far i see that mpd has more recent release vs poptop On Sun, Apr 20, 2008 at 11:16 AM, Wojciech Puchar [EMAIL PROTECTED] wrote: hi i need to get

Re: vpn + samba

2008-04-22 Thread alexus
have you used openvpn? whats so good about it? On Mon, Apr 21, 2008 at 8:31 PM, Elliot Finley [EMAIL PROTECTED] wrote: I would suggest openVPN. works great and extremely easy to set up. On Mon, 21 Apr 2008 14:01:50 -0400, you wrote: no problem (yet) just trying to get a word from someone

ipnat

2008-04-29 Thread alexus
i can't seem to figure this out su-3.2# ipnat -l List of active MAP/Redirect filters: rdr fxp0 0.0.0.0/32 port 22 - 172.16.172.16 port 22 tcp List of active sessions: su-3.2# netstat -tan | grep LISTEN | grep 22 tcp4 0 0 172.16.172.16.22 *.*LISTEN su-3.2#

Re: ipnat

2008-04-29 Thread alexus
anyone? On Tue, Apr 29, 2008 at 5:33 PM, alexus [EMAIL PROTECTED] wrote: i can't seem to figure this out su-3.2# ipnat -l List of active MAP/Redirect filters: rdr fxp0 0.0.0.0/32 port 22 - 172.16.172.16 port 22 tcp List of active sessions: su-3.2# netstat -tan | grep LISTEN | grep 22

Re: ipnat

2008-04-30 Thread alexus
? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de alexus Envoyé : mercredi 30 avril 2008 03:35 À : freebsd-questions@freebsd.org Objet : Re: ipnat anyone? On Tue, Apr 29, 2008 at 5:33 PM, alexus [EMAIL PROTECTED] wrote: i can't seem to figure

ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-04-30 Thread alexus
dd# make cleandepend make depend rm -f .depend machine amd64 cd ../../../modules; MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules KMODDIR=/boot/kernel DEBUG_FLAGS=-g MACHINE=i386 KERNBUILDDIR=/usr/src/sys/i386/compile/dd make cleandepend === aac (cleandepend) rm -f @ machine amd64 rm -f

TERM

2008-05-01 Thread alexus
My HOME, END isn't working whenever I login through PuTTY or SecureCRT to FreeBSD-7.0-RELEASE-p1 anyone knows where/what needs to be adjusted? -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

  1   2   >