Re: Unusual file: /bin/[

2013-07-29 Thread RW
On Mon, 29 Jul 2013 14:25:08 +0100 Paul Macdonald wrote: > > Hi, I spotted what i'd call an unusual file in the basejail on a jail > install, and have since seen this on other non jailed boxes. > > -r-xr-xr-x 2 root wheel 11488 Jun 10 12:19 [ > > man [ reveals > > test, [ -- co

Re: Unusual file: /bin/[

2013-07-29 Thread Polytropon
On Mon, 29 Jul 2013 14:25:08 +0100, Paul Macdonald wrote: > > Hi, I spotted what i'd call an unusual file in the basejail on a jail > install, and have since seen this on other non jailed boxes. > > -r-xr-xr-x 2 root wheel 11488 Jun 10 12:19 [ > > man [ reveals > > test, [ -- co

Re: Unusual file: /bin/[

2013-07-29 Thread Mark Felder
That's a real binary, also known as /bin/test ___ 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: 2 lines

2013-07-29 Thread lconrad
On Monday 29/07/2013 at 8:14 am, "Zyumbilev, Peter" wrote: Hi, I have 2 fiber lines and using pfsense(freebsd) I can easily use them for backup of LAN --> Internet traffic i.e when primary is down, second line kick in automatically. However when one line is down all connections Internet

Re: 2 lines

2013-07-29 Thread Mark Felder
The right way to handle this is to get your own IP allocation and do BGP out both providers. Then the internet can reach you over both internet connections and when one goes down all traffic is routed through your other connection. Another feasible, but poor option: proxy your services out in the

Re: Unusual file: /bin/[

2013-07-29 Thread cpghost
On 07/29/13 15:25, Paul Macdonald wrote: > Hi, I spotted what i'd call an unusual file in the basejail on a jail > install, and have since seen this on other non jailed boxes. > > -r-xr-xr-x 2 root wheel 11488 Jun 10 12:19 [ That's a perfectly valid UNIX program used in (bourne) shell progra

Re: 2 lines

2013-07-29 Thread Outback Dingo
On Mon, Jul 29, 2013 at 9:06 AM, Zyumbilev, Peter wrote: > Hi, > > I have 2 fiber lines and using pfsense(freebsd) I can easily use them > for backup of LAN --> Internet traffic i.e when primary is down, second > line kick in automatically. However when one line is down all > connections Internet

Re: Kernel Panic - Unix socket communication in kernel module

2013-07-29 Thread Frank Leonhardt
On 29/07/2013 08:31, varanasi sainath wrote: Hello, I am writing a kernel module in which I am trying to connect to a UNIX socket (UNIX domain sockets use the file system as their address name space). Kernel module (loadable) acts as a client and User mode program acts as server, I have loaded t

Re: FreeBSD slices and the Boot Manager

2013-07-29 Thread Polytropon
On Mon, 29 Jul 2013 13:34:10 +0930, Shane Ambler wrote: > On 29/07/2013 08:23, Polytropon wrote: > > On Sun, 28 Jul 2013 22:23:38 +, Teske, Devin wrote: > >> In this case, sade is (or was) a direct by-product of the death > >> of sysinstall(8). It only exists in 9 or higher. > > > > % which sad

Re: where to get the release notes for 9.2

2013-07-29 Thread Vincent Hoffman
On 28/07/2013 02:27, Aryeh Friedman wrote: > There is a specific feature I need to see if it is in 9.2 or just 10 > where can I find the draft release notes for 9.2? http://www.freebsd.org/relnotes.html lists 9-stable release notes (http://www.freebsd.org/relnotes/9-STABLE/relnotes/index.html) whic

Re: FreeBSD slices and the Boot Manager

2013-07-29 Thread Ian Smith
On Mon, 29 Jul 2013 01:04:04 +0200 (CEST), Conny Andersson wrote: > Hi Devin, > > Apropos sade (sysadmins disk editor). I have it at /usr/sbin/sade and I am > running a FreeBSD 8.3. I also mounted FreeBSD 8.1 and FreeBSD 8.2 and found > sade at /usr/sbin/ even in these older FreeBSDs. I can'

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Shane Ambler
On 29/07/2013 08:23, Polytropon wrote: On Sun, 28 Jul 2013 22:23:38 +, Teske, Devin wrote: In this case, sade is (or was) a direct by-product of the death of sysinstall(8). It only exists in 9 or higher. % which sade /usr/sbin/sade System is FreeBSD 8.2-STABLE of August 2011. I think sade

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Conny Andersson
Hi Devin, Apropos sade (sysadmins disk editor). I have it at /usr/sbin/sade and I am running a FreeBSD 8.3. I also mounted FreeBSD 8.1 and FreeBSD 8.2 and found sade at /usr/sbin/ even in these older FreeBSDs. Regards, Conny On Sun, 28 Jul 2013, Teske, Devin wrote: In this case, sade is (

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Polytropon
On Sun, 28 Jul 2013 22:23:38 +, Teske, Devin wrote: > In this case, sade is (or was) a direct by-product of the death > of sysinstall(8). It only exists in 9 or higher. % which sade /usr/sbin/sade System is FreeBSD 8.2-STABLE of August 2011. I think sade has been introduced in a v8 version of

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Teske, Devin
On Jul 28, 2013, at 12:55 PM, Conny Andersson wrote: > Hi Ian, > > Thank you for all of your advices regarding my questions. I have been using > FreeBSD for more than ten years, but I never heard of sade (sysadmins disk > editor). That is one of the joyful things with running FreeBSD/Unix; the

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Warren Block
On Sun, 28 Jul 2013, Conny Andersson wrote: Hi Warren and Polytropon, A few minutes ago I booted up from a FreeBSD-8.4-RELEASE-amd64-memstick.img to experience that it is sysinstall that is used in that release. Next, I did a 'dummy' custom installation. And, as I supposed sysinstall recogn

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Conny Andersson
Hi Warren and Polytropon, A few minutes ago I booted up from a FreeBSD-8.4-RELEASE-amd64-memstick.img to experience that it is sysinstall that is used in that release. Next, I did a 'dummy' custom installation. And, as I supposed sysinstall recognized disk ada0 as ad4 and disk ada1 as ad6. Th

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Conny Andersson
Hi Ian, Thank you for all of your advices regarding my questions. I have been using FreeBSD for more than ten years, but I never heard of sade (sysadmins disk editor). That is one of the joyful things with running FreeBSD/Unix; there is always something earlier unheard of to explore. And, ther

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Conny Andersson
Hi Peter, I need much more disk space for the FreeBSD 8.4-RELEASE, so I will need the space of the two 'old' slices. Thanks, Conny On Sun, 28 Jul 2013, Peter Andreev wrote: Why wouldn't you simply update your 8.1 to 8.4? 2013/7/27 Conny Andersson Hi, I have a workstation with two

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Ian Smith
In freebsd-questions Digest, Vol 477, Issue 8, Message: 10 On Sat, 27 Jul 2013 19:39:30 +0200 (CEST) Conny Andersson wrote: > Hi, > > I have a workstation with two factory installed hard disks. The first disk, > ada0, is occupied by a Windows 7 Pro OS (mainly kept for the three year > war

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Warren Block
On Sun, 28 Jul 2013, Polytropon wrote: On Sun, 28 Jul 2013 08:18:39 -0600 (MDT), Warren Block wrote: On Sun, 28 Jul 2013, Polytropon wrote: On Sat, 27 Jul 2013 19:39:30 +0200 (CEST), Conny Andersson wrote: A very important question is if sysinstall's option "Install the FreeBSD Boot Manager

Re: Delete a directory, crash the system

2013-07-28 Thread cpghost
On 07/27/13 21:12, cpghost wrote: > A more robust file system would halt all processes, and perform > an in-kernel fsck on the filesystem and its internal (in-memory) > structures to repair the damage... and THEN resume the processes. > > However, this is a major project, and we don't have a self-

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Polytropon
On Sun, 28 Jul 2013 08:18:39 -0600 (MDT), Warren Block wrote: > On Sun, 28 Jul 2013, Polytropon wrote: > > On Sat, 27 Jul 2013 19:39:30 +0200 (CEST), Conny Andersson wrote: > > >> A very important question is if sysinstall's option "Install the FreeBSD > >> Boot Manager" detects that I have a Free

Re: FreeBSD slices and the Boot Manager

2013-07-28 Thread Warren Block
On Sun, 28 Jul 2013, Polytropon wrote: On Sat, 27 Jul 2013 19:39:30 +0200 (CEST), Conny Andersson wrote: A very important question is if sysinstall's option "Install the FreeBSD Boot Manager" detects that I have a FreeBSD 8.3 and detect it as slice 2 on disk 1? I'm not sure I'm following you

Re: Delete a directory, crash the system

2013-07-28 Thread Warren Block
On Sun, 28 Jul 2013, Frank Leonhardt wrote: So it boils down to: a) Leave is is, as it can detect when the kernel has trashed its vnode table; or b) It's probably caused by "expected" FS corruption, so handle it gracefully. It would be good to log a system error message like "filesystem ma

Re: Delete a directory, crash the system

2013-07-28 Thread Matthew Seaman
On 28/07/2013 06:38, David Noel wrote: > Ok folks, thanks again for all the help. Using the feedback I > submitted a PR (#180894) -- > http://www.freebsd.org/cgi/query-pr.cgi?pr=180894. I also submitted a > follow-up to it with Frank's code and notes. What next? I don't really > know what happens f

Re: Delete a directory, crash the system

2013-07-28 Thread David Noel
Ok folks, thanks again for all the help. Using the feedback I submitted a PR (#180894) -- http://www.freebsd.org/cgi/query-pr.cgi?pr=180894. I also submitted a follow-up to it with Frank's code and notes. What next? I don't really know what happens from here, but I'm guessing/hoping that someone's

Re: Delete a directory, crash the system

2013-07-28 Thread Frank Leonhardt
On 28/07/2013 06:54, Polytropon wrote: And here, kids, you can see the strength of open source operating system: You can see _why_ something happens. :-) Too true! On Sat, 27 Jul 2013 20:35:09 +0100, Frank Leonhardt wrote: On 27/07/2013 19:57, David Noel wrote: So the system panics in ufs_rm

Re: FreeBSD slices and the Boot Manager

2013-07-27 Thread Polytropon
u want to do this? If you keep the s1 slice, you can easily install FreeBSD 8.4 into that slice, leading to this result: 1) ada1s1 with FreeBSD 8.4-RELEASE 2) ada1s2 with FreeBSD 8.2-RELEASE 3) ada1s3 with FreeBSD 8.3-RELEASE Or is the numbering order important to you? You could even keep the p

Re: FreeBSD slices and the Boot Manager

2013-07-27 Thread Peter Andreev
Why wouldn't you simply update your 8.1 to 8.4? 2013/7/27 Conny Andersson > Hi, > > I have a workstation with two factory installed hard disks. The first > disk, ada0, is occupied by a Windows 7 Pro OS (mainly kept for the three > year warranty of the workstation as Dell techs mostly speak the

Re: Delete a directory, crash the system

2013-07-27 Thread Polytropon
On Sat, 27 Jul 2013 14:57:07 -0700, Adrian Chadd wrote: > Yes. It'd be nice if UFS/FFS would just downgrade things to read-only > and not panic. That would be possible, but it would confuse programs and users. It's not that you could walk up to the disk drive and flip the "write protect" switch ba

Re: Delete a directory, crash the system

2013-07-27 Thread Polytropon
And here, kids, you can see the strength of open source operating system: You can see _why_ something happens. :-) On Sat, 27 Jul 2013 20:35:09 +0100, Frank Leonhardt wrote: > On 27/07/2013 19:57, David Noel wrote: > >> So the system panics in ufs_rmdir(). Maybe the filesystem is > >> corrupt? Hav

Re: Delete a directory, crash the system

2013-07-27 Thread Polytropon
On Sat, 27 Jul 2013 13:57:31 -0500, David Noel wrote: > > So the system panics in ufs_rmdir(). Maybe the filesystem is > > corrupt? Have you tried to fsck(8) it manually? > > fsck worked, though I had to boot from a USB image because I couldn't > get into single user.. for some odd reason. >From

Re: Delete a directory, crash the system

2013-07-27 Thread Adrian Chadd
Yes. It'd be nice if UFS/FFS would just downgrade things to read-only and not panic. -Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-

Re: Delete a directory, crash the system

2013-07-27 Thread cpghost
On 07/27/13 20:57, David Noel wrote: >> So the system panics in ufs_rmdir(). Maybe the filesystem is >> corrupt? Have you tried to fsck(8) it manually? > > fsck worked, though I had to boot from a USB image because I couldn't > get into single user.. for some odd reason. > >> Even if the filesyst

Re: Delete a directory, crash the system

2013-07-27 Thread Frank Leonhardt
On 27/07/2013 20:38, David Noel wrote: I was going to raise an issue when the discussion had died down to a concensus. I also don't think it's reasonable for the kernel to bomb when it encounters corruption on a disk. If you want to patch it yourself, edit sys/ufs/ufs/ufs_vnops.c at around line

Re: Delete a directory, crash the system

2013-07-27 Thread David Noel
> I was going to raise an issue when the discussion had died down to a > concensus. I also don't think it's reasonable for the kernel to bomb > when it encounters corruption on a disk. > > If you want to patch it yourself, edit sys/ufs/ufs/ufs_vnops.c at around > line 2791 change: > > if (

Re: Delete a directory, crash the system

2013-07-27 Thread Frank Leonhardt
On 27/07/2013 19:57, David Noel wrote: So the system panics in ufs_rmdir(). Maybe the filesystem is corrupt? Have you tried to fsck(8) it manually? fsck worked, though I had to boot from a USB image because I couldn't get into single user.. for some odd reason. Even if the filesystem is corrup

Re: Delete a directory, crash the system

2013-07-27 Thread David Noel
> So the system panics in ufs_rmdir(). Maybe the filesystem is > corrupt? Have you tried to fsck(8) it manually? fsck worked, though I had to boot from a USB image because I couldn't get into single user.. for some odd reason. > Even if the filesystem is corrupt, ufs_rmdir() shouldn't > panic(),

Re: Delete a directory, crash the system

2013-07-27 Thread David Noel
> You may want to look into running fsck(8) and its myriad of options fsck did the trick > Also make sure you have soft updates enabled on your filesystem and > preferably journaled soft updates ..pretty sure I do but I'll double check, thanks. ___ fre

Re: Delete a directory, crash the system

2013-07-27 Thread cpghost
On 07/27/13 14:58, David Noel wrote: >> Post the stack trace of the core and maybe someone can help you. > > panic: ufs_dirrem: Bad link count 2 on parent > cpuid = 0 > KDB: stack backtrace: > #0 0x808680fe at kdb_backtrace+0x5e > #1 0x80832cb7 at panic+0x187 > #2 0x80a700e

Re: Delete a directory, crash the system

2013-07-27 Thread Jason Lenthe
On 07/27/2013 11:30, David Noel wrote: > -- it's a laptop and I've inadvertently run the battery down to > nothing a few times in the past. All the same, it was a very strange > experience. I would not have expected a kernel panic from a simple rm > -rf! You may want to look into running fsck(8) a

Re: /usr/src for 9.2 beta?

2013-07-27 Thread Walter Hurry
On Fri, 26 Jul 2013 17:56:09 -0400, kpneal wrote: > On Fri, Jul 26, 2013 at 07:30:17PM +, Walter Hurry wrote: >> I'd like to try out 9.2-BETA1 on a test box. >> >> >From where do I check out the sources please (using svn)? > > I believe you want: > svn co svn://svn.freebsd.org/base/stable/9

Re: Delete a directory, crash the system

2013-07-27 Thread David Noel
> I'm taking a guess here - the effective link count when it came to > removing the parent directory was only two and it should have been three > or more. This gets sanity checked this before proceeding, and panics if > it is not. Why an effective link count of three? We're talking about the > pare

Re: Delete a directory, crash the system

2013-07-27 Thread Frank Leonhardt
On 27/07/2013 13:58, David Noel wrote: Post the stack trace of the core and maybe someone can help you. panic: ufs_dirrem: Bad link count 2 on parent cpuid = 0 KDB: stack backtrace: #0 0x808680fe at kdb_backtrace+0x5e #1 0x80832cb7 at panic+0x187 #2 0x80a700e3 at ufs_rmdi

Re: Delete a directory, crash the system

2013-07-27 Thread David Noel
> Post the stack trace of the core and maybe someone can help you. panic: ufs_dirrem: Bad link count 2 on parent cpuid = 0 KDB: stack backtrace: #0 0x808680fe at kdb_backtrace+0x5e #1 0x80832cb7 at panic+0x187 #2 0x80a700e3 at ufs_rmdir+0x1c3 #3 0x80b7d484 at VOP_RM

Re: Delete a directory, crash the system

2013-07-27 Thread Fernando Apesteguía
El 27/07/2013 14:16, "David Noel" escribió: > > Yes Post the stack trace of the core and maybe someone can help you. > > On 7/27/13, Fernando Apesteguía wrote: > > El 27/07/2013 13:49, "David Noel" escribió: > >> > >> I had a strange experience on my laptop yesterday. I was deleting a > >> dir

Re: Delete a directory, crash the system

2013-07-27 Thread David Noel
Yes On 7/27/13, Fernando Apesteguía wrote: > El 27/07/2013 13:49, "David Noel" escribió: >> >> I had a strange experience on my laptop yesterday. I was deleting a >> directory and the system crashed. It spat out a message along the >> lines of "ufs_dirrem bad link count 2 on parent". I thought i

Re: Delete a directory, crash the system

2013-07-27 Thread Fernando Apesteguía
El 27/07/2013 13:49, "David Noel" escribió: > > I had a strange experience on my laptop yesterday. I was deleting a > directory and the system crashed. It spat out a message along the > lines of "ufs_dirrem bad link count 2 on parent". I thought it was so > strange I repeated the process several t

Re: TRIM and changing mount options

2013-07-26 Thread aurfalien
On Jul 25, 2013, at 9:15 PM, Trond Endrestøl wrote: > On Thu, 25 Jul 2013 19:25-0700, aurfalien wrote: > >> >> On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote: >> >>> Le mercredi 24 juillet 2013, aurfalien a écrit : >>> >>> On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: >>> In the

Re: TRIM and changing mount options

2013-07-26 Thread aurfalien
On Jul 25, 2013, at 9:15 PM, Trond Endrestøl wrote: > On Thu, 25 Jul 2013 19:25-0700, aurfalien wrote: > >> >> On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote: >> >>> Le mercredi 24 juillet 2013, aurfalien a écrit : >>> >>> On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: >>> In the

Re: disk is AWOL

2013-07-26 Thread Frank Leonhardt
On 26/07/2013 17:56, Dieter BSD wrote: 8.2 amd64 ad8 is a 3TB Seagate on nforce4-ultra controller At boot: ad8: 2861588MB at ata4-master UDMA100 SATA 3Gb/s DEBUG g_part_gpt.c gpt_read_hdr() ad8 succeeded with pp->sectorsize=512 An hour later: # dd if=/dev/ad8 bs=4k count=1 of=/dev/null dd: /de

Re: Installation hangs during "Archive extraction" phase (9.1)

2013-07-26 Thread Adam Vande More
On Fri, Jul 26, 2013 at 8:51 AM, Ewald Jenisch wrote: > On Fri, Jul 26, 2013 at 01:16:32PM +0200, bw.mail.lists wrote: > > You don't actually need to install ports.txz. All it does is populate > > /usr/ports, but you can do that after install using portsnap as > > documented in the handbook > > (

Re: Installation hangs during "Archive extraction" phase (9.1)

2013-07-26 Thread Ewald Jenisch
On Fri, Jul 26, 2013 at 01:16:32PM +0200, bw.mail.lists wrote: > You don't actually need to install ports.txz. All it does is populate > /usr/ports, but you can do that after install using portsnap as > documented in the handbook > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports

Re: Installation hangs during "Archive extraction" phase (9.1)

2013-07-26 Thread bw.mail.lists
h portsnap extract First I thought about the installation medium, so I re-burned the installation CD ("disc1"), tried the DVD-installation, even installing over the network - the machine always freezes when it comes to archive extraction. For the hardware part: HP Proliant DL585G5

Re: How to create vlan (four NIC into one) using lagg

2013-07-26 Thread Boris Astardzhiev
Hi Xu Zhe, If I were you I would first of all check cables. They might be the cause. Secondly, if cables are good, to me this report very much resembles a PR I reported a few weeks ago - http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/179926 Check its set and look at the patch I submitted. It's a

Re: Theft in the Clouds

2013-07-25 Thread Polytropon
On Thu, 25 Jul 2013 16:15:09 -0400, Jerry wrote: > Not really a FreeBSD issue, but I did find this article rather > fascinating. > > http://www.technologyreview.com/news/506976/how-to-steal-data-from-your-neighbor-in-the-cloud/ Some details for the interested ones (I think this is what the articl

Re: TRIM and changing mount options

2013-07-25 Thread Trond Endrestøl
On Thu, 25 Jul 2013 19:25-0700, aurfalien wrote: > > On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote: > > > Le mercredi 24 juillet 2013, aurfalien a écrit : > > > > On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: > > > > > In the last episode (Jul 23), aurfalien said: > > >> On Jul 23, 20

Re: TRIM and changing mount options

2013-07-25 Thread aurfalien
On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote: > Le mercredi 24 juillet 2013, aurfalien a écrit : > > On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: > > > In the last episode (Jul 23), aurfalien said: > >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: > >>> In the last episode (Jul 23)

Re: Theft in the Clouds

2013-07-25 Thread Michael Sierchio
Amazon EC2 certainly offers Dedicated Instances, in which the hardware is dedicated to a single customer. On Thu, Jul 25, 2013 at 1:15 PM, Jerry wrote: > Not really a FreeBSD issue, but I did find this article rather > fascinating. > > http://www.technologyreview.com/news/506976/how-to-steal-data

Re: Creating freebsd usb boot

2013-07-25 Thread Giorgos Keramidas
On Thu, 25 Jul 2013 12:01:10 +0300, Erhan Gulsen wrote: > Hi, > I am Erhan,i have a problem,i read your all definition but i can not > create usb boot FreeBSD,i have a ubuntu 12.04 operating system.I want to > create it with FreeBSD-9.1-RELEASE-amd64-disc1.iso but when i try > this,it shows ''boo

Re: Creating freebsd usb boot

2013-07-25 Thread Bernt Hansson
On 2013-07-25 11:01, Erhan Gulsen wrote: Hi, I am Erhan,i have a problem,i read your all definition but i can not create usb boot FreeBSD,i have a ubuntu 12.04 operating system.I want to create it with FreeBSD-9.1-RELEASE-amd64-disc1.iso but when i try this,it shows ''boot error''.Can you help me

Re: Creating freebsd usb boot

2013-07-25 Thread Thomas Mueller
> Hi, > I am Erhan,i have a problem,i read your all definition but i can not > create usb boot FreeBSD,i have a ubuntu 12.04 operating system.I want > to create it with FreeBSD-9.1-RELEASE-amd64-disc1.iso but when i try > this,it shows ''boot error''.Can you help me? Do you want to install onto US

Re: Creating freebsd usb boot

2013-07-25 Thread Polytropon
On Thu, 25 Jul 2013 12:01:10 +0300, Erhan Gulsen wrote: > Hi, > I am Erhan,i have a problem,i read your all definition but i can not > create usb boot FreeBSD,i have a ubuntu 12.04 operating system.I want to > create it with FreeBSD-9.1-RELEASE-amd64-disc1.iso but when i try > this,it shows ''bo

Re: Saving scanned document

2013-07-25 Thread Maciej Milewski
On 24.07.2013 20:37, Jerry wrote: On Wed, 24 Jul 2013 11:15:09 -0500 Mark Felder articulated: Can your machine email the PDF? That's how I'd solve it... have it send to a mailbox on your local machine and have a script that grabs the attachment and puts it in a directory shared on the network.

Re: Same MAC address in 2 different VLANs

2013-07-24 Thread Olivier Nicole
> I think you maybe ok. Ive just looked at my esx config and the esx > management interfaces use their own generated macs, not the physical > interfaces ones. All the vms obviously use generated macs as well. > > However I only looked over it at a superficial level. > > Have you considered using a

Re: TRIM and changing mount options

2013-07-24 Thread Alexandre Labarre
Le mercredi 24 juillet 2013, aurfalien a écrit : > > On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: > > > In the last episode (Jul 23), aurfalien said: > >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: > >>> In the last episode (Jul 23), aurfalien said: > At any rate, could some one; >

Re: TRIM and changing mount options

2013-07-24 Thread aurfalien
On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote: > Le mercredi 24 juillet 2013, aurfalien a écrit : > > On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: > > > In the last episode (Jul 23), aurfalien said: > >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: > >>> In the last episode (Jul 23)

Re: Saving scanned document

2013-07-24 Thread Jerry
On Wed, 24 Jul 2013 11:15:09 -0500 Mark Felder articulated: > Can your machine email the PDF? That's how I'd solve it... have it > send to a mailbox on your local machine and have a script that grabs > the attachment and puts it in a directory shared on the network. That is a novel idea and yes i

Re: TRIM and changing mount options

2013-07-24 Thread aurfalien
On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: > In the last episode (Jul 23), aurfalien said: >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: >>> In the last episode (Jul 23), aurfalien said: At any rate, could some one; a) Explain how I am loading my file system as I'm used to

Re: TRIM and changing mount options

2013-07-24 Thread aurfalien
On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote: > In the last episode (Jul 23), aurfalien said: >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: >>> In the last episode (Jul 23), aurfalien said: At any rate, could some one; a) Explain how I am loading my file system as I'm used to

Re: Saving scanned document

2013-07-24 Thread Mark Felder
Can your machine email the PDF? That's how I'd solve it... have it send to a mailbox on your local machine and have a script that grabs the attachment and puts it in a directory shared on the network. ___ freebsd-questions@freebsd.org mailing list http://

Re: Saving scanned document

2013-07-24 Thread Jerry
On Wed, 24 Jul 2013 11:22:46 -0400 Lowell Gilbert articulated: > Jerry writes: > > > On Tue, 23 Jul 2013 15:50:00 -0400 > > Lowell Gilbert articulated: > > > >> Jerry writes: > >> > >> > Does anyone know of a way of getting the scanner to "see" the > >> > FreeBSD machine and saving a file to i

Re: TRIM and changing mount options

2013-07-24 Thread Dan Nelson
In the last episode (Jul 23), aurfalien said: > On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: > > In the last episode (Jul 23), aurfalien said: > >> At any rate, could some one; > >> > >> a) Explain how I am loading my file system as I'm used to fstab? > >> b) How to run tunefs on my zroot > >> c

Re: Saving scanned document

2013-07-24 Thread Lowell Gilbert
Jerry writes: > On Tue, 23 Jul 2013 15:50:00 -0400 > Lowell Gilbert articulated: > >> Jerry writes: >> >> > Does anyone know of a way of getting the scanner to "see" the >> > FreeBSD machine and saving a file to it? >> >> I'm not sure I correctly understand your intention, but maybe Samba is >

Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Jason Hellenthal
Use -laggport portN -- Jason Hellenthal Inbox: jhellent...@dataix.net Voice: +1 (616) 953-0176 JJH48-ARIN On Jul 24, 2013, at 5:14, Alex Liptsin wrote: > Hi. > > I have lagg interface created on my server: > > [root@h-qa-094 ~]$ ifconfig lagg0 > lagg0: flags=8802 metric 0 mtu 1500 >

Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Maciej Milewski
On 24.07.2013 11:14, Alex Liptsin wrote: Hi. I have lagg interface created on my server: [root@h-qa-094 ~]$ ifconfig lagg0 lagg0: flags=8802 metric 0 mtu 1500 options=401bb ether 00:02:c9:19:82:80 nd6 options=21 media: Ethernet autoselect status: ac

Re: FreeBSD 8.2 as wifi client

2013-07-24 Thread Fabian Keil
Laszlo Danielisz wrote: > Yesterday I've received a usb wifi card. > I've successfully connected to my home network with wpa-psk but I couldn't > make it to connect via boot. [...] > I've also added the following lines to my rc.conf: > > wlans_run0="wlan0" > wpa_supplicant_enable="YES" > ifconf

Re: FreeBSD website is not up to date

2013-07-24 Thread Patrick Lamaiziere
Le Wed, 24 Jul 2013 10:27:38 +0200, David Demelier a écrit : > Hi, > > There is a problem between : > > http://www.freebsd.org/where.html > > and > > http://www.freebsd.org/fr/where.html > > On the second one, 9.1-RELEASE is available for ia64 while it's not > for the english version. > > S

Re: Saving scanned document

2013-07-24 Thread Mike Clarke
On Tuesday 23 Jul 2013 23:37:45 Jerry wrote: > . There is a application that controls printing, > scanning, faxing and copying but that is only available on a Windows or > Mac machine. Might it work with wine? -- Mike Clarke ___ freebsd-questions@free

Re: TRIM and changing mount options

2013-07-23 Thread aurfalien
On Jul 23, 2013, at 8:10 PM, kpn...@pobox.com wrote: > On Tue, Jul 23, 2013 at 03:54:57PM -0700, aurfalien wrote: >> Hi, >> >> I've some what blindly followed a how to on installing FreeBSD 9.1 on a ZFS >> mirror. >> >> My typing is horrid so I simply ssh'd to a live CD env and pasted line by

Re: TRIM and changing mount options

2013-07-23 Thread aurfalien
On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: > In the last episode (Jul 23), aurfalien said: >> I've some what blindly followed a how to on installing FreeBSD 9.1 on a >> ZFS mirror. >> >> My typing is horrid so I simply ssh'd to a live CD env and pasted line by >> line as per the how to found

Re: TRIM and changing mount options

2013-07-23 Thread Dan Nelson
In the last episode (Jul 23), aurfalien said: > I've some what blindly followed a how to on installing FreeBSD 9.1 on a > ZFS mirror. > > My typing is horrid so I simply ssh'd to a live CD env and pasted line by > line as per the how to found here; > > http://wp.strahlert.net/wordpress/zfs-2/inst

Re: Saving scanned document

2013-07-23 Thread Jerry
On Tue, 23 Jul 2013 19:16:06 -0300 Mario Lobo articulated: > Doesn't Brother printers have a webpage where you can scan from it? At > least that's what the HP I have does. Any computer on the network can > access this page and scan from it. Including my BSD. I don't know. It seems like a lot more

Re: Saving scanned document

2013-07-23 Thread Mario Lobo
On Tue, 23 Jul 2013 16:35:40 -0400 Jerry wrote: > On Tue, 23 Jul 2013 15:50:00 -0400 > Lowell Gilbert articulated: > > > Jerry writes: > > > > > Does anyone know of a way of getting the scanner to "see" the > > > FreeBSD machine and saving a file to it? > > > > I'm not sure I correctly unders

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m gmail.com> writes: > ... > subnet 192.0.0.0 netmask 255.0.0.0 { > range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb _

Re: Saving scanned document

2013-07-23 Thread Jerry
On Tue, 23 Jul 2013 15:50:00 -0400 Lowell Gilbert articulated: > Jerry writes: > > > Does anyone know of a way of getting the scanner to "see" the > > FreeBSD machine and saving a file to it? > > I'm not sure I correctly understand your intention, but maybe Samba is > what you're looking for?

Re: Saving scanned document

2013-07-23 Thread Lowell Gilbert
Jerry writes: > Does anyone know of a way of getting the scanner to "see" the FreeBSD > machine and saving a file to it? I'm not sure I correctly understand your intention, but maybe Samba is what you're looking for? ___ freebsd-questions@freebsd.org m

Re: HOWTO monitor changes in installed packages within jails?

2013-07-23 Thread Michael Grimm
On 20.07.2013, at 18:34, Michael Grimm wrote: > On 20.07.2013, at 14:53, Matthew Seaman > wrote: >> On 20/07/2013 12:09, Michael Grimm wrote: > >>> I did migrate to pkgng some month ago, and ever since I am curious >>> how to monitor changes in installed packages within jails. I am >>> lookin

Re: Saving scanned document

2013-07-23 Thread Jerry
On Tue, 23 Jul 2013 20:09:59 +0200 Bernt Hansson articulated: > On 2013-07-23 19:14, Jerry wrote: > > I have a Brother MFC-9560CDW printer. The printer is hooked up > > wireless > > If you want it to work, use HP. Or make sure its compatible with HP. I certainly don't want start a flame war over

Re: Saving scanned document

2013-07-23 Thread Bernt Hansson
On 2013-07-23 19:14, Jerry wrote: I have a Brother MFC-9560CDW printer. The printer is hooked up wireless If you want it to work, use HP. Or make sure its compatible with HP. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mail

Re: Newbye question VIM problem

2013-07-23 Thread Bernt Hansson
On 2013-07-23 18:07, Teske, Devin wrote: (opening a can of squiggly worms here) Well, then you can go fishing This is a A sidenotnote ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: Newbye question VIM problem

2013-07-23 Thread Teske, Devin
On Jul 23, 2013, at 8:56 AM, Pietro Paolini wrote: > > On Jul 23, 2013, at 5:16 PM, Fernando Apesteguía > wrote: > >> https://urldefense.proofpoint.com/v1/url?u=ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-release/Latest/&k=%2FbkpAUdJWZuiTILCq%2FFnQg%3D%3D%0A&r=Mr

Re: Newbye question VIM problem

2013-07-23 Thread Pietro Paolini
On Jul 23, 2013, at 5:16 PM, Fernando Apesteguía wrote: > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-release/Latest/ Yep, thanks a lot ! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: Newbye question VIM problem

2013-07-23 Thread Fernando Apesteguía
On Tue, Jul 23, 2013 at 5:09 PM, Pietro Paolini wrote: > > On Jul 23, 2013, at 4:36 PM, "Teske, Devin" > wrote: > > > env PACKAGESITE= > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/pkg_add > -r vim-lite > > Thanks for the quick answer but I got the e

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 13:35, j.mcke...@ru.ac.za wrote: Quoting Frank Leonhardt : There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means you get 2^8 add

Re: Newbye question VIM problem

2013-07-23 Thread Pietro Paolini
On Jul 23, 2013, at 4:36 PM, "Teske, Devin" wrote: > env > PACKAGESITE=ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/ > pkg_add -r vim-lite Thanks for the quick answer but I got the error: env PACKAGESITE=ftp://ftp-archive.freebsd.org/pub/FreeBSD-A

Re: poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Wolfgang Riegler
Running poudriere with NO_LINUX=yes in poudriere.conf seems to work. Because I using FreeBSD as a desktop system as well. I need some linux ports. Any chance for it? thanks regards Wolfgang Am Dienstag, 23. Juli 2013, 09:12:13 schrieb Bryan Drewery: > On 7/23/2013 9:00 AM, Wolfgang Riegler

Re: Newbye question VIM problem

2013-07-23 Thread Teske, Devin
On Jul 23, 2013, at 7:24 AM, Pietro Paolini wrote: > Hello all, > > I have to install in a probably not latest version BSD machine but when I try > to > > pkg_add -r vim-lite > Error: Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim-lite.tbz: > Fi

Re: poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Bryan Drewery
On 7/23/2013 9:00 AM, Wolfgang Riegler wrote: > yes, there is > /mnt/system/DATEN/poudriere/basefs/data/build/91amd64-hostportstree/ref/usr/ports/ports-mgmt/pkg/ Can you try with NOLINUX=yes in your poudriere.conf? > > regards > > Wolfgang > > Am Dienstag, 23. Juli 2013, 08:48:38 schrieb Brya

<    6   7   8   9   10   11   12   13   14   15   >