Re: Re: # portmaster -r pixman fails with !#/bin/sh list too long

2013-10-03 Thread Jan Henrik Sylvester
On 10/03/2013 20:28, Antonio Olivares wrote: > Have tried that, but it rebuilds pixman, but then X bombs out blurting > out messages that libpixman.so is missing :( > > I have tried to remove print/texlive-scheme-full; removed it, but then > run portmaster -R pixman, and portmaster -r pixman a

Re: Re[3]: vBSDcon Website Update

2013-07-22 Thread Michael Powell
Fish Kungfu wrote: > Weird, now it's up. > ...Fish > DNS takes time to propagate -Mike ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questio

Re: Re-add lost device entries without a reboot; troubleshoot RAID card

2013-07-15 Thread Jason Birch
On Mon, Jul 15, 2013 at 7:18 PM, Jason Birch wrote: > > I should note that `camcontrol rescan 0` (Or `camcontrol rescan all`) > won't find da0. > For those who stumble upon this thread later looking for answers, I'm almost certain the problem I'm seeing is the same as described in http://forums.

Re: Re-add lost device entries without a reboot; troubleshoot RAID card

2013-07-15 Thread Jason Birch
On Sun, Jul 14, 2013 at 9:38 PM, Jason Birch wrote: > I have several hard drives running through an M1015 flashed to think it's > an LSI 9211-8i IT. I've been running them successfully for the last three > months through mps(4) as part of a raidz pool, but had the pool drop to a > degraded state

Re: Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Michael Sierchio
You can simply newfs the device itself, without a volume label, slice, or partition. That's the normal thing to do with malloc devices, or additional disks. If the disk doesn't require a boot loader, isn't the root device, etc. that may be the best thing to do. Your caution about EXT* is spot-in

Re: Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Tue Jun 18 13:47:50 2013 > Subject: =?UTF-8?Q?Re:_FreeBSD_slice/partiton_setup_?= > =?UTF-8?Q?question?= > From: =?UTF-8?Q?Istvan_Gabor?= > To: =?UTF-8?Q?FreeBSD_Questions?=, > =?UTF-8?Q?Michael_Sierchio?=, > =?UTF-8?Q?Michael_Sierchio?= > Date: Tue,

Re: Re-sending selected e-mail messages

2013-02-13 Thread Robert Bonomi
> Date: Thu, 14 Feb 2013 00:49:13 +0100 > From: Polytropon > To: FreeBSD Questions > Subject: Re-sending selected e-mail messages > > I need a way to automatically re-sent stored e-mail messages > according to some criteria and like to ask for advice or > suggestions for an already existing solu

Re: Re-sending selected e-mail messages

2013-02-13 Thread Waitman Gobble
On Feb 13, 2013 3:49 PM, "Polytropon" wrote: > > I need a way to automatically re-sent stored e-mail messages > according to some criteria and like to ask for advice or > suggestions for an already existing solution before I start > reinventing the wheel. :-) > > The messages in question are store

Re: Re-sending selected e-mail messages

2013-02-13 Thread Lowell Gilbert
Kurt Buff writes: > On Wed, Feb 13, 2013 at 3:49 PM, Polytropon wrote: >> I need a way to automatically re-sent stored e-mail messages >> according to some criteria and like to ask for advice or >> suggestions for an already existing solution before I start >> reinventing the wheel. :-) [...]

Re: Re-sending selected e-mail messages

2013-02-13 Thread Kurt Buff
On Wed, Feb 13, 2013 at 3:49 PM, Polytropon wrote: > I need a way to automatically re-sent stored e-mail messages > according to some criteria and like to ask for advice or > suggestions for an already existing solution before I start > reinventing the wheel. :-) > > The messages in question are s

Re: Re[2]: How to allow httpd to run 'ipfw table 7 add ... '

2012-11-30 Thread Steve O'Hara-Smith
On Thu, 29 Nov 2012 23:03:08 +0200 Eugen Konkov wrote: > Здравствуйте, Steve. > SOHS> The only problem with this is it will allow apache to > SOHS> do anything with ipfw including flush all of the rules. I would > SOHS> suggest having apache dumping the parameters of the command to > SOH

Re: Re[2]: HELP: some process eat my /var

2012-11-02 Thread Steve O'Hara-Smith
On Fri, 2 Nov 2012 21:20:51 +0200 Eugen Konkov wrote: > Notice df -h > /dev/ada0s1d 30G 23G3.7G87%/var > > and notice du -h -d 1 > 6.2G > > I have only 6.2G are occupied by files > > where 18Gb of disk space? Probably in a deleted file still open by some process.

Re: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread vrwmiller
On , Joe Mays wrote: Thanks. It sounds like the same problem, but we're using a dvd burned from an iso downloaded from freebsd.org just today. It sounds like the commits you are talking about should already be in there. Is there something else I need to be doing? The commits are not in 8.

Re: Re: PR 161548

2012-09-26 Thread Kevin Lo
On 2012/09/26 16:44, Matthew Seaman wrote: On 26/09/2012 07:27, Kevin Lo wrote: On 2012/09/25 14:03, Matthew Seaman wrote: On 24/09/2012 22:29, Jerry wrote: Is there any specific reason that this PR: 161548 is still marked as open? o 2011/10/13 bin/161548 [patch] getent(1) inconsistent treatm

Re: Re: PR 161548

2012-09-25 Thread Kevin Lo
On 2012/09/25 14:03, Matthew Seaman wrote: On 24/09/2012 22:29, Jerry wrote: Is there any specific reason that this PR: 161548 is still marked as open? o 2011/10/13 bin/161548 [patch] getent(1) inconsistent treatment of IPv6 host data It simply hasn't attracted the attention of anyone with a

Re: Re: bash Shell Scripting Question

2012-09-20 Thread Jan Henrik Sylvester
On 09/20/2012 04:29, Polytropon wrote: Correct. You could use different approaches which may or may not fail due to the directory names you will encounter (like directories with spaces or special characters). #!/bin/sh for DIR in `ls -LF | grep \/`; do cd ${DIR}

Re: Re[2]: vlan tagging in releng/8.3 not working

2012-08-15 Thread Kurt Buff
On Wed, Aug 15, 2012 at 11:17 AM, Eugen Konkov wrote: > > RM> On Mon, Aug 13, 2012 at 3:39 PM, Rick Miller > RM> wrote: >>> Hi All, >>> >>> I am running the latest releng/8.3 on a HP DL360 with an Intel 82599 >>> 10G NIC using the ixgbe driver. Without vlan tagging, tcpdump sees >>> traffic on t

Re: Re[4]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-19 Thread Damien Fleuriot
Well, you see me glad that this fixes your problems. You might want to see with Jack Vogel who maintains the Intel drivers, if you can track down the issue and perhaps even find a fix for it. Taking the liberty of CCing you Jack. 2012/4/18 Eugen Konkov : > Hi, Damien. > > With this configurat

Re: Re[2]: newfs create to little inodes

2012-04-17 Thread Wojciech Puchar
hmm.. missed it as i never use defaults On Mon, 16 Apr 2012, Rob Farmer wrote: On Mon, Apr 16, 2012 at 10:02 AM, Robert Bonomi wrote: Something about -your- installation is causing you to run out of inodes. This is a release engineering issue in 9.0, not just his installation. The default

Re: Re[2]: newfs create to little inodes

2012-04-16 Thread Michael Powell
Rob Farmer wrote: > On Mon, Apr 16, 2012 at 10:02 AM, Robert Bonomi > wrote: >> >> Something about -your- installation is causing you to run out of inodes. >> > > This is a release engineering issue in 9.0, not just his installation. > The defaults are screwed up. See bin/162659. > Yes - I exp

Re: Re[2]: newfs create to little inodes

2012-04-16 Thread Rob Farmer
On Mon, Apr 16, 2012 at 10:02 AM, Robert Bonomi wrote: > > Something about -your- installation is causing you to run out of inodes. > This is a release engineering issue in 9.0, not just his installation. The defaults are screwed up. See bin/162659. -- Rob Farmer ___

Re: Re[2]: newfs create to little inodes

2012-04-16 Thread Robert Bonomi
> From kes-...@yandex.ru Mon Apr 16 11:33:26 2012 > Date: Mon, 16 Apr 2012 19:32:44 +0300 > From: Eugen Konkov > To: Robert Bonomi > CC: freebsd-questions@freebsd.org > Subject: Re[2]: newfs create to little inodes > > >> > >> Does newfs always must create sufficient count of inodes? > > RB> Th

Re: Re[2]: newfs create to little inodes

2012-04-16 Thread Robert Bonomi
> Date: Mon, 16 Apr 2012 18:07:30 +0300 > From: Eugen Konkov > Subject: Re[2]: newfs create to little inodes > > > > > GL> On 4/16/12 10:01 AM, Eugen Konkov wrote: > >> > >> Does newfs always must create sufficient count of inodes? or I > >> must supply some addition options when creating FS? >

Re: Re[2]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-12 Thread Damien Fleuriot
Yes, I suggest you try with "-vlanhwtag" as well. If that stops your unwanted reboots, you may want to remove it and see if the situation changes. 2012/4/12 Коньков Евгений : > Now i350 is configured as: > > /etc/rc.conf > ## TCP/IP > ifconfig_igb0="-rxcsum -txcsum -lro -tso up" > ifconfig_igb1="

Re: * Re: Horrible installer

2012-01-21 Thread Michael Sierchio
On Fri, Jan 20, 2012 at 11:13 PM, Chad Perrin wrote: > ... On the other hand, bsdinstall does get the job done, at least for my > purposes.  It just does so in a way that feels a bit more > straightjacketed, and it rubs me personally a bit the wrong way.  ... >From my perspective, it replaces so

Re: * Re: Horrible installer

2012-01-20 Thread Chad Perrin
On Fri, Jan 20, 2012 at 08:19:32PM -0800, Devin Teske wrote: > On Jan 20, 2012, at 7:43 PM, gore wrote: > > > > why not just use 8.x or something? I'm not being sarcastic > > or anything either, I really am asking why not jut go to 8.2 which I > > also Loved? > > SU+J by Kirk McKusick ?? :-D

Re: * Re: FreeBSD 9

2012-01-19 Thread Devin Teske
On Jan 19, 2012, at 7:20 AM, inquiz wrote: > Devin Teske fisglobal.com> writes: > >> ... >>> The new installer got rid of dependencies and is scriptable - very good ! >> >> ??? >> >> *cough* Old installer _is_ scriptable and had less external dependencies as >> it >> was written in C not sh

Re: * Re: FreeBSD 9

2012-01-19 Thread inquiz
Devin Teske fisglobal.com> writes: > ... > > The new installer got rid of dependencies and is scriptable - very good ! > > ??? > > *cough* Old installer _is_ scriptable and had less external dependencies as it > was written in C not sh(1) *cough* Well, here it is: http://wiki.freebsd.org/BSD

RE: Re[2]: how to force 'device' sources to not compile?

2012-01-06 Thread Devin Teske
> -Original Message- > From: Коньков Евгений [mailto:kes-...@yandex.ru] > Sent: Friday, January 06, 2012 1:46 PM > To: Devin Teske > Cc: freebsd-questions@freebsd.org > Subject: Re[2]: how to force 'device' sources to not compile? > > Здравствуйте, Devin. > > Вы писали 6 января 2012 г.,

Re: Re: Realtek RTL8191SEvB Linux driver?

2012-01-03 Thread sykadul
Ladies and gentleman, I will be unplugged from my email until the 17th of January. In the mean time here's a video of a bunny opening your mail http://www.youtube.com/watch?v=LMyaRmTwdKs Your mail will not be forwarded and I will contact you when I come back, alternatively you can contact one

Re: Re: Help Recovering FBSD 8 ZFS System

2012-01-02 Thread sykadul
Ladies and gentleman, I will be unplugged from my email until the 17th of January. In the mean time here's a video of a bunny opening your mail http://www.youtube.com/watch?v=LMyaRmTwdKs Your mail will not be forwarded and I will contact you when I come back, alternatively you can contact one

Re: Re: Help Recovering FBSD 8 ZFS System

2012-01-02 Thread sykadul
Ladies and gentleman, I will be unplugged from my email until the 17th of January. In the mean time here's a video of a bunny opening your mail http://www.youtube.com/watch?v=LMyaRmTwdKs Your mail will not be forwarded and I will contact you when I come back, alternatively you can contact one

Re: Re: FreeBSD Kernel Internals Documentation

2012-01-02 Thread sykadul
Ladies and gentleman, I will be unplugged from my email until the 17th of January. In the mean time here's a video of a bunny opening your mail http://www.youtube.com/watch?v=LMyaRmTwdKs Your mail will not be forwarded and I will contact you when I come back, alternatively you can contact one

Re: Re: FreeBSD Kernel Internals Documentation

2012-01-01 Thread sykadul
Ladies and gentleman, I will be unplugged from my email until the 17th of January. In the mean time here's a video of a bunny opening your mail http://www.youtube.com/watch?v=LMyaRmTwdKs Your mail will not be forwarded and I will contact you when I come back, alternatively you can contact one

Re: Re: FreeBSD Kernel Internals Documentation

2012-01-01 Thread sykadul
Ladies and gentleman, I will be unplugged from my email until the 17th of January. In the mean time here's a video of a bunny opening your mail http://www.youtube.com/watch?v=LMyaRmTwdKs Your mail will not be forwarded and I will contact you when I come back, alternatively you can contact one

Re: Re[6]: high load system do not take all CPU time

2011-12-26 Thread Robert Bonomi
[drivelectomy -- 200+ lines] You've been told the following, *repeatedly*: Your hardware is not capable of keeping up with the level of network traffic it is being subjected to. Reaaltek cards and the 're' device driver are a *BAD*CHOICE* for systems with heavy network traffic. They're merely

Re: Re[4]: high load system do not take all CPU time

2011-12-25 Thread wishmaster
--- Original message --- From: "Коньков Евгений" To: "wishmaster" Date: 25 December 2011, 18:10:22 Subject: Re[4]: high load system do not take all CPU time > Здравствуйте, wishmaster. > > Вы писали 19 декабря 2011 г., 6:54:08: > > > > w> --- Original message --- > w> From:

Re: Re[2]: high load system do not take all CPU time

2011-12-18 Thread wishmaster
--- Original message --- From: "Коньков Евгений" To: "Daniel Staal" Date: 18 December 2011, 19:47:40 Subject: Re[2]: high load system do not take all CPU time > Здравствуйте, Daniel. > > Вы писали 18 декабря 2011 г., 17:52:00: > > DS> --As of December 17, 2011 10:29:42 AM +0200,

Re: Re[2]: high load system do not take all CPU time

2011-12-18 Thread Robert Bonomi
wrote; > > can I get interrupt limit or calculate it before that limit is > reached? You can extrapolate from the current cpu time spent in interrupt handling and the current interrupt rate to a situation where roughly 100% of the cpu capacity is spent in interrupt handling. > > interrupt source

Re: * Re: IPSec in Jail

2011-12-05 Thread Alejandro Imass
On Sun, Dec 4, 2011 at 11:54 AM, Devin Teske wrote: > > We're using 8.1 + VIMAGE and using openvpn, ipfw, and IPSec within jail > successfully. > > No stability issues with other jails (so far), but then again only been > running that setup (with IPSec/openvpn in a vimage) for a few weeks now. B

Re: Re[2]: Problem with jail network

2011-11-30 Thread Damien Fleuriot
On 30 Nov 2011, at 20:28, Polytropon wrote: > On Wed, 30 Nov 2011 20:19:56 +0100, bsd wrote: >> Le 30 nov. 2011 à 18:38, Коньков Евгений a écrit : >> >>> Здравствуйте, bsd. >>> >>> Вы писали 30 ноября 2011 г., 19:29:34: >>> >>> b> Le 30 nov. 2011 а 17:17, Damien Fleuriot a йcrit : >>> >

Re: Re[2]: Problem with jail network

2011-11-30 Thread Polytropon
On Wed, 30 Nov 2011 20:19:56 +0100, bsd wrote: > Le 30 nov. 2011 à 18:38, Коньков Евгений a écrit : > > > Здравствуйте, bsd. > > > > Вы писали 30 ноября 2011 г., 19:29:34: > > > > b> Le 30 nov. 2011 а 17:17, Damien Fleuriot a йcrit : > > > >>> > >>> > >>> On 11/30/11 5:05 PM, bsd wrote: > >>>

Re: Re[2]: Problem with jail network

2011-11-30 Thread bsd
Le 30 nov. 2011 à 18:38, Коньков Евгений a écrit : > Здравствуйте, bsd. > > Вы писали 30 ноября 2011 г., 19:29:34: > > b> Le 30 nov. 2011 а 17:17, Damien Fleuriot a йcrit : > >>> >>> >>> On 11/30/11 5:05 PM, bsd wrote: Hi, I have been configuring a jail system using the howto

Re: Re[4]: How to check where space is LOST

2011-09-12 Thread Adam Vande More
2011/9/12 Adam Vande More > 2011/9/12 Коньков Евгений > >> # fstat -f /var >> >> USER CMD PID FD MOUNT INUM MODE SZ|DV R/W >> >> root snmpd 205453 /var 47141 -rw--- 37217152 w >> >> root snmpd 205458 /var 47159 -rw-r-

Re: Re[4]: How to check where space is LOST

2011-09-12 Thread Adam Vande More
2011/9/12 Коньков Евгений > > # fstat -f /var > > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W > > root snmpd 205453 /var 47141 -rw--- 37217152 w > > root snmpd 205458 /var 47159 -rw-r- 728 r > > root cron 20455

Re: Re[2]: How to check where space is LOST

2011-09-11 Thread Adam Vande More
2011/9/12 Коньков Евгений > ** > > # fstat -f /var > > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W > > clamav clamd 196823 /var 47113 -rw-r- 767747 w > > clamav smtp-gated 9428 wd /var 23569 drwxr-xr-x 512 r > > >>> root snmpd

Re: Re-create MBR

2011-09-05 Thread Warren Block
On Mon, 5 Sep 2011, Graham Bentley wrote: I had to install Linux to participate in a project I was involved with. Now is all finished I have restored the partition but now need a 3bsd boot sector back. Scheme is ; 0 Primary XP 0 Extended FAT32 1 Primary FreeBSD Approx 1/3 disc for each. How ca

Re: Re-create MBR

2011-09-05 Thread Polytropon
On Mon, 5 Sep 2011 13:26:38 +0100, Graham Bentley wrote: > Hi All, > > I had to install Linux to participate in a project I was involved with. > Now is all finished I have restored the partition but now > need a 3bsd boot sector back. Scheme is ; > > 0 Primary XP > 0 Extended FAT32 > 1 Primary Fr

Re: Re: Racoon to Cisco ASA 5505

2011-08-29 Thread jhall
Thank you for all your help!! IT WORKS!!! One final question. If I want to clean up my racoon configuration file, instead of using sainfo anonymous can the following be used instead? sainfo address 10.129.0.0/16 any address 192.168.100.0/22 any Thank you again for all your help! Jay ---

Re: Re: Racoon to Cisco ASA 5505

2011-08-26 Thread jhall
> Yes, post that to the list. > I am not sure if this is the entire configuration or not, but this is what they have posted. crypto ipsec security-association lifetime seconds 28800 crypto ipsec security-association lifetime kilobytes 4608000 crypto map rackmap 201 match address 201

Re: Re: Racoon to Cisco ASA 5505

2011-08-26 Thread jhall
What does their policy look like ? Are they really setting up an IP-IP > tunnel on their side too ? Or just a regular ESP IPSEC tunnel. If they > are not setting up an IP-IP tunnel, than get rid of the gif interface. > I have sent them an email, and I am waiting hear from them. I do have the co

Re: Re: Racoon to Cisco ASA 5505

2011-08-26 Thread jhall
> IP-IP interface ? (GIF). If you are using that, then you will need very > different policies on both sides. You should mention these little > "details" when posting your configs. Can you please post your FULL > configuration / topology. Othe

Re: Re: Racoon to Cisco ASA 5505

2011-08-26 Thread jhall
I am seeing a couple of things that are concerning me. First, I am not seeing any traffic over the gif interface, except return traffic. For example if I ping from one of my sites (e.g. 10.129.30.0/24), I do not see any traffic on the gif interface. Second, I am seeing the following error m

Re: Re: Racoon to Cisco ASA 5505

2011-08-25 Thread jhall
> I find wireshark helpful in these cases as it nicely decodes what > options are being set. Your racoon conf is set to obey. Its possible > they are proposing something different to you that you accept, where as > what you are proposing might not be acceptable > > ---Mike My vendor came b

Re: Re: Source Upgrade

2011-08-04 Thread jhall
> Based on this configuration, you grabbed CURRENT, and not 8.2. > > Have a look here and alter your configuration, and rebuild. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > Hope this helps > -jgh > THANK YOU! I don't know how long I had looked at that and did no

Re: Re[2]: freebsd ARP problem

2011-08-03 Thread Peter Andreev
4 августа 2011 г. 9:56 пользователь Коньков Евгений написал: > Hi, Peter. > > GW-77.93.52.9/29 <-> 77.93.52.10/29-MyServer >                               00:1b:21:45:da:b8 > > I have change LAN and not it is: > GW-77.93.52.9/29 <-> 77.93.52.10/29-MyServer >                        

Re: Re: why desktop apps are able to kill my freebsd box?

2011-07-05 Thread C. P. Ghost
On Tue, Jul 5, 2011 at 2:42 AM, Timo wrote: >> Why a faulty desktop application run as unprivileged user is able to >> crash my system? >> >> I mean, I know programs have bugs and sometimes they lead to crashes. >> I'm fine with that. But why a crashing program (for example firefox or >> banshee)

Re: Re: DHCP Question

2011-06-14 Thread jhall
>From : Chuck Swiger To : jh...@socket.net Subject : Re: DHCP Question Date : Tue, 14 Jun 2011 11:28:00 -0700 > You want: > >option dhcp-parameter-request-list uint16; > > This option, when sent by the client, specifies

Re: Re[4]: How to install doc for 9-CURRENT

2011-05-29 Thread Adam Vande More
2011/5/29 Коньков Евгений > sorry, but that is not what I am looking for. > > How to install 'man' pages? they are not included in .iso and there are not > on link you advice. > I don't know how to install the man pages from the snapshot cd, but if you have the source for your version you can do:

Re: Re[2]: How to install doc for 9-CURRENT

2011-05-28 Thread Adam Vande More
2011/5/28 Adam Vande More > 2011/5/28 Коньков Евгений > >> I take snapshot from that. It is not include doc. >> while installing it says: 'Can not find doc packages' >> > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/docs/ > You probably want to run the latest RELEASE or

Re: Re[2]: How to install doc for 9-CURRENT

2011-05-28 Thread Adam Vande More
2011/5/28 Коньков Евгений > I take snapshot from that. It is not include doc. > while installing it says: 'Can not find doc packages' > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/docs/ -- Adam Vande More ___ freebsd-questions

Re: Re: IPSec routing (long post)

2011-05-21 Thread jhall
>From : claudiu vasadi To : jh...@socket.net Subject : Re: IPSec routing (long post) Date : Sat, 21 May 2011 18:45:07 +0200 Some additional points: > - have you been following the FreeBSD handbook on this ? -> > http://www.freebsd.org/doc/en_U

Re: Re[4]: How to update build tools

2011-05-18 Thread Chuck Swiger
On May 18, 2011, at 12:21 PM, Коньков Евгений wrote: > CS> The compiler toolchain is rebuilt with buildworld/installworld. > CS> Perhaps it would be more useful to see what kind of error you are > CS> experiencing which makes you think that updating the build tools would > help? > > error 2 when

Re: Re[2]: How to update build tools

2011-05-18 Thread Chuck Swiger
On May 18, 2011, at 12:07 PM, Коньков Евгений wrote: > no, I upgrade from freebsd current 201101 to 201105 > and there was command without buildworld The compiler toolchain is rebuilt with buildworld/installworld. Perhaps it would be more useful to see what kind of error you are experiencing whi

Re: Re: Newbie Needing Help

2011-05-09 Thread Chris Rees
On 9 May 2011 19:05, Robert Huff wrote: > > John or Judy Hixson writes: > >>  Actually I'm using 7.4 because that's the latest version Lucas' >>  book covers and I learn better with a book in my hand. When I'm >>  ready to actually use FBSD, I'll get going with the latest >>  production release. >

Re: Re: Newbie Needing Help

2011-05-09 Thread Robert Huff
John or Judy Hixson writes: > Actually I'm using 7.4 because that's the latest version Lucas' > book covers and I learn better with a book in my hand. When I'm > ready to actually use FBSD, I'll get going with the latest > production release. At the level you're (probably) operating,

Re: Re: Newbie Needing Help

2011-05-09 Thread John or Judy Hixson
On Sun, 08 May 2011 19:49:55, Noel wrote: > On 5/8/2011 7:17 PM, John or Judy Hixson wrote: > > (Clip) > > >> I'm trying to learn some FreeBSD in anticipation of eventually admining a > >> FBSD server for my church office network. I've installed FreeBSD 7.4 on an > >> old PC and am > >> trying

Re: Re: Linksys-E4200 Wireless N-router

2011-04-08 Thread Maciej Milewski
Friday 08 of April 2011 17:05:51 Carmel napisał(a): > On Fri, 8 Apr 2011 14:03:57 +0300 > > Odhiambo Washington articulated: > > On Fri, Apr 8, 2011 at 13:55, Carmel wrote: > > > On Fri, 8 Apr 2011 07:56:00 +0300 > > > > > > Odhiambo Washington articulated: > > > > It may void the warranty yes

Re: Re[2]: graphical representation of `du`

2011-04-03 Thread Chris Rees
On 3 April 2011 20:26, Австин Ким wrote: > Sun, 03 Apr 2011 12:01:24 +0200 письмо от David Demelier > : > >> On 02/04/2011 19:30, Chris Rees wrote: >> > On 2 April 2011 18:22, Chris Rees  wrote: >> >> On 2 April 2011 18:07, Mike Jeays  wrote: >> >>> On Sat, 2 Apr 2011 17:15:04 +0100 >> >>> Chris

Re: Re[2]: (no subject)

2011-03-10 Thread Devin Teske
On Fri, 2011-03-11 at 01:42 +0300, Австин Ким wrote: > Thu, 10 Mar 2011 19:48:42 + письмо от Devin Teske : > > > On Thu, 2011-03-10 at 19:53 +0100, Terje Elde wrote: > > > > > On 10. mars 2011, at 18.38, 6412037...@email.uscc.net wrote: > > > > Does OpenBSD use the same kernel as FreeBSD? >

Re: Re: Debian GNU/kFreeBSD

2011-02-12 Thread Maciej Milewski
Sunday 13 of February 2011 08:12:05 Odhiambo Washington napisał(a): > My question is: WHY need 7 DVDs??? DVDs?? Even M$ does not do such a crazy > thing with its bloat-ware!! FreeBSD ships 1 DVD. > What is it that this Debian GNU/kFreeBSD ships in those 7 DVDs? I think the answer for your first que

Re: Re: Configuration of Ath0

2011-01-23 Thread Maciej Milewski
Sunday 23 of January 2011 06:28:43 Da Rock napisał(a): > On 01/23/11 10:38, Hubert Chadaj wrote: > > Hello, > > > > I have a Wireless card with Atherneros chipset, a have problem with > > runing wlan on mode N? > > Can you halp me? > > > > I done instalation of that with that how to: > > http://w

Re: Re: Keyboard repeat issues with Dell Optiplex 980s

2011-01-19 Thread Jan Henrik Sylvester
On 01/-10/-28163 20:59, Steve Polyack wrote: On 1/18/2011 5:56 PM, Jeremy Chadwick wrote: On Tue, Jan 18, 2011 at 04:40:13PM -0500, Steve Polyack wrote: We've recently upgraded a few desktop workstations from Dell Optiplex 960s to Optiplex 980s. We were running FreeBSD 8.1-RELEASE. The migratio

Re: Re[2]: strange behaviour

2011-01-14 Thread Chuck Swiger
On Jan 14, 2011, at 1:48 PM, Коньков Евгений wrote: > CS> Where are you routing 10.7.7.7 to? > > CS> If you don't have a specific internal route (or NAT) doing > CS> something with it, your upstream Internet routers ought to be > CS> returning ICMP host unreachable errors for RFC-1918 addresses...

Re: Re[2]: How to clean system

2011-01-08 Thread Polytropon
On Sat, 8 Jan 2011 23:41:24 +0200, Коньков Евгений wrote: > I have tried: pkg_delete -a > but many files are left in /usr/bin /usr/sbin ... ((( Keep in mind that FreeBSD is not Linux. There is the base system (/usr/bin, /usr/sbin, ...), and there are the applications installed by ports or pack

Re: Re: 9650SE-2LP raid card locks system

2011-01-07 Thread Troy Beisigl
Well, it did lock up today. There is no way to do anything on the console. The entire machine is locked hard. The errors on the console show: twa0: ERROR: (0x05: 0x210B): Request timed out!: request = 0xc5633430 twa0: INFO: (0x16: 0x1108): Resetting controller...: >From there everything is locke

Re: Re: Ascertaining NIC Driver Version

2011-01-07 Thread vrwmiller
Thanks, Chuck! I Googled for an answer for a while and didn't find much. I did find that the particular driver I was interested did have a version number in the source, but the question actually came from a user who doesn't have source trees on their hosts. On Jan 7, 2011 1:45pm, Chuck Swig

Re: Re: Configuring BCE Interrupt Coalescing on 8.1-RELEASE

2011-01-06 Thread vrwmiller
Thanks, Dan! I'm not well versed in C...glad you were able to help me out with that! On Jan 6, 2011 3:07pm, Dan Nelson wrote: In the last episode (Jan 06), Rick Miller said: > I am looking to configure interrupt coalescing for a bce interface in > 8.1-RELEASE. Everything I have found vi

Re: Re: 9650SE-2LP raid card locks system

2011-01-03 Thread Troy Beisigl
Hi Mike, We are running the latest firmware. We upgraded to it in case this was the issue. As you can see from the log entry below, it shows the file system was not shut down cleanly because it was locked and had to be powered off. We are using Intel motherboards, so maybe something with FreeBS

Re: Re[2]: How to obtain what swi1:net is doing?

2010-11-13 Thread Ivan Voras
2010/11/13 Коньков Евгений : > IV> net.isr.direct_force=0 > IV> net.isr.maxthreads=2 > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 SMT threads >  cpu0 (BSP): APIC ID:  0 >  cpu1 (AP): APIC ID:  1 >  cpu2 (AP): APIC ID:  4 >  cpu3 (AP): APIC ID:  

Re: Re: sysinstall install.cfg

2010-11-11 Thread vrwmiller
Wow! Thanks for all the info and the time you spent pulling it together and writing it out, Devin! There is a lot to digest. Right now, I do have a "workaround" that I am currently testing out. I will be hanging onto your email for future reference, certainly. On Nov 11, 2010 12:19pm, Devin

Re: Re: Media Packages Vs. Ports

2010-09-24 Thread vrwmiller
On Sep 24, 2010 10:54am, Rick Miller wrote: On Tue, Sep 21, 2010 at 3:55 PM, Adam Vande More amvandem...@gmail.com> wrote: > On Tue, Sep 21, 2010 at 11:41 AM, vrwmil...@gmail.com> wrote: >> >> Is it possible to take a port, make a package of it and put it in the >> packages director

Re: Re: Media Packages Vs. Ports

2010-09-22 Thread vrwmiller
Thanks, Adam. This is most helpful. I appreciate it. On Sep 21, 2010 3:55pm, Adam Vande More wrote: On Tue, Sep 21, 2010 at 11:41 AM, vrwmil...@gmail.com> wrote: Hi all, I am performing PXE boots and automated installs of FreeBSD 8.1-RELEASE with a custom sysinstall.cfg file which iden

Re : Re : Re : How to connect a jail to the web ?

2010-08-14 Thread Brice ERRANDONEA
0.1900: UDP, length 327 ^C 16 packets captured 16 packets received by filter 0 packets dropped by kernel FreeBSD# If you compare these two tcpdump, you can see that the word "neufbox" is replaced by 192.168.1.1. It confirms that DNS is no longer running. Not easy... Brice __

Re : Re : Re : How to connect a jail to the web ?

2010-08-12 Thread Brice ERRANDONEA
> Where did you get that second IP address from? Did you just > add it manually? Or is that the address that your gateway > (DSL router, whatever) got assigned from your ISP? I added it manually in rc.conf (on the host) : hostname="FreeBSD.ici" ifconfig_rl0="DHCP" keymap="fr.iso.acc" (y

Re: Re : Re : How to connect a jail to the web ?

2010-08-12 Thread Oliver Fromme
Brice ERRANDONEA wrote: > On the host, when the jail is not running : > > %ifconfig > rl0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:11:09:15:72:6a > inet 192.168.1.38 netmask 0xff00 broadcast 192.168.1.255 > media: Ethernet autoselect (100bas

Re : Re : How to connect a jail to the web ?

2010-08-12 Thread Brice ERRANDONEA
U 0 102rl0 192.168.1.38 link#1 UHS 00lo0 Do you find what's wrong ? Brice De : Oliver Fromme À : freebsd-questions@FreeBSD.ORG; berrando...@yahoo.fr Envoyé le : Jeu 12 août 2010, 14h 52min 00s Obj

Re: Re : How to connect a jail to the web ?

2010-08-12 Thread Oliver Fromme
Brice ERRANDONEA wrote: > 192.168.1.38 is the private address of rl0 on my host. 93.0.168.242 is the > public one. I tried both as the jail's address. With the private one, > neither > portsnap nor ping work at all. > > With the public one, I get this result : > [...] > FreeBSD# jexec

Re: Re : How to connect a jail to the web ?

2010-08-11 Thread Rocky Borg
On 8/11/2010 8:35 AM, Brice ERRANDONEA wrote: I tried all of this without any result. But I won't give up. What I want is a jail with an Apache http server running inside. So, the jail must have a public IPv4 and access to the web. I've been in the same boat as you and there isn't a lot of cle

Re : Re : How to connect a jail to the web ?

2010-08-11 Thread Brice ERRANDONEA
Thank you very much for your answer. It helped me understand some elements. But portsnap still doesn't work. >> So, I can't contact DNS servers able to translate www.freebsd.org to >> its ip. Since I know this ip, I tried : "ping 69.147.83.33". This >> time, the error message is : >> >> ping: s

Re: Re : How to connect a jail to the web ?

2010-08-11 Thread Oliver Fromme
Brice ERRANDONEA wrote: > I tried all of this without any result. But I won't give up. > > What I want is a jail with an Apache http server running inside. > So, the jail must have a public IPv4 and access to the web. Not necessarily. Of course, the jail _can_ have a public IP address. Thi

Re: RE: ZFS woes

2010-08-10 Thread Dale Scott
>> wiped out the firt mb; i used sysinstall to create a fbsd slice; wiped >> it out again; booted knoppix to create an EFI / GPT; booted into >> opensolaris and created a zpool (v14), but nothing, nothing  >> did the trick. I was doing a vanilla fbsd install recently using a couple re-claimed 250G

Re: Re : can i just upgrade the 8.1 kernel ?

2010-07-23 Thread Ruben de Groot
On Fri, Jul 23, 2010 at 07:37:59AM +, Alexandre L. typed: > I think you have not understood the handbook. > You MUST rebuild both base system and kernel to correctly upgrade your > FreeBSD box to 8.1-RELEASE. > If you let your system in 8.0-RELEASE and compile a kernel with 8.1 sources, > yo

Re: Re : cannot install opera

2010-07-17 Thread parv
in message , wrote Franci Nabalanci thusly... > > It is interesting why they are waiting for update if they found > vulnerabilities on June 25th and version 10.11 was out long time > ago. For one, perhaps nobody submitted update to 10.11 version. For second, in the PR mentioned earlier to update

Re: Re : cannot install opera

2010-07-16 Thread Franci Nabalanci
It is interesting why they are waiting for update if they found vulnerabilities on June 25th and version 10.11 was out long time ago. On Fri, Jul 16, 2010 at 2:44 AM, Alexandre L. wrote: > Yesterday, I have written to the maintainer of the Opera port, and he gave > me this link : http://www.fr

Re: Re : Xorg fails to start after upgrading to 8 stable

2010-06-18 Thread Xihong Yin
Now I upgraded all the ports using both 'portupgrade -af' and 'portmanager -u'. Some ports failed upgrading though. How do I reinstall Xorg? Can I delete it and re-install? Thanks, On Fri, 18 Jun 2010, Alexandre L. wrote: When you upgrade your system to a major release (7.x > 8.x), you MUST re

Re: Re : change kde4 (pkg) to kde4 (ports)

2010-06-18 Thread Alexandre L.
Thank you for correcting me --- En date de : Ven 18.6.10, Polytropon a écrit : > De: Polytropon > Objet: Re: Re : change kde4 (pkg) to kde4 (ports) > À: "Alexandre L." > Cc: "Giorgos Tsiapaliokas" , freebsd-questions@freebsd.org > Date: Vendredi 18 juin 201

Re: Re : change kde4 (pkg) to kde4 (ports)

2010-06-18 Thread Polytropon
On Fri, 18 Jun 2010 08:21:53 + (GMT), "Alexandre L." wrote: > Why do you want to do that ? > Packages are in this directory by default : /usr/ports/distfiles/ > > --- En date de : Jeu 17.6.10, Giorgos Tsiapaliokas a > écrit : > > > De: Giorgos Tsiapaliokas > > Objet: change kde4 (pkg) to

Re: Re : Possible to run Linux distro in a jail?

2010-05-30 Thread Gary Kline
On Sun, May 30, 2010 at 12:10:44PM +0100, Vincent Hoffman wrote: > On 30/05/2010 08:10, Matthew Seaman wrote: > > On 29/05/2010 22:15:37, Alexandre L. wrote: > > > I have this link to a French Blog : > > http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD > > > > > This describe h

Re: Re : Possible to run Linux distro in a jail?

2010-05-30 Thread Vincent Hoffman
On 30/05/2010 08:10, Matthew Seaman wrote: > On 29/05/2010 22:15:37, Alexandre L. wrote: > > I have this link to a French Blog : > http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD > > > This describe how to "jail" a Linux Debian in FreeBSD. > > > I hope this will help you. I ha

  1   2   3   4   5   6   7   8   >