Having trouble getting cups working

2008-04-22 Thread Andrew Falanga
HI, I've never actually tried to install cups before and last night decided to give it a try because I was not having much success getting my printer working using the handbook directions. (I got it all setup correctly, obviously something is incorrect but stay with me, and although I could ge

Re: BSD Computers

2008-04-22 Thread andrew clarke
On Tue 2008-04-22 17:32:17 UTC+0200, Roland Smith ([EMAIL PROTECTED]) wrote: > On Mon, Apr 21, 2008 at 09:58:29PM +0200, Wojciech Puchar wrote: > > >> FreeBSD, like all open source systems (that I know of), publishes a > >> hardware compatibility list [1] that you can consult to see if the > >>

Re: Having trouble getting cups working

2008-04-22 Thread Andrew Falanga
On Tue, Apr 22, 2008 at 9:16 AM, Reid Linnemann <[EMAIL PROTECTED]> wrote: > Written by Andrew Falanga on 04/22/08 09:40>> > > > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd

Re: Crontab @reboot directive

2008-04-22 Thread andrew clarke
On Tue 2008-04-22 16:34:56 UTC-0400, Gerard ([EMAIL PROTECTED]) wrote: > > @reboot /usr/local/bin/fetchmail -d 120 > > Is there a specific reason that you choose to do that rather than > starting it by adding: fetchmail_enable="YES" to the /etc/rc.conf file? Since I have root access on that mach

clean for kernel build

2008-04-22 Thread Andrew Falanga
How does one clean the build environment for the kernel? I'm building a custom kernel for IPSec and when it got to the linking phase of the build, the build process bailed with many linking errors: xform_ah.o(.text+0x15): In function `ah_algorithm_lookup': : undefined reference to `auth_hash_hmac

Re: Crontab @reboot directive

2008-04-22 Thread andrew clarke
On Tue 2008-04-22 17:03:41 UTC-0400, Robert Huff ([EMAIL PROTECTED]) wrote: > > > > @reboot /usr/local/bin/fetchmail -d 120 > > > > > > Is there a specific reason that you choose to do that rather than > > > starting it by adding: fetchmail_enable="YES" to the /etc/rc.conf file? > > > > Si

Re: clean for kernel build

2008-04-22 Thread Andrew Falanga
On Tue, Apr 22, 2008 at 3:17 PM, Fraser Tweedale <[EMAIL PROTECTED]> wrote: > `make buildkernel` in /usr/src does a clean before building. You most > likely are missing something in your kernel config (i.e. a device that is > depended on by another device). > > frase > > > Thanks. What options

building a kernel for IPsec, what dependencies exist for option IPSEC

2008-04-22 Thread Andrew Falanga
Hi, I'm building a kernel for IPSec and am going off of the handbook instructions from the section, "VPN over IPsec." In there it says to add: options IPSEC options IPSEC_ESP However, on 7.0 it appears that "IPSEC_ESP" isn't a valid option. However, what dependencies exist for

Re: Having trouble getting cups working

2008-04-22 Thread Andrew Falanga
On Tuesday 22 April 2008 09:16:42 Reid Linnemann wrote: > > Your device URI should not be an lpd URI, especially since you can't > print with lpd. Use a 'parallel' URI in your case; parallel:/dev/lpt0 > works for me. When you want to refer to the printer from an external > system, use ipp://hostnam

Re: Japanese dictionary-software for FreeBSD?

2008-04-23 Thread Andrew Pantyukhin
On Mon, Apr 21, 2008 at 07:53:48PM +0200, Niels Kobschaetzki wrote: > Hi! > > Anyone on the list that can tell me which software is usable under > FreeBSD as an edict-client? I just do not get gjiten compiled and I > don't know other useful ones… textproc/dict dict -h nihongobenkyo.org 水

IPSec woes

2008-04-23 Thread Andrew Falanga
I'm going off of the handbook section for setting up IPsec but I'm having some problems because I'm having to modify the instructions some. The handbook section covers a VPN secured by IPsec, but I'm trying to setup a point-to-point between my host and another. All seemed to be going well. I've

Re: Search for files in not installed ports

2008-04-23 Thread Andrew Pantyukhin
On Wed, Apr 23, 2008 at 10:10:31PM +0200, Anselm Strauss wrote: > Hi, > > is there an easy way to find the port that will install me a specific file? > So far, I only found the following: > > # find /usr/ports -name pkg-plist | xargs -I {} grep -H 'bin/wish' {} That's the right way to do it, bu

Re: Install port without man page

2008-04-23 Thread Andrew Pantyukhin
On Tue, Apr 15, 2008 at 07:34:35PM +0200, Mel wrote: > On Tuesday 15 April 2008 18:07:42 Ashant Chalasani wrote: > > > Is there a way to install a port without the man-pages. I'm trying to > > install a dhcp server onto a Tinybsd image and end up buying myself a > > bunch of files in /man, as see

Re: tarfs progress?

2008-04-25 Thread andrew clarke
On Fri 2008-04-25 22:56:53 UTC+0200, David Naylor ([EMAIL PROTECTED]) wrote: > Has there been any progress on the tarfs, or any place one can find the > current sources for it? Quoting http://www.googlebit.com/doku.php?id=tarfs : "tarfs is a tar file system implementation for FreeBSD. The cur

Re: tarfs progress?

2008-04-25 Thread andrew clarke
On Sat 2008-04-26 07:06:34 UTC+1000, andrew clarke ([EMAIL PROTECTED]) wrote: > On Fri 2008-04-25 22:56:53 UTC+0200, David Naylor ([EMAIL PROTECTED]) wrote: > > > Has there been any progress on the tarfs, or any place one can find the > > current sources for it? Also &qu

Re: [CRON] Recommended FTP client to download and upload files?

2008-05-03 Thread Andrew Pantyukhin
On Sat, May 03, 2008 at 04:46:27PM +0200, Gilles wrote: > Hello > > I need to run a CRON job to download files from one FTP server if > they're more recent, and upload them to another FTP server. The files > all live in one directory, so there's no need for recursion. > > What command-line

Re: logger blocking

2008-05-03 Thread Andrew Pantyukhin
On Sat, May 03, 2008 at 11:21:16AM +0200, Wojciech Puchar wrote: > how to prevent logger working for non-root? > it allows any user log anything it likes. > > i can change permission for /var/run/syslogd.socket but many different > programs running as different users logs through this. Let's see

Re: Installing PERL modules from CPAN (instead of ports)

2008-05-04 Thread Andrew Pantyukhin
On Sat, May 03, 2008 at 07:21:57PM -0400, Sahil Tandon wrote: > In order to setup postfwd (http://postfwd.org), of which there is no FreeBSD > port, several PERL modules are required; one of them, Net::DNS::Async, also > does not exist as a FreeBSD port. If I install this via CPAN, postfwd works

Cross compiling i386 packages on amd64

2008-05-06 Thread Andrew Cid
; is not a valid 32 bit base/index expression {standard input}:148: Error: `(%rsi,%rax)' is not a valid 32 bit base/index expression gmake[1]: *** [pullup.o] Error 1 Any ideas how I can fix this? Cheers, Andrew -- accid.net ___ freebsd-questi

Re: sshd on FreeBSD default allows blank passwords?

2008-05-06 Thread Andrew Pantyukhin
On Tue, May 06, 2008 at 02:26:43PM -0400, T. wrote: > I didn't realize this before, but it came to my attention when > debugging PAM problems. Actually, sshd default does not allow > it, but another default is in enabling PAM. It's passing power > over to PAM which is allowing it. > > I didn't s

Re: Ports/Packages Philosophy

2008-05-06 Thread Andrew Pantyukhin
On Tue, May 06, 2008 at 10:21:33AM -0700, Dsiuh Djsids wrote: > I am interested to know what some of your software > installing/updating philosophies are regarding ports/packages > on either a server or a home desktop. For example, how often do > you update your software and when you do, do you run

Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Andrew Moran
Hey guys, I recently upgraded my php5 ports to latest ports tree versions (5.2.6), and now I'm in a situation where any HUP signal sent to apache is causing the entire process to dump core. I get this in the apache error log: [Mon May 19 16:08:48 2008] [notice] SIGHUP received. Attempt

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Andrew Moran
OK I've narrowed down my problem to: extension=mhash.so in extensions.ini If I comment out that php extension, I'm good. If I don't, I crash when sending HUP signal to parent apache process. I experimented with the order of the extensions.ini file but could not get to work regardles

Re: Updated php, and apache segfaults on SIGHUP

2008-05-23 Thread Andrew Moran
Excellent suggestions. On May 20, 2008, at 12:42 PM, Sean C. Farley wrote: I meant the opposite. The latest port version of PHP has a bug on FreeBSD 7. Try it again with the previous patch. How do I do that with the ports collection? On May 20, 2008, at 12:45 PM, Claus Guttesen wrote:

Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Andrew Pantyukhin
On Mon, Jun 02, 2008 at 03:58:41PM -0500, Derek Graham wrote: > I heard a rumor Microsoft was planning to create a linux > version of silverlight FWIW, the Linux version of Moonlight kinda works on FreeBSD. Not functional or stable yet, but it does work with at least a few sites I tried. http://w

Re: 'rm' Can not delete files

2012-02-08 Thread andrew clarke
ilenames with spaces. Or the scenic route, using xargs, with one rm per file (slower): find . -type f -depth 1 -print0 | xargs -n1 -0 rm -f (The "scenic route" is useful if you want to do something else with the files instead of deleting them with rm.) Regards Andrew ___

Re: 'rm' Can not delete files

2012-02-10 Thread andrew clarke
rm -f '{}' ';' > > but let's not leave people in any doubt that this is not the best option. True, but I can never remember the syntax for -exec. :-) Regards Andrew ___ 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: Still having trouble with package upgrades

2012-03-07 Thread Andrew Gould
portupgrade, which has options to control whether you compile updates from source or install binary packages. FreeBSD is a very flexible and powerful operating system. That power and flexibility, however, requires the user to take the time to learn the operating system and its options. This may

Re: Still having trouble with package upgrades

2012-03-07 Thread Andrew Gould
the best software to meet your needs. 3. Choose the best operating system to run the software. 4. Choose the best hardware to run the operating system. If you've performed these steps out of order, you're unlikely to be happy. Andrew ___ 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: Still having trouble with package upgrades

2012-03-07 Thread Andrew Gould
best operating system to run the software. >> 4. Choose the best hardware to run the operating system. >> >> If you've performed these steps out of order, you're unlikely to be happy. >> >> Andrew > > > You have just now declared complete indifference to an

Re: Still having trouble with package upgrades

2012-03-07 Thread Andrew Gould
it would not be FreeBSD, it would > be something else. (Like Debian GNU/kFreeBSD, which sounds like what > you are looking for.) > > -- > Benjamin Tovar > It is not newbie friendly. As a non-techie (CPA), however, I can tell you that it makes the user a better user; and **that*

Re: Suggestion

2012-03-09 Thread Andrew Gould
Troll alert. (just let it die) On Thu, Mar 8, 2012 at 10:56 PM, Bruno Comerci wrote: > > Hi guys. > > > Instead of wasting your time and man power, why wont you join to the ReactOS > project? > It would be more beneficial to the internet community and to the users around > the world who wants

Re: Printer recommendation please

2012-03-30 Thread Andrew Gould
Do you need it to be a laser printer? The Lexmark Pro915 is an inkjet all-on-one that speaks Postscript. I print over wireless network via cups. When I need to scan, I scan to a usb thumb drive. It will store scanned images as jpeg or pdf. Regards, Andrew On Mar 30, 2012 12:24 PM, "

Re: ps, clang and make variables

2012-03-31 Thread andrew clarke
I've never tried building LibreOffice at all, let alone with Clang, but apparently it can be done: http://nabble.documentfoundation.org/libreoffice-clang-success-td3788899.html Regards Andrew ___ 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: FTP oddness, over SSH session.

2012-04-11 Thread Andrew Gould
c) that are available for multiple operating systems. The only configuration change I make is to change the port used by ssh. That simple change eliminated most of the hacker attempts found in various logs (failed logins, etc). Andrew ___ freebsd-questio

Re: Follow up....Re: Updating for the FreeBSD Security Advisory FreeBSD-SA-12:01.openssl

2012-05-03 Thread andrew clarke
ws the distro name and version. Perhaps this or something similar could be provided in future FreeBSD releases and updated by freebsd-update. $ cat /etc/issue Ubuntu 12.04 LTS \n \l Regards Andrew ___ freebsd-questions@freebsd.org mailing list http://list

Re: Follow up....Re: Updating for the FreeBSD Security Advisory FreeBSD-SA-12:01.openssl

2012-05-03 Thread andrew clarke
utely no need to rebuild it. Apologies if this was already obvious. Regards Andrew ___ 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: ls-F tcsh built-in command

2012-05-20 Thread andrew clarke
On Thu 2012-05-17 15:17:13 UTC+0200, Polytropon (free...@edvax.de) wrote: > Search for "LS_COLORS" in the environment variables section > of "man csh". However, I've always been satisfied with using > $LSCOLORS as "ExGxdxdxCxDxDxBxBxegeg". :-) Before I discovered $LSCOLORS I used gls from /usr/po

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-21 Thread Andrew Boyer
s to have to make rc.conf > changes, pf.conf changes, and who knows what other software could be on these > machines that is trying to bind to a specific NIC... > > > Thanks! > You could try switching mpt to MSI. MSI interrupts are never shared. Add this to /boot/

Re: Intel X520-DA2 Supported in stable/8?

2012-06-22 Thread Andrew Boyer
The ixgbe driver creates devices named ix0, etc. I believe you need to run 'ifconfig ix0 up' before it will attempt to get link. -Andrew On Jun 22, 2012, at 3:45 PM, Rick Miller wrote: > On Fri, Jun 22, 2012 at 3:13 PM, Rick Miller wrote: >> Hi All, >> >> Wond

Re: Intel X520-DA2 Supported in stable/8?

2012-06-25 Thread Andrew Boyer
num_queues > hw.intr_storm_threshold -- Andrew Boyerabo...@averesystems.com ___ 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: FreeBSD 8-STABLE on R620 w/ X520-DA2/Intel 82599

2012-06-29 Thread Andrew Boyer
Please post the output of pciconf -lvc for these devices. -Andrew On Jun 29, 2012, at 10:50 AM, Rick Miller wrote: > Hi All, > > I have 2 hosts, HP DL360 G8 and Dell R620. Both have the > X520-DA2/Intel 82599 10G Fiber NIC. Both also have the same FreeBSD > 8-STABLE image. Th

Re: freebsd-update housekeeping?

2011-02-27 Thread andrew clarke
you're still wary you could make a tarball backup of that directory somewhere else before emptying it out. IIRC, freebsd-update will complain if /var/db/freebsd-update/ doesn't exist, so you may need to mkdir it after using rm -rf. Regards Andrew __

Upgrading FreeBSd when using a zfs-only installation?

2011-03-13 Thread Andrew Moran
Hallo, I switched my system over to using a ZFS on root setup in 8.1. I want to upgrade it to 8.2. Is there any changes to the buildworld/buildkernel/installworld/installkernel/mergemaster routine? The only thing I found via google was this: http://forum.nginx.org/read.php?23,178

Re: Upgrading FreeBSd when using a zfs-only installation?

2011-03-13 Thread Andrew Moran
I have successfully upgraded form FreeBSD 8.1 to FreeBSD 8.2. Here were my steps: cvsup /root/stable-supfile cd /usr/src make buildworld make buildkernel make installkernel shutdown -r now *select single user mode* mount -u / zfs mount -a mergemaster -p make installworld mergemaster gpart b

Re: msk0 interface stops working when downloading

2011-03-28 Thread Andrew Moran
To close the loop on this, I upgraded the latest freebsd current (8.2) and it now seems to work with the integrated chip.Huzzah. --Andy On Dec 2, 2010, at 10:10 PM, Andrew Moran wrote: > Good to know about the GB switch vs 100MB switch. > > But rather than downgrade my switc

Re: A possibly odd upgrade question

2011-05-04 Thread andrew clarke
no requirement that the installation needs to be done on the same machine it's going to ultimately boot from. Do you actually need to upgrade to 8.x? I'm not sure there's much to gain from putting 8.x on an old P3... Regards Andrew ___

ZFS on root and "find" performance

2011-06-23 Thread Andrew Moran
Is anyone else running zfs on root and running into very slow finds? The /etc/periodic/daily/450.status-security can take over a noisy HD thrashing hour to finish, the culprit being the find that crawls the filesystem. I'm hoping there is some I'm not sure if there if some simple zfs tuning I

Re: larger disk for a zfs pool

2011-08-01 Thread andrew clarke
g space. Don't forget this step: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i nnn device > Is it compatrible to putting the solaris bootcode on disk before > attaching them to a rootpool and resilvering? I want to expand my > rootpool but am a little confused about the r

Re: larger disk for a zfs pool

2011-08-01 Thread andrew clarke
was not with FreeBSD booting from 'tank'. Trying to run "zpool export tank" may result in a "Device busy" error if the boot device was the "tank" pool. It might be worthwhile experimenting in on a spare (or virtual) machine to get a definitive answer

Re: larger disk for a zfs pool

2011-08-01 Thread andrew clarke
s.freebsd.org/pipermail/freebsd-fs/2011-June/011887.html Although the question was asked with regards to ZFS v28, which may be newer than what you are using. Regards Andrew ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: freebsd-update

2011-12-04 Thread andrew clarke
ver. I understand this is expected behaviour on account of there being no kernel patches between p3 & p4. Regards Andrew ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Installing FreeBSD ver. 8.2

2012-01-08 Thread andrew clarke
On Sat 2012-01-07 15:05:55 UTC-0800, leeoliveshackelf...@surewest.net (leeoliveshackelf...@surewest.net) wrote: > (5) What device driver must be installed for the sound board to be > able to receive a m.i.d.i. over u.s.b. signal? This signal would be > generated by a musician's keyboard, and wou

VIA PV530

2013-03-03 Thread Andrew Pack
Does anyone have any experience running FreeBSD on this platform? Unless I'm mistaken, I could't find it listed under the new release compatibility list.  ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Xorg, HDMI

2013-08-24 Thread Andrew Beauchamp
I've followed the Xorg configuration instructions per: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html I've added the resolution as well as a mode line. Any time I start X, my TV goes out of range and says 'resolution not supported.' Any ideas? PC is an Acer Aspire

Xorg, HDMI

2013-08-24 Thread Andrew Beauchamp
Forget that last email. Apparently this little thing doesn't support it's native 1366x768 via HDMI. As soon as I bumped it down to 1024x768 it started working. I can manage from here! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd

CardBus problems. $PIR: ROUTE_INTERRUPT Failed.

2005-12-17 Thread Andrew Walker
Yeah, so I'm about to give up on this computer entirely and throw it away unless someone can even give me some sort of clue about what's going on here. I have installed FreeBSD 6.0 on my Thinkpad 380XD, but I cannot get networking to work, and I believe it is because there is a conflict with my ca

Re: Printing problems with Mozilla and Firefox on Freebsd 5.3

2005-12-18 Thread Andrew P.
On 12/18/05, Steven Lake <[EMAIL PROTECTED]> wrote: > Ok, got a weird one here. Got cups setup with our > new office lan printer and I can print just fine from any > program, EXCEPT Mozilla and Firefox. They go through > the motions, but nothing happens. Nothing shows up in > the que or

Re: bootloader not reading kernel.conf

2005-12-18 Thread Andrew P.
On 12/18/05, Richard Klingler <[EMAIL PROTECTED]> wrote: > Hello... > > Does someone know what to do that the bootloader reads in > /boot/kernel.conf? > > Otherwise have to do to always a "boot -c" and issue > "di psm0" and "q"... > > > thanx inadvance > rick > > > _

Re: how do I ... burn an audio CD from .WAV files _and_ add cd-text ?

2005-12-18 Thread Andrew P.
On 12/19/05, user <[EMAIL PROTECTED]> wrote: > > I have wav files. > > The wav files come from cds that did not have cd-text information on them, > so I have no cd-text examples or source files for these wav files. > > I want to burn an audio cd with some wav files (I know how to do this with > bur

Re: New to FreeBSD, need some questions answered

2005-12-20 Thread Andrew Falanga
You mean you got through the install and when you were asked on which slice you wanted to install FreeBSD you were only offered the choice of the SATA drive? If you have a working FreeBSD system, what does dmesg say? What does fdisk (from inside FreeBSD) say? They both only see the SATA drive

CARP VLAN MTU question

2005-12-21 Thread Webster, Andrew
carp1: flags=41 mtu 1500 inet 10.10.20.10 netmask 0xff00 carp: MASTER vhid 1 advbase 1 advskew 0 Andrew ** The contents of this email and any attachments are confidential

Additional dual boot issues

2005-12-21 Thread Andrew Falanga
Ok, I was following my post in usenet (didn't know that messages posted here were propogated there, cool). Someone responded to another chap who was having a similar problem as mine that the issue was probably that they hadn't loaded the FreeBSD bootloader on to the second drive. So, I did th

Re: Donkeys crash FreeBSD6

2005-12-22 Thread Andrew P.
ED]" > The problem with a bad capacitor causing random crashes may or may not apply to any application on any PC. We've got mldonkey here running for months on end. It has never crashed itself or caused a system crash. 10 people are using it through its web interface. It handles literally terabytes of ed2k/bittorrent downloads. Good luck! Andrew P. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: DTS decode with mplayer?

2005-12-25 Thread Andrew P.
On 12/25/05, Yuan Jue <[EMAIL PROTECTED]> wrote: > hello, all > > does anybody knows how to configure mplayer to decode DTS soundtrack > while playing a DVDRip movie? recently more and more movies seem to use > XViD+DTS technology. > > Any suggestion will be appreciated. thanks > > -- > Best Regard

Re: Help

2005-12-25 Thread Sukharew Andrew
freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" Before ask, are you read documentation to the programm ? Go to http://www.webmin.com/index2.html and reading ! -- Su

RE: sysinstall full install remotely with no serial console, possible?

2005-12-27 Thread Webster, Andrew
You might want to check out ethercons, but you'll probably have to roll your own boot CD with this included. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elliot Crosby-McCullough Sent: Tuesday, December 27, 2005 07:13 To: freebsd-questions@freebsd.org

Re: Is there a Freebsd equivalent to this Linux header file

2005-12-28 Thread Andrew P.
On 12/28/05, Ray Seals <[EMAIL PROTECTED]> wrote: > I'm not a programmer, but I trying to learn a few things. I have a > Niagara 2261 pass through nic and I need to change it's operating mode. > It came with the source code and header files for a command line utility > which allows me to change op

Re: How to convert BIND to TinyDNS?

2005-12-31 Thread Andrew P.
On 12/31/05, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: > > Why are you bothering? TinyDNS isn't the "standard" nameserver that > everyone and their dog has been using for time out of mind. Agreed. Personally, I respect software diversity in a very deep way and acknowledge that the one and only

RE: Asterisk CPU usage

2006-01-06 Thread Webster, Andrew
I have Asterisk 1.0.8-BRIstuffed-0.2.0-RC8h running on 5.4-p6 without any problems. Regards, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Klingler Sent: Wednesday, January 04, 2006 08:09 To: freebsd-questions@freebsd.org Subject

RE: nfs server

2006-01-06 Thread Webster, Andrew
Michael, If /usr/local/www is not a mount point, this will not work. You need to put the mount point (eg: /usr) in /etc/exports, and add the option -alldirs to allow it to mount a subdirectory of the mount point. Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: FreeBSD on DL145G2

2006-01-06 Thread Andrew P.
On 1/6/06, Albert Shih <[EMAIL PROTECTED]> wrote: > Hi all > > I've some big problem to install FreeBSD (actually 6.0) on my two new HP > DL145G2 with two AMD Opteron 248. > > When I boot the cd the system waiting very long time after > Waiting 5 sec to scsi settle (or something like that) > I have

Re: pls help network thoughput

2006-01-06 Thread Andrew P.
On 1/7/06, ann kok <[EMAIL PROTECTED]> wrote: > Hi all > > I use feebsd 4.11 as router with intel Giga card about > 1 year > > Recently, the bandwidth couldn't grow and stop to > about 383M. ls it the maximum thoughtput of the > freebsd? Yes, FreeBSD has quite a few limits hardcoded which gives ot

Re: pls help network thoughput

2006-01-07 Thread Andrew P.
On 1/7/06, ann kok <[EMAIL PROTECTED]> wrote: > Dear Andrew > > Thank you for your help in advance > > I keep checking the loading. it is running fine. the > load averages is not over to 1.0 > > > System info: > Intel(R) Pentium(R) 4 CPU 3.00GH

Re: pkg_add question

2006-01-07 Thread Andrew P.
On 1/5/06, László Nagy <[EMAIL PROTECTED]> wrote: > > Hello All, > > I tried to install the Xorg server and xfce4 from the binary > distribution, using > > pkg_add -r > > I could setup the Xorg server, but I cannot use xfce. When I run > > startxfce4 > > then I get the following message: > > /lib

Re: FreeBSD on DL145G2

2006-01-09 Thread Andrew P.
On 1/9/06, Albert Shih <[EMAIL PROTECTED]> wrote: > Le 07/01/2006 à 20:36:48-0800, Ted Mittelstaedt a écrit > > > > Since these are new you need to return them to HP and exchange for > > a different server, or get your money back. > > Good answer.. > > It's the [EMAIL PROTECTED](*)# builder to

Advanced IPFW2 Forward rule problem / bug / misunderstanding

2006-01-10 Thread Andrew Fremantle
any -- Excerpts from /var/log/security Jan 9 09:11:55 bsdbox kernel: ipfw: 40900 Deny TCP 142.179.109.xxx:443 207.216.1 81.74: out via rue0 Jan 9 09:12:07 bsdbox kernel: ipfw: 40900 Deny TCP 142.179.109.xxx:443 154.20.34 .158:61974 out via rue0 Jan 9 09:14:40 bsdbox kernel: ipfw: 40900 Deny TCP 142.179.109.xxx:443 64.180.16 4.232:44707 out via rue0 -- All questions, comments, suggestions and flames (Well, okay maybe not the flames) are welcome! My apologies for the extremely long post. - Andrew ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Dual Core vs HyperThreading vs Dual CPU

2006-01-10 Thread Andrew P.
On 1/10/06, Marc G. Fournier <[EMAIL PROTECTED]> wrote: > > I'm going to assume that Dual Core is better (can't believe that they took > a step back) ... but, is how does it rate? I know that HyperThreading is > definitely != Dual CPU ... but how close does Dual Core get? There is extensive evide

Re: Native voip software for FreeBSD

2006-01-10 Thread Andrew P.
On 1/10/06, User Gandalf <[EMAIL PROTECTED]> wrote: > > Hello, > > Do you know any native voip software for FreeBSD? > I hate to install Linux compatibility mode just to have skype working. > Thanks, > >Les > ___ > freebsd-questions@freebsd.org mail

Re: fstab - mount_nfs - -L parameter

2006-01-10 Thread Andrew P.
On 1/10/06, Mathieu CHATEAU <[EMAIL PROTECTED]> wrote: > Hello all, > > I need to mount an nfs volume with the "-L" params. > > It works great by hand : > mount_nfs -L server:/share > > but fstab refuses the -L params... really? What does it say? Do you have "ro" or "rw" present in the options? He

Re: Advanced IPFW2 Forward rule problem / bug / misunderstanding

2006-01-10 Thread Andrew Fremantle
it far better to let NATd handle state on all NATd traffic, and just use ipfw to keep-state on locally-generated sessions? Still, a quick glance doesen't show me any reasons why your rules *wouldn't* work, ( At least, no more reasons than

RE: installing dovecot: no dovecot-openssl.conf

2006-01-10 Thread Webster, Andrew
://www.openssl.org/docs/HOWTO/certificates.txt Place the resulting files in the expected locations, and give it a go. Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Curtis Sent: Tuesday, January 10, 2006 16:02 To: freebsd-questions@freebsd.org

Re: Dual Core vs HyperThreading vs Dual CPU

2006-01-12 Thread Andrew P.
On 1/12/06, Gerard Seibert <[EMAIL PROTECTED]> wrote: > Garrett Cooper <[EMAIL PROTECTED]> > > > No kidding. But I doubt the competence of people that buy computers > > from big name manufacturers, unless they bought it maybe for server > > applications, large scale deployment of machines, et

RE: Looking for SW Firewall

2006-01-12 Thread Webster, Andrew
I highly recommend m0n0wall! http://www.m0n0.ch/wall It has web interface for everything, does NAT and a whole bunch of other goodies and can run P2P VPN with Checkpoint too! Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Freeze Sent

Re: XFree86 on FreeBSD 5.4

2006-01-13 Thread Andrew P.
On 1/13/06, offbyone <[EMAIL PROTECTED]> wrote: > My problem: > Running FreeBSD_5.4-RELEASE with XFree86-4.5.0, there is a mis-match: > the underlying o.s. and newly installed and upgraded ports expect X.org > After portupgrade of an X-supported port, this mis-match shows up as > "stale dependency(

Re: help me!

2006-01-13 Thread Andrew P.
On 1/13/06, Andrey Slusar <[EMAIL PROTECTED]> wrote: > Fri, 13 Jan 2006 17:26:36 +0300, you wrote: > > > > Where I can download mgetty 1.1.30 for FreeBSD 4.9? > > > mgetty+sendfax есть в портах. Что именно тебе нужно? > > Все сорцы есть здесь: > > ftp://mgetty.greenie.net/pub/mgetty/source/1.1/ > >

Re: XFree86 on FreeBSD 5.4

2006-01-13 Thread Andrew P.
On 1/13/06, offbyone <[EMAIL PROTECTED]> wrote: > > Andrew P. - > Thanks for the reminder about pkgtools.conf. > But about FreeBSD 6... > I still see a lot of complaints of headaches from people using 6, here > and on the -Stable mailing list, so I'm dubious. T

Re: webcam usb device

2006-01-16 Thread Andrew P.
On 1/16/06, dick hoogendijk <[EMAIL PROTECTED]> wrote: > On Sun, 15 Jan 2006 10:20:21 +0100 > dick hoogendijk <[EMAIL PROTECTED]> wrote: > > > I have a Logiteck QuickCam Chat webcam (USB-2) > > The device is detected alright. But I cannot get it to work. > > Kopete (KDE) i.e. does not see the devi

Re: English only, please (was: Pooomooocyyyy ;()

2006-01-17 Thread Andrew P.
On 1/16/06, Jerry McAllister <[EMAIL PROTECTED]> wrote: > > > > On Sunday, 15 January 2006 at 16:49:27 -0600, Don Hinton wrote: > > > Hi Greg: > > > > > > On Sunday 15 January 2006 16:28, Greg 'groggy' Lehey wrote: > > >> On Saturday, 14 January 2006 at 20:02:02 +0100, Karol Kwiatkowski wrote: > >

Re: NFS trouble

2006-01-22 Thread Andrew P.
`showmount -e lusitania`? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Post-Install update steps?

2006-01-22 Thread Andrew P.
On 1/22/06, Xn Nooby <[EMAIL PROTECTED]> wrote: > After installing FreeBSD, I would like to follow some simple steps to get it > fully up-to-date. The Handbook and other online instructions seem a bit > overwhelming. I developed some instructions when I was experiementing with > 5.x, and I'm not

Re: NFS trouble

2006-01-22 Thread Andrew P.
On 1/22/06, David Raison <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Andrew > > Right, that's a point I had forgotten to post, although not a very > surprising one > > [EMAIL PROTECTED] showmount -e lusitania > Expo

Buffer space and socket syscall tracing

2006-01-26 Thread Andrew Pantyukhin
I've stumbled upon the infamous "No buffer space available" problem (with thousands of netgraph nodes). I'm wondering if there's a really comprehensive way to debug it. I know that it's probably a matter of some sysctl, but I've googled and tuned for days - and I now feel that there must be another

Re: Encrypted syslog over network

2006-01-27 Thread Andrew Pantyukhin
On 1/27/06, Erik Norgaard <[EMAIL PROTECTED]> wrote: > Hi: > > I was thinking, is there any way of secure syslogging to a different > server? > > AFAIK syslog uses udp/514 and I would like to monitor a number of remote > hosts. > > Now, for privacy and security reasons, I would like that the syslog

Re: Encrypted syslog over network

2006-01-27 Thread Andrew Pantyukhin
On 1/27/06, Erik Norgaard <[EMAIL PROTECTED]> wrote: > Andrew Pantyukhin wrote: > > On 1/27/06, Erik Norgaard <[EMAIL PROTECTED]> wrote: > >> Hi: > >> > >> I was thinking, is there any way of secure syslogging to a different > >> server

Re: Is there a how-to super-page for FreeBSD?

2006-01-28 Thread Andrew Pantyukhin
On 1/28/06, Xn Nooby <[EMAIL PROTECTED]> wrote: > There are several websites people have put together for Ubuntu that show > every little step for configuring Ubuntu, is there such a page for FreeBSD? > > For example, tonight I installed Firefox, and wanted to install Acrobat, > Flash, Realplayer,

Re: gcc options when building kernel

2006-01-29 Thread Andrew Chace
On Mon, 2006-01-30 at 08:27 +1100, Norberto Meijome wrote: > Hi all, > I'm rebuilding my kernel and I noticed some gcc (I believe ) options > being used that I don't think I set anyway. > > The options are : > -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > > Does this mean that the kernel won't make u

Re: pptp server

2006-01-30 Thread Andrew Pantyukhin
Please cc mpd-users@lists.sourceforge.net or use the forum at the project page. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Which linux_base port to use?

2006-01-30 Thread Andrew Pantyukhin
On 1/30/06, Joel Hatton <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to try a linux binary application (Arkeia backup server) under > FreeBSD R6, so naturally this means linux compatibility, but I'm a little > confused - until today I presumed that only one 'linux_base' port existed. > A brief ins

Re: [Mpd-users] routing issue of mpd

2006-01-31 Thread Andrew Pantyukhin
On 1/31/06, gahn <[EMAIL PROTECTED]> wrote: > Hi: > > I got mpd working and logined into pptp server through > internet. From my pc, I can ping internal interface of > the pptp server, 192.168.128.1 (my pc address is > 192.168.128.10). the problem is that I can't ping > anything beyond that, such a

<    1   2   3   4   5   6   7   8   9   10   >