Re: the 'make' command in the ports tree

2009-04-13 Thread N. Raghavendra
At 2009-04-12T20:08:21+02:00, dede wrote: I search a command that list all availables variables that afect program installation, and all arguments I can give to the /usr/port/Makefile `make showconfig' displays all the options available for a port. (I know about 'make search key= and name='

Re: the 'make' command in the ports tree

2009-04-13 Thread N. Raghavendra
At 2009-04-13T10:48:51+05:30, N. Raghavendra wrote: The ports(1) man page describes several targets ^ Sorry, that is ports(7). Raghu. -- N. Raghavendra ra...@mri.ernet.in | http://www.retrotexts.net/ Harish-Chandra Research Institute | http://www.mri.ernet.in/ See message

is there a way to upgrade Only ports that need it??

2009-04-13 Thread Gary Kline
is there any way t o not upgrade all installed ports, but only those that are not current? tired of having my main box grinding away for endless days gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix

Re: Why USB harddrive is so slow under FreeBSD?

2009-04-13 Thread Tim Judd
On Sun, Apr 12, 2009 at 1:54 PM, Yuri y...@rawbw.com wrote: I have FreeBSD-71 running with USB controller: uhci0: VIA 83C572 USB controller port 0xa800-0xa81f irq 21 at device 16.0 on pci0 I connected to it Toshiba USB hard drive HDDR500E03X: umass0: Toshiba External USB HDD, class 0/0, rev

Re: is there a way to upgrade Only ports that need it??

2009-04-13 Thread Tim Judd
On Sun, Apr 12, 2009 at 11:54 PM, Gary Kline kl...@thought.org wrote: is there any way t o not upgrade all installed ports, but only those that are not current? tired of having my main box grinding away for endless days gary -- Gary Kline

Re: is there a way to upgrade Only ports that need it??

2009-04-13 Thread Lars Eighner
On Sun, 12 Apr 2009, Gary Kline wrote: is there any way t o not upgrade all installed ports, but only those that are not current? What are you using to upgrade all installed ports that rebuilds ports that are current? This shouldn't happen with portupgrade or other port

Re: is there a way to upgrade Only ports that need it??

2009-04-13 Thread Frederique Rijsdijk
Gary Kline wrote: is there any way t o not upgrade all installed ports, but only those that are not current? portsnap fetch update portupgrade -a or you could portsnap fetch update pkg_version -v .. and update the ports of your choice that are not up-to-date with the ports

Re: is there a way to upgrade Only ports that need it??

2009-04-13 Thread Matthew Seaman
Gary Kline wrote: is there any way t o not upgrade all installed ports, but only those that are not current? tired of having my main box grinding away for endless days This is what programs like portmaster and portupgrade are designed to do. If you update your ports

Re: is there a way to upgrade Only ports that need it??

2009-04-13 Thread Glyn Millington
Gary Kline kl...@thought.org writes: is there any way t o not upgrade all installed ports, but only those that are not current? tired of having my main box grinding away for endless days portupgrade -akOP does the trick here. The time taken depends in large part on

Re: is there a way to upgrade Only ports that need it??

2009-04-13 Thread Roland Smith
On Sun, Apr 12, 2009 at 10:54:29PM -0700, Gary Kline wrote: is there any way t o not upgrade all installed ports, but only those that are not current? portmaster -a -B -d tired of having my main box grinding away for endless days :-) Roland -- R.F.Smith

Re: Why USB harddrive is so slow under FreeBSD?

2009-04-13 Thread Erik Trulsson
On Mon, Apr 13, 2009 at 12:27:27AM -0600, Tim Judd wrote: On Sun, Apr 12, 2009 at 1:54 PM, Yuri y...@rawbw.com wrote: I have FreeBSD-71 running with USB controller: uhci0: VIA 83C572 USB controller port 0xa800-0xa81f irq 21 at device 16.0 on pci0 I connected to it Toshiba USB hard

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-13 Thread Chris Rees
2009/4/10 per...@pluto.rain.com: Polytropon free...@edvax.de wrote: On Thu, 09 Apr 2009 12:47:23 -0700, per...@pluto.rain.com wrote: It's an SD card, not a drive, so I had not expected it to be partitioned; but yes, it is: $ ls -l /dev/da0* crw-r-  1 root  operator    0, 244 Feb

problem with bridge + ipfw

2009-04-13 Thread Павел .
Hi! I have faced such problem: Has established the bridge on FreeBSD 6.3 and the module if_bridge. But at me the traffic passing through the bridge is not filtered. Here so all looks: Code: #ifconfig fxp0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500

Splash screen colour issues

2009-04-13 Thread Eugene L.
Hello everyone, I have a FreeBSD 7.1-Release (generic kernel), and I am trying to make splash screen feature work properly, so I followed the procedure described in handbook and the splash screen actually loads, except the black is now white, red is violet, etc. So all the colours of the

HOWTO Apache + SSL

2009-04-13 Thread Pieter Donche
Where can I find a really good FreeBSD7 step by step HOW-TO on setting up digital certifcates (SSL) for the Apache22. My apache22 is running on my freebsd7 system but I never set up any apache httpd server for https access yet ... ___

Re: HOWTO Apache + SSL

2009-04-13 Thread Andrew Gould
On Mon, Apr 13, 2009 at 7:53 AM, Pieter Donche pieter.don...@ua.ac.bewrote: Where can I find a really good FreeBSD7 step by step HOW-TO on setting up digital certifcates (SSL) for the Apache22. My apache22 is running on my freebsd7 system but I never set up any apache httpd server for https

../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'

2009-04-13 Thread tethys ocean
I am using 7.1-STABLE FreeBSD 7.1-STABLE # on one of the my servers. This server was working properly for long time. Electricty is often break down and this server isnt behind UPS. Today I have found it as shutdown and than opened it but some servis/daemon hasn't work (such as mysql etc) I have

Re: How to create NTFS file system from FreeBSD?

2009-04-13 Thread Tsu-Fan Cheng
Hi, correct me if I am wrong, but is it true that ntfsprogs is the only port that comes with formating disk into NTFS system? because days ago I also had this problem with my friend's extra USB 1T HD, I had to use my windows laptop to do the job. thanks!! TFC On Sat, Apr 11, 2009 at 8:22

Re: HOWTO Apache + SSL

2009-04-13 Thread Sergio Tam
2009/4/13 Pieter Donche pieter.don...@ua.ac.be: Where can I find a really good FreeBSD7 step by step HOW-TO on setting up digital certifcates (SSL) for the Apache22. My apache22 is running on my freebsd7 system but I never set up any apache httpd server for https access yet ... Hi I hope

Re: How to create NTFS file system from FreeBSD?

2009-04-13 Thread Chris Rees
2009/4/13 Tsu-Fan Cheng tfch...@gmail.com: Hi,    correct me if I am wrong, but is it true that ntfsprogs is the only port that comes with formating disk into NTFS system? because days ago I also had this problem with my friend's extra USB 1T HD, I had to use my windows laptop to do the job.

Re: questions about Fatal Trap 12

2009-04-13 Thread Ray
Thanks Paul and Chris, So what It comes down to is that this error is most likely a hardware problem, and I'll just have to bring the machine down for hardware replacement and/or testing? Thanks, Ray ___ freebsd-questions@freebsd.org mailing list

Re: ../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'

2009-04-13 Thread Manolis Kiagias
tethys ocean wrote: I am using 7.1-STABLE FreeBSD 7.1-STABLE # on one of the my servers. This server was working properly for long time. Electricty is often break down and this server isnt behind UPS. Today I have found it as shutdown and than opened it but some servis/daemon hasn't work

How to diagnose hardware problem?

2009-04-13 Thread John Almberg
I have what looks like a hardware problem with an Intel 1U server, which I am using mainly as a mysql database server for some of my bigger website clients. The server went down last week with a badly corrupted file system. After spending a day trying to fix the file system, we gave up and

ifconfig ndis0 up scan doesn't find my ap

2009-04-13 Thread Scott Bennett
On Sun, 12 Apr 2009 10:00:58 -0700 Steve Franks bahamasfra...@gmail.com wrote: I get this behavior on 2 completely different laptops, one on 7.0-release, and the other on 7-stable. ndio0 [broadcom :( ] comes right up in dmesg, and ifconfig(), but it won't find any AP's - is this known? -

Re: questions about Fatal Trap 12

2009-04-13 Thread Vasadi I. Claudiu Florin
On Mon, 13 Apr 2009 18:31:31 +0300, Ray r...@stilltech.net wrote: Thanks Paul and Chris, So what It comes down to is that this error is most likely a hardware problem, and I'll just have to bring the machine down for hardware replacement and/or testing? Usually yes. Back in the days

Re: How to diagnose hardware problem?

2009-04-13 Thread John Almberg
First things first; if the machine is still in warranty, don't mess with it but send it back to the manufacturer and demand a replacement. It is in warranty and I am following their process. I'm hoping to short-circuit that process by finding the problem on my own, if possible. Plus,

Fwd: How to diagnose hardware problem?

2009-04-13 Thread John Almberg
On Apr 13, 2009, at 2:32 PM, Wojciech Puchar wrote: The database ran well for about 2 minutes, then the server crashed again. The filesystem was again corrupted so badly that we could not even log in to look at the logs. did memtest? it looks like it's fine until you stress your hardware

6.2 STABLE to 6.2 RELEASE problem

2009-04-13 Thread Philip van Ulden
Hello, I was wondering if anyone might have some insight into this problem I'm having. I've downgraded a 6.2 STABLE system to 6.2 RELEASE for the purpose of being able to upgrade it via freebsd-update. I followed the steps as detailed here:

Re: How to diagnose hardware problem?

2009-04-13 Thread Wojciech Puchar
The database ran well for about 2 minutes, then the server crashed again. The filesystem was again corrupted so badly that we could not even log in to look at the logs. did memtest? it looks like it's fine until you stress your hardware We've reinstalled FreeBSD again, just to be able to

Re: How to diagnose hardware problem?

2009-04-13 Thread Roland Smith
On Mon, Apr 13, 2009 at 12:07:25PM -0400, John Almberg wrote: I have what looks like a hardware problem with an Intel 1U server, which I am using mainly as a mysql database server for some of my bigger website clients. The server went down last week with a badly corrupted file system.

Re: ../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'

2009-04-13 Thread tethys ocean
thank a lot i found info in UPDATING just below 20090312: The open-source Atheros HAL has been merged from HEAD to STABLE. The kernel compile-time option AH_SUPPORT_AR5416 has been added to support certain newer Atheros parts, particularly PCI-Express chipsets. The following modules are no

does ndisgen work with(mini) pci-E cards?

2009-04-13 Thread Steve Franks
My new laptop is the fist I've seen with mini-pci-express. Major PITA. I get ndis0 after ndisgen/kldload/etc, but I can see any AP's, and I'm wondering if it's due to the new bus? I suspect I'm barking up the wrong tree since the driver does get loaded, it's probably finding the card...other

Re: 6.2 STABLE to 6.2 RELEASE problem

2009-04-13 Thread Vasadi I. Claudiu Florin
My gues is that you messed something up with mergemaster - /etc/fstab. Can you post it's content? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

mayday, mayday

2009-04-13 Thread Gary Kline
having unknown networking problems. cannot ping anyone. is this going anywhere? -- Gary Kline kl...@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org ___

Re: 6.2 STABLE to 6.2 RELEASE problem

2009-04-13 Thread Brian A. Seklecki
On Mon, 2009-04-13 at 16:29 -0230, Philip van Ulden wrote: One other weird thing is that it seems to mount /dev/md0 on /var as well which doesn't look right. That code happens for some reason in /etc/rc.d/var. That's all I have for you. Your downgrade plan sounds very Linux/Windows'y.

Re: does ndisgen work with(mini) pci-E cards?

2009-04-13 Thread Neal Hogan
On Mon, Apr 13, 2009 at 2:54 PM, Steve Franks bahamasfra...@gmail.com wrote: My new laptop is the fist I've seen with mini-pci-express.  Major PITA.  I get ndis0 after ndisgen/kldload/etc, but I can see any AP's, and I'm wondering if it's due to the new bus?  I suspect I'm barking up the wrong

Re: mayday, mayday

2009-04-13 Thread Polytropon
On Mon, 13 Apr 2009 08:33:08 -0700, Gary Kline kl...@thought.org wrote: having unknown networking problems. cannot ping anyone. is this going anywhere? *** chrrr *** RX UFB QUALITY 5, HOW COPY? OVER! :-) *** s *** Checked firewall settings? (I had the same problem, out of my own

Re: ../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'

2009-04-13 Thread Manolis Kiagias
tethys ocean wrote: thank a lot i found info in UPDATING just below 20090312: The open-source Atheros HAL has been merged from HEAD to STABLE. The kernel compile-time option AH_SUPPORT_AR5416 has been added to support certain newer Atheros parts, particularly PCI-Express chipsets.

Re: change in kernel config file

2009-04-13 Thread ill...@gmail.com
2009/4/12 Robert Huff roberth...@rcn.com:  As to libusb:  -CURRENT does not need (actually needs to not have)  devel/libusb since its functionality(?) is part of the base system  now (post feb09).  What I did:        This is after installing the new kernel+world, right? Indeed. I

Re: (OT) good laptop hardware repair group or forum

2009-04-13 Thread Chris Whitehouse
Graeme Dargie wrote: My grandmother had a HP that just died too. My brother took the first stab at it, describing it as a likely DC-DC converter problem, and I was seeing indication of a bad seat on the CPU. It was working just fine and for the CPU to become unseated is not likely. I tore

CUPS

2009-04-13 Thread Bob Falanga
I have installed cups on freebsd. The printer configures OK. When I try a test print in localhost:631 I get an error message: /usr/local/libexec/cups/filter/foomatic-rip failedI need help with this one. Thank you, Bob Falanga ___

Re: CUPS

2009-04-13 Thread Peter Ulrich Kruppa
Am Montag, den 13.04.2009, 22:01 -0400 schrieb Bob Falanga: I have installed cups on freebsd. The printer configures OK. When I try a test print in localhost:631 I get an error message: /usr/local/libexec/cups/filter/foomatic-rip failedI need help with this one. What happens when you install

add to mailing list

2009-04-13 Thread Rajeev Sharma
Kindly add me in FreeBSD mailing list rajb3...@gmail.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: CUPS

2009-04-13 Thread Dave Feustel
On Mon, Apr 13, 2009 at 10:01:32PM -0400, Bob Falanga wrote: I have installed cups on freebsd. The printer configures OK. When I try a test print in localhost:631 I get an error message: /usr/local/libexec/cups/filter/foomatic-rip failedI need help with this one. Thank you, Bob Falanga I

Re: CUPS

2009-04-13 Thread Peter Ulrich Kruppa
Am Dienstag, den 14.04.2009, 04:14 + schrieb Dave Feustel: On Mon, Apr 13, 2009 at 10:01:32PM -0400, Bob Falanga wrote: I also am having problems printing on Suse 11 with CUPS from Maple version 12 (Maple, using its own copy of JRT 1.6 finds no printer services). There is a new (2008)