Re: newbie internet connection question

2008-03-11 Thread Patrick Mahan
(192.168.1.4). Can you ping the router's IP address ('ping 192.168.1.1')? If so then you need to look at your router's external IP address (the one that is actually visible to the Internet via your ISP provided IP address). Patrick ___ freebsd-questions

Re: newbie internet connection question

2008-03-11 Thread Patrick Mahan
Mel presented these words - circa 3/11/08 6:10 PM- On Wednesday 12 March 2008 01:46:40 Patrick Mahan wrote: Paul Schmehl presented these words - circa 3/11/08 1:02 PM- --On Tuesday, March 11, 2008 19:25:31 + Andy Watts [EMAIL PROTECTED] wrote: My router's address is 192.168.1.1

Re: Network programming question

2008-03-13 Thread Patrick Mahan
or should I try one of the other mailing lists? RTM, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Network programming question

2008-03-13 Thread Patrick Mahan
Andrew Falanga presented these words - circa 3/13/08 11:11 AM- On Thu, Mar 13, 2008 at 11:45 AM, Patrick Mahan [EMAIL PROTECTED] wrote: Andrew Falanga presented these words - circa 3/13/08 9:10 AM- Hi, See man inet_pton . . . for details. Briefly, inet_pton() doesn't understand

Re: Load Averages

2008-03-15 Thread Patrick C
I don't think it's an accounting bug, my guess is there is an issue in the kernel. Have you checked the output of dmesg? Anything unusual? Any issues accessing locally mounted file systems? Instead of upgrading, have you considered rebooting? :) -Patrick On 15/03/2008, Grant Peel [EMAIL

Re: Load Averages

2008-03-15 Thread Patrick C
Sure, flush the rules and the current state and start over. I haven't seen any issues with ipfw but I am recently more familiar with pf. I think ipfw usage should be accounted for properly as system though... does the system actually feel like there's that kind of load? -Patrick On 15/03/2008

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

2008-03-18 Thread Patrick Dung
Hello As title, I have tried xwd, it can't capture mouse curosr. Regards Patrick Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch

Re: Problem with multiple scsi adapters and drive assignments

2008-03-18 Thread Patrick C
then use the label to mount the drive. -Patrick On 18/03/2008, John A. [EMAIL PROTECTED] wrote: I've searched all over (not totally exhaustive, but close) and can't find an answer that I thought would have come up before. Basically, I need to change the order that the kernel assigns drive names

Re: linux emulation

2008-03-19 Thread Patrick C
I think you're talking about Linux binary compatibility. While I have heard of project(s) for device driver compatibility I do not believe anything exists in a usable state. -Patrick On 19/03/2008, Da Rock [EMAIL PROTECTED] wrote: I've read the handbook and just about anything on linux compat

Re: removable devices auto umounting

2008-03-20 Thread Patrick C
What about a Safely Remove Hardware-style icon on your desktop, which could simply run a script to unmount (with force if the user has it open somewhere). -Patrick On 20/03/2008, Roland Smith [EMAIL PROTECTED] wrote: On Thu, Mar 20, 2008 at 11:55:32AM +1000, Da Rock wrote: I'm just looking

Re: cant su to root

2008-07-01 Thread Patrick Lamaizière
Le Tue, 1 Jul 2008 20:43:21 +1000, Warren Liddell [EMAIL PROTECTED] a écrit : Hi, When i try to su to root from konsole within kde it tells me.. $ su su: Sorry i got a feeling when i added my user client to operators group this may have done this an sadly now i cant run or do anything

Re: Dell's PERC6i

2008-07-10 Thread Patrick C
with 3ware (AMCC) cards? I'm not affiliated either, but it seems to be a great combo. AMCC still supports FreeBSD pretty well, and the cards perform well. -Patrick 2008/7/10 Julio Gomez [EMAIL PROTECTED]: I am planning to purchase Dell PowerEdge 2950 III with RAID 5 configuration. I checked Hardware

Re: locate:database too small

2008-07-11 Thread Patrick Lamaizière
Le Thu, 10 Jul 2008 22:33:14 -0500, Paul Procacci [EMAIL PROTECTED] a écrit : Type exactly that within a shell (as root): /usr/libexec/locate.updatedb or alternatively /etc/periodic/weekly/310.locate This is not the same thing, /etc/periodic/weekly/310.locate calls locate.updatedb with

Re: PR - Incorrect confirmation code

2008-07-11 Thread Patrick Lamaizière
Le Thu, 10 Jul 2008 20:35:38 -0700 (PDT), Unga [EMAIL PROTECTED] a écrit : Hi I tried to submit a problem report over the web (http://www.freebsd.org/send-pr.html) but on submit gives following error: Incorrect confirmation code You need to enter the correct code from the image

Re: FreeBSD source code

2008-07-21 Thread Patrick Lamaizière
Le Mon, 21 Jul 2008 08:08:26 +0530, Madana [EMAIL PROTECTED] a écrit : Dear sir/madam.. I am a student studying computers and would like to build unix operating systems later on so i was browsing through your website for the source code but could not find it so it would be very very nice

Re: DNS troubles

2008-07-21 Thread Patrick Mahan
to the DNS servers. But your problem is not locally with Bind. Patrick Mahan ex-Window Washer Thanks, -Jim Stapleton /etc/resolve.conf domain var-dev.net nameserver 4.2.2.1 nameserver 4.2.2.2 nameserver 4.2.2.3

Building a FreeBSD based mail server

2008-07-30 Thread Patrick Baldwin
, although I'm certainly open to sugegstions if people think a different version would serve better. -- Patrick Baldwin Systems Administrator Studsvik Scandpower 617-965-7455 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Having some problems with a FreeBSD mail server (SMTP)

2008-07-31 Thread Patrick Lamaizière
Le Wed, 30 Jul 2008 18:35:17 -0600, Andrew Falanga [EMAIL PROTECTED] a écrit : Hi, I run a mail server for my church. Today I was called that folks are able to receive, but not send their mail. They are all currently configured for POP3 (I use dovecot). At home I tried to send mail to

Re: Troubleshooting a 3Ware 9550SX under 6.3

2008-08-01 Thread Patrick C
is on the card, but that is likely COMPLETELY in cache at that point so you're not learning anything. Write a couple gigs to get some real numbers. -Patrick 2008/6/9 Wojciech Puchar [EMAIL PROTECTED]: dd if=/dev/zero of=testfile 165760+0 records in 165759+0 records out 84868608 bytes transferred

Re: problems with a C script, exiting with signal 10

2008-08-07 Thread Patrick Mahan
are dereferencing a pointer without perhaps first validating it. Given that it rarely occurs, I might suspect that you are allocating some memory, but failing to completely initialize (malloc() doesn't zero out memory) it or assuming it is already initialize. Good luck, Patrick Here you have some extra

Re: joining 2 files together ?

2008-08-07 Thread Patrick Mahan
to get only one file ? To be more specific : I would like to merge 2 avi files into one. How do I get file1.avi+file2.avi into file3.avi ? try 'cat file1.avi file2.avi file3.avi' Patrick ___ freebsd-questions@freebsd.org mailing list http

Re: FreeBSD, Ubuntu and Win XP on one system

2008-08-11 Thread Patrick Lamaizière
Le Mon, 11 Aug 2008 18:05:10 +0200, Jack Raats [EMAIL PROTECTED] a écrit : I would like to put FreeBSD, Ubuntu and WInXP on one system using a boot manager. Which version do I have to put first on the harddisk, which second and which last? I also want to know which bootmanager to use?

Re: How to set TCP parameter?

2008-08-19 Thread Patrick Mahan
? Patrick Thanks -- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may

Re: How to set TCP parameter?

2008-08-20 Thread Patrick Mahan
or receive. It is possible that your client is dropping the packet itself. Good luck, Patrick Thanks. - Original Message - From: Patrick Mahan [EMAIL PROTECTED] To: EdwardKing [EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 12:06 PM Subject: Re: How to set TCP parameter

Crypt.h

2008-08-30 Thread Patrick Kariuki
Any ideas how I can get crypt.h from any of Freebsd 7 ports? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: USB modem: how to enable driver?

2008-08-31 Thread Patrick Lamaizière
Le Sun, 31 Aug 2008 12:20:19 +0300, Artur :) [EMAIL PROTECTED] a écrit : Hello! I am going to install FreeBSD on my desktop, currently running M$ Windows. I have ZTE wireless USB modem, and there is no specific driver provided for *NIX. But, this device can be used with generic USB serial

Re: How to view TCP advertised window by using tcpdump?

2008-09-05 Thread Patrick Mahan
246782588 2080639302 The win indicates the advertised window. So 10.0.0.10 is advertising a window of 33304 bytes and 10.0.0.1 is advertising a window of 65535 bytes. Try 'man tcpdump'. Patrick

Re: mail server DNS configuration questions

2008-09-09 Thread Patrick Mahan
DNS and BIND, Fourth Edition, by Paul Albitz Cricket Liu to learn how to administer DNS. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Driver debugging help

2008-09-12 Thread Patrick Lamaizière
Le Thu, 11 Sep 2008 11:59:05 +0200, Riaan Kruger [EMAIL PROTECTED] a écrit : I am looking for hints to debug a driver I am working on. I get a page fault when running the driver intensively. The stack trace from the kernel dump only goes up to a free command which I suspect is being called

Re: Utility to extract iso files without burning

2008-10-03 Thread Patrick Lamaizière
Le Fri, 3 Oct 2008 20:28:44 +1000, Warren Liddell [EMAIL PROTECTED] a écrit : Im looking for a GUI or command line that will allow me to extract information within an ISO file... im using FreeBSD 7.1-PRERELEASE I never tried it but bsdtar is able to extract an iso image. tar creates and

Re: portupgrade failure

2008-10-04 Thread Patrick Lamaizière
Le Fri, 3 Oct 2008 13:26:33 -0400, Michael P. Soulier [EMAIL PROTECTED] a écrit : So, I recently upgraded from 5.5 to 6.3, and as such, ran a portupgrade -fa to rebuild my ports against 6.3. I just noticed this. === Cleaning for ruby-1.8.6.287,1 --- Cleaning out obsolete shared

Re: USB mouse problems

2008-10-06 Thread Patrick Lamaizière
Le Mon, 06 Oct 2008 08:41:59 +0200, Aniruddha [EMAIL PROTECTED] a écrit : I have one Razer Lachesis USB mouse attached to the rear usb ports of my pc. This mouse has never worked, however when I plug in another USB mouse in the front of my pc it works?! I wonder; how do I get the Razer

Re: What is a recommended soundcard for FreeBSD?

2008-10-08 Thread Patrick Lamaizière
Le Wed, 08 Oct 2008 22:42:43 +0200, Aniruddha [EMAIL PROTECTED] a écrit : Because of the problems with my onboard Intel HDA audio chip I plan to buy a soundcard that is supported by FreeBSD. There is a new hda driver in current, may be you can try it on RELENG_7? See

Re: Wireless Inspiron 6400 anyone?

2006-10-21 Thread Patrick Bowen
on the disk that came with the card either wouldn't work with ndisgen, or gave a file that didn't work with the card. I ended up using the .sys and .inf files from the Dell website that were reference in another ndis article. Good Luck. Patrick

Re: Wireless Inspiron 6400 anyone?

2006-10-21 Thread Patrick Bowen
Lane wrote: On Sunday 22 October 2006 00:06, Patrick Bowen wrote: Lane wrote: Hello, I've a new inspiron 6400 running FreeBSD 6.1 and I can't get Wireless to work. It works on WXP using the Dell WLAN drivers at http://ftp.us.dell.com/network/R115321.EXE I've followed the instructions

Re: Downloading files from -CURRENT, How?

2006-10-21 Thread Patrick Bowen
To unsubscribe, send any mail to [EMAIL PROTECTED] Shouldn't that be *default release=cvs tag=. That is, a period instead of the word HEAD. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Slow boot from btx load to kernel.

2006-10-21 Thread Patrick Bowen
was happening. I tried using fdisk -B -b /boot/boot0 /dev/ad0 and boot0cfg -B /dev/ad0, thinking that moving back to the FreeBSD booter might do it, but to no avail. Can anyone tell me what I might have hosed, and how I might regain the previous booting speed? Thanks, Patrick

Slow boot from btx load to kernel.

2006-10-24 Thread Patrick Bowen
exactly was happening. I tried using fdisk -B -b /boot/boot0 /dev/ad0 and boot0cfg -B /dev/ad0, thinking that moving back to the FreeBSD booter might do it, but to no avail. Can anyone tell me what I might have hosed, and how I might regain the previous booting speed? Thanks, Patrick

Re: devd usage

2006-12-17 Thread Patrick Lamaizière
Maxim Vetrov : Hi, Hello, I'm running 6.1 on Toshiba notebook SAtellite L100. Get stuck with auto config of wireless cardbus adapter (D-Link DWL-G650). I want to load kernel module (if_ath.ko) automatically when I insert it into the slot. I found that I need /etc/devd.conf to be

How to clear strage route in routing table?

2007-01-11 Thread Patrick Dung
Hi Suppose I have mistype a command: # route add 192.168.3.0 255.255.255.0 192.168.3.1 There is a strange routing table and I am unable to remove it unless reboot: 192.168.00xc0a80301 255.255.255.0 UGS 0 86 fxp0 Any ideas?

How to clear strage route in routing table?

2007-01-11 Thread Patrick Dung
Hi Suppose I have mistype a command: # route add 192.168.3.0 255.255.255.0 192.168.3.1 There is a strange routing table and I am unable to remove it unless reboot: 192.168.00xc0a80301 255.255.255.0 UGS 0 86 fxp0 Any ideas?

Re: Improvement to IPFilter / nfsd in FBSD (6.2+?)

2007-01-12 Thread Patrick Lamaizière
Garrett Cooper : Hello, Just wondering if anyone has IPFilter / nfsd setup properly on their boxes with any beta versions of FBSD. I am having loads of issues transferring large files (~300MB apiece) or issues transferring a large number of smaller files (3MB ~ 10MB apiece) from a FBSD 6.1

Re: How to clear strage route in routing table?

2007-01-12 Thread Patrick Dung
128.0.10xac101501 255.255.255.0 route: bad address: 128.0.10xac101501 [EMAIL PROTECTED] ~]# route delete 128.0.1 255.255.255.0 route: writing to routing socket: No such process delete host 128.0.1: gateway 255.255.255.0: not in table --- Oliver Fromme [EMAIL PROTECTED] wrote: Patrick Dung wrote: Suppose

Re: How to clear strage route in routing table?

2007-01-12 Thread Patrick Dung
to routing socket: No such process delete net 192.168.3.0: not in table [EMAIL PROTECTED] ~]# route delete -host 192.168.3.0 delete host 192.168.3.0 --- Nikos Vassiliadis [EMAIL PROTECTED] wrote: On Thursday 11 January 2007 19:01, Patrick Dung wrote: Hi Suppose I have mistype a command

Re: OT: (Way OT) PHP and MySQL concurrency control using MyISAM tables

2008-03-23 Thread Patrick C
-commit mode. Don't reinvent the wheel, especially when the wheel is already built better than you could hack out a replacement for it :) -Patrick On 23/03/2008, Da Rock [EMAIL PROTECTED] wrote: On Sun, 2008-03-23 at 19:17 -0400, Bill Moran wrote: Da Rock [EMAIL PROTECTED] wrote: I know

Re: Where to rent the best dedicated servers?

2008-03-24 Thread Patrick C
with The Planet, things have gotten more professional there (ev1) since becoming The Planet and it's a decent host. -Patrick On 24/03/2008, Kyrre Nygård [EMAIL PROTECTED] wrote: Sorry, I really don't know where else to ask. I've been using Staminus for a while now and I've had it with the downtime

Re: Email processing in Python (was: e-mail processing in C)

2008-03-24 Thread Patrick C
Searching real quick shows the existence of both libmime and libmbox... don't know if they're maintained. Another option would be to dig out the associated code in pine, elm, or whatnot. See how they access mail. -Patrick On 24/03/2008, Giorgos Keramidas [EMAIL PROTECTED] wrote: On Mon, 24 Mar

Re: A general purpose LDAP solution?

2008-03-24 Thread Patrick C
just need changes replicated, CARP can handle failover. -Patrick On 24/03/2008, Tim Judd [EMAIL PROTECTED] wrote: Jon Theil Nielsen wrote: I asked this on freebsd-net@ but got no replies. So now I ask the same question here. Hi list! I have speculated a lot about implementation

Re: SCSI network

2008-04-01 Thread Patrick C
Perhaps on your motherboard, also possible they don't even make it farther than the pins of the controller chip. Lots of controllers have lots of ports that never get used. -Patrick On 31/03/2008, Wojciech Puchar [EMAIL PROTECTED] wrote: with firewire - it works fine, i know :) - fwip(4

Re: Adobe Flash Player Petition

2008-04-09 Thread Patrick C
Note that there isn't even a x64 version of the flash player for Linux. I think it also took quite a while before they released the Windows 64-bit version. Can't hurt to try though. -Patrick On 09/04/2008, E. J. Cerejo [EMAIL PROTECTED] wrote: Da Rock wrote: On Wed, 2008-04-09 at 10:15

Re: BTX halted

2008-04-25 Thread Patrick Clochesy
Correct - a dl380 3.06 is a P4 Xeon, ie the old xeon... 32-bit. Linux detected that and ran a 32-bit kernel. -Patrick On Apr 25, 2008, at 7:24 PM, Ian Lord [EMAIL PROTECTED] wrote: -Original Message- From: Ian Lord [mailto:[EMAIL PROTECTED] Sent: 25 avril 2008 19:39 To: 'freebsd

Re: Even more documentation?

2008-04-26 Thread Patrick Lamaizière
Le Fri, 25 Apr 2008 22:32:37 -0400, Edward Ruggeri [EMAIL PROTECTED] a écrit : Hi all, I've used FreeBSD for about two years now. Besides using Linux for projects on school computers, I never had much experience with Unix-like operating systems. While I get by nicely on FreeBSD, I

Re: LOADER_TFTP_SUPPORT=YES and FreeBSD 6.3

2008-04-27 Thread Patrick Lamaizière
Le Sat, 26 Apr 2008 20:56:26 +0300, Omer Faruk Sen [EMAIL PROTECTED] a écrit : Hi, Hello, I am trying to build a install server. I have used make -DLOADER_TFTP_SUPPORT=YES in /usr/src/obj and copied it over to my /pxeboot/ which I have copied contents from FreeBSD 6.3 Install cd. But no

Re: ppp reconnecting problem

2008-04-27 Thread Patrick Lamaizière
Le Sun, 27 Apr 2008 09:13:06 +0200, Ivan Toman [EMAIL PROTECTED] a __crit : Hello! I encountered big problem after switching router from gentoo to freebsd. It does not properly reconnect ADSL link after loosing connection, for example, when ISP cycle IP address or when I pull

Re: FreeBSD Server Settings Consult

2008-05-03 Thread Patrick Clochesy
This is a 64-bit platform... Any reasons you're on an i386 kernel? At the least it would fix your RAM issue. -Patrick On May 3, 2008, at 3:56 PM, Free BSD [EMAIL PROTECTED] wrote: 4 GB physical ram but only 3GB usable via System. AMD X2 64 3800+ (2 CPUs) i386 Platform # pciconf -lv|grep

Re: Variable arg function question

2008-05-04 Thread Patrick Clochesy
What about using a macro (...) in front of the function to csll it which passes __VARARGS__, NULL to ensure there is always a trailing NULL? I think this would at least work in GCC... Can' test on my phone though. -Patrick On May 4, 2008, at 4:42 AM, Peter Boosten [EMAIL PROTECTED] wrote

Re: Compiling in Debugging Flags

2008-05-04 Thread Patrick Clochesy
Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick On May 4, 2008, at 5:01 PM, Chris Maness [EMAIL PROTECTED] wrote: Toomas Aas

Re: Survive from DDoS

2008-05-28 Thread Patrick C
affected by this attack if they couldn't filter it) needs to step up to bat in times like this. -Patrick 2008/5/28 Ivailo Tanusheff [EMAIL PROTECTED]: Hi, What I wanted to say was to use pf, not ipf. You may use something like this: table sshspammer persist block log quick from sshspammer

Need to build a new mail server

2008-05-29 Thread Patrick Baldwin
to a new server. Thanks, -- Patrick Baldwin Systems Administrator Studsvik Scandpower, Inc. 1087 Beacon St. Newton, MA 02459 1-617-965-7455 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: mfi freebsd7

2008-06-11 Thread Patrick C
at times) soon... IMHO if the cards are decent it'd be nice to reward them for their efforts by putting some money their way. -Patrick 2008/6/11 kalin m [EMAIL PROTECTED]: in case somebody gets stuck as i was - here are detailed instruction and the CORRECT ORDER in which the needed kernel

Re: High load, lots of free memory and processes in devfs state

2008-06-16 Thread Patrick C
Is the MySQL daemon still running on that box? I see a mysqldump but no mysqld. If it is, try doing a shutdown and see if the load decreases. Sounds odd, but I have been having similar issues with MySQL. -Patrick 2008/6/16 Stut [EMAIL PROTECTED]: On 16 Jun 2008, at 18:48, Oliver Fromme wrote

Re: FreeBSD based web hosting?

2008-06-19 Thread Patrick C
with ThePlanet, but I get better bandwidth with M5 and I know if I have to call someone, he knows his stuff. -Patrick 2008/6/18 Sahil Tandon [EMAIL PROTECTED]: Maxim Khitrov [EMAIL PROTECTED] wrote: I'm currently with JohnCompanies. Overall, it's been a positive experience, though I wish

Re: Server Questions.

2008-06-23 Thread Patrick Clochesy
... Why are you shy about using it like it costs more than 6? :) -Patrick On Jun 23, 2008, at 4:38 PM, Grant Peel [EMAIL PROTECTED] wrote: Hi all, Two questions for the Web hosting types out there: 1. Does anyone use Celeron based nameservers? (i.e. I have two brand new Dell PE R200s

Re: Server Questions.

2008-06-23 Thread Patrick Clochesy
Also, a true dual-core Xeon is 64-bit. hyperthreaded really has one core and is 32. -Patrick On Jun 23, 2008, at 4:38 PM, Grant Peel [EMAIL PROTECTED] wrote: Hi all, Two questions for the Web hosting types out there: 1. Does anyone use Celeron based nameservers? (i.e. I have two brand

Re: No serial console input in loader

2008-06-28 Thread Patrick Lamaizière
Le Sat, 28 Jun 2008 13:15:11 +0200, Anselm Strauss [EMAIL PROTECTED] a écrit : Hi, Hello, I have a small router that has no video output, it only supports a serial console. I configured the serial console in /boot/boot.config, / boot/loader.conf and /etc/ttys. It's working in the BIOS,

Re: debug.cpufreq.lowest doesn't work?

2008-06-29 Thread Patrick Lamaizière
Le Sun, 29 Jun 2008 12:42:33 +0100, Kemian Dang [EMAIL PROTECTED] a écrit : Hi all, Hi, I set sysctl debug.cpufreq.lowest=800 but sysctl -a still told me that the CPU freq is at 300, though it will jump high if I am doing some heavy work. This reduce of performance makes me even have

Routing problem?

2005-08-24 Thread Patrick Lindholm
Ok, here´s the deal I have my Freebsd 4.10 gateway/nat/firewall on my network. On my LAN i have couple WIN machines and a Linux Redhat machine working ok to outside and other machine´s with IP 192.168.255.252 eth0 I have one software running on Redhat Machine that uses SLIP and i have

Zyxel Prestige ADSL

2005-08-24 Thread Patrick Lindholm
not understand? Thanks in advance. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: KDE3 -- KDE4

2009-08-07 Thread Patrick Lamaiziere
Le Thu, 06 Aug 2009 19:53:05 -0500, Paul Schmehl pschmehl_li...@tx.rr.com a écrit : I don't want to run KDE3 and KDE4 side by side. I want to migrate from the former to the latter. K3B needs kde3 and amarok2 is not yet ready for KDE 4.3. I still use amarok 1.4. There is no problem to use

Re: Polling and kern.hz

2009-09-20 Thread Patrick Lamaiziere
Le Sat, 19 Sep 2009 17:16:30 -0300, Agus agus@gmail.com a écrit : hi, options DEVICE_POLLING options HZ=1000 So that 1000hz how affects the system? if it affects it at all kern.hz is already set to 1000 on i386 and amd64. ___

Re: jail - unable to print from inside jail

2009-10-02 Thread Patrick Lamaiziere
Le Fri, 02 Oct 2009 15:31:55 -0500, Raymond Gibson raymond.gib...@verizon.net a écrit : On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote: Raymond Gibson said the following on 2009-10-01 22:33: I'm trying to setup CUPS (in a jail) using a USB printer on my host machine. My host

Re: postfix/amavids/sa/etc in FreeBSD jail?

2009-10-10 Thread Patrick Lamaiziere
Le Fri, 9 Oct 2009 20:35:20 +0200, Len Conrad lcon...@go2france.com a écrit : is a FreeBSD jail enough of a virtualized OS to run a full filtering MX config setup exactly as on a native FreeBSD? Yes. Here I use one jail acting as a mail gateway and one for mail delivery. Works like a charm as

All in one printer?

2009-10-16 Thread Patrick Lamaiziere
Hello, I'm looking for an all in one printer (scanner + printer). Do you know some models well supported by our favorit OS (8.0) (and a cheep one of course)? Thanks, regards. ___ freebsd-questions@freebsd.org mailing list

Re: All in one printer?

2009-10-16 Thread Patrick Lamaiziere
Le Fri, 16 Oct 2009 13:45:39 +0200, Patrick Lamaiziere patf...@davenulle.org a écrit : I'm looking for an all in one printer (scanner + printer). Thanks guys, so I bought today a HP PhotoSmart C4680 all in one. It mostly works fine (printing and scanning) out of the box. I ran into issues

Re: All in one printer?

2009-10-16 Thread Patrick Lamaiziere
Le Fri, 16 Oct 2009 20:52:47 +0200, Patrick Lamaiziere patf...@davenulle.org a écrit : Thanks guys, so I bought today a HP PhotoSmart C4680 all in one. It mostly works fine (printing and scanning) out of the box. Hmmm, in fact no. There are some problems on printing (missing part

Re: need C help, passing char buffer[] by-value....

2009-10-19 Thread Patrick Mahan
any tags found in the file (provided you handle the case of a tag spanning more than one line). Hope this clears up your confusion and gets you on your way. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: need C help, passing char buffer[] by-value....

2009-10-19 Thread Patrick Mahan
Gary Kline wrote: On Mon, Oct 19, 2009 at 11:09:19AM -0700, Patrick Mahan wrote: See comments interspaced below - Gary, Let me restate your problem: You want to read through a file containing tags delimited by and to skip these tags if the user has run your command with the -N flag

hplip problem on 8.0 (Re: All in one printer?)

2009-10-20 Thread Patrick Lamaiziere
Le Fri, 16 Oct 2009 22:24:20 +0200, Patrick Lamaiziere patf...@davenulle.org a écrit : Thanks guys, so I bought today a HP PhotoSmart C4680 all in one. It mostly works fine (printing and scanning) out of the box. Hmmm, in fact no. There are some problems on printing (missing part

Re: FreeBSD 7.2 savecore panic

2009-10-20 Thread Patrick Lamaiziere
Le Mon, 19 Oct 2009 14:53:27 -0700, Bogdan Webb bog...@pgn.ro a écrit : Hello, What's wrong with my bsd box (witch i'm in love so much now) and how can i prevent it from panicking No one will be able to answer without a dump of the panic. Please see

Re: FBSD 7.2, on a CQ60-419WM Presario, about headphones

2009-10-30 Thread Patrick Lamaiziere
Le Wed, 14 Oct 2009 21:55:23 -0400, Henry Olyer henry.ol...@gmail.com a écrit : Hello, How do I get to use the headphones? The speaker works but continues to play when I plug in headphones. If it's not a secret, which sound card and driver? I don't know for the rest.

Re: g4u option

2009-11-10 Thread Patrick Lamaiziere
Le Tue, 10 Nov 2009 12:00:56 -0500, Jean-Paul Natola jnat...@familycareintl.org a écrit : I'm trying to figure out ,if possible, how to get g4u to only clone data, i.e. I have an 80 gig drive but my OS and applications only come to about 6gigs that’s what I want to clone to the new drive.

Re: How to print using cups on FreeBSD?

2009-11-26 Thread Patrick Lamaiziere
Le Wed, 25 Nov 2009 21:15:07 -0800 (PST), Unga unga...@yahoo.com a écrit : Hi I'm trying to print using cups 1.3.10 on FreeBSD 7.2 on a Epson Stylus Photo R800 printer. It prints garbage! That is, it print some series of characters. My first question is, does cups work on FreeBSD to

Re: How to print using cups on FreeBSD?

2009-11-27 Thread Patrick Lamaiziere
Le Thu, 26 Nov 2009 20:50:31 -0800 (PST), Unga unga...@yahoo.com a écrit : The same printer prints very well on a older Linux system with a older Gutenprint driver! What am I still missing? Try to change the usb mode, there are two modes : one use ulpt and one use unlpt. You can change it

Re: how do i automate building packages?

2009-11-28 Thread Patrick Lamaiziere
Le Sat, 28 Nov 2009 01:05:47 -0800, Gary Kline kl...@thought.org a écrit : How do I build tarballs of packages that usually wind up in /usr/ports/packages? ... # make install package clean? Or what? make package You can also create a package from an already installed port

Re: which is the better way...?

2009-12-02 Thread Patrick Lamaiziere
Le Tue, 1 Dec 2009 23:15:11 -0800, Gary Kline kl...@thought.org a écrit : it is better to pkg_delete OOo-301 or just cd to /usr/local and /bin/rm -r it from there? this time i'll make a not of the preferred way of cleaning out the old stuff.. You should use pkg_delete to remove an installed

Doxygen problem!

2009-12-05 Thread Patrick Ääripää
/ports/devel/doxygen. -- - Patrick Ääripää - ___ 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

Problems dumping to a SCSI device.

2010-05-17 Thread Patrick Mahan
6.2 (we just recently switched to using 8.0). Googling only turned up some issues way back in 4.x with different SCSI controllers, nothing for 8.0. Any pointers are appreciated. I get the same behavior when I force a panic using 'debug.kdb.panic=1' as well. Thanks, Patrick

llvm in head?

2010-06-13 Thread Patrick Lamaiziere
Hello, How to use llvm/clang to build the world and the kernel in HEAD since the import? The wiki on clangBSD is not clear on this point (I think it has not been updated). Thanks, regards. ___ freebsd-questions@freebsd.org mailing list

Re: llvm in head?

2010-06-14 Thread Patrick Lamaiziere
Le Mon, 14 Jun 2010 16:46:22 +0200, Johan Hendriks jo...@double-l.nl a écrit : Hello, How to use llvm/clang to build the world and the kernel in HEAD since the import? The wiki on clangBSD is not clear on this point (I think it has not been updated). Thanks, regards. On i386, AMD64

Re: llvm in head?

2010-06-14 Thread Patrick Lamaiziere
Le Tue, 15 Jun 2010 01:01:40 +0200, Koop Mast k...@rainbow-runner.nl a écrit : How to use llvm/clang to build the world and the kernel in HEAD since the import? The wiki on clangBSD is not clear on this point (I think it has not been updated). You can't yet atm. The Makefile chances to

Re: jail and uname

2010-07-03 Thread Patrick Lamaiziere
Le Sat, 03 Jul 2010 14:13:13 +0800, Aiza aiz...@comclark.com a écrit : From the console of a jail I issue uname –r and get 8.0-RELEASE-p3, which is the release level of the host. I know the jail is running a pristine minimum install of 8.0-RELEASE. I would think issuing uname from within

Writes to Hard Disk Going Beyond Capacity

2010-07-10 Thread Patrick Donnelly
for hundreds of gigabytes beyond the file (hard drive) length. What could be wrong? (This program works fine on Linux. The last write that would go beyond the end of the hard drive returns with -1.) Thanks for any help, -- - Patrick Donnelly ___ freebsd

Re: Writes to Hard Disk Going Beyond Capacity

2010-07-10 Thread Patrick Donnelly
On Sat, Jul 10, 2010 at 4:01 AM, Giorgos Keramidas keram...@ceid.upatras.gr wrote: On Sat, 10 Jul 2010 03:10:31 -0400, Patrick Donnelly batr...@batbytes.com wrote: Hi List, I have a strange problem in a C program I wrote. I open a hard disk character file (/dev/ad1) and attempt to write

Re: Writes to Hard Disk Going Beyond Capacity

2010-07-10 Thread Patrick Donnelly
? -- - Patrick Donnelly ___ 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: Routing Question

2010-08-27 Thread Patrick Lamaiziere
Le Thu, 26 Aug 2010 18:17:19 -0700, Doug Hardie bc...@lafn.org a écrit : PF's route_to will return the packets to the proper router, but I have not been able to figure out which ones those would be. The source IP address can be any on either network and its highly likely that we will see

Burning a the 8.1 release DVD iso

2010-09-08 Thread Patrick Mahan
the issues regarding needing to load atapicam.ko module. Any help or educational experience is appreciated. Thanks, Patrick Mahan Adara Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Burning a the 8.1 release DVD iso

2010-09-08 Thread Patrick Mahan
Manolis Kiagias wrote: On 08/09/2010 9:44 μ.μ., Patrick Mahan wrote: I am wanting to burn the 8.1 DVD iso image onto a DVD-R disc. Previously, I did this on my Macbook Pro using OSX, but alas, my HD died on the Macbook so I am trying to do this on my Sony Vaio desktop system. Platform

Re: RFC 2385 TCP MD5 support on FreeBSD8.3

2012-09-06 Thread Patrick Lamaiziere
Le Thu, 6 Sep 2012 20:46:53 +0530, SivaReddy Obili sivareddy.ob...@gmail.com a écrit : Hello, Recently I've downloaded the FreeBSD 8.3 Release ISO Image (FreeBSD-8.3-RELEASE-i386-dvd1 (1).iso) and installed in our machine. Actually our requirement is to check the TCP MD5 support on

Re: nvidia and flash plugin problem

2012-10-05 Thread Patrick Lamaiziere
Le Wed, 03 Oct 2012 19:13:11 +0930, Shane Ambler free...@shaneware.biz a écrit : I have a GT 520 with 9.0 amd64 and found that v304.43 refused to run my second monitor so I went back to v295. Did you check the resolution of the second monitor? Here on my box, v304 does not handle any more the

Re: poudriere amassing fetch errors

2012-10-19 Thread Patrick Lamaiziere
Le Sun, 14 Oct 2012 03:57:20 +0200, Christopher J. Ruwe c...@cruwe.de a écrit : Hello, for some time I have noticed that poudriere bulk build amass fetch errors, i.e., the corresponding distfile(s) cannot be fetched by the build jail and I have to fetch these manually. Does anybody know a

<    1   2   3   4   5   6   >