Locked out of Root

2008-10-22 Thread APseudoUtopia
Hey, I have one user (other than root and the other system users) on my box, and that user is _NOT_ in the wheel group. I also have root logins disabled via SSH. This is a remote server and all I have is SSH access. Is there any way that I can gain root? I know the root password and everything,

Re: port versions query

2008-11-01 Thread APseudoUtopia
On Fri, Oct 31, 2008 at 7:50 PM, Jim Pazarena [EMAIL PROTECTED] wrote: I tried the 5.1 mysql port, and found that it was a 5.1.26-rc ... RC so I rolled back to 5.0.67 Is there a way to tell in general what version is 'current' for FreeBSD 7? How could I query any given port in general and

Permission Denied for find command; No idea why

2008-11-12 Thread APseudoUtopia
Hey. I've been writing a set of sh backup scripts over the past few days. I'm having some trouble with the final thing with them. This is the command that is being run by the www user via cron: /usr/bin/find /usr/local/backups/ -ctime +7d -type f -not -name *daily_backup* -ls (Eventually, I'm

PHP Session Support in /tmp

2008-11-23 Thread APseudoUtopia
Hey. PHP stores session data for the 'file' handler in /tmp, by default. For organizational purposes, I'd like to change this to something like /tmp/php_sessions/ or so. However, I have the clear_tmp_enable feature enabled, so /tmp is cleared on reboot. PHP wont create the php_sessions dir on

Re: Regarding beer and optimal hacker productivity

2008-11-24 Thread APseudoUtopia
On Mon, Nov 24, 2008 at 2:03 PM, Bill Moran [EMAIL PROTECTED] wrote: Somewhere, out on the WWW, there was a study (perhaps an imaginary study) on what the optimal blood alcohol level was for software development. Someone on this list must know what I'm talking about and have a link to the

Re: firewall rules for bitlord, yahoo, limewire

2008-11-26 Thread APseudoUtopia
On Thu, Nov 27, 2008 at 12:25 AM, Andrew Gould [EMAIL PROTECTED] wrote: On Wed, Nov 26, 2008 at 6:40 PM, Fbsd1 [EMAIL PROTECTED] wrote: dick hoogendijk wrote: My unofficial take on it is that limewire is a peer-to-peer sharing application used by Windows, Mac OS X and Linux users to share

Re: pf or ipf rules to allow p2p Limewire through

2008-11-27 Thread APseudoUtopia
On Thu, Nov 27, 2008 at 3:56 AM, Fbsd1 [EMAIL PROTECTED] wrote: What pf or ipf firewall keep-state rules needed to allow p2p application such as limewire through? Using same firewall rules as in handbook example. Well, what port does limewire use? You need to figure out what port each

Re: Unable to load dynamic library '/usr/local/lib/php/20060613/gd.so

2008-12-09 Thread APseudoUtopia
On Tue, Dec 9, 2008 at 2:58 AM, Zbigniew Szalbot [EMAIL PROTECTED] wrote: Hi, I have upgraded php to 5.2.8 because of security notices and then got this problem. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/gd.so' -

Re: Security Exploits...to report, or not to report?

2008-12-25 Thread APseudoUtopia
On Thu, Dec 25, 2008 at 4:39 PM, Modulok modu...@gmail.com wrote: List, This isn't really FreeBSD related, but I have no one else to consult: I was given an FTP account on a server for company X. Being a UNIX guy, I did some poking around and discovered a security flaw in how they set their

Re: MySQL version upgrade

2009-01-02 Thread APseudoUtopia
On Fri, Jan 2, 2009 at 10:40 AM, Jos Chrispijn ker...@webrz.net wrote: I currently have running: mysql-client-4.0.27 mysql-server-4.0.27, who I would like to upgrade to mysql-client-5.0.75 mysql-server-5.0.75 I can imagine that there is a database issue here as the 4.0 records might

Portsnap Not Found Issues

2009-01-05 Thread APseudoUtopia
Running FreeBSD 7.0-RELEASE-p5. [r...@host][/tmp] # portsnap fetch update Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found. Fetching snapshot tag from portsnap2.FreeBSD.org... done. Fetching snapshot metadata... fetch:

Re: PHP Apache module no longer loads /usr/local/etc/php.ini

2009-01-06 Thread APseudoUtopia
On Tue, Jan 6, 2009 at 12:26 AM, Morgan Wesström freebsd-questi...@pp.dyndns.biz wrote: Hi. I have two almost identical FreeBSD servers with FreeBSD 7.0, Apache 2.2.11 and PHP 5.2.8. After a restart of Apache four days ago, the PHP module on one of those servers no longer loads

Re: FreeBSD 7.0-Stable Crashed with Cacti

2009-01-06 Thread APseudoUtopia
On Tue, Jan 6, 2009 at 3:30 AM, Kalpin Erlangga Silaen kal...@muliahost.com wrote: Dear All, we face problem with running cacti on FreeBSD 7.0-Stable. From top command output: - snip - We realized that all cacti process just eat my cpu and memory (STATE: pfault) and my server

Re: change root pasword

2009-01-21 Thread APseudoUtopia
On Wed, Jan 21, 2009 at 2:35 PM, Valdis Ziediņš valdis.zied...@gmail.com wrote: hi, i'm new your product user! my first admin leave new server with freebsd! someone change root pasword can you help me step by step change this pasword! i'll be thankfull! i'm now studing your product but if

Cron Not Sending Mail

2009-03-01 Thread APseudoUtopia
Cron is not sending output as emails. I noticed this when I stopped seeing the output of a backup script in my daily email. I thought there was a problem with the backup script - but no, it's cron not sending the emails. I had this problem before on 6.1, which I never found a solution to. I gave

Re: Cron Not Sending Mail

2009-03-02 Thread APseudoUtopia
On Sun, Mar 1, 2009 at 9:03 PM, Frank Shute fr...@shute.org.uk wrote: On Sun, Mar 01, 2009 at 02:24:47PM -0500, APseudoUtopia wrote: Cron is not sending output as emails. I noticed this when I stopped seeing the output of a backup script in my daily email. I thought there was a problem

Re: Cron Not Sending Mail

2009-03-03 Thread APseudoUtopia
On Mon, Mar 2, 2009 at 10:14 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Sun, Mar 1, 2009 at 2:24 PM, APseudoUtopia apseudouto...@gmail.com wrote: [snip] # # User www's crontab # Note, I also tried removing the MAILTO to no avail # MAILTO=root # m     h       dom     mon

Re: Cron Not Sending Mail

2009-03-03 Thread APseudoUtopia
On Tue, Mar 3, 2009 at 4:17 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Tue, Mar 3, 2009 at 4:10 PM, APseudoUtopia apseudouto...@gmail.com wrote: Thanks for the tips. I've put the following line in my normal user account's crontab (This account does have a shell, it's one I use

Re: Cron Not Sending Mail

2009-03-03 Thread APseudoUtopia
On Tue, Mar 3, 2009 at 4:52 PM, Morgan Wesström freebsd-questi...@pp.dyndns.biz wrote: Glen Barber wrote: On Tue, Mar 3, 2009 at 4:10 PM, APseudoUtopia apseudouto...@gmail.com wrote: Thanks for the tips. I've put the following line in my normal user account's crontab (This account does have

Re: Cron Not Sending Mail

2009-03-03 Thread APseudoUtopia
On Tue, Mar 3, 2009 at 5:44 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Tue, Mar 3, 2009 at 5:29 PM, APseudoUtopia apseudouto...@gmail.com wrote: I have tested it - and sending mail manually from command line to the gmail account works fine without any problems. What I'm saying

Re: Cron Not Sending Mail

2009-03-03 Thread APseudoUtopia
On Tue, Mar 3, 2009 at 6:48 PM, Morgan Wesström freebsd-questi...@pp.dyndns.biz wrote: relay=...@localhost Isn't w...@localhost a very weird hostname for a relay? Can you really resolve that into an IP address? /Morgan Hm, I'm not sure where it's getting that from. The MAILTO variable is set

Re: Cron Not Sending Mail

2009-03-04 Thread APseudoUtopia
On Wed, Mar 4, 2009 at 5:36 AM, Morgan Wesström freebsd-questi...@pp.dyndns.biz wrote: APseudoUtopia wrote: In my case I only see either local there or my smart host as defined in /var/mail/{hostname}.mc Can you provide a diff -u between /etc/mail/freebsd.mc and /etc/mail/{hostname}.mc

Re: Cron Not Sending Mail

2009-03-10 Thread APseudoUtopia
On Wed, Mar 4, 2009 at 11:38 AM, Morgan Wesström freebsd-questi...@pp.dyndns.biz wrote: Yeah, I am aware what dnl does. The reason I commented that stuff out is because I have no use for any of it - all those files (access, local-host-names, mailertable, virtusertable, etc) are all empty by

Re: Portsnap vs CSup

2009-03-19 Thread APseudoUtopia
On Thu, Mar 19, 2009 at 2:39 PM, Kalle Møller freebsd-questi...@k-moeller.dk wrote: Hi I've been digging around, but I can't find a clear answer, which of those two is the correct to use. Hence I don't use one now, so if I'm going to learn one, I would prefer it to be the right one. -- /km

Re: Build/Install world via ssh

2009-04-01 Thread APseudoUtopia
On Wed, Apr 1, 2009 at 5:38 PM, Simon Griffiths simon.griffi...@tenenbaum.co.uk wrote: Hello, I tried to get an answer to this via web searches etc.  I have a freebsd 7 box that I plan on upgrading remotely via Make buildworld Make buildkernel KERNCONF=xyz Now im stuck,  I cannot get it

7.1 System Crashing

2009-04-14 Thread APseudoUtopia
My FreeBSD 7.1-RELEASE-p3 system has gone down a few times in the last two days. I'm trying to figure out why, but there is nothing in /var/log/messages or dmesg about the incident. Here's the output from the `last` command: User ttyp01.2.3.4Tue Apr 14 19:02 still logged in User

Re: 7.1 System Crashing

2009-04-15 Thread APseudoUtopia
On Tue, Apr 14, 2009 at 8:49 PM, Fbsd1 fb...@a1poweruser.com wrote: APseudoUtopia wrote: My FreeBSD 7.1-RELEASE-p3 system has gone down a few times in the last two days. I'm trying to figure out why, but there is nothing in /var/log/messages or dmesg about the incident. Here's the output

Re: lightweight webserver that can run php

2009-04-18 Thread APseudoUtopia
On Sat, Apr 18, 2009 at 2:19 AM, Andrew a...@awdcomp.net wrote: Hi All, Does anyone have any suggestions for a lightweight webserver that will run php? Apache is too bulky for what I need and thttpd won't allow me to run php. TIA Andrew If you choose to run php via FastCGI, check out

Re: I have mail, but where?

2009-12-22 Thread APseudoUtopia
On Tue, Dec 22, 2009 at 4:55 PM, Andrea Venturoli m...@netfence.it wrote: Hello. This evening something new appeared on my box. When I open an xterm or a KDE shell, I get: You have 10 mail messages in /var/mail/. This does not happen when I login on ttyvX. Nothing mail related is on this

atrun: Missing Shared Object: libpam

2009-12-27 Thread APseudoUtopia
# /usr/libexec/atrun /libexec/ld-elf.so.1: Shared object libpam.so.4 not found, required by atrun # find / -type f -name libpam* -ls 3274162 284 -r--r--r--1 root wheel 143412 Dec 5 04:48 /usr/lib/libpam.a 3273935 56 -r--r--r--1 root wheel 28296 Dec 4

Re: cvsup blues

2010-01-04 Thread APseudoUtopia
On Mon, Jan 4, 2010 at 9:13 AM, John Almberg jalmb...@identry.com wrote: I am trying to update my ports collection on a new server using cvsup. I've added a mirror site to my ports-supfile, but keep getting the following error message: on# csup -g -L 2 /root/ports-supfile Parsing supfile

Security Hardening: Removing Permissions; Suggestions

2010-01-07 Thread APseudoUtopia
Hey list, I'm working on a shell script that basically removes the group and the other permissions from certain files to harden my system. Right now, the only files I'm doing this on is the GCC compiler collection. I'm asking for suggestions on other files that these permissions can be removed

Re: speed test in ports?

2010-01-11 Thread APseudoUtopia
On Mon, Jan 11, 2010 at 12:45 PM, David Banning david+dated+1263663921.920...@skytracker.ca wrote: I wonder if there is something in the ports that tests my DSL speed. I am guessing that if I installed firefox3 and then installed flash or Java then I could go to speedtest.net, but I wonder if

Re: is there a tool for estimating loss rates

2010-02-18 Thread APseudoUtopia
2010/2/18 Yavuz Maşlak yavuz.mas...@netiletisim.net: I have 2 leasedlines for internet. the one is in a country. other one is in a another country. I am looking for a tool for estimating loss packets between 2 lines. is there a tool for it? for instance , while searching, I found badabing

Re: Ping from jail not permitted error

2010-04-17 Thread APseudoUtopia
On Sat, Apr 17, 2010 at 8:39 PM, Aiza aiz...@comclark.com wrote: My jail has public internet access because i can do pkg_add -r unix2dos and the package does install. But when I enter ping -c 2 freebsd.org I get message ping: socket: Operation not permitted  There is no firewall running in the

Re: php5-5.3.2 problems since upgrade from php5-5.2.12

2010-04-22 Thread APseudoUtopia
On Thu, Apr 22, 2010 at 1:44 AM, n dhert ndhert...@gmail.com wrote: People using php in webpages are getting all kind of errors concerning depricated functions such as: Deprecated: Assigning the return value of new by reference is deprecated It there a way to specify somewhere something so

Re: php5-5.3.2 problems since upgrade from php5-5.2.12

2010-04-22 Thread APseudoUtopia
On Thu, Apr 22, 2010 at 11:08 AM, Антон Клесс antoniok@gmail.com wrote: 2010/4/22 APseudoUtopia apseudouto...@gmail.com On Thu, Apr 22, 2010 at 1:44 AM, n dhert ndhert...@gmail.com wrote: People using php in webpages are getting all kind of errors concerning depricated functions

Re: Problem with make config and OPTIONS

2009-04-29 Thread APseudoUtopia
On Wed, Apr 29, 2009 at 10:20 AM, Aurélien Ansel aurelien.an...@netasq.com wrote: Hi, (sorry for my poor english) I have a problem, I'm trying to upgrade an existing port (net/scapy) , I have done some changes in the Makefile but when I test the command 'make config' I have :   === Options

HyperThreading

2009-05-06 Thread APseudoUtopia
Hello, I'm running FreeBSD 7.2-RELEASE on a dual-core Xeon. It has a custom compiled SMP kernel, ACPI enabled, with the ULE scheduler. I've been looking into HyperThreading, and I've come to the conclusion that I should not use it. I've been told that HTT is disabled by default, however sysctl

Frozen on Boot - Kernel Hanging?

2009-05-07 Thread APseudoUtopia
Hey, My server was fine when I went to work. When I got back, it was dead. I had the datacenter reboot it, and it refused to boot. It just hangs with no error message when booting. After the Welcome to FreeBSD menu, it just freezes up. I have no idea where to start to fix this. Any ideas?

Upgrading to New Kernel - Hung on Boot

2009-05-09 Thread APseudoUtopia
Hey, I have a FreeBSD 7.0-RELEASE system. I'm trying to upgrade to 7.2, specifically the RELENG_7_2 tag. I synced my sources via csup, built world, built kernel, and installed kernel. All went well. I rebooted into single user mode, and the kernel hung. The loader menu came up, but when the

Re: Upgrading to New Kernel - Hung on Boot

2009-05-10 Thread APseudoUtopia
On Sun, May 10, 2009 at 8:05 AM, Boris Samorodov b...@ipt.ru wrote: On Sun, 10 May 2009 00:08:42 -0400 APseudoUtopia wrote: I have a FreeBSD 7.0-RELEASE system. I'm trying to upgrade to 7.2, specifically the RELENG_7_2 tag. I synced my sources via csup, built world, built kernel

Re: silly Q: any script running before make install /w ports ?

2009-05-24 Thread APseudoUtopia
On Sun, May 24, 2009 at 8:31 AM, Robert Joosten rob...@ml.erje.net wrote: Hi, I have a standard umask of 0077 on a box. I grabbed irssi from ports, but he doesn't connect to any irc server... running it as root will. Now I suspect that umask setting of mine. That leaves me with a silly

Re: Another uptime story

2009-05-27 Thread APseudoUtopia
On Wed, May 27, 2009 at 5:00 PM, Karl Vogel vogelke+u...@pobox.com wrote: On Wed, 27 May 2009 09:02:08 -0500, Andrew Gould andrewlylego...@gmail.com said: A You could write a script that sends uptime output and a start/stop A flag to a database when the system starts and stops.  This wouldn't

Re: difference between cvsup and portsnap

2009-05-29 Thread APseudoUtopia
On Fri, May 29, 2009 at 1:09 PM, Barry McCormick ba...@pdc4u.com wrote: Here at my work we use FreeBSD in production.  We have the following debate and wish to know better the differences between cvsup(csup) and portsnap.  One of my co-workers think that portsnap should NOT be used and only

Vim-Lite Port Refuses to Update

2009-06-20 Thread APseudoUtopia
Hey, I'm having issues with the vim-lite port. I have it installed, and I'm trying to update it. However, when the system attempts to fetch the patches, it fails. Here's the log: http://pastebin.ca/1468178 It seems like it's putting a % on the end of the URL that it is trying to fetch. Any

Trouble Upgrading VIM

2009-06-30 Thread APseudoUtopia
Hey, I emailed the list about two weeks ago, but received no responses. I'm having problems upgrading the VIM-Lite port from version 7.2.171 to 7.2.209. I'm getting the following error: = 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. = Attempting to fetch from

Re: Trouble Upgrading VIM

2009-06-30 Thread APseudoUtopia
On Tue, Jun 30, 2009 at 6:38 PM, Glen Barberglen.j.bar...@gmail.com wrote: On Tue, Jun 30, 2009 at 6:15 PM, APseudoUtopiaapseudouto...@gmail.com wrote: Hey, I emailed the list about two weeks ago, but received no responses. I'm having problems upgrading the VIM-Lite port from version 7.2.171

Re: Trouble Upgrading VIM

2009-06-30 Thread APseudoUtopia
On Tue, Jun 30, 2009 at 6:58 PM, Glen Barberglen.j.bar...@gmail.com wrote: On Tue, Jun 30, 2009 at 6:48 PM, APseudoUtopiaapseudouto...@gmail.com wrote: Yes, it is current (I mentioned this in the original email). Sorry, I missed it initially. I run portsnap fetch update on a daily basis.

Setting up ZFS - Filesystem Properties and Installing on Root

2011-11-20 Thread APseudoUtopia
Hello, I'll be setting up a server with ZFS on 9.0-RELEASE (when it's released...). I've never used ZFS before, and although I've been reading quite a bit about it, I have some questions. My plan is to use RAID-Z1 across 4 disks. I'll be using GPT, and I would like the root to be ZFS as well. I

Re: Setting up ZFS - Filesystem Properties and Installing on Root

2011-11-21 Thread APseudoUtopia
On Sun, Nov 20, 2011 at 11:26 PM, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: On Sun, Nov 20, 2011 at 10:34 PM, APseudoUtopia apseudouto...@gmail.com wrote: Hello, I'll be setting up a server with ZFS on 9.0-RELEASE (when it's released...). I've never used ZFS before

Re: Setting up ZFS - Filesystem Properties and Installing on Root

2011-11-21 Thread APseudoUtopia
On Mon, Nov 21, 2011 at 10:14 AM, Daniel Staal dst...@usa.net wrote: On Sun, November 20, 2011 10:34 pm, APseudoUtopia wrote: Hello, I'll be setting up a server with ZFS on 9.0-RELEASE (when it's released...). I've never used ZFS before, and although I've been reading quite a bit about

Re: Setting up ZFS - Filesystem Properties and Installing on Root

2011-11-24 Thread APseudoUtopia
On Tue, Nov 22, 2011 at 3:06 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 22/11/2011 02:09, APseudoUtopia wrote: Another quick question about swap: If I have 4 drives, with 512MB swap, the system uses all 4 swap partitions, correct? So it's not like it'd be going to waste? I'd

Re: Setting up ZFS - Filesystem Properties and Installing on Root

2011-11-24 Thread APseudoUtopia
On Thu, Nov 24, 2011 at 2:26 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 24/11/2011 19:19, APseudoUtopia wrote: On Tue, Nov 22, 2011 at 3:06 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 22/11/2011 02:09, APseudoUtopia wrote: Another quick question about swap

ZFS Filesystems wont auto-mount on boot

2011-12-02 Thread APseudoUtopia
Hello, I followed a couple tutorials I found through google to setup RAID-Z1 on root on FreeBSD 9.0-RC2. Everything works well, except it always drops me into a recovery shell on boot. I'm forced to run `zfs mount -a` to get all my data visible. Here's the boot log: Trying to mount root from

Re: ZFS Filesystems wont auto-mount on boot

2011-12-03 Thread APseudoUtopia
On Sat, Dec 3, 2011 at 6:56 AM, CyberLeo Kitsana cyber...@cyberleo.net wrote: On 12/03/2011 12:28 AM, APseudoUtopia wrote: Hello, I followed a couple tutorials I found through google to setup RAID-Z1 on root on FreeBSD 9.0-RC2. Everything works well, except it always drops me into a recovery

FreeBSD Gateway, Crossover

2011-12-04 Thread APseudoUtopia
Hello, I'm trying to setup a small home network, It consists of my FreeBSD 9.0-RC2 box connected to my modem (just a modem, not modem/router) and two other systems connected directly via ethernet to the freebsd box. I'm able to connect to the internet with the FreeBSD box. I can get an IP via

PF/ALTQ - Stable TSC?

2011-12-15 Thread APseudoUtopia
Hello, I'm setting up pf with altq support in my kernel on freebsd 9.0-Stable (soon to switch to the -RELEASE once it's available). The system is a quad-core Xeon E31220, running amd64. I've done a bit of googling and found various results. I know the freebsd handbook says ALTQ_NOPCC is required

Re: ZFS Root Won't Mount - Unknown Filesystem

2012-01-07 Thread APseudoUtopia
On Sat, Jan 7, 2012 at 11:14 AM, Mark Felder f...@feld.me wrote: Hi Drew, I'm pretty sure you can't run a RAIDZ as your root pool. That's likely the problem. Kind of sucks, I know :-( You can use raidz1 as your root pool. I'm running it right now on my 9.0 system. Drew: My first suggestion

Re: corrupted tar.gz archive - I lost my backups :)/:(

2012-02-13 Thread APseudoUtopia
On Mon, Feb 13, 2012 at 8:56 PM, _ pancakekin...@gmail.com wrote: Hi, Before making the move from 7.0 to 8.2, I ran a little script that did a backup of selected files and folders. Trying to recover these files on 8.2, I found that some of the archives - unfortunately those with the files

Maildir Format

2012-02-17 Thread APseudoUtopia
Hello, I'm setting up the email system on my server. I got rid of sendmail and installed postfix, and I will be installing dovecot. I researched the difference between mbox and maildir formats, and I'm going to go with the Maildir. I'm running everything on ZFS, so many small files shouldn't be a

Re: gmake format

2011-01-25 Thread APseudoUtopia
On Tue, Jan 25, 2011 at 8:37 PM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: You'll have to excuse my ignorance (and my curious mind...), but I can't seem to find a straight answer to this. I know linux uses gmake, and gmake is installed via ports on FreeBSD, but does that mean

Information on Setting up a Jailed Webserver

2009-08-26 Thread APseudoUtopia
Hello, I have a small site which runs PostgreSQL, Nginx, and PHP. I'm looking into running nginx inside a jailed host on my server for security reasons (eg, if there is a hole in a php script). The website root is actually a working copy of my subversion repository. I have svnserve running

Re: Information on Setting up a Jailed Webserver

2009-08-27 Thread APseudoUtopia
On Wed, Aug 26, 2009 at 11:35 PM, Erich Dollanskyer...@apsara.com.sg wrote: Hi, On 27 August 2009 am 11:10:37 Adam Vande More wrote: On Wed, Aug 26, 2009 at 9:59 PM, APseudoUtopia apseudouto...@gmail.comwrote: Also, how memory-intensive is a jail? Very light when compared to other

Re: Information on Setting up a Jailed Webserver

2009-08-27 Thread APseudoUtopia
On Thu, Aug 27, 2009 at 11:03 AM, Adam Vande Moreamvandem...@gmail.com wrote: On Thu, Aug 27, 2009 at 9:13 AM, APseudoUtopia apseudouto...@gmail.com wrote: On Wed, Aug 26, 2009 at 11:35 PM, Erich Dollanskyer...@apsara.com.sg wrote: Hi, On 27 August 2009 am 11:10:37 Adam Vande More wrote

Re: measuring mysql usage

2009-08-31 Thread APseudoUtopia
On Mon, Aug 31, 2009 at 12:20 PM, John Almbergjalmb...@identry.com wrote: Anyone know of a tool that can measure mysql usage per mysql user? My database is getting hammered by something, but I'm having a hard time figuring out what. It seems to come and go. Perhaps I have one or two websites

Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
Hey list, I'm setting up jails on my system. I started with a httpd jail for nginx and php to run in. I used ezjail to create it. I went through all the steps, and got a jail setup and working. I've logged in and out several times and installed a couple ports within the jail. I then added a

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 5:51 AM, Oliver Fromme o...@lurza.secnetix.de wrote: APseudoUtopia apseudouto...@gmail.com wrote:   I'm setting up jails on my system. I started with a httpd jail for   nginx and php to run in. I used ezjail to create it. I went through   all the steps, and got a jail

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 9:19 AM, APseudoUtopia apseudouto...@gmail.com wrote: On Mon, Oct 5, 2009 at 5:51 AM, Oliver Fromme o...@lurza.secnetix.de wrote: APseudoUtopia apseudouto...@gmail.com wrote:   I'm setting up jails on my system. I started with a httpd jail for   nginx and php to run

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 9:28 AM, Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Oct 5, 2009 at 1:24 PM, APseudoUtopia apseudouto...@gmail.com wrote: [snip] Sorry to reply again, but I have some further information. I used chpass to change the shell of the jailuser account. I tried /bin

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 4:08 AM, APseudoUtopia apseudouto...@gmail.com wrote: Hey list, I'm setting up jails on my system. I started with a httpd jail for nginx and php to run in. I used ezjail to create it. I went through all the steps, and got a jail setup and working. I've logged

Re: Security blocking question

2009-10-09 Thread APseudoUtopia
On Fri, Oct 9, 2009 at 5:45 PM, Aflatoon Aflatooni aaflato...@yahoo.com wrote: Hi, The production server that has a public IP address has SSH enabled. This server is continuously under dictionary attack: Oct  8 12:58:40 seven sshd[32248]: Invalid user europa from 83.65.199.91 Oct  8 12:58:40

Re: freebsd jail: web and database server config questions

2009-10-13 Thread APseudoUtopia
On Tue, Oct 13, 2009 at 9:51 AM, Dino Vliet dino_vl...@yahoo.com wrote: Dear Freebsd people, To consolditae on resources I have configured a machine to run both a web and database server (powering my database driven website). Due to security concerns I'm contemplating on introducing a

Re: APACHE/PHP/MYSQL Password Hash

2009-10-29 Thread APseudoUtopia
On Thu, Oct 29, 2009 at 8:52 PM, Monty Pyth freebsdn...@yahoo.com wrote: I have inherited a website to work on that users authenticate to using a login and password from a login page. The server is FreeBSD 6.2 running APACHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users.

Re: command to dump entire server config

2009-11-02 Thread APseudoUtopia
On Mon, Nov 2, 2009 at 7:25 AM, Mark Powell m.s.pow...@salford.ac.uk wrote: Hi,  I seem to recall a command was added recently to FreeBSD which provides a dump of the entire server config, in one go.  A google for this yields nothing.  Anyone tell me this timesaving command?  Cheers. Maybe

Re: Tracking commit messages from cli

2009-11-09 Thread APseudoUtopia
On Sun, Nov 8, 2009 at 2:06 PM, Troels Kofoed Jacobsen tkjacob...@gmail.com wrote: Hi all With pkg_version I can easily see which installed ports has newer versions available, but what I miss is a way to see what has changed. The reason for this is that commit messages often say that only the

SMP and ALTQ_NOPCC

2009-12-04 Thread APseudoUtopia
Hello, With the improvements in SMP in FreeBSD 8.0, is the ALTQ_NOPCC option still required? In the handbook and other older documentation, it says ALTQ_NOPCC is in fact required on SMP systems because the TSC is unstable. I was wondering if this is still the case after the improvements done with

Use of COMPAT Kernel Options

2009-12-04 Thread APseudoUtopia
Hello, I'm working on editing the kernel configuration file for a custom kernel. The system will be running FreeBSD 8.0-RELEASE-p1. I'm wondering about the use of the COMPAT options in the kernel config. COMPAT_43 COMPAT_43TTY COMPAT_FREEBSD[4-7] I'm not aware of any software I use which

Re: Use of COMPAT Kernel Options

2009-12-04 Thread APseudoUtopia
On Fri, Dec 4, 2009 at 5:04 PM, Gardner Bell gbel...@rogers.com wrote: --- On Fri, 12/4/09, Roland Smith rsm...@xs4all.nl wrote: From: Roland Smith rsm...@xs4all.nl Subject: Re: Use of COMPAT Kernel Options To: APseudoUtopia apseudouto...@gmail.com Cc: FreeBSD Questions freebsd-questions

Re: cron not sending emails

2010-06-01 Thread APseudoUtopia
2010/5/28 Laszlo Nagy gand...@shopzeus.com: Hi All! After upgrading to 8.0 RELEASE, I'm not getting any emails from cron. If I put this into root's crontab * * * * * echo TEST then I see this in the maillog: May 14 10:53:00 server postfix/sendmail[2958]: fatal: user(1001): No recipient