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
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
> >>
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
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
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
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
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
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
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
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 水
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
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
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
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
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
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
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
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
; 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
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
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
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
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
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:
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
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
___
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"
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
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"
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
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*
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
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, "
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"
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
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
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"
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
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/
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
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"
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
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
__
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
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
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
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
___
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
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
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
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
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
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
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
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
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
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
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
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
>
>
> _
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
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
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
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
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]"
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
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
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
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
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
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
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
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
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
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
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
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
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]"
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
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
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
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
://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
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
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
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(
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/
>
>
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
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
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:
> >
`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]"
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
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
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
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
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
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,
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
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]"
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
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
301 - 400 of 2616 matches
Mail list logo