Quotas within a jail

2007-11-18 Thread Josh
How can I do quotas within a jail? The jail runs on its own partition. Any suggestions here? Do I have to do any mincing around where I sync uid/groups to the host system? Is there any semi elegant way to do this? Thanks, Josh ___ freebsd

Securing php

2007-07-11 Thread Josh
. Thanks, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

ACL/MAC for shared host

2007-07-12 Thread Josh
comments at all would be appriciated. Cheers, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

"Digital Nation" Radio Show

2007-03-02 Thread josh
My name is Josh Smith, I am the producer for the "Digital Nation," radio show, based out of Orlando, Fl. "Digital Nation," is about everything electronic and I would like to know some things about FreeBSD. Does a drive need to be partitioned to run it? Can it run on a part

Permanent apache patch

2007-06-25 Thread Josh
system to apply it each time I compiled apache? Thanks, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Permanent apache patch

2007-06-25 Thread Josh
to run something else. Grant Peel wrote: Curious, what does the patch do? - Original Message - From: [1]Josh To: [EMAIL PROTECTED] Sent: Monday, June 25, 2007 5:01 AM Subject: Permanent apache patch Gidday there, I have my own change to suexec in apache

Re: Permanent apache patch

2007-06-25 Thread Josh
This seems to be the case... with csup at least... I would imagine portsnap might bust it though. Thanks :) Lowell Gilbert wrote: Roland Smith [1]<[EMAIL PROTECTED]> writes: Unfortunately most port update tools will delete files that are not in the master tree. In the cases I kno

Re: accessing a jailed samba server

2008-02-18 Thread Josh
udp4 0 0 192.168.94.9.137*.* So yeah, any ideas? Cheers, Josh Gelsema, P (Patrick) - FreeBSD wrote: On Wed, February 13, 2008 17:44, Dave wrote: Hello, Has anyone got samba running in a jail? And if so, is it possible to access that server from outside t

sshd+pam problem on a fresh 6.2-RELEASE (amd64) install

2007-09-29 Thread Josh Carroll
but would obviously like to avoid this and find the root cause. Any ideas? I tried doing an ldd on /usr/lib/pam* inside the /etc/rc.d/sshd script, but the output is identical when it starts up on boot as when I restart it. No missing libraries/etc. Th

Re: what cpu type to use for a intel duo e6850 (i386 or amd64)

2007-09-29 Thread Josh Carroll
stall, you need to include: options PAE In your kernel config. Note that memory access with PAE is much slower than if you were running a native amd64 kernel/install. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

Re: sshd+pam problem on a fresh 6.2-RELEASE (amd64) install

2007-09-29 Thread Josh Carroll
ess space failed: Cannot allocate memory That's when I had a major "duh" moment and realized I should probably re-examine my login.conf settings. Figured I'd follow up with my solution, in case others run into it. Thanks, Josh ___

ACL mask problems

2007-10-09 Thread Josh Endries
including the handbook, and I haven't been able to understand this. :( Thanks, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Strange perl script

2007-10-17 Thread Josh Carroll
pt that was run, then subsequently removed from the file system. Which sounds rather nefarious to me. You might want to check for rootkits, etc. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Why FreeBSD procfs is so different from the Linux one?

2007-10-17 Thread Josh Paetzel
dates FreeBSD by a few years. In general though, linux is a reimplimentation and they've had a habit of changing things in the process, but for any given interface it's not generally accurate to say linux is the reimplimentationsometimes they are, sometimes they aren't. -- Thanks, Josh Paetzel pgp7xiBUMhOgu.pgp Description: PGP signature

Re: postgresql and initdb

2007-10-17 Thread Josh Paetzel
xactly? Installing one of the postgresql[XX]-client ports will end you up with all of the manpages, but none of the commands that you would only need if there was a server installed, such as initdb, postgres, postmaster and so on and so forth. My guess is you need to install the corrosponding postgresql[XX]-server to match the client you already have installed. -- Thanks, Josh Paetzel pgp1pb4UnI14f.pgp Description: PGP signature

Re: Dual Routers

2007-10-21 Thread Josh Paetzel
and what is and is not possible with them...if you send along a detailed explanation of what you are trying to accomplish I can help you get there. -- Thanks, Josh Paetzel pgp86ChymHo44.pgp Description: PGP signature

Re: Can login using root password, but not remotely with SSH

2007-10-22 Thread Josh Carroll
> At computer terminal: > PAM authentication error for root from 192.168.XXX.XXX ssh access for root is disabled by default, for good reason. ssh as a normal user, then su to root instead. Josh ___ freebsd-questions@freebsd.org mailing lis

Re: defend from -> :() { :&:; } ;

2007-10-22 Thread Josh Carroll
> Please do not try to execute this: :() { :&:; } ;: on your BSD machine. > I ask all who already tried it how to defend from this? man login.conf Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Per-port options in make.conf?

2007-10-23 Thread Josh Carroll
> Is there any way to specify options in make.conf on a per-port basis? Yes, something like this should work: .if ${.CURDIR:M*/portnamehere*} WITHOUT_X11=yes .endif Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mail

Re: forcing compilation/run time linking of lib32 on amd64

2007-10-24 Thread Josh Carroll
gcc command line: -m32 -B/usr/lib32 -L/usr/lib32 Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with VNC on AMD64

2007-10-28 Thread Josh Carroll
the same problem. I'll wait to see if anyone has any ideas, otherwise I'm going to go ahead and submit a PR for this. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Problem with VNC on AMD64

2007-10-29 Thread Josh Carroll
> What version of VNC are you running.. ? vnc-4.1.2_2 from ports. I wonder if this is related to it compiling against ancient XFree86 source? Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: Problem with VNC on AMD64

2007-10-29 Thread Josh Carroll
d be posted to freebsd-x11 instead? Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: OpenSSL upgrade.

2007-10-30 Thread Josh Paetzel
n I have now (on freebsd 6.2) > > const# openssl version > OpenSSL 0.9.7e-p1 25 Oct 2004 > const# > > TIA, > > -Grant There is a link to the security advisory for OpenSSL on the homepage of www.freebsd.org that contains step by step instructions on how to upgrade it. -- Than

Re: Dangers of using a non-base shell

2007-10-30 Thread Josh Carroll
conf: .if ${.CURDIR:M*/shells/zsh} NO_SHARED=yes .endif Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Xorg and WSXGA

2007-11-01 Thread Josh Paetzel
that it _will_ validate. > > It doesn't really give me any useful additional information > that I notice. I still don't understand why it refuses to go for > 1680x1050. The log is attached. Could you attach your xorg.conf? It looks like there is a combination of problems keepi

Re: remote binary upgrade from 4.10 to 6.2

2007-11-02 Thread Josh Paetzel
4.11 -> 5.0 -> 5.3 -> 5.5 -> 6.0 -> 6.2 There may be cases where you can skip a step, but then you venture in to the land of unsupported upgrades. I'm not suggesting you go this route, just giving you more motivation to explore other options! -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: FreeBSD 5.4 and PERC 5i controller

2007-11-06 Thread Josh Paetzel
email. Did you read it? The driver you need (mfi) was never backported to 5.x It was introduced in FBSD 6.1-R You might ask the author (Scott Long) how much work it would be or why it was never backported. It's possible it's trivial and it's possible that it would require mass

Re: C compiler cannot create executables

2007-11-06 Thread Josh Carroll
try the following and see if it compiles? echo '#include \nint main(void){ printf("hello world!\\n"); return 0;}\n' > t.c ; gcc t.c -o t; ./t; rm t.c You should either see: hello world! Or some compiler errors/warnings/etc. Josh _

Re: Autoattach geli device but not at startup

2007-11-07 Thread Josh Paetzel
o sshd. You can check to make sure the changes are sane by running rcorder manually. If you go this route the console will still prompt for the passphrase, but you'll be able to ssh in and run /etc/rc.d/geli start manually, which after it ran, would automagically run everything after it in

Re: disk drive serial number

2007-11-11 Thread Josh Carroll
re cards are capable of pulling > the drive info). Check dmesg (or /var/run/dmesg.boot). The serial number should show, e.g.: ad8: 381553MB at ata4-master SATA150 Thanks, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

Re: disk drive serial number

2007-11-11 Thread Josh Carroll
> That's the _model_ number, not the _serial_ number, yes? Oops. Indeed. I misread the question. :/ Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Installing ports to /usr

2007-11-14 Thread Josh Carroll
world and ports. It keeps things nice and tidy, and that's I'm sure a major reason why it was done that way (obviously, clobbering things in /usr is the main reason). Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: semi-OT: awk - field separator

2007-11-15 Thread Josh Carroll
word unexpected awk -F'"' That's a single quote, then a double quote, then another single quote. Or: awk -F\" should also work. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: I went to 8.0 current accidently :(

2007-11-16 Thread Josh Paetzel
is CaSe SeNsItIvE, ya know? > -Garrett No, it's definitely RELENG_7...and even if you used the wrong case all you'd do is delete everything in /usr/src Really the only way to end up with 8.0-CURRENT is to build from HEAD, which means somehow /usr/src got populated, whether with a s

Re: FreeBSD Production Release ISO images

2007-11-19 Thread Josh Carroll
e release happens. You can use freebsd-update or csup /usr/src after installation to get updated. The snapshots are of 6-STABLE, so you wouldn't want to use that if you want -RELEASE. Josh ___ freebsd-questions@freebsd.org mailing list http://lis

Re: Problems Installing FreeBSD 6.2 - No floppy devices found!

2007-11-21 Thread Josh Paetzel
. I can give you a download link if you'd like, just need to know if you want amd64 or i386. -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: Help for very bad perf for MySQL

2007-11-27 Thread Josh Carroll
tart the mysql server and test again. I noticed a huge increase in performance on 6.2 with libthr instead of libpthread. It wasn't a 10x improvement, though, so there is definitely something else going on with his setup. Regards, Josh ___ fre

Re: Network Configuration with Jails.

2007-11-28 Thread Josh Paetzel
192.168.2.0/24 to 192.168.1.0/24 block in on bge1 from 192.168.1.0/24 to 192.168.2.0/24 # ignore the default route pass out route-to (bge1 192.168.2.1) from 192.168.2.0/24 to ! 192.168.2.0/24 \ keep state # redundant because of the default route # which actually does what we want pass out route-to (bge0 192.168.1.1) from 192.168.1.0/24 to ! 192.168.1.0/24 \ keep state -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: Any experience using cellphone as a modem on FreeBSD?

2007-12-03 Thread Josh Paetzel
s Modem" capability, you can link to it with bluetooth and then dial out over it with PPP. , that reminds me, the ppp chat script was fairly hard to figure out too. -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: fsck of big disk

2007-12-11 Thread Josh Paetzel
n a production host. > Bye > > Valerio Daelli What you are probably running in to is memory starvation. In my experience fsck on a moderately filled disk uses something on the order of 1 gig of RAM per TB of filesystem. If you have this in an array with less than 4 gigs of RAM it'

Re: how can i change the default text size of applications?

2003-11-14 Thread Josh Paetzel
old down control and right click on the xterm background to pop up a menu that will allow you to change the text size. I don't know about any of your other apps. Hope this helps. Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists

Re: Nvidia vs SMP/apic

2003-12-14 Thread Josh Paetzel
c 14 09:08:14 GMT 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/TWINATHLON i386 Thanks, Josh Paetzel [EMAIL PROTECTED] # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration

Re: ntpd problem

2003-12-14 Thread Josh Paetzel
127.0.0.1, but I'd rather not. > > -- > Mathieu Arnold from /usr/src/contrib/ntp/ntpd/ntp_intres.c /* * Big hack attack */ #define LOCALHOST 0x7f01 /* 127.0.0.1, in hex, of course */ I think that's your answer right there. :-/ Josh Paetzel ___

Re: I can't mount dos formatted 1.44mb floppy in FreeBSD 5.0

2003-12-14 Thread Josh Paetzel
ww.freebsd.org/doc/en_US.ISO8859-1/books/handbook/floppies.html Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Sending email via PHP mail command in jail

2003-12-15 Thread Josh Paetzel
Like I mentioned above, I have a relay box I can use if the > solution is something like mini-sendmail. > > Thanks, > Brent > > put SMTP = my.relay.mail.box into your /usr/local/etc/php.ini Josh Paetzel ___ [EMAIL PROTECTED] mailing l

Re: ipnat+ipfw + 3 gateways

2003-12-15 Thread Josh Paetzel
ces ? > > so i have: > default gw is 213.252.192.161 > and default gw for 213.252.192.142 is 213.252.192.141 > and deafult gw for 212.59.9.59 is 212.59.9.1 > You can't have more than one default gateway on a FreeBSD box, but you can add your own static routes. That looks

Re: MySQL 4.0.16 + PHP 4.3.4

2003-12-15 Thread Josh Paetzel
e: bison - found ===> mod_php4-4.3.4_2,1 depends on shared library: expat.4 - found ===> mod_php4-4.3.4_2,1 depends on shared library: mysqlclient.12 - not found ===>Verifying install for mysqlclient.12 in /usr/ports/databases/mysql40-client >&g

Re: Email problem

2003-12-15 Thread Josh Paetzel
will go through correctly or not. ;) Your error is coming because sendmail runs setuid, in this case to www, and www doesn't have write permissions to /var/spool/clientmqueue. Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

Re: Upgreading Servers From 4.9 to 5.x ,Changing Server and BootProblem

2003-12-15 Thread Josh Paetzel
> Vahric > You can make a fixit floppy in freebsd, the directions for how to do so are in the handbook at www.freebsd.org/handbook. :) Josh ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 4.7-RELEASE bootable CD-R to replace files

2003-12-17 Thread Josh Paetzel
ou, the worst thing that can happen is that it doesn't work. Here's the link if you want to give it a go: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.8/4.8-RELEASE-i386-disc2.iso Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD newbie general and SMP questions for i386]

2003-12-18 Thread Josh Paetzel
ks in > advance. I'm running a dual socket A Gigabyte motherboard, and the only issue that I've had with it is that the system hangs if I try to use the nvidia drivers for X. I've heard from someone with a Tyan Tiger board using the same chipset (MPX) that they've had the s

Re: Hard drive stress test

2003-12-18 Thread Josh Paetzel
ind diagnostic utilities on the manufacturer's webpage that will help you determine if there are problems with your hard drive. Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: Internet connection sharing with FreeBSD

2003-12-19 Thread Josh Paetzel
link: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: releases and stable for dummies

2003-12-19 Thread Josh Paetzel
the following link for the rest of the story... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscrib

Re: how to forward ports to different machines

2003-12-21 Thread Josh Paetzel
; > How can i manage this? > > Only trying to configure nat does not the job. > My second thought is to run separate nat processes, fed by different > ipfw rules. > > Any better suggestions? > > -Robert > Look

Re: RE: Installing 5.1 problems

2003-12-21 Thread Josh Paetzel
os and > use the newest bios and see how that goes, if anyone else has any answers i > would be grateful > > Thanks > > Nigel > Sounds to me like you have a bad CD. Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://l

Re: Routing to External IPs from Internal IPs

2003-12-22 Thread Josh Paetzel
nd then use nat to push them through your router. As far as roamers needing to change their DNS settings, I roam all over the place and use the same DNS servers all the time. Perhaps all you need is someone to run slave DNS servers for you...you could easily forwar

Re: disklabel question

2003-12-27 Thread Josh Paetzel
100%/proc > > > so Im thinking I need to do something with disklabel but I want to make > sure that I dont destroy my "so far working" efforts. > > regards, > Jason I believe a look through /boot/defaults/loader.conf should set you on the path to bootin

Re: help with AWk

2008-09-27 Thread Josh Carroll
> dig +short -x 1.2.3.4 | awk '{if ( $0 == "" ) {print "PTR_NUL" } else {print > $0 } }' If you run the dig command without the pipe, it should give you an idea of why what you're trying is not working. > dig +short -x

Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Josh Paetzel
faster than faster drives using an interface designed for concurrency? Based on my experiences with SATA vs. U160/U320 SCSI or SAS your likely outcome is to see a marked decrease in performance. I'd be interested to hear your results. - -- Thanks, Josh

Re: Optimal File System config for 2.5TB RAID5

2008-10-01 Thread Josh Paetzel
ave to spend much to get a hardware solution that will smoke software RAID at real world applications. - -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) iD8DBQFI5EbNJvkB8

Re: More RAM for buffers?

2008-10-02 Thread Josh Carroll
used for BIO-level disk caching I'm not entirely sure what "BIO-level disk caching" is, but it is apparently NOT the caching of filesystem data. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: irq256 ????

2008-10-09 Thread Josh Carroll
279641 2000 cpu3: timer991279641 2000 Total 4085809706 8243 And despite the "weird" interrupt, msk0 is operating just fine. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: new hdd numeration after mainboard change

2008-10-13 Thread Josh Paetzel
ot already), > and do not mess with it. > I can verify as a T60 owner, if you toggle the BIOS between AHCI and "Compatability" the hard drive will show up as either ad4 or ad0. It works fine in either mode with FreeBSD. Unless you are running another OS that doesn't have SATA

Re: FreeBSD-7.1, BETA2 or PRERELEASE

2008-10-24 Thread Josh Paetzel
is an arbitrary name and there's no way to know the timestamp it was built from in CVS, then replacing BETA2 with the timestamp used for the CVS checkout makes sense. Of course CVS is good down to the second, so it would have to be MMDDHHMMSS...and at that point 7.1-PRERELEASE-200810200710

Re: Filesystem, RAID Question

2008-10-29 Thread Josh Paetzel
evel performance. You can flash the card from in the OS using tw_cli - -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkkIxXUACgkQJvkB8SevrsvQugCbBOFj

Re: OT: Shell Script using Awk

2008-11-02 Thread Josh Paetzel
mod operator should have > been the first thing that came to mind. > > I'm not sure whether I need a class in remedial math, or remedial awk, > but either way, my thanks for the solution. Just in case you've never discovered column, piping the output of

Re: Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Josh Carroll
ould there be a major performance gain with amd64 over that of the i386 > build on a Xeon Quad Core? It depends entirely on your workload. Some things benefit, others may actually slow down. One example that seems to benefit in general is multimedia type applications (e.

Re: distributed shell (dancers shell)

2008-11-24 Thread Josh Carroll
g build), in which case you should set CFLAGS and LDFLAGS to help it find libdshconfig. Whether it compiles cleanly/runs properly on a modern FreeBSD is questionable, since this code hasn't been touched since 2005. But your compile error does not app

Re: Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Josh Carroll
> I always thought AMD was Intel compatible. In this case, it's the reverse. Intel's EM64T extensions are compatible with AMD's X86-64. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: Mounting ext3fs partition

2008-12-03 Thread Josh Carroll
he new e2fsprogs default), in which case you will not be able to see or use the mount without a fix. If you're interested in my patch, let me know and I can send it to you (the machine it is hosted on is down at the moment). Thanks, Josh ___ freebsd-ques

Re: Mounting ext3fs partition

2008-12-03 Thread Josh Carroll
> Hi josh, > > Exactly, it is 256. So according to you, I can't use the mounted > filesystem, right? > > Could you please explain in more detail, what the problem is? > > Thanks in advance. I believe around e2fsprogs version 1.40.5 or so, they changed the default in

Questions about camcontrol, hot-swapping, ciss and Compaq SmartArray

2008-03-10 Thread Josh Endries
ng in the OS before/after I swap out a drive? I've seen people talk about rescanning and running other camcontrol commands before... Any other tips? Thanks, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: no ad1s3a,b,d... on ad1s3 after bsdlabel

2008-03-12 Thread Josh Paetzel
big file) mounted as /dev/md0, a see > > > /dev/md0,a,b,d,e... after this group of commands. > > > > On what version of FreeBSD? > > This happens on: > > # uname -r > 6.2-RELEASE-p11 > > SergiM Did you delete and recreate the slice or is it still marked as

Re: pkg_list mypackage?

2008-03-13 Thread Josh Carroll
age. The option you're looking for is -L. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Why not a DVD iso version too?

2008-03-17 Thread Josh Paetzel
e. > > Is it possible to burn a bootable CD ISO image to a DVD-R? Yes. It souldn't matter what media you use, there's nothing special about an OS iso for a dvd, other than it's bigger than what will fit on a cd. -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Josh Carroll
nd whatever you want to screen shot. Alternatively, it can do the whole root window: import -window root ss.png ImageMagick is in: /usr/ports/graphics/ImageMagick Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: confusion configuring NAT

2008-03-19 Thread Josh Paetzel
> /sbin/natd -l -f /etc/natd.conf > > Nope: > > natd: instance default: aliasing address not given > > > Huh? This has gotten a lot more coplicated since the last > time. :-P > > > > Robert Huff I don't see m

Re: problem with RAID Hard (hptrr driver)

2008-03-28 Thread Josh Paetzel
me? How verify if the RAID HARD is working well? > > > > Thanks. > > > > - Nicolas. hptrr is the driver for a highpoint rocketraid, your controller is evidentally a 3ware, and is being picked up by twe. You can monitor the array by installing sysutils/3dm from ports. -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: problem with RAID Hard (hptrr driver)

2008-03-28 Thread Josh Paetzel
On Friday 28 March 2008 04:08:04 pm Nicolas Letellier wrote: > Josh Paetzel a écrit : > > hptrr is the driver for a highpoint rocketraid, your controller is > > evidentally a 3ware, and is being picked up by twe. You can monitor the > > array by installing sysutils/3dm from

Re: which ports tag should i follow?

2008-03-31 Thread Josh Carroll
L. So the short answer is, stick with "." as the tag. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: packet filter does not keep state

2008-04-02 Thread Josh Paetzel
out the header length when what it really means to say is there's no state? It seems to me that a packet with no header might have trouble with the state table even if there's an entry for it. I've had trouble wih PF acting in non-intuitive ways before, especially concerning nat,

Re: Large file system creation

2008-04-08 Thread Josh Paetzel
e RAM > In my experience with UFS2 and fsck you will want to have a gig of ram per TB of filesystem. You can get by with less sometimes, eventually you'll get bit. Most mere mortals don't take UFS2 past 6-8TB in production. There are of course exceptions -- Thanks, Josh Pae

PF appears to ignore packets or at leaaast sees them differently than tcpdump

2008-04-09 Thread Josh Paetzel
route-to rule? Ideas, hints, feats of magic? -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

Re: How to switch scheduler on 7.0?

2008-04-15 Thread Josh Carroll
to test the new one. See the following for building a custom kernel: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html You will want to use options SCHED_ULE instead of SCHED_4BSD in your kernel config. Regards, Josh ___ freebsd-

Re: How to switch scheduler on 7.0?

2008-04-15 Thread Josh Carroll
> What made you believe it is the scheduler? > > -- > Mel There were some reports of problems with responsiveness with the 4BSD scheduler in 7.0 leading up to its release, so it's certainly a possibility. Josh ___ freebsd-ques

Re: make buildworld

2008-05-04 Thread Josh Carroll
b/libc/stdlib/strtoul.c:39: > /usr/src/lib/libc/../../include/stdlib.h:98: internal compiler error: > Segmentati > on fault: 11 Typically, a segfault from gcc indicates failing hardware, the most likely culprit being the RAM. Test the RAM with memtest86 (http://memtest86.com/download.

Re: Cross compiling i386 packages on amd64

2008-05-06 Thread Josh Carroll
it helps. It might also be wise to set ARCH=i386 and/or TARGET_ARCH=i386 in /etc/ports.conf. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: coretemp 70C = CPU too hot?

2008-05-08 Thread Josh Carroll
e of them is 85C. So let's hope you have that particular part (the X3220). :) Anyway, that should confirm whether it is "too hot" or not. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: growisofs: "inapropriate ioctl for device"

2008-05-09 Thread Josh Carroll
On Fri, May 9, 2008 at 4:31 PM, Steve Franks <[EMAIL PROTECTED]> wrote: > I get the following from growisofs -Z/dev/acd0=image.iso: > >:-( unable to CAMGETPASSTHRU for /dev/acd0: Inappropriate ioctl for device > Use /dev/cd0, no

Re: telnet to mail server from outside does not get 220, telnet from inside works

2008-05-12 Thread Josh Carroll
same thing from 'outside' the firewall I get: > > %telnet email..com 25 > Trying 67.x.x.x... > Connected to email.xxx.com. > Escape character is '^]'. > Connection closed by foreign host. That looks

Re: /boot is on the loose

2008-05-18 Thread Josh Paetzel
he things the install media will not have is your /boot/loader.conf and any custom kernels you compiled. In fact the /boot/loader.conf on the cd has goo in it that will need to be removed for normal booting. -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB sign

Re: NFS drops with em0 driver

2008-06-01 Thread Josh Tolbert
.) disappeared. This may have been flaky hardware. Do you have another NIC you can try with? Thanks, Josh -- Josh Tolbert [EMAIL PROTECTED] || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experienc

Re: Using sendmail as a client with auth

2012-02-13 Thread Josh Tolbert
On 2/13/2012 11:12 PM, Bernt Hansson wrote: Thank you for your answer. I wrote this ages ago and it's still valid. You can ignore the IMAP stuff if you like. :) http://www.puresimplicity.net/~hemi/freebsd/sendmail.html Cheers, Josh -- Josh Tolbert h...@puresimplicity.net ||

Re: oops, now: bsd question: how to record a tv stream?

2012-03-13 Thread Josh Tolbert
eemed thoroughly uninterested in fixing this oversight, even though the change would be fairly minor. Hope that helps someone. Cheers, Josh -- Josh Tolbert h...@puresimplicity.net || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do t

Re: How To Enable ls Color?

2012-01-08 Thread Josh Tolbert
be working for me. :) You shouldn't really have to muck around with term type or anything... Cheers, Josh -- Josh Tolbert h...@puresimplicity.net || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole ex

Re: Virtual Box on FreeBSD Server

2013-04-21 Thread Josh Beard
As others have said, you can run VirtualBox without X. The command line tools provided by VirtualBox are pretty comprehensive and straight-forward. To add to that, there's also phpVirtualBox: https://code.google.com/p/phpvirtualbox/ that provides a nice web interface to managing your VMs, though

Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-16 Thread Josh Endries
ich cat's >> /etc/rc.conf... Thanks, Josh -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDovfOV/+PyAj2L+IRAjzcAJ4lJm+8vIP3QLy/DmuxTB0b4APp1gCfbhI1 waoWrsCORg3CiQMVT

Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-16 Thread Josh Endries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik Nørgaard wrote: > Josh Endries wrote: > >> Does anyone know the correct way to add lines to rc.conf without >> sysinstall commenting them out and prepending "REMOVED" to them, >> during an automated install.cfg

  1   2   3   4   5   6   7   >