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

Re: denyhosts, fail2ban, or something else?

2012-11-27 Thread Josh Beard
vice or action - simply a regex matches a log file and performs an action. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

utx.log doesn't update for Samba unmounts

2012-08-30 Thread Josh Beard
Hello, I'm running 9.1-PRERELEASE (built Aug 1) with Samba 3.6 from ports. I've noticed that the "last" command's output shows "still logged in" for all previous smb connections since the last shutdown. However, smbstatus seems accurate, showing only a handful of users connected. For instance,

Re: doom, quake, hexen...

2012-08-20 Thread Josh Tolbert
games/quake2max is a good one...At least it was years ago when I tried it. I see nothing in the Makefile that will prevent it from building on amd64. Cheers, Josh On 8/20/12 12:16 PM, Polytropon wrote: On Tue, 21 Aug 2012 00:05:17 +0700, Victor Sudakov wrote: Polytropon wrote: Please

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: 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: 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: Installer program for FreeBSD-9.0?

2010-12-09 Thread Josh Paetzel
y ISP. FreeBSD 9 works great on my dual Nehalem. I probably would be as unhappy with FreeBSD 2.x on my dual Nehalem as I would be with FreeBSD 9 on a 386oh, right, it won't even install in either case, let alone run. We are very aware that there are people doing CLI installs. Remote s

ssh interactive session, through intermediate hosts ... problems ...

2010-12-03 Thread Josh Suid
I connect to some systems via a series of ssh "jumps" - something like: # ssh u...@host Password: host~/ # ssh u...@host2 Password: host2~/ # ssh u...@host3 Password: host3~/ # (do some work) This is working well for me and does what I want it to. However, there are some things I'd like to d

Re: Support for hard drives > 2 TB?

2010-12-03 Thread Josh Paetzel
k of the array and present it to the OS as a small boot LUN. -- Thanks, Josh Paetzel signature.asc Description: This is a digitally signed message part.

Re: Installation - no disks detected

2010-07-30 Thread Josh Paetzel
the system BIOS is seeing the controller and disks, but FreeBSD doesn't have a driver so once the OS is charge you get the no disks found message. -- Thanks, Josh Paetzel FreeBSD -- The power to serve signature.asc Description: This is a digitally signed message part.

Re: Hardware RAID controller questions - 3Ware vs RocketRaid

2010-03-18 Thread Josh Paetzel
E READ WRITE CKSUM a ONLINE 0 0 0 da1 ONLINE 0 0 0 errors: No known data errors r...@servant /usr/src ->df -h a FilesystemSizeUsed Avail Capacity Mounted on a 5.2T2.2T3.0T42%/a -- Thanks, Josh Paetzel FreeBSD -- The power to serve signature.asc Description: This is a digitally signed message part.

Re: KDE firefox integration

2010-03-07 Thread Josh Paetzel
On Sunday 07 March 2010 10:53:29 Anselm Strauss wrote: > On Sunday 07 March 2010 15:52:30 Josh Paetzel wrote: > > On Sunday 07 March 2010 08:13:53 Elias Chrysoheris wrote: > > > On Sunday 07 of March 2010 15:56:15 Anselm Strauss wrote: > > > > Hi, > > >

Re: KDE firefox integration

2010-03-07 Thread Josh Paetzel
PC-BSD useswhich might be more of what you are asking about is the installation of a port called x11-themes/gtk-qt4-engine This port allows gtk applications to be displayed using qt, which helps integrate the look of things like FF, Thunderbird, OOo with KDE. -- Thanks, Josh Paetzel FreeBSD -- The power to serve signature.asc Description: This is a digitally signed message part.

Re: Disabling ssh timeouts?

2009-05-12 Thread Josh Carroll
suggestion would be to install and use the screen port: /usr/ports/sysutils/screen You can then start the test suite run, detach from the screen session, then ssh in and re-attach to the screen session later to check up on it. Regards, Josh ___ freebsd

base system openssl in 7.1

2009-05-04 Thread Josh Paetzel
I've been trying to figure out a way to run openssl's make test against the openssl included in FreeBSD RELENG_7_1 What I haven't been able to make go is make test in /usr/src/crypto/ openssl using various permutations of ./config Can someone clue me in? Thanks

Re: mount_cd9660 - /dev/md0: Invalid Arguement

2009-04-20 Thread Josh Carroll
#x27;t it work? What error do you get? I would be more suspicious of the .iso file being invalid/corrupt. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: How to create a livecd without compiling everything.

2009-04-20 Thread Josh Paetzel
e -xf - ) 2) copy over /usr/src and /usr/obj from a faster machine that's run make buildworld buildkernel and then use make installworld intallkernel distribution to build the stage dir 3) Use your live system directly to run mkisofs Thanks, Jo

Re: Flash 10

2009-04-19 Thread Josh Carroll
from nspluginwrapper when you run it? Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: memtest question on 8 GB RAM AMD64 system

2009-04-09 Thread Josh Carroll
particular memtest port. If you want to more reliably test the memory, I'd suggest using memtest86+ from http://www.memtest.org/ It is much more thorough and runs independent of the operating system. Regards, Josh ___ freebsd-questions@freebsd.org mailing l

Re: find command question

2009-04-09 Thread Josh Carroll
y args were: /some/path/a (1 second delay) My args were: /some/path/b (1 second delay) ... Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: How to Update my Freebsd packages kernel and Core

2009-04-02 Thread Josh Paetzel
pdate. Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Why?? (prog question)

2009-03-30 Thread Josh Carroll
I've mentioned: t.c:13: warning: second argument of 'main' should be 'char **' t.c: In function 'main': t.c:20: warning: format '%s' expects type 'char *', but argument 2 has type 'int' Change char argv[] to char *argv[] or char

Re: hardware list in a machine

2009-03-09 Thread Josh Carroll
in the machine? > > Thanks. Give the sysutils/dmidecode port a shot. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: SAS drives seem slow

2009-02-26 Thread Josh Paetzel
th noting that the SATA drive array is reported as 100MB/sec transfers, even though the drives aren't capable of anything close to that, unless they are reading from cache, in which case SATA2 is capable of more like 300MB/sec...but then so is SAS...

SAS drives seem slow

2009-02-25 Thread Josh Paetzel
range, so I'm trying to understand why I'm being told they are 100 Meg/sec, and why that seems to be their real world performance cap. # dd if=/dev/zero of=stuff bs=8m count=100 100+0 records in 100+0 records out 838860800 bytes transferred in 8.711125 secs (96297644 bytes/sec) Thank

Re: gpac-libgpac port not building on amd64

2009-02-14 Thread Josh Carroll
> http://pflog.net/~floyd/gpac-libgpac.patch Oops, if anyone grabbed that patch, grab it again, I ran the diff against the wrong original Makefile that had my --disable-opengl hard-coded in there during testing. Sorry for the trouble. Josh ___ free

Re: gpac-libgpac port not building on amd64

2009-02-14 Thread Josh Carroll
d have to check the porter's handbook). It does in fact build properly by adding those, though so just update those lines in the Makefile to: --extra-cflags="${CFLAGS} ${PTHREAD_CFLAGS} -fPIC -I${LOCALBASE}/include" \ --extra-ldflags="${LDFLAGS} ${PTHREAD_LIBS} -L${L

Re: make -jN build with portmaster

2009-01-25 Thread Josh Carroll
tion machine, especially since it's possible for some sort of silent error that produces an unpredictable binary. But for my home machine, I've been pretty happy with it. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http:

Re: atacontrol software or hardware raid

2009-01-25 Thread Josh Paetzel
ware RAID provided by the system BIOS. The disadvantages of using it is your RAID array isn't portable to machines that don't have the same BIOS raid implimentation. One of the advantages of BIOS RAID is that you can boot from stripes, which you aren't doing anyways. You'll p

Re: atacontrol software or hardware raid

2009-01-25 Thread Josh Paetzel
ware RAID provided by the system BIOS. The disadvantages of using it is your RAID array isn't portable to machines that don't have the same BIOS raid implimentation. One of the advantages of BIOS RAID is that you can boot from stripes, which you aren't doing anyways. You'll p

Re: coretemp for AMD?

2009-01-25 Thread Josh Carroll
sysctl still can't > see dev.cpu.?.temperature. > > Is this even the same coretemp as the website talks about windows a lot? > > This is on FreeBSD 7.1-PRERELEASE #1: Tue Dec 16 18:28:48 GMT 2008 with > GENERIC kernel. For (suppor

Re: Portupgrade thru SSH session

2009-01-20 Thread Josh Carroll
her temp > files as well? For future runs, you might consider using something like screen (/usr/ports/sysutils/screen) so you can resume the session later, should you get disconnected. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: 7.1 release / apache22 / php5

2009-01-05 Thread Josh Carroll
Did you build the lang/php5 port with the "Build Apache module" option checked via make config? make -C /usr/ports/lang/php5 showconfig | grep APACHE Should return: APACHE=on "Build Apache module" If not, make config in there,

Re: 7.1 release / apache22 / php5

2009-01-05 Thread Josh Carroll
xec/apache22/libphp5.so in /usr/local/etc/apache22/httpd.conf ? If not, that's the likely culprit. You'd also need the ... block in there as well (or in an included file). Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://

Re: Snow in my Server

2008-12-19 Thread Josh Tolbert
>My FBSD 6-.0 doesn't seem to be affected thou. > > > > > >Any suggestions, > > > > > >Cheers, > > > >Gary > > > > Locate roof in ports and build roof! > > /R Build a bike shed over the server? :) Josh -- Josh Tolbert h...@puresimp

Re: Setting per processor (/core) affinity from within FreeBSD

2008-12-15 Thread Josh Carroll
FreeBSD and the ULE scheduler. I believe cpuset(2) will do what you want. It is available starting with 7.1-RELEASE (which isn't released yet, but you can grab 7.1-RC1 to test it out). Regards, Josh ___ freebsd-questions@freebsd.org mailing list http

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

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: 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: 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
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: Conflicting packages installing to same dir

2008-08-31 Thread Josh Carroll
10 or intel driver. Then you should be able to rebuild without issue. 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: Is it possible to run i386 only, on a amd64 freebsd 7?

2008-08-19 Thread Josh Carroll
ou have a compelling reason for using the amd64 release (e.g. > 4GB of RAM)? Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

[ANNOUNCE] Shouton.com v1.3b Released

2008-08-19 Thread Josh Rhodes <[EMAIL PROTECTED]>
ShoutOn.com Invitation Private Invitation: o From Josh Rhodes (Head of marketing) About our free link exchange services: o ShoutOn.com would like to invite you to be one of our early adapters to use our fully free in-direct link exchange services. The system is now

Re: security updates

2008-08-15 Thread Josh Carroll
/releng/index.html 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: Migrate harddisk with FreeBSD into new machine

2008-08-14 Thread Josh Paetzel
doesn't have the driver for the buslogic bt948 SCSI controller in it. Unfortunately, this driver is not available to be loaded as a module either. the GENERIC kernel comes with the needed driver (called bt). You don't have to compile a new kernel, but you are going to have to replace th

Re: ATi & Intel graphics

2008-08-13 Thread Josh Carroll
I believe the resulting binary was generating a SIGABRT. Naturally, if you have success doing this, it might be worth publishing the (excruciating) details. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Best SMTP Gateway Program and Reporting Tools

2008-08-12 Thread Josh Kidd
dmins to search logs for a specific date/time and/or specific phrase/address on a web based interface. I appreciate any help, advice in making this decision. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mail

Re: FreeBSD 7.0 on Xen

2008-08-08 Thread Josh Carroll
sing for dom0? I'm considering setting this up on my second box, so I can run 7.0-STABLE and 8.0-CURRENT simultaneously (and use the full capabilities/speed of the processor), but I've heard of limited success, depending on the host/dom0 OS. Thanks, Josh _

Re: x11/kde4 tries to install kde3?

2008-08-08 Thread Josh Carroll
/bsd.kde.mk:KDE_VERSION= 3.5.8 /usr/ports/Mk/bsd.kde.mk:KDE_ORIGVER= ${KDE_VERSION} /usr/ports/Mk/bsd.kde4.mk:KDE_VERSION= 3.5.8 /usr/ports/Mk/bsd.kde4.mk:KDE_ORIGVER= ${KDE_VERSION} Soon now, I think. But it's not quite ready. Josh _

Re: F7: base system reinstall, no (open)ssh anymore...

2008-08-08 Thread Josh Carroll
r knobs that implicitly set this as well, so check for these, too: WITHOUT_CRYPT WITHOUT_OPENSSL If any of those are set, it will not build the ssh components. Regards, Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: Questions about healthd and mprime

2008-08-07 Thread Josh Carroll
ntly generate a load on the CPU to increase the temperature. You might get the CPU 1-2C hotter with mprime, but I doubt 1 C is going to make or break you. Also, if you are running the amd64 release, the mprime port does not work for the amd64 arch. I've been able to compile

Re: Questions about healthd and mprime

2008-08-07 Thread Josh Carroll
This can cause odd system problems, and not necessarily a crash or lock up. But in terms of just heating the cores up, "yes" should do the trick. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: undocumented tar --unlink switch

2008-08-02 Thread Josh Carroll
symlink that would affect the location of an A quick perusal of the source confirms. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Extracting tracks as WAV from a worn-out CD

2008-07-19 Thread Josh Carroll
Sorry this is truncated, the google mail application on blackberry doesn't include the full mail. Anyway, I would highly suggest using cdparanoia from ports. I have had great success recovering very scratched discs with it in the past. Good luck! Josh On 7/19/08, Razmig K <[EMAIL P

Re: Core(TM)2 Quad and TOP output

2008-07-14 Thread Josh Carroll
gt; His problem lies elsewhere I'm afraid... Is SMP in GENERIC now in 6.3-STABLE then? I don't know, mptable looks fine, as does dmesg, but hw.ncpu is 1 - very odd. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: Core(TM)2 Quad and TOP output

2008-07-14 Thread Josh Carroll
r SMP) by doing the following: cd /usr/src make kernel KERNCONF=SMP Then reboot, and it should pick up the newly installed kernel with SMP support. Note that this backs up your old kernel to /boot/kernel.old, so if the new one fails to boot, at the beastie men

Re: Core(TM)2 Quad and TOP output

2008-07-14 Thread Josh Carroll
likely - why is this not performing as well as my old box? We need more details to answer that. 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: Too Much Context Switching? - FIXED

2008-06-30 Thread Josh Carroll
nt in MySQL and ffmpeg performance on 6.2 when I switched from libkse to libthr. Certainly 7.0 would give it to you automatically, but there's no reason not to use libmap to use it now, as an interim solution. Josh ___ freebsd-questions@freebsd

Re: CPU temp's on core 2 duo, should they be significantly different?

2008-06-23 Thread Josh Carroll
and minimal background processing should not cause a core to be 15 C hotter. I guess the original poster can mention the load on both cores (or post a top snapshot) so we can see if there is some load on the system. Josh ___ freebsd-questions@freebsd.org maili

Re: CPU temp's on core 2 duo, should they be significantly different?

2008-06-23 Thread Josh Carroll
ck on one side of the CPU package or extremely thin (to the point where you can still see the sheen of the heatsink or heat spreader), then re-mount the heatsink and try to make sure it's evenly distributing the pressure down on the CPU package. Josh ___

Re: mrtg peak on reboot / snmp-issue?

2008-06-15 Thread Josh Carroll
p and then sanitizing them prior to outputting to the value. Regards, Josh On 6/15/08, Olivier Mueller <[EMAIL PROTECTED]> wrote: > Hello, > > Small but curious thing on my freebsd-based systems: when a > server is rebooted, it generates a peak (or "spike"?) on the &

Re: new hardware - compatible?

2008-06-12 Thread Josh Carroll
is my dmesg and pciconf -l -v output. Note that the ICH9 controller shows up as "Intel AHCI controller", but it works great (full performance). Thanks, Josh dmesg: Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994

Re: Make buildworld

2008-06-08 Thread Josh Carroll
said, it's important to use make without -j if the build fails before reporting bugs, since there are no guarantees that world will build properly with multiple jobs. Josh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

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: /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: 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: 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: 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: 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: 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: 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: 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-

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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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

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: Help with pf ruleset

2008-03-09 Thread Josh Paetzel
x.14600:0c:29:b5:0e:bb UHLW16lo0 The obfusication is making it harder for my brain to deal with than it should be. At any rate, em3 isn't going to work properly without a route-to rule to get it to answer back to pings out the proper gateway. I'm not entirely sure why you can't ping the ip on em2, could you provide the output of tcpdump -i em2 while you ping it? Also, what did you do with em1? :) -- 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: ext3

2008-03-09 Thread Josh Paetzel
e something to the disk while it is mounted as ext2, it will > probably go through a long fsck next time you reboot into Linux > (assuming you are sharing this partition between Linux and FreeBSD). This may be mentioned in the manpage, but in case it's not, sysutils/e2fsprogs is an inv

Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Josh Paetzel
CPUTYPE is something you should try to avoid...there's all sorts of breakage it can cause for very little gain. If you're heart is set on it though, your CPU is a core2. -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.

usb4bsd vs. stock ucom/umodem drivers and pantech px-500

2008-02-22 Thread Josh Paetzel
usb4bsd a try and am back to normal speeds (250K/sec) I'm not sure there is a question here, more just something for other people to google. -- 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: 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

  1   2   3   4   5   6   7   >