Re: polling my FreeBSD compariots...

2007-03-11 Thread Patrick Bowen
and can be found in ports. Firefox, Thunderbird, and all the rest work just fine. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: xorg broken after using portupgrade

2007-03-30 Thread Patrick Lamaizière
Le vendredi 30 mars 2007, E. J. Cerejo a écrit : > I'm running FBSD release 6.2 and after updating my ports with portupgrade > I can start xorg. I'm getting this error message: > > waiting for X server to shut down FreeFontPath: FPE > "/usr/X11R6/lib/X11/fonts/misc/:unscaled" refcount is 2, shoul

Job Offer(A Representative is needed)

2007-04-16 Thread Patrick Tomstone
Zip code Phone number... Nationality I.D Number. Regards, Patrick Evans, Coordinator Desk, UNICEF.. For further questions and

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 confi

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.0&0xc0a80301 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.0&0xc0a80301 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 FBS

Re: How to clear strage route in routing table?

2007-01-12 Thread Patrick Dung
ting 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 I have mistype a command: > > # route add 192.168.3.0 255.255.255.0 192.168.3.1 > > S

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 > > > &g

Re: general question re: performance

2007-01-21 Thread Patrick Lamaizière
Glenn Becker : > I'm running 6.2 on an old but not ancient Dell laptop, PIII 1000MHz, > which now has seven operating systems on it. I have noticed recently that > the graphics-heavy planetarium program Stellarium -- which runs great on > my Debian GNU/Linux system -- barely creaks along on FreeBS

Manufacturer documented wireless NIC's

2007-01-21 Thread Patrick Bowen
that Ralink and Atmel are in that category, according to the googling I've been able to do. I'd like to support those manufacturers that support FreeBSD. Thanks in Advance, Patrick ___ freebsd-questions@freebsd.org mailing list http://li

Re: FreeBSD 5.2.1 won't run with ATI RADEON

2007-01-28 Thread Patrick Lamaizière
Le dimanche 28 janvier 2007 03:11, [EMAIL PROTECTED] a écrit : > I am new to Unix and purchased a copy of FreeBSD 5.2.1 Well, FreeBSD 5.2.1 is outdated! You should update to a recent release i think. ___ freebsd-questions@freebsd.org mailing list http

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 con

Zyxel Prestige ADSL

2005-08-24 Thread Patrick Lindholm
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]"

Freebsd-update and update of jails

2007-05-06 Thread Patrick Lamaizière
EHLO, Is there a way to use freebsd-update and use it to update the main host and serveral jails ? To update my jails (from the main host) i make a buildworld and then : mergemaster -p -D /thejail make installworld DESTDIR=/thejail mergemaster -D /thejail How i can use binary update and then up

[freebsd-questions] Can't build php5?

2007-05-21 Thread Patrick Baldwin
g about this the hard or the stupid way, please don't hesitate to tell me. It seemed like the easiest and fastest way to get a working install would be to install the package, but maybe I'm wrong. Regards, -- Patrick Baldwin Systems Administrato

Re: [freebsd-questions] Can't build php5? - Builds now, but doesn't work due to gd.so

2007-05-22 Thread Patrick Baldwin
Beech Rintoul wrote: >> On Monday 21 May 2007, Patrick Baldwin said: >> > >>>>First, my apologies to Beech for replying off-list, I'm on a few >>>>others that work a bit differently, and I was a little quick with >>>>the send button.

[freebsd-questions] Can't build php5? - Now builds, but doesn't work.- Fixed

2007-05-22 Thread Patrick Baldwin
>Beech Rintoul wrote: > > >>> On Monday 21 May 2007, Patrick Baldwin said: >>> >> >>>>>First, my apologies to Beech for replying off-list, I'm on a few >>>>>others that work a bit differently, and I was a little quick with >&g

Question about the difference of with and without SGID on directory

2007-05-31 Thread Patrick Dung
wheel 512 May 31 17:14 .. -rw-r--r-- 1 patrick www 0 May 31 17:14 file ^^^ The file created will have a group owner of the owner of the directory not the creator. So I have two questions here: 1. So is there a difference with SGID on directory? 2. Any idea about why

[freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-07 Thread Patrick Baldwin
d to (tinkering with a Squirrelmail webmail server here), so any information on that would be more than welcome. Regards, -- Patrick Baldwin Systems Administrator Studsvik Scandpower, Inc. 1087 Beacon St. Newton, MA 02459 1-617-965-7455 ___ freebsd-ques

Re: [freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-11 Thread Patrick Baldwin
Norberto Meijome wrote: On Thu, 07 Jun 2007 12:03:31 -0400 Patrick Baldwin <[EMAIL PROTECTED]> wrote: Hi, I'm running 6.2-RELEASE-p4, and Apache 1.3.37. I'd like to add SSL support, but I'm not sure of the best way to go about it. may I ask why are you using A

Re: [freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-11 Thread Patrick Baldwin
SSL. I guess now I need to hit Google and find out how to do this on FreeBSD, as it sounds just like what I want, thanks! Regards, -- Patrick Baldwin Systems Administrator Studsvik Scandpower, Inc. 1087 Beacon St. Newton, MA 02459 1-617-965-7455 ___

password againg and other policy enforcement

2007-06-30 Thread Patrick Dung
least 2 numbers, 2 special char)? 3. Any ways to prevent user reuse old password? Regards Patrick Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center

Re: password againg and other policy enforcement

2007-06-30 Thread Patrick Dung
). The user can use password A, then user change to password B and then change back to password A... Regards Patrick --- Manolis Kiagias <[EMAIL PROTECTED]> wrote: > Patrick Dung wrote: > > I have some question about password policy in FreeBSD: > > > > 1. Administrator

FreeBSD 6.2 default bind9, question about customize logging

2007-07-06 Thread Patrick Dung
; }; category xfer-in { named-log; }; category xfer-out { named-log; }; category unmatched { null; }; }; Thanks Patrick Park yourself in front of a world of choices in alternative vehicles. Visit

FreeBSD 6.2 default bind9, question about customize logging [re-post]

2007-07-08 Thread Patrick Dung
; }; category xfer-in { named-log; }; category xfer-out { named-log; }; category unmatched { null; }; }; Thanks Patrick Be a better Heartthrob. Get better relationship answers from someone who

Re: Bash script to find out the summary of user memory usage [not working]

2007-12-17 Thread Patrick Dung
uot;mem: $mem" > TMPSUMMEM=`awk -v x=$mem -v y=$TMPSUMMEM 'BEGIN{printf > "%.2f\n",x+y}'` > echo "summem: $TMPSUMMEM" >done > echo "finalsummem: $TMPSUMMEM" --- Patrick Dung <[EMAIL PROTECTED]> wrote: >

Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Patrick Lamaiziere
Le Thu, 3 Jan 2008 14:14:57 +0100, "Fernando Apesteguía" <[EMAIL PROTECTED]> a écrit : > As I know, FreeBSD has some kind of procfs but more limited in terms > of information. My questions is how should I proceed now? I see two > options. > > 1 - Try to rely the porting on the compatibility procf

[7.0 RC1] Top and WCPU > 100%

2008-01-12 Thread Patrick Lamaiziere
Hello, I just updated my old home server from 6.2 to 7.0 with the kernel GENERIC (so with the SCHED_4BSD scheduler). And i see some WCPU value > 100% in top (150%, 160%). It's a single UP box. Is it normal ? On 6.2 and on 7.0 with SCHED_ULE i don't see WPCU > 100%. Thanks, regards. ___

Re: FBSD or PCBSD?

2008-01-25 Thread Patrick Lamaiziere
Le Mon, 21 Jan 2008 14:18:33 -0700, Chad Perrin <[EMAIL PROTECTED]> : > FreeBSD has a quick-install port for GUI/desktop environments. Once > you've got the FreeBSD base system installed, just do this: > > cd /usr/ports/misc/instant-workstation > make install clean Yes but the port has been

Re: suitable laptops

2008-01-29 Thread Patrick Lamaiziere
Le Tue, 29 Jan 2008 12:56:58 -0800, Lee Shackelford <[EMAIL PROTECTED]> a écrit : Helo, > Dear FreeBSD enthusiast. Greetings. Is anyone aware of a list of > laptop computers on which it is especially easy to install FreeBSD, > or conversely, on which it is unusually difficult to install > Free

Having problems with my ports configuration

2008-02-29 Thread Patrick Mahan
So, somehow, I have managed to seriously hammer my ports/package installation. Is there a way to recover this info? Is there any way of determing just what is installed (I know of a few: Perl, emacs, etc) from info stored under '/usr/ports'? I've looked through the web and the arch

Re: Having problems with my ports configuration

2008-02-29 Thread Patrick Mahan
Mel presented these words - circa 2/29/08 1:56 PM-> On Friday 29 February 2008 21:25:06 Patrick Mahan wrote: System Info: Compaq Presario (AMD Athlon CPU) 256 Mbytes RAM 80 Gig IDE system disk FreeBSD 5.5-RELEASE #0: Tue May 23 14:58:27 UTC 2006 I am having problems with

Re: Having problems with my ports configuration

2008-02-29 Thread Patrick Mahan
Shaun Amott presented these words - circa 2/29/08 6:45 PM-> On Fri, Feb 29, 2008 at 12:25:06PM -0800, Patrick Mahan wrote: One of the issues that came out of this was it seemed that the ports database (/var/db/pkg/pkgdb.db) was corrupt. So I tried to rebuild it by deleting it and sett

Maximum number established TCP connection

2008-03-03 Thread Patrick Dung
starting at the same moment). So that there will not be a problem caused by the TCP backlog limit. 4. There will be 5000 established TCP connections. Is it true that FreeBSD could handle 'unlimited' established TCP connections as long as it has enough CPU power and memory? Regar

Re: Maximum number established TCP connection

2008-03-03 Thread Patrick Dung
--- Bill Moran <[EMAIL PROTECTED]> wrote: > In response to Matthew Seaman <[EMAIL PROTECTED]>: > > > Bill Moran wrote: > > > In response to Patrick Dung <[EMAIL PROTECTED]>: > > > > > >> Hello > > >> > > >> I

Unable to reboot with 7.0 release candidates and -RELEASE on AMD64

2008-03-07 Thread Patrick C
enl configuration is here: http://freebsd.pastebin.com/m54d0fbe I have an ACPI dump generated if someone wants it. We have two of these systems and are getting more and it would be a big issue if we couldn't reboot them. Thanks, -Patrick ___ freebsd

PHY drivers for Proliant ML370

2003-03-31 Thread Patrick O'Reilly
copy the driver code from my desktop which is currently at 4.7 patch 7. It compiled, but the kernel still fails to recognise these chips. So - finally - can anyone advise me on next steps? Yours in eager anticipation :) Patrick. ___ [EMAIL

Re: SMP Compaq DL380 G1 - hangs on boot

2003-04-02 Thread Patrick O'Reilly
ernel for now while I get everything else set up. -- Regards, Patrick O'Reilly. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

mysql root user

2003-05-28 Thread Patrick O'Reilly
rror: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)' I don't remember any passwords being set during the installation Regards, Patrick. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mail

Re: mysql root user

2003-05-28 Thread Patrick O'Reilly
- Original Message - From: "Patrick O'Reilly" <[EMAIL PROTECTED]> > Hi all. > > Does anyone know if there is a special trick to setting the mysql root > user's password after installing mysql323-server on FreeBSD? > > I've done like the

Re: Apache - mod_perl - PostgreSQL

2003-06-04 Thread Patrick O'Reilly
PostgreSQL? Should I change my code to use DBD::Pg instead? Regards, Patrick. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: de0 recognized but not configurable

2003-06-14 Thread Patrick O'Reilly
as resolved by disabling Plug 'n Play in the BIOS. Give it a try - it can't hurt :) Patrick. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Mount My Creation

2003-06-19 Thread Patrick O'Reilly
llow selection based on time last "accessed", last "modified" and last "change" of status. Evidently this info is held somewhere. I don't have more info off hand, but perhaps this will nudge you in a useful direction? Patrick.

Alias on loopback interface???

2003-06-25 Thread Patrick O'Reilly
ot use lo0 ? I do run ipf/ipnat and ipfw/DUMMYNET on many of these. Clearly I will need to make provision for this unusual traffic on the lo0 interface too. Of course, the IPs I intend using will be RFC1918 compliant private addresses. Thanks for any comments. R

Re: ftpchroot issue

2003-06-26 Thread Patrick O'Reilly
b > # 2003-06-25 > softsys /mnt/newdisk/ ./ghosted ^ you don't want a space here! Remove that space and you should be sorted... Patrick. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/lis

Re: Bandwidth Question

2003-07-03 Thread Patrick O'Reilly
From: "Chris" <[EMAIL PROTECTED]> > > I was wondering what is the best way to limit bandwidth to a set of IP > addresses? I've read some about dummynet. Would this be the preffered > tool to use? Yes - dummynet must be used in conjunction with ipfw. ipfw is for firewalling, but you can use it t

Resired features/wish list for FreeBSD

2004-10-28 Thread Patrick Dung
x. 3) Java improvement It seems that the development has been stopped after JDK 1.3.1/1.4.2 for a long time. Java performance in FreeBSD is not very good. 4) Some nice ports are broken in 5.x Like tripwire 2.3.1.2_3 Regards Patrick _ 必殺技、飲

Re: Resired features/wish list for FreeBSD

2004-10-28 Thread Patrick Dung
--- Jeremy Faulkner <[EMAIL PROTECTED]> wrote: > On Thu, 2004-10-28 at 16:07, Patrick Dung wrote: > > 1) OpenLDAP Integration > > FreeBSD has OpenLDAP support in the ports, but I > think > > it would be great if FreeBSD support LDAP out of > the > > box (

Getting devfs to recognize a hotplug floppy

2004-11-25 Thread Patrick Bowen
searched the lists, searched the web, etc. this is either really simple, and I/m trying to make it complicated (probably), or no one else is trying to do this (probably not). If someone can point me in the right direction, I'd appreciate it. TIA, Patrick ___

Maximum Number of USB Mass Storage Devices

2010-02-17 Thread Patrick Collins
: Does FreeBSD 8.0-RELEASE have an operating system limitation on the number of USB storage devices I can connect and mount. Thanks. Patrick Collins ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Mount a Microsoft .vhd file

2010-02-18 Thread Patrick Collins
Hello, Is there a utility which would allow me to mount a Microsoft .vhd disk image file with FreeBSD 8.0-RELEASE. I want to mount and read a Windows 7 image backup. Thanks. Patrick Collins +61 419 712 581 ___ freebsd-questions@freebsd.org mailing

Re: Maximum Number of USB Mass Storage Devices

2010-02-18 Thread Patrick Collins
nd to use power hubs > and > > multiple server USB ports to overcome this issue. My question is this: > > > > Does FreeBSD 8.0-RELEASE have an operating system limitation on the > number > > of USB storage devices I can connect and mount.

Re: KDE firefox integration

2010-03-07 Thread Patrick Lamaiziere
Le Sun, 7 Mar 2010 17:53:29 +0100, Anselm Strauss a écrit : > > Another trick that PC-BSD useswhich might be more of what you > > are asking about is the installation of a port called > > x11-themes/gtk-qt4-engine This port allows gtk applications to be > > displayed using qt, which helps

u3g network problem

2010-03-30 Thread Patrick Lamaiziere
(8-STABLE/i386) Hi, I've got some troubles with a 3G connection. I don't know which things I should check to debug this: I use ppp to connect and it works fine. But after a while (not a long time), I don't have any reply to DNS requests, as far I can see with wireshark... Then if I use an IP, i

Re: u3g network problem

2010-03-31 Thread Patrick Lamaiziere
Le Wed, 31 Mar 2010 08:18:26 -0400, Alejandro Imass a écrit : > On Tue, Mar 30, 2010 at 5:27 PM, Patrick Lamaiziere > wrote: > > I've got some troubles with a 3G connection. I don't know which > > things I should check to debug this: > > > > I use ppp t

Problems dumping to a SCSI device.

2010-05-17 Thread Patrick Mahan
force a panic using 'debug.kdb.panic=1' as well. Thanks, Patrick ___ 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: cups 1.3.10 problem?

2009-06-13 Thread Patrick Lamaiziere
Le Fri, 12 Jun 2009 15:40:52 -0400, "B. Cook" a écrit : Hello, > installed cups 1.3.9 on a machine a while back and successfully > sharing a dozen or so jetdirects via samba. > > as part of regular updates I updated to 1.3.10 (no visible problems) > until I tried to access the web interface. >

Re: Which latex should I install

2009-06-27 Thread Patrick Reich
On Fri, 2009-06-26 at 20:26 +, freebsd-questions-requ...@freebsd.org wrote: > Message: 12 > Date: Fri, 26 Jun 2009 18:40:44 +0200 > From: Roland Smith > Subject: Re: Re: Which latex should I install > To: af300...@gmail.com > Cc: freebsd-questions@freebsd.org > Message-ID: <20090626164044.ga31

Re: FreeBSD 7.2 - iwi error

2009-06-30 Thread Patrick Lamaiziere
Le Mon, 29 Jun 2009 13:53:48 +0300, Siyan Sabinov Hadzhiev a écrit : > I have configure bmiss parameter in rc.conf as you said and enable > debug.iwi in sysctl , Bellow you can see the log entries. > I remembered that these entries were like yours , Beacon Miss.. > Now they have changed to someth

Re: Strange HDA sound behavior on FreeBSD 7.2

2009-06-30 Thread Patrick Lamaiziere
Le Tue, 30 Jun 2009 13:44:45 +0300, vadim braun a écrit : > Hi all, > I try to set correct sound driver using Handbook on my notebook Dell > Inspiron 1501. > > Load sound drivers: > zero# kldload snd_driver > See attachment dmesg_after_loading_sound_meta_driver.txt > zero# cat /dev/sndstat > Fre

Re: Problems following PHP upgrade

2009-07-16 Thread Patrick Lamaiziere
Le Thu, 16 Jul 2009 17:06:19 +0100, Michael Doyle a écrit : > I am having problems following upgrading a specific port, and I > would like advice on how to proceed > in diagnosing the fault. > > The application showing symptoms of unreliable behaviour is > "WebCalendar 1.2.0b1" (a php applicat

8.0 and GPT_PART and core-dump

2009-07-16 Thread Patrick Lamaiziere
Hello, With 8.0, FreeBSD see my disk with several parts instead slices. That works fine but the kernel is not able to core dump to my swap (ad4p3a) and I can't break into the debuger (laptop with an usb keyboard). So I would like to revert to slices like with FreeBSD 7.2? Thanks, regards. baby-

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Patrick Lamaiziere
Le Fri, 17 Jul 2009 09:30:25 +0200, "Paul B. Mahol" a écrit : > > With 8.0, FreeBSD see my disk with several parts instead slices. > > That works fine but the kernel is not able to core dump to my swap > > (ad4p3a) and I can't break into the debuger (laptop with an usb > > keyboard). > For first

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Patrick Lamaiziere
Le Fri, 17 Jul 2009 12:27:32 +0200, Ivan Voras a écrit : > When the kernel attempts a dump on the device, do you perhaps see a > message like "partition type unsupported?". Yes at boot-time : GEOM_PART: Partition 'ad4p3' not suitable for kernel dumps (wrong type?) >One thing that's changed >

Re: INN configuration

2009-07-24 Thread Patrick Lamaiziere
Le Thu, 23 Jul 2009 23:11:47 -0400, Tim Kellers a écrit : > My server has a static IP (optonline.net) that has no ports > blocked. From my laptop client I can connect to news.optonline.net > and grab a full feed of all the newsgroups. What I'm trying to do is > setup my own news server using ne

Re: Free bSD Turkish Translation

2009-07-27 Thread Patrick Lamaiziere
Le Mon, 27 Jul 2009 11:56:53 +0300, eyup yavas a écrit : > http://www.tr.freebsd.org/ > > Add yoru Turkish Language Updated Please (Upayi Network) > Based on BSD UNIX® = Thanks, I think you should submit this to the "doc" mailing list (freebsd-...@freebsd.org). Regards. __

Re: ftps ?

2009-08-06 Thread Patrick Lamaiziere
Le Mon, 3 Aug 2009 15:02:58 +0300, Odhiambo ワシントン a écrit : > > # grep ftps /etc/services > > ftps-data 989/tcp# ftp protocol, data, over TLS/SSL > > ftps-data 989/udp > > ftps990/tcp# ftp protocol, control, over TLS/SSL > > ftps990/udp > > > > pure-f

Re: KDE3 --> KDE4

2009-08-07 Thread Patrick Lamaiziere
Le Thu, 06 Aug 2009 19:53:05 -0500, Paul Schmehl 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 kde3 and kde4. ___

Re: Error building XFree86-Clients

2003-08-09 Thread Patrick O'Reilly
while though. Thanks again for your time. -- Regards, Patrick O'Reilly. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Error building XFree86-Clients (Solution)

2003-08-10 Thread Patrick O'Reilly
-libraries to 4.3 3) upgrade -font* to 4.3 I had unwittingly done (2) before (1). Thanks again to the more knowledgable folks who take the time to answer questions on this list! -- Regards, Patrick O'Reilly. ___ [EMAIL PROTECTED] mailing list

Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
6/lib -lz -lm -Wl,-rpath,/usr/X11R6/lib /usr/libexec/elf/ld: cannot find -lXfont *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf. *** Error code 1 -- Regards, Patrick O'Reilly. ___ [EMAIL PROTECTED] maili

Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
old me to do too. Is this a known issue - ie you MUST do -libraries AFTER -server ??? I'm busy rebuilding libraries now? -- Regards, Patrick O'Reilly. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-que

Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
On Saturday 09 August 2003 21:20, Stephen Hilton wrote: > On Sat, 9 Aug 2003 20:48:23 +0200 > > "Patrick O'Reilly" <[EMAIL PROTECTED]> wrote: > > Hi Folks! > > > > I have a number of XFree86 Font ports which will not upgrade from 4.2 to > > 4.

Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
problem. If you had searched the archives, you would > have found many similar problems. I just don't know where you can > search the archives right now :). > > Kent Oh?!? Well it's going into my personal archive right now! :) Thanks. -- Regards, Patrick O'Reill

Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
On Saturday 09 August 2003 20:50, Dan Nelson wrote: > In the last episode (Aug 09), Patrick O'Reilly said: > > I have a number of XFree86 Font ports which will not upgrade from 4.2 > > to 4.3, and in each case the error is as below. > > > > $ pkg_which /usr/X11R6/li

Re: wifi ath

2006-04-16 Thread Patrick Bowen
? Dick; Test the card with "kldload if_ath" as root, then ifconfig and dhcp, before you re-compile the kernel. If that works then you can just add the modules at startup. Saves time recompiling. Patrick ___ freebsd-questions@freebsd.org ma

Re: wireless setup help

2006-04-16 Thread Patrick Bowen
"ifconfig ath0 ssid "True That"" is, I suspect, wrong. I'll bet it needs to be something like "ifconfig_ath0_ssid="True That". Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: a favorite graphical ftp client?

2006-04-16 Thread Patrick Bowen
x27;re using KDE, there is a kftpgrabber graphical ftp client for KDE in the ports collection. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: getting a user's home dir (sed/awk?)

2006-04-17 Thread Patrick Bowen
;bout something like; pw usershow user1 | awk -F: ' { print $9 } ' Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rc.local

2006-04-17 Thread Patrick Bowen
riko saputra wrote: in my freebsd 6.0 there is no "rc.local" , how i can get rc.local ?? thanks. riko; "man 8 rc" should have the information you're looking for. patrick ___ freebsd-questions@freebsd.org mailing list

Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices?

2006-04-18 Thread Patrick Bowen
eebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Jim; Unless I'm mistaken, "smbfs_load="YES"" should go into /boot/loader.conf. Use kldstat to see if the module is loaded. Patrick ___ freebsd-qu

Re: How do uninstall a package and all it's dependencies ?

2006-04-19 Thread Patrick Bowen
package-name is replaced with the name of the package you want to delete, in your case xfce4. pkg_deinstall -R xfce4. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubsc

Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices?

2006-04-19 Thread Patrick Bowen
permitted On 4/18/06, Patrick Bowen <[EMAIL PROTECTED]> wrote: Jim Stapleton wrote: That did not work either. Jim; Unless I'm mistaken, "smbfs_load="YES"" should go into /boot/loader.conf. Use kldstat

Re: Window Manager Opinions

2006-04-19 Thread Patrick Bowen
able/theme-able, and has a nice clean desktop. Check out their website at http://www.windomaker.org. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How do uninstall a package and all it's dependencies ?

2006-04-22 Thread Patrick Bowen
Low Kian Seong wrote: > The problem about the -R option is that normally that takes off stuff > like xorg-server and friends too ! Really not nice, or am I doing > something wrong ? > > On 4/20/06, *Patrick Bowen* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>

Re: QT4 compilation problem

2008-12-05 Thread Patrick Lamaizière
Le Fri, 05 Dec 2008 23:39:14 +1000, Warren Liddell <[EMAIL PROTECTED]> a écrit : > I have been trying for quite a while now to try and get some > assistance from the various lists, google, forums an even man pages > and so far not a single piece of advise on how to solve my issue and > im getting

Re: custom kernel

2008-12-05 Thread Patrick Lamaizière
Le Fri, 05 Dec 2008 20:10:19 -0500, PJ <[EMAIL PROTECTED]> a écrit : > linking kernel > uvscom.o (.text+0x293): In function 'uvscom_attach' ; > :undefined reference to 'ucom_attach' etc. > *** Error code 1 > > did I do something wrong? system is still on and functioning but how > do I make th

Re: use different mouse/input devices in X.org

2008-12-13 Thread Patrick Lamaizière
Le Sat, 13 Dec 2008 13:53:02 +0100, Marco a écrit : > Hi List, Hello, > i've using a Notebook with touchpad which works perfeclty fine. > However, i'd like also to use in paralell an external via usb connect > mouse. If i configure this hard into X.org config > it will work but i stumble here

Suitability question

2008-12-18 Thread Patrick Baldwin
be best of trying to built him a really locked-down, high security box, almost an Internet appliance. All he really does is use the Web, and a little light word processing. What do people think of FreeBSD as the base OS for this idea? -- Patrick Baldwin Systems Administrator Studsvik Scan

Re: mount DVD - invalid argument

2008-12-20 Thread Patrick Lamaizière
Le Sat, 20 Dec 2008 11:45:49 +, "Max Russell" a écrit : > I have two DVD drives on my machine. > > m...@~: grep acd /var/run/dmesg.boot > acd0: DVDR at ata1-master UDMA66 > acd1: DMA limited to UDMA33, device found non-ATA66 cable > acd1: DVDROM at ata1-slave UDMA33 > > the optical sectio

Re: How do I obtain a copy of the FreeBSD operating system

2008-12-22 Thread Patrick Lamaizière
Le Mon, 22 Dec 2008 18:59:50 -0500, "theresascottie" a écrit : > How can I download or obtain a copy of FreeBSD? http://www.freebsd.org No? Regards. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Re: Memory Usage

2009-01-03 Thread Patrick Lamaizière
t that returns four lines : - the first value - the second value (return 0 if only one value is used) - the Uptime - The legend By example a little script to return the number of processus using ps -xa net:/<1>local/libexec/mrtg# ./pn2mrtg 193 0 12 days, 10:20 net see http://user.lamaiz

Re: why printf() don't work?

2009-01-05 Thread Patrick Lamaizière
Le Mon, 05 Jan 2009 15:29:23 +0800, Edward King a écrit : > I use FreeBSD7.0,and use signal,like follows: > signal(SIGHUP,sig_hup); > signal(SIGIO,sig_io); > > when I run call following code,it can run,but I find a puzzled > question,it should print some information,such as printf("execute > mai

Re: switching bsdlabel's label

2009-01-21 Thread Patrick Tracanelli
Jerry McAllister escreveu: On Wed, Jan 21, 2009 at 10:45:28AM -0200, Eduardo Meyer wrote: On Tue, Jan 20, 2009 at 4:42 PM, Jerry McAllister wrote: On Tue, Jan 20, 2009 at 03:36:34PM -0200, Eduardo Meyer wrote: On Tue, Jan 20, 2009 at 2:13 PM, Patrick M. Hausen wrote: Hello, On Tue, Jan

Re: issues with X not loading

2009-01-28 Thread Patrick Lamaizière
Le Wed, 28 Jan 2009 14:29:06 -0700 (MST), Keith Seyffarth a écrit : > (==) Using config file: "/etc/X11/xorg.conf" > Parse error on line 75 of section Files in file /etc/X11/xorg.conf > "RgbPath" is not a valid keyword in this section. > (EE) Problem parsing the config file > (EE) Error p

Re: Can't use psm/synaptics with my touchpad

2009-02-17 Thread Patrick Lamaizière
Le Tue, 17 Feb 2009 09:58:34 +0100, Lagrange Marc : > But i get a problem with the touchpad. > > The touchpad/keyboard are removable and detected as: > > ums0 2> on uhub2 ums0: 2 buttons. > > It works, but basically, like a normal mouse... > > I've tried psm with hw.psm.synaptic on /boot

Re: What is correct way to enable watchdog?

2009-02-24 Thread Patrick Lamaizière
Le Tue, 24 Feb 2009 13:01:13 -0800 (PST), Peter Steele : > > If -e cmd is not specified, the daemon will > > perform a trivial file system check instead. > > So -e has to be provided for the system to reboot? No, if -e is provided, watchdogd execute the command 'cmd', if the command succeed it

Re: Determining scancodes for obscure keyboard to modify keymap

2009-02-24 Thread Patrick Lamaizière
Le Tue, 24 Feb 2009 14:28:54 -0700, carnage : > I'm wondering how to go about determining the scancodes for keys on > keypress. > > I am looking to remap an apple usb keyboard (a1048). It has F13-16, 3 > volume control keys and an eject key but no scroll lock, num lock, > pause/break, etc. I'm

FreeBSD 4.9 rebooting into single user mode

2004-03-02 Thread Patrick Fish
into single user mode after we recompile the kernel? (please reply to all, i'm not on this list) TIA, Patrick Fish ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to &q

<    1   2   3   4   5   6   7   >