Re: Bourne shell "if" syntax

2013-06-10 Thread Tim Daneliuk
On 06/10/2013 02:10 PM, dte...@freebsd.org wrote: -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Tim Daneliuk Sent: Monday, June 10, 2013 12:06 PM To: freebsd-questions@freebsd.org Subject: Re: Bourne shell &qu

RE: Bourne shell "if" syntax

2013-06-10 Thread dteske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Tim Daneliuk > Sent: Monday, June 10, 2013 12:06 PM > To: freebsd-questions@freebsd.org > Subject: Re: Bourne shell "if" syntax >

Re: Bourne shell "if" syntax

2013-06-10 Thread Mark Felder
On Mon, 10 Jun 2013 14:05:45 -0500, Tim Daneliuk wrote: if [ _"$PTR" == _ ] ; then I've never seen this syntax before. Intriguing! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Bourne shell "if" syntax

2013-06-10 Thread Tim Daneliuk
On 06/10/2013 01:59 PM, dte...@freebsd.org wrote: -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of lcon...@go2france.com Sent: Monday, June 10, 2013 11:53 AM To: freebsd-questions@freebsd.org Subject: Bourne shell "

Re: Bourne shell "if" syntax

2013-06-10 Thread Tim Daneliuk
On 06/10/2013 01:53 PM, lcon...@go2france.com wrote: script fragment: PTR=`dig @some.dns +short +norec -x a.b.c.d` echo "$PTR" if [ "$PTR" == "" ] ; then echo "$PTR" >> /path/to/PTR_absent.txt fi === output for an IP: a-b-c-d.domain.net. [: a-b-c-d.domain.net.: unexpecte

RE: Bourne shell "if" syntax

2013-06-10 Thread dteske
> -Original Message- > From: Devin Teske [mailto:devin.te...@fisglobal.com] On Behalf Of > dte...@freebsd.org > Sent: Monday, June 10, 2013 11:59 AM > To: lcon...@go2france.com; freebsd-questions@freebsd.org > Cc: Devin Teske > Subject: RE: Bou

RE: Bourne shell "if" syntax

2013-06-10 Thread dteske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of lcon...@go2france.com > Sent: Monday, June 10, 2013 11:53 AM > To: freebsd-questions@freebsd.org > Subject: Bourne shell "if" syntax > > > > script fragment: >

Re: buildworld selectively?

2013-06-10 Thread Walter Hurry
On Sun, 09 Jun 2013 21:08:23 -0400, Robert Huff wrote: > Walter Hurry writes: > >> Fair enough. Point taken, thanks. Nevertheless I see no reason to >> compile stuff I neither want nor need. > > While I endorse the principle ... it can be difficult for the > casual user to know which par

[SOLVED] Re: www/179397: I used mouse focus in open-motif and shift-click3 to iconify xterms, doing so causes cursor to disappear and mouse is unusable!

2013-06-10 Thread William Bulley
According to freebsd-gnats-sub...@freebsd.org on Fri, 06/07/13 at 06:40: > Thank you very much for your problem report. > It has the internal identification `www/179397'. > The individual assigned to look at your > report is: freebsd-www. > > You can access the state of your problem report at any

Re: With fresh 9.1 install, bash completion no longer expands "$HOME"

2013-06-10 Thread Jeremy Chadwick
Re: http://lists.freebsd.org/pipermail/freebsd-questions/2013-June/251607.html This has nothing to do with FreeBSD 9.0 vs. 9.1 other than the fact that the package on 9.0 is older than 9.1. Instead, this has everything to do with the difference between bash versions you're using. Rem

Re: which reader/tablet/

2013-06-09 Thread Peter Giessel
On 2013, Jun 9, at 19:13, Gary Kline wrote: >can I put > freebsd on these tablet devices? Personally, I don't see how another O.S. would work on the tablet devices. They don't have any of the hardware other O.S.'s assume (such as a keyboard), and they have such proprietary hardware

Re: buildworld selectively?

2013-06-09 Thread Robert Huff
Walter Hurry writes: > Fair enough. Point taken, thanks. Nevertheless I see no reason to > compile stuff I neither want nor need. While I endorse the principle ... it can be difficult for the casual user to know which parts can be removed without blowing up things they want. (B

Re: buildworld selectively?

2013-06-09 Thread Walter Hurry
On Sun, 09 Jun 2013 17:27:52 -0400, Lowell Gilbert wrote: > Walter Hurry writes: > >> Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry >> if it was a silly question. > > Bear in mind that you're only going to be able to shave a small fraction > off the build time. by exclu

Re: buildworld selectively?

2013-06-09 Thread Lowell Gilbert
Walter Hurry writes: > Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry if > it was a silly question. Bear in mind that you're only going to be able to shave a small fraction off the build time. by excluding parts of the build. The 'games' section in particular has almost

Re: buildworld selectively?

2013-06-09 Thread Gary J. Hayers
No worries, no such thing as a silly question :) On 09/06/2013 20:51, Walter Hurry wrote: On Sun, 09 Jun 2013 19:56:10 +0100, Gary J. Hayers wrote: Have a read of the man page for /etc/src.conf On 09/06/2013 19:52, Walter Hurry wrote: As a relative newcomer to FreeBSD I am planning a 'make b

Re: buildworld selectively?

2013-06-09 Thread Walter Hurry
On Sun, 09 Jun 2013 19:56:10 +0100, Gary J. Hayers wrote: > Have a read of the man page for /etc/src.conf > > On 09/06/2013 19:52, Walter Hurry wrote: >> As a relative newcomer to FreeBSD I am planning a 'make buildworld' for >> the first time. Since this is likely to be a lengthy process (my fir

Re: buildworld selectively?

2013-06-09 Thread Gary J. Hayers
Have a read of the man page for /etc/src.conf On 09/06/2013 19:52, Walter Hurry wrote: As a relative newcomer to FreeBSD I am planning a 'make buildworld' for the first time. Since this is likely to be a lengthy process (my first attempt will be in a virtual machine), I am wondering whether it i

Re: Mellanox NIC names changed, each kldunload/kldload mlx4ib module

2013-06-09 Thread Garrett Cooper
On Jun 9, 2013, at 5:35 AM, Alex Liptsin wrote: > Hi. > > I work with FreeBSD9.1 and Mellanox devices. > Every time I unload / load mlx4ib module, NIC names of mellanox devices (ibX) > are renamed. > Can I prevent it? > > [root@h-qa-032 mlx4]# ifconfig > ib8: flags=8002 metric 0 mtu 65520 >

Re: trouble setting up wireless

2013-06-09 Thread Alexander Kapshuk
On 06/09/13 18:44, Warren Block wrote: The ath_hal(4) man page says that the support for my wireless card is handled via ath_hal. It seems to be compiled into the kernel, but I'm not seeing it being loaded like the wpa_ and ath_pci modules are. 'kldstat' should show it. It doesn't. kldstat

Re: /etc/make.conf && CURDIR

2013-06-09 Thread Matthias Apitz
e4-bsd-kmod-0.1.27/ > The pre and post * matches all paths with multimedia/cuse4bsd-kmod in > them - usually pretty unique when building within the ports dirs. I was thinking the same re/ wildcard; on the other hand, I always saw hints like this for setting certain values in make.conf based

Re: /etc/make.conf && CURDIR

2013-06-09 Thread Shane Ambler
On 09/06/2013 23:46, Matthias Apitz wrote: Hello, I have the kernel sources not in /usr/src/sys, but elsewhere; I can not get set correctly SYSDIR via /etc/make.conf for some ports (or other values like USE_GCC, ...); if I have in /etc/make.conf these lines: .if ${.CURDIR:M*/multimedia/cuse4b

Re: trouble setting up wireless

2013-06-09 Thread Warren Block
On Sun, 9 Jun 2013, Alexander Kapshuk wrote: On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Notebooks also have function-key combinations to enable and disabl

Re: trouble setting up wireless

2013-06-09 Thread Alexander Kapshuk
On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Notebooks also have function-key combinations to enable and disable the radio. I've been able to use wireles

Re: trouble setting up wireless

2013-06-09 Thread Warren Block
On Sun, 9 Jun 2013, Alexander Kapshuk wrote: On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Notebooks also have function-key combinations to enable and disabl

Re: trouble setting up wireless

2013-06-09 Thread Alexander Kapshuk
On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Please post the output of 'ifconfig -a'. root@box0:/root # ifconfig -a ath0: flags=8843 metric 0 mtu 2290

Re: Per-IP Bandwidth Monitoring

2013-06-09 Thread Philip Jocks
Am 09.06.2013 um 04:32 schrieb Kenta Suzumoto : > Hello. I'm running a FreeBSD machine with 5 IP addresses, each of them > attached to a specific jail. I'm wondering if there is an easy way to monitor > the bandwidth usage of each of them individually. Upon googling, I ran into a > lot of sugg

Re: Per-IP Bandwidth Monitoring

2013-06-09 Thread Bernt Hansson
On 2013-06-09 04:32, Kenta Suzumoto wrote: Hello. I'm running a FreeBSD machine with 5 IP addresses, each of them attached to a specific jail. I'm wondering if there is an easy way to monitor the bandwidth usage of each of them individually. Upon googling, I ran into a lot of suggestions like

Re: XDM cannot start desktop after Xorg upgrade

2013-06-08 Thread Leslie Jensen
2013-06-08 17:28, Polytropon skrev: On Sat, 08 Jun 2013 12:20:56 +0200, Leslie Jensen wrote: I've been using XDM as login manager for years. Since the latest Xorg upgrade, XDM cannot start XFCE4 as it used to. Strange that this happens after an upgrade. What initalization mechanism do you u

Re: Per-IP Bandwidth Monitoring

2013-06-08 Thread Xin LI
Try this patch: https://cgit.delphij.net/freebsd/patch/?id=39c6ec81eb015ed6788c203a1aea6148f813d063 We haven't merged it to -HEAD only because it's not clear how much overhead this would incur. Cheers, ___ freebsd-questions@freebsd.org mailing list htt

Re: Per-IP Bandwidth Monitoring

2013-06-08 Thread Fbsd8
Kenta Suzumoto wrote: Hello. I'm running a FreeBSD machine with 5 IP addresses, each of them attached to a specific jail. I'm wondering if there is an easy way to monitor the bandwidth usage of each of them individually. Upon googling, I ran into a lot of suggestions like bandwidthd. I gave it

Re: upgrade qjail

2013-06-08 Thread Fbsd8
Masayoshi Fujimoto wrote: Hi. Could you tell me how to upgrade qjail-1.7 to qjail-3.0 ? I can not start "www". So I have to use qjail-1.7 now. >_> root@freebsd:/root # pkg_info | grep qjail qjail-1.7 Utility to quickly deploy and manage jails root@freebsd:/root # jls JID IP Add

Re: trouble setting up wireless

2013-06-08 Thread Warren Block
On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: I am running the GENERIC kernel. I can see that the wlan and ath pieces are compiled into the kernel, so I removed the ath lines from /boot/loader.conf. I seem to have done everything right, but it still doesn't work. 'ifconfig wlan0 create

Re: trouble setting up wireless [AR2425]

2013-06-08 Thread Sasha and Tanya Kapshuk
On 06/08/2013 09:33 PM, Warren Block wrote: On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: On 06/08/2013 09:03 PM, Warren Block wrote: Howdy, Been trying to setup wireless on a laptop with an Atheros 5424/2424 card running FreeBSD 9.1-RELEASE. Been following the instructions given in

Re: trouble setting up wireless

2013-06-08 Thread Sasha and Tanya Kapshuk
On 06/08/2013 09:33 PM, Warren Block wrote: On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: On 06/08/2013 09:03 PM, Warren Block wrote: Howdy, Been trying to setup wireless on a laptop with an Atheros 5424/2424 card running FreeBSD 9.1-RELEASE. Been following the instructions given in

Re: trouble setting up wireless

2013-06-08 Thread Warren Block
On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: On 06/08/2013 09:03 PM, Warren Block wrote: Howdy, Been trying to setup wireless on a laptop with an Atheros 5424/2424 card running FreeBSD 9.1-RELEASE. Been following the instructions given in the handbook. Running 'ifconfig wlan0 up sc

Re: What is the correct CPUTYPE for this machine?

2013-06-08 Thread ill...@gmail.com
On 8 June 2013 12:02, Michael Gass wrote: > On Sat, Jun 08, 2013 at 10:10:10AM -0400, ill...@gmail.com wrote: > > On 8 June 2013 09:34, Michael Gass wrote: > > > > > I have an old laptop: > > > > > > FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 > > > r...@obrian.cse.buffalo.edu:/

Re: trouble setting up wireless

2013-06-08 Thread Sasha and Tanya Kapshuk
On 06/08/2013 09:03 PM, Warren Block wrote: Howdy, Been trying to setup wireless on a laptop with an Atheros 5424/2424 card running FreeBSD 9.1-RELEASE. Been following the instructions given in the handbook. Running 'ifconfig wlan0 up scan' does not seem to return anything. What am I doin

re: trouble setting up wireless

2013-06-08 Thread Warren Block
On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: Howdy, Been trying to setup wireless on a laptop with an Atheros 5424/2424 card running FreeBSD 9.1-RELEASE. Been following the instructions given in the handbook. Running 'ifconfig wlan0 up scan' does not seem to return anything. What am I

Re: What is the correct CPUTYPE for this machine?

2013-06-08 Thread Matthew Seaman
On 08/06/2013 17:02, Michael Gass wrote: > On Sat, Jun 08, 2013 at 10:10:10AM -0400, ill...@gmail.com wrote: >> On 8 June 2013 09:34, Michael Gass wrote: >> >>> I have an old laptop: >>> >>> FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 >>> r...@obrian.cse.buffalo.edu:/usr/obj/usr/s

Re: custom kernel installation

2013-06-08 Thread Norman Khine
great, i managed to compile and install the custom kernel with IPFW kernel support as discussed, thanks for your help! i would like to optimise the kernel to be more specific to my hardware, here is a breakdown of what i have: https://gist.github.com/nkhine/fcbcbe36221dc39491f9 here is what is l

Re: What is the correct CPUTYPE for this machine?

2013-06-08 Thread Michael Gass
On Sat, Jun 08, 2013 at 10:10:10AM -0400, ill...@gmail.com wrote: > On 8 June 2013 09:34, Michael Gass wrote: > > > I have an old laptop: > > > > FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 > > r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > CPU: Mobile AMD Duro

re: trouble setting up wireless

2013-06-08 Thread Sasha and Tanya Kapshuk
Howdy, Been trying to setup wireless on a laptop with an Atheros 5424/2424 card running FreeBSD 9.1-RELEASE. Been following the instructions given in the handbook. Running 'ifconfig wlan0 up scan' does not seem to return anything. What am I doing wrong? Thanks. Alexander Kapshuk. ___

Re: XDM cannot start desktop after Xorg upgrade

2013-06-08 Thread Polytropon
On Sat, 08 Jun 2013 12:20:56 +0200, Leslie Jensen wrote: > > I've been using XDM as login manager for years. Since the latest Xorg > upgrade, XDM cannot start XFCE4 as it used to. Strange that this happens after an upgrade. What initalization mechanism do you use for your X session? Do you use t

Re: What is the correct CPUTYPE for this machine?

2013-06-08 Thread ill...@gmail.com
On 8 June 2013 09:34, Michael Gass wrote: > I have an old laptop: > > FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 > r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > CPU: Mobile AMD Duron(tm) Processor (1096.23-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x67

Re: mail/claws-mail: exporting mail filters?

2013-06-08 Thread Herbert J. Skuhra
On Sat, 8 Jun 2013 09:04:12 +0200 "O. Hartmann" wrote: > Since I use on several boxes private and in the deprtment the same > email accounts, I'd like to export the mail filters I created and > import them to other boxes. I didn't figure out yet how to perform this > task on claws-mail. I realiz

Re: Max top end computer for Freebsd to run on

2013-06-07 Thread Mark Moellering
On 6/7/2013 7:52 PM, lokada...@gmx.de wrote: On 02.06.2013 22:34, Fbsd8 wrote: I'm a sub second speed freak. What is the max number of cpu's and memory size that Freebsd can handle? Can it handle 16 4ghz cpu's and 32gb of memory? I need a gaming server with some really big balls for hundreds o

Re: custom kernel installation

2013-06-07 Thread Polytropon
On Sat, 8 Jun 2013 01:17:35 +0200, Norman Khine wrote: > thanks for the quick reply You're welcome. > On Sat, Jun 8, 2013 at 12:54 AM, Polytropon wrote: > > > On Sat, 8 Jun 2013 00:37:02 +0200, Norman Khine wrote: > > > hello, > > > i have a dedicated server from OVH and have updated freebsd

Re: Max top end computer for Freebsd to run on

2013-06-07 Thread lokada...@gmx.de
On 02.06.2013 22:34, Fbsd8 wrote: I'm a sub second speed freak. What is the max number of cpu's and memory size that Freebsd can handle? Can it handle 16 4ghz cpu's and 32gb of memory? I need a gaming server with some really big balls for hundreds of jails. Money is not a deciding factor here,

Re: custom kernel installation

2013-06-07 Thread Norman Khine
thanks for the quick reply On Sat, Jun 8, 2013 at 12:54 AM, Polytropon wrote: > On Sat, 8 Jun 2013 00:37:02 +0200, Norman Khine wrote: > > hello, > > i have a dedicated server from OVH and have updated freebsd to 9.1 and > want > > to enable IPFW in the kernel as this is not enabled. > > Why no

Re: custom kernel installation

2013-06-07 Thread Polytropon
On Sat, 8 Jun 2013 00:37:02 +0200, Norman Khine wrote: > hello, > i have a dedicated server from OVH and have updated freebsd to 9.1 and want > to enable IPFW in the kernel as this is not enabled. Why not use the module for this? For many years now, you do not need a custom kernel if you want to u

Re: 9.1-RELEASE slow boot

2013-06-07 Thread Polytropon
On Fri, 7 Jun 2013 19:38:34 +0200, Fernando Apesteguía wrote: > Since I updated to 9.1-RELEASE my boot process seems to stall for a > while. Booting in verbose mode shows messages like these ones: > > Opening device da0 -> 6 (repeated like 30 times or so) > Opening device da1 -> 6 (repeated like 3

Re: ZFS: raid VS copies=n

2013-06-07 Thread Dan Nelson
In the last episode (Jun 07), Quartz said: > How does the ZFS option 'copies=n' and raid relate to and interact with > each other? specifically recovery in the event of a failure. For > example, is having three disks in a raid-1 configuration with copies=1 > effectively the same as having three d

Re: ZFS: raid VS copies=n

2013-06-07 Thread Volodymyr Kostyrko
07.06.2013 18:52, Quartz: Question: How does the ZFS option 'copies=n' and raid relate to and interact with each other? specifically recovery in the event of a failure. For example, is having three disks in a raid-1 configuration with copies=1 effectively the same as having three disks in a raid

Re: why is ports web page so far out of date

2013-06-07 Thread Waitman Gobble
On Wed, Jun 5, 2013 at 11:29 PM, Waitman Gobble wrote: > On Wed, Jun 5, 2013 at 9:45 PM, Shane Ambler wrote: >> On 05/06/2013 17:00, Waitman Gobble wrote: >> >>> If you must have a web based version, another option is DIY roll your >>> own ports index based on your own local ports tree. At least

Re: I'm having big problems with Broadcom NIC (gbe0) on HP ProLiant DL380p 128GB Ram, NIC model HP Ethernet 1Gb 4-port 331FLR, after installed it cannot use a ping command, sometime it can do that but

2013-06-06 Thread Jason Birch
Please include your question as email content, not subject. http://serverfault.com/questions/361673/hp-nc107i-bcm5723-on-freebsd-9 Indicates you may be able to set hw.bge.allow_asf="0" in /boot/loader.conf. Try this, and if the problem persists, please reply with more information (FreeBSD versio

Re: Panic/reboot while trying to install 9.1 on a HP Proliant DL580G5

2013-06-06 Thread Shane Ambler
On 06/06/2013 23:41, Ewald Jenisch wrote: Here's what I tried so far: o) Updating BIOS, array-controller, iLO to the latest version o) Booting the installation DVD in safe-mode o) Booting the installatino DVD verbose mode o) Escaping to the loader prompt, entering kern.eventtimer.perio

Re: Error building math/sage

2013-06-06 Thread Michael Gass
On Thu, Jun 06, 2013 at 09:41:46AM -0500, Michael Gass wrote: > Trying to build math/sage-5.9_1 from ports. Everything builds > except sage itself. > > Here is the system info. > > FreeBSD dc7800.home.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r251294: Mon Jun 3 > 17:52:11 CDT 2013 root@:/usr/

Re: System Calls that do DNS

2013-06-06 Thread Doug Hardie
On 3 June 2013, at 22:21, Doug Hardie wrote: > > On 3 June 2013, at 20:39, staticsafe wrote: > >> On Mon, Jun 03, 2013 at 07:57:07PM -0700, Doug Hardie wrote: >>> I have an unusual situation. A program is doing a DNS lookup and often the >>> IP address has no reverse DNS entries. As a resu

Re: Boot hangs in single-user mode

2013-06-06 Thread Andrew Hamilton-Wright
[ Condensation of earlier comments below ] On 2013-06-06, at 11:18 AM, Polytropon wrote: > On Thu, 6 Jun 2013 10:24:52 -0300, Andrew Hamilton-Wright wrote: >> >> When I get to the point where the root filesystem is mounted, >> it hangs right after printing the message: >> Trying to mount root f

Re: Boot hangs in single-user mode

2013-06-06 Thread Polytropon
On Thu, 6 Jun 2013 10:24:52 -0300, Andrew Hamilton-Wright wrote: > > Strangely, it seems that I cannot boot single user, either > using "boot -s" from the boot loader, or using the boot menu. > When I get to the point where the root filesystem is mounted, > it hangs right after printing the messa

Re: USB can't mount msdosfs drive

2013-06-06 Thread Joseph Mays
Just checking the obvious: you're sure this particular disk is showing up as da2, right? Yes. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-question

Re: USB can't mount msdosfs drive

2013-06-06 Thread Lowell Gilbert
"Joseph Mays" writes: >> If you do a ls /dev/da* What does it show. > > root@warehouse:/root # ls -la /dev/da* > crw-r- 1 root operator0, 123 Jun 4 17:08 /dev/da0 > crw-r- 1 root operator0, 124 Jun 4 17:08 /dev/da0s1 > crw-r- 1 root operator0, 131 Jun 4 17:08 /dev

Re: USB can't mount msdosfs drive

2013-06-06 Thread Joseph Mays
If you do a ls /dev/da* What does it show. root@warehouse:/root # ls -la /dev/da* crw-r- 1 root operator0, 123 Jun 4 17:08 /dev/da0 crw-r- 1 root operator0, 124 Jun 4 17:08 /dev/da0s1 crw-r- 1 root operator0, 131 Jun 4 17:08 /dev/da1 crw-r- 1 root operator

Re: poudriere keeps rebuilding apache22 on every run

2013-06-06 Thread Vincent Hoffman
On 05/06/2013 16:45, Arthur Chance wrote: > On 06/05/13 16:06, Vincent Hoffman wrote: >> I'm not certain if this is the best place to ask but I seem to be having >> issues with apache22 and poudriere. >> >> on every run I get >> >> >> Creating the reference jail... done >> >> Mounting syste

Re: why is ports web page so far out of date

2013-06-05 Thread Waitman Gobble
On Wed, Jun 5, 2013 at 9:45 PM, Shane Ambler wrote: > On 05/06/2013 17:00, Waitman Gobble wrote: > >> If you must have a web based version, another option is DIY roll your >> own ports index based on your own local ports tree. At least you can >> set it up how you want. >> >> a simple quick-togeth

Re: why is ports web page so far out of date

2013-06-05 Thread Shane Ambler
On 05/06/2013 17:00, Waitman Gobble wrote: If you must have a web based version, another option is DIY roll your own ports index based on your own local ports tree. At least you can set it up how you want. a simple quick-together script running on my computer: https://dx.burplex.com/FreeBSD-por

Re: USB can't mount msdosfs drive

2013-06-05 Thread Bernt Hansson
On 2013-06-05 22:12, Joseph Mays wrote: did you already try to access da2 instead of da2s1? Yeah, tried that early on, got the same result. root@warehouse:/backups/postgres-02/info # mount_msdosfs /dev/da2 /usb2 mount_msdosfs: /dev/da2: Invalid argument But just to be fully sure: This is a U

Re: USB can't mount msdosfs drive

2013-06-05 Thread Jerry
On Wed, 5 Jun 2013 16:12:59 -0400 Joseph Mays articulated: > Yes. It's one of several thumb drives that were mounted in the back > of some linux machines at remote sites we help a customer with. The > client is unsure what was on them, but needs to know. We asked them > to gather them up and stick

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
did you already try to access da2 instead of da2s1? Yeah, tried that early on, got the same result. root@warehouse:/backups/postgres-02/info # mount_msdosfs /dev/da2 /usb2 mount_msdosfs: /dev/da2: Invalid argument But just to be fully sure: This is a USB stick / thumb drive, right? Yes. It'

Re: USB can't mount msdosfs drive

2013-06-05 Thread Polytropon
But just to be fully sure: This is a USB stick / thumb drive, right? It's not some internal card reader (which would probably require "re-tasting")? Just asking to make sure I haven't missed this fact while reading... -- Polytropon Magdeburg, Germany Happy FreeBSD user si

Re: getting system's telnet sessions' pid per pty

2013-06-05 Thread bw.mail.lists
any ideas? any other command line tools which may help me?? any command which gives me pid per tty information or alike? Try fstat(1) and procstat(1) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
root@warehouse:/backups # mount_msdosfs -o large /dev/da2s1 /usb2 mount_msdosfs: /dev/da2s1: Invalid argument -Original Message- From: Warren Block Sent: Wednesday, June 05, 2013 2:50 PM To: Joseph Mays Cc: freebsd-questions@freebsd.org Subject: Re: USB can't mount msdosfs driv

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
Maybe the "large" option to mount_msdosfs(8)? Also, something is odd about the first partition starting at 8064. What does 'gpart show da2' say? root@warehouse:/backups # gpart show da2 => 63 30481089 da2 MBR (14G) 63 8001 - free - (3.9M) 8064 304730881

Re: USB can't mount msdosfs drive

2013-06-05 Thread Warren Block
On Wed, 5 Jun 2013, Joseph Mays wrote: Tried several iterations, though it?s clearly a fat32 formatted USB drive. Shown below are the results of fdisk and the mount_msdosfs command. root@warehouse:/root # fdisk /dev/da2 *** Working on device /dev/da2 *** parameters extracted from in-

Re: How to compile ipoib module manually?

2013-06-05 Thread Garrett Cooper
On Jun 5, 2013, at 10:22 AM, Alex Liptsin wrote: > Thanks a lot. > > Alex L. > > > Sent from my iPhone > > On 5 ביונ 2013, at 18:13, "John Baldwin" > mailto:j...@freebsd.org>> wrote: > > On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: > I commented on that lines, because I want to c

Re: How to compile ipoib module manually?

2013-06-05 Thread Alex Liptsin
Thanks a lot. Alex L. Sent from my iPhone On 5 ביונ 2013, at 18:13, "John Baldwin" mailto:j...@freebsd.org>> wrote: On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: I commented on that lines, because I want to compile and load that modules manually. I had succeed to compile and load m

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
-Original Message- From: Tijl Coosemans Sent: Wednesday, June 05, 2013 1:36 PM To: Joseph Mays Cc: freebsd-questions@freebsd.org Subject: Re: USB can't mount msdosfs drive ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

Re: USB can't mount msdosfs drive

2013-06-05 Thread Tijl Coosemans
On 2013-06-05 18:33, Joseph Mays wrote: > Joseph Mays: >> Tried several iterations, though it’s clearly a fat32 formatted USB >> drive. Shown below are the results of fdisk and the mount_msdosfs >> command. >> >> >> root@warehouse:/root # fdisk /dev/da2 >> *** Working on device /dev/da2 *

Re:

2013-06-05 Thread asrofibcllamongan
anais_rondeau http://fonio-bio.org/yahoo.com/anna_austin.jpeg ___ 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: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
One item of note – I did not notice this before, the but following messages are appearing in dmesg whenever I try to mount this device. Note that I have another msdosfs usb stick mounted in usb0, that mount worked fine first try. WARNING: mount of da2s1 denied due to unsupported optional feature

Re: poudriere keeps rebuilding apache22 on every run

2013-06-05 Thread Arthur Chance
On 06/05/13 16:06, Vincent Hoffman wrote: I'm not certain if this is the best place to ask but I seem to be having issues with apache22 and poudriere. on every run I get >> Creating the reference jail... done >> Mounting system devices for 8amd64-default >> Mounting ports/packages/d

Re: How to compile ipoib module manually?

2013-06-05 Thread John Baldwin
On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: > I commented on that lines, because I want to compile and load that modules manually. > I had succeed to compile and load mlx4, mlx4ib and mlxen from /sys/modules: > > [root@h-qa-033 mlxen]# kldstat > Id Refs AddressSize Na

Re: System Calls that do DNS

2013-06-05 Thread Mark Felder
On Mon, 03 Jun 2013 21:57:07 -0500, Doug Hardie wrote: I have an unusual situation. A program is doing a DNS lookup and often the IP address has no reverse DNS entries. As a result the program hangs for several timeouts. The call is not being made directly in its code, but is occurring

Re: why is ports web page so far out of date

2013-06-05 Thread Waitman Gobble
On Tue, Jun 4, 2013 at 7:19 AM, Mark Felder wrote: > On Tue, 04 Jun 2013 07:08:15 -0500, Fbsd8 wrote: > >> I can not get current version of the ports system. >> The ports web page http://www.freebsd.org/ports/ >> is almost 2 years out of date. Says the port I am interested in is at 1.7 >> version

Re: System Calls that do DNS

2013-06-04 Thread Doug Hardie
On 4 June 2013, at 22:19, Enno Davids wrote: > See if whois can tell you who owns the block the IP is in. That may give > you some insight into what is asking for the reverse. Its AT&T. Its probably at least a state's worth of DSL addresses. I am physically at one of them for a couple more d

Re: System Calls that do DNS

2013-06-04 Thread Enno Davids
See if whois can tell you who owns the block the IP is in. That may give you some insight into what is asking for the reverse. E. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

Re: System Calls that do DNS

2013-06-04 Thread Adam Vande More
On Tue, Jun 4, 2013 at 12:21 AM, Doug Hardie wrote: > Unfortunately truss does not show anything more than ktrace. Normally most people use truss first, then fall back to ktrace ;) > Bind doesn't check the hosts files as far as I can tell. System requests obey nsswitch.conf(5) -- Adam Vande Mo

Re: Can sasl/sendmail Report IP Of Failed Access?

2013-06-04 Thread Warren Block
On Tue, 4 Jun 2013, Tim Daneliuk wrote: On 06/04/2013 04:51 PM, Doug Hardie wrote: On 4 June 2013, at 08:47, Tim Daneliuk wrote: I am seeing login dictionary attacks on a FreeBSD mail server being reported. Is there a way to determine the IPs that are doing this so they can be blocked at t

Re: System Calls that do DNS

2013-06-04 Thread Waitman Gobble
On Jun 3, 2013 10:22 PM, "Doug Hardie" wrote: > > > On 3 June 2013, at 20:39, staticsafe wrote: > > > On Mon, Jun 03, 2013 at 07:57:07PM -0700, Doug Hardie wrote: > >> I have an unusual situation. A program is doing a DNS lookup and often the IP address has no reverse DNS entries. As a result t

Re: Can sasl/sendmail Report IP Of Failed Access?

2013-06-04 Thread Chris Hill
On Tue, 4 Jun 2013, Doug Hardie wrote: On 4 June 2013, at 08:47, Tim Daneliuk wrote: I am seeing login dictionary attacks on a FreeBSD mail server being reported. Is there a way to determine the IPs that are doing this so they can be blocked at the firewall? auth.log only notes the attempt

Re: Can sasl/sendmail Report IP Of Failed Access?

2013-06-04 Thread Tim Daneliuk
On 06/04/2013 04:51 PM, Doug Hardie wrote: On 4 June 2013, at 08:47, Tim Daneliuk wrote: I am seeing login dictionary attacks on a FreeBSD mail server being reported. Is there a way to determine the IPs that are doing this so they can be blocked at the firewall? auth.log only notes the att

Re: Can sasl/sendmail Report IP Of Failed Access?

2013-06-04 Thread Doug Hardie
On 4 June 2013, at 08:47, Tim Daneliuk wrote: > I am seeing login dictionary attacks on a FreeBSD mail server being > reported. Is there a way to determine the IPs that are doing this > so they can be blocked at the firewall? auth.log only > notes the attempted user name, not the IP of origin

Re: Can sasl/sendmail Report IP Of Failed Access?

2013-06-04 Thread Mark Felder
On Tue, 04 Jun 2013 10:47:16 -0500, Tim Daneliuk wrote: I am seeing login dictionary attacks on a FreeBSD mail server being reported. Is there a way to determine the IPs that are doing this so they can be blocked at the firewall? auth.log only notes the attempted user name, not the IP of o

Re: Can sasl/sendmail Report IP Of Failed Access?

2013-06-04 Thread Waitman Gobble
On Jun 4, 2013 9:00 AM, "Tim Daneliuk" wrote: > > I am seeing login dictionary attacks on a FreeBSD mail server being > reported. Is there a way to determine the IPs that are doing this > so they can be blocked at the firewall? auth.log only > notes the attempted user name, not the IP of origin

Re: why is ports web page so far out of date

2013-06-04 Thread Mark Felder
On Tue, 04 Jun 2013 07:08:15 -0500, Fbsd8 wrote: I can not get current version of the ports system. The ports web page http://www.freebsd.org/ports/ is almost 2 years out of date. Says the port I am interested in is at 1.7 version when just 2 weeks ago it was at 2.2. Portsnap is also messed

Re: cannot ftp using proxy

2013-06-03 Thread vadims
I found that environment variables was set trought /etc/login.conf, like this: root:\ :ignorenologin:\ :setenv=http_proxy=http\c//myproxy\c8080,ftp_proxy=http\c//myproxy\c8080:\ :tc=default: After cutting "setenv" part in login.conf and setting proxy in .cshrc, I can "f

Re: Stop SMTP attack with pam_abl

2013-06-03 Thread Lena
> I have different sendmail based servers deployed and all of them are, > more or less frequently, subject to dictionary attacks. > P.S. I'm not sticking with pam_abl if a better solution exists... In Exim this can be done without separate software, just with additions to config: https://github.

Re: System Calls that do DNS

2013-06-03 Thread Doug Hardie
On 3 June 2013, at 20:39, staticsafe wrote: > On Mon, Jun 03, 2013 at 07:57:07PM -0700, Doug Hardie wrote: >> I have an unusual situation. A program is doing a DNS lookup and often the >> IP address has no reverse DNS entries. As a result the program hangs for >> several timeouts. The call

Re: System Calls that do DNS

2013-06-03 Thread staticsafe
On Mon, Jun 03, 2013 at 07:57:07PM -0700, Doug Hardie wrote: > I have an unusual situation. A program is doing a DNS lookup and often the > IP address has no reverse DNS entries. As a result the program hangs for > several timeouts. The call is not being made directly in its code, but is > oc

Re: chromium freezes 8.3 system

2013-06-03 Thread david coder
correction: subject line should have read 8.4-stable system. here's the output of uname -a: FreeBSD anon 8.4-STABLE FreeBSD 8.4-STABLE #0: Mon Jun 3 03:15:35 UTC 2013 root@anon:/usr/obj/usr/src/sys/anon i386 +++ david coder [03/06/13 23:29 -0400]: chromium often freezes my 8.4-stable, n

<    12   13   14   15   16   17   18   19   20   21   >