Re: jls usage

2013-07-14 Thread Shane Ambler
On 13/07/2013 18:24, Frank Leonhardt wrote: Next question: How do you kill a PR you've changed your mind about? just submit a follow up requesting that it be closed as the fix has been applied. ___ freebsd-questions@freebsd.org mailing list http:

Re: OT: rsync on Mac OSX

2013-07-13 Thread David Brodbeck
On Fri, Jul 12, 2013 at 11:25 AM, Chris Maness wrote: > Thank you for the detailed description of what resource forks are. One > more clue in this mystery is that appending .mov extension to it fixes the > problem. That makes some sense, since without the resource fork some MacOS software would

Re: jls usage

2013-07-13 Thread Fbsd8
Teske, Devin wrote: On Jul 11, 2013, at 6:19 PM, Fbsd8 wrote: In a .sh script I'm trying to get the jid for a single jail using this code jid=`jls -j jailname | cut -f 1- | awk '{print $1}'` Looks a little over complicated... why not just.. jls -j jailname jid Thanks Devin. Thats what

Re: pkg: Unable to open ports directory /usr/ports: No such file or directory

2013-07-13 Thread Matthew Seaman
ently. See the thread on freebsd-ports@... subject 'Latest snapshot' starting with this message: http://lists.freebsd.org/pipermail/freebsd-ports/2013-July/084833.html but to summarize several people saw the problem, and the cure was to delete the files portsnap was using by 'rm

Re: pkg: Unable to open ports directory /usr/ports: No such file or directory

2013-07-13 Thread Leslie Jensen
2013-07-12 13:25, Leslie Jensen skrev: When I run portsnap fetch update pkg version -vIL= It returns pkg: Unable to open ports directory /usr/ports: No such file or directory The directory is there and I can list the contents. What's going on? Thanks /Leslie

Re: jls usage

2013-07-13 Thread Frank Leonhardt
On 13/07/2013 05:12, Shane Ambler wrote: On 13/07/2013 01:26, Frank Leonhardt wrote: Okay - answering my own question and solved... It's a bug (or is that a feature?). In /etc/rc.d/jail line 647 it currently reads: eval ${_setfib} jail ${_flags} -i ${_rootdir} ${_hostname} \

Re: sed Guru wanted

2013-07-12 Thread Matthias Apitz
El día Friday, July 12, 2013 a las 10:44:07AM -0500, Robert Bonomi escribió: > > I can delete in a text file with > > > > sed '/pattern1/,/pattern2/d' < file > > > > all lines between the lines with the given patterns, including themself > > also; how could I specify that the deletion should exc

Re: jls usage

2013-07-12 Thread Shane Ambler
On 13/07/2013 01:26, Frank Leonhardt wrote: Okay - answering my own question and solved... It's a bug (or is that a feature?). In /etc/rc.d/jail line 647 it currently reads: eval ${_setfib} jail ${_flags} -i ${_rootdir} ${_hostname} \ \"${_addrl}\" ${

Re: OT: rsync on Mac OSX

2013-07-12 Thread Chris Maness
On Fri, Jul 12, 2013 at 11:12 AM, Paul Kraus wrote: > Dropping the list … > > On Jul 12, 2013, at 1:49 PM, Chris Maness wrote: > > > Checksums are the same. All other files still work however the HUGE > > rendered Final Cut Pro output, so I guess it is something in .DS_Store. > > Last time I ju

Re: OT: rsync on Mac OSX

2013-07-12 Thread Doug Hardie
On 12 July 2013, at 10:49, Chris Maness wrote: > On Tue, Jul 2, 2013 at 3:11 PM, Chris Maness wrote: > >> >> >> >> >>> Since you are going to wait anyway, why don't you try peeking at some of >>> the file checksums while this is running? >>> >>> MacOS X comes with a shasum utility which i

Re: OT: rsync on Mac OSX

2013-07-12 Thread Chris Maness
On Tue, Jul 2, 2013 at 3:11 PM, Chris Maness wrote: > > > > >> Since you are going to wait anyway, why don't you try peeking at some of >> the file checksums while this is running? >> >> MacOS X comes with a shasum utility which implements SHA-256 checksums, >> so you should be able to look at a

Re: jls usage

2013-07-12 Thread markham breitbach
On 13-07-12 9:56 AM, Frank Leonhardt wrote: > On 12/07/2013 16:32, Frank Leonhardt wrote: >> I've tried using the actual jail name, and the hostname to be sure - nothing >> - and on >> checking (jls -v) I'm somehow ending up with the Name being the same as the >> ID. I just >> put this down to a

Re: jls usage

2013-07-12 Thread Frank Leonhardt
On 12/07/2013 16:32, Frank Leonhardt wrote: I've tried using the actual jail name, and the hostname to be sure - nothing - and on checking (jls -v) I'm somehow ending up with the Name being the same as the ID. I just put this down to a quirk/bug (it's there in 8.2-9) but it sounds like it's not

Re: sed Guru wanted

2013-07-12 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Fri Jul 12 05:13:11 2013 > Date: Fri, 12 Jul 2013 11:04:04 +0200 > From: Matthias Apitz > To: freebsd-questions@freebsd.org > Subject: sed Guru wanted > > > Hello, > > I can delete in a text file with > > sed '/pattern1/,/pattern2/d' < file > > all line

Re: jls usage

2013-07-12 Thread Frank Leonhardt
I've tried using the actual jail name, and the hostname to be sure - nothing - and on checking (jls -v) I'm somehow ending up with the Name being the same as the ID. I just put this down to a quirk/bug (it's there in 8.2-9) but it sounds like it's not an issue for anyone else. I'm defining them

Re: jls usage

2013-07-12 Thread Frank Leonhardt
On 12/07/2013 15:20, Teske, Devin wrote: On Jul 12, 2013, at 2:35 AM, Frank Leonhardt wrote: On 12/07/2013 02:33, Teske, Devin wrote: On Jul 11, 2013, at 6:19 PM, Fbsd8 wrote: In a .sh script I'm trying to get the jid for a single jail using this code jid=`jls -j jailname | cut -f 1- | awk

Re: jls usage

2013-07-12 Thread Teske, Devin
On Jul 12, 2013, at 2:35 AM, Frank Leonhardt wrote: > On 12/07/2013 02:33, Teske, Devin wrote: >> On Jul 11, 2013, at 6:19 PM, Fbsd8 wrote: >> >>> In a .sh script I'm trying to get the jid for a single jail using this code >>> >>> jid=`jls -j jailname | cut -f 1- | awk '{print $1}'` >>> >> Loo

Re: FreeBSD 9.1 fails to boot from CD on Notebook

2013-07-12 Thread Sergio de Almeida Lenzi
seems that some notebooks the bios loads part of the boot from the HD first before trying to boot from the CD, so when the CD boots, the system expects some windows stuff, when it "sees" FreeBSD, it reboots... Solution I found: 1) get/buy another HD for notebook (here a 320GB costs U$100) 2) mak

Re: FreeBSD 9.1 fails to boot from CD on Notebook

2013-07-12 Thread Erich Dollansky
Hi On Fri, 12 Jul 2013 14:56:12 +0200 Martin Siebel wrote: > > Any ideas about BIOS settings I may change? > find out how how the CD drive is connected and then play with the settings fir this interface Erich > I burnt the CD twice by the way, with different burning software, to > avoid dam

Re: jls usage

2013-07-12 Thread Frank Leonhardt
On 12/07/2013 02:33, Teske, Devin wrote: On Jul 11, 2013, at 6:19 PM, Fbsd8 wrote: In a .sh script I'm trying to get the jid for a single jail using this code jid=`jls -j jailname | cut -f 1- | awk '{print $1}'` Looks a little over complicated... why not just.. jls -j jailname jid I've ne

Re: jls usage

2013-07-11 Thread Colin House
On 12/07/2013 11:19 AM, Fbsd8 wrote: In a .sh script I'm trying to get the jid for a single jail using this code jid=`jls -j jailname | cut -f 1- | awk '{print $1}'` The first line output by jls is a title line which the cut command is suppose to cut out so the first field on line 2 gets select

Re: jls usage

2013-07-11 Thread Teske, Devin
On Jul 11, 2013, at 6:19 PM, Fbsd8 wrote: > In a .sh script I'm trying to get the jid for a single jail using this code > > jid=`jls -j jailname | cut -f 1- | awk '{print $1}'` > Looks a little over complicated... why not just.. jls -j jailname jid -- Devin > The first line output by jls is

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread Mark Felder
On Thu, Jul 11, 2013, at 14:37, David Noel wrote: > > If this is the case replacing the kernel should have no effect. But > what then? Any thoughts? I'd contact freebsd-fs@ and see what they have to say ___ freebsd-questions@freebsd.org mailing list htt

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread David Noel
On 7/11/13, Mark Felder wrote: > On Thu, 11 Jul 2013 05:00:39 -0500, Eduardo Morras > wrote: > >> Perhaps make buildkernel was compiled with -j >1, it's known to create a >> >> buggy kernel. > > This is not true to my knowledge. If buildkernel produced bad kernels with > > -j>1 we'd not allow you

Re: How to get file from nfs id

2013-07-11 Thread Dan Nelson
In the last episode (Jul 11), Radek Krejca said: > Hello, > > I have problem with heavy load of my nfsd server. There is connected about 70 > diskless machines, but in readonly mode. I catched traffic and get this: > > 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh > Unk

Re: prevent ip conflict in dhcp client

2013-07-11 Thread krad
what is normal though these days? A lot of the fibre vhdsl lines do use dhcp on the wan link in the uk as they are just presented as ethernet, whilst other providers pppoe. On 11 July 2013 13:47, Frank Leonhardt wrote: > This all sounds like a very strange thing to be doing! But I hate it when

Re: prevent ip conflict in dhcp client

2013-07-11 Thread Frank Leonhardt
This all sounds like a very strange thing to be doing! But I hate it when people answer my questions with "Why would you want to do that", so I won't. Binding an IPv4 address using a MAC address, which is the answer to a lot of DHCP problems. But your explanation "my client acts like a router

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread Warren Block
On Thu, 11 Jul 2013, Eduardo Morras wrote: On Thu, 11 Jul 2013 04:40:38 -0500 David Noel wrote: I didn't include the make buildworld or make buildkernel for the sake of brevity but yes, I executed them prior to installworld and installkernel. Perhaps make buildkernel was compiled with -j >1

Re: prevent ip conflict in dhcp client

2013-07-11 Thread Eugene
ssage- From: s m Sent: Thursday, July 11, 2013 3:18 PM To: Eugene Cc: freebsd-questions Subject: Re: prevent ip conflict in dhcp client thanks Eugene, you're right but i forgot to say that my client acts like a router. i mean none of interfaces should have ip address in same range (this is co

Re: prevent ip conflict in dhcp client

2013-07-11 Thread krad
ops %s/rand/range/ On 11 July 2013 12:42, krad wrote: > alter the pool rand on the network to use say, x.x.x.1-199 on a /24, and > then allocate your statics >200 but <= 254 or add something similar to your > isc-dhcp config > > host host.intranet { > hardware ethernet c8:60:33:1d:f3:57; >

Re: prevent ip conflict in dhcp client

2013-07-11 Thread krad
alter the pool rand on the network to use say, x.x.x.1-199 on a /24, and then allocate your statics >200 but <= 254 or add something similar to your isc-dhcp config host host.intranet { hardware ethernet c8:60:33:1d:f3:57; fixed-address 192.168.210.81; option host-name "host.intranet"; } A

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread Mark Felder
On Thu, 11 Jul 2013 05:00:39 -0500, Eduardo Morras wrote: Perhaps make buildkernel was compiled with -j >1, it's known to create a buggy kernel. This is not true to my knowledge. If buildkernel produced bad kernels with -j>1 we'd not allow you to do that without jumping through hoops. _

Re: prevent ip conflict in dhcp client

2013-07-11 Thread s m
thanks Eugene, you're right but i forgot to say that my client acts like a router. i mean none of interfaces should have ip address in same range (this is conflict for me). i can manage each interface to get ip address from DHCP or manually. so one interface may get ip address from dhcp server wher

Re: prevent ip conflict in dhcp client

2013-07-11 Thread Eugene
Hi Sam, Actually I think this is wrong approach. Correctly configured networks should be consistent and should not need such 'fixes'. Also you should observe the IP provided by upstream DHCP server otherwise it is an invitation for trouble (both technical and possibly legal). Are the 'other' i

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread David Noel
Ah. That very well might be it. I did call buildkernel with j > 1. I'll boot an 8.4 memstick and replace the kernel. Thanks, -David On 7/11/13, Eduardo Morras wrote: > On Thu, 11 Jul 2013 04:40:38 -0500 > David Noel wrote: >> >> I didn't include the make buildworld or make buildkernel for the

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread Eduardo Morras
On Thu, 11 Jul 2013 04:40:38 -0500 David Noel wrote: > > I didn't include the make buildworld or make buildkernel for the sake > of brevity but yes, I executed them prior to installworld and > installkernel. Perhaps make buildkernel was compiled with -j >1, it's known to create a buggy kernel.

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread David Noel
On 7/11/13, Alexandre wrote: > On Thu, Jul 11, 2013 at 11:04 AM, David Noel > wrote: > >> I have 4 servers I'm upgrading from 8.3 to 8.4. Two of them went >> without a hitch, two of them blew up in my face. The only difference >> between the two is the ones that worked have a 2-disk ZFS mirror an

Re: [Bulk] FreeBSD upgrade woes (8.3 -> 8.4)

2013-07-11 Thread Alexandre
On Thu, Jul 11, 2013 at 11:04 AM, David Noel wrote: > I have 4 servers I'm upgrading from 8.3 to 8.4. Two of them went > without a hitch, two of them blew up in my face. The only difference > between the two is the ones that worked have a 2-disk ZFS mirror and > the ones that didn't have a 4-disk

Re: How to get file from nfs id

2013-07-11 Thread Frank Leonhardt
On 11/07/2013 06:47, Radek Krejc(a wrote: Hello, I have problem with heavy load of my nfsd server. There is connected about 70 diskless machines, but in readonly mode. I catched traffic and get this: 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh Unknown/A27801CEDE115FA

Re: FreeBSD on Asus F70SL

2013-07-10 Thread Waitman Gobble
On Jul 10, 2013 12:55 PM, "Martin Siebel" wrote: > > Hello! > > I recently tried (and failed) installing FreeBSD-9.1-RELEASE on my Asus F70SL Notebook. > I already created a thread in the official FreeBSD boards but so far no one could help me out with my problem. Since I really want to use FreeBS

Re: zfs can't mount /usr after 9.1-release upgrade

2013-07-10 Thread Tom Worster
On 7/10/13 1:50 PM, "Michael Sierchio" wrote: >On Wed, Jul 10, 2013 at 12:34 PM, Tom Worster wrote: > ># mount -p > /etc/fstab thanks for answering, michael. i have now spotted the problem. the zfs_enable line in rc.conf was fubar. i must have done some bad vi on it around the time i upgraded

Re: [Bulk] Wireless Networking

2013-07-10 Thread Alexandre
On Wednesday, July 10, 2013, Walter Hurry wrote: > 9.1-RELEASE-p4 on amd64. This is a laptop with an Atheros 9280 wireless > chip in a domestic setting with a single router and a cable "modem". > > I have never had to use wireless before, but am now in another room. I > have followed the handbook,

Re: chrome does not refresh screen content

2013-07-09 Thread Lowell Gilbert
CeDeROM writes: >>> Do you have kern.ipc.shm_allow_removed set? >>> http://svnweb.freebsd.org/ports/head/www/chromium/pkg-message?revision=318200 >> >> Thank you George! That was not set on my system, will try and let you >> know the results! That's in the pkg message. _

Re: Should I be able to use mergemaster with freebsd-update?

2013-07-09 Thread Eugene
, July 02, 2013 8:37 PM To: freebsd-questions@freebsd.org Subject: Re: Should I be able to use mergemaster with freebsd-update? Hi all, In case anybody was following this discussion, I have successfully upgraded the system from 8.2 to 8.4 using freebsd-update. The process did have some glitches (in

Re: chrome does not refresh screen content

2013-07-09 Thread CeDeROM
On Tue, Jul 9, 2013 at 11:35 AM, CeDeROM wrote: > On Tue, Jul 9, 2013 at 11:30 AM, George Liaskos wrote: >> Do you have kern.ipc.shm_allow_removed set? >> http://svnweb.freebsd.org/ports/head/www/chromium/pkg-message?revision=318200 > > Thank you George! That was not set on my system, will try an

Re: chrome does not refresh screen content

2013-07-09 Thread Shane Ambler
On 09/07/2013 18:52, CeDeROM wrote: Your VLC/Xorg refresh related problem may be related to invalid Xorg configuration - please search for hald and xorg autodetectinput - if you have frozen screen until you move a mouse this is it and you can solve it relatively easy :-) A few apps not refreshi

Re: courier imap - unable to access shared folders: "operation not supported"

2013-07-09 Thread Mark Felder
On Tue, 09 Jul 2013 08:23:05 -0500, R Skinner wrote: Ok. I'll give it a try. But why would it work with the NFS server - before the repair and without FAM - and not now? Oh, I misunderstood. I thought you weren't having problems until you turned on that enhanced idle feature. I'd sta

Re: courier imap - unable to access shared folders: "operation not supported"

2013-07-09 Thread R Skinner
On 07/09/13 23:05, Mark Felder wrote: On Tue, 09 Jul 2013 08:00:22 -0500, R Skinner wrote: No, I don't. But then it was something I thought might help the situation and another feature to start playing with. Bit of a stretch really... but I was getting desperate. Would that have anything t

Re: courier imap - unable to access shared folders: "operation not supported"

2013-07-09 Thread Mark Felder
On Tue, 09 Jul 2013 08:00:22 -0500, R Skinner wrote: No, I don't. But then it was something I thought might help the situation and another feature to start playing with. Bit of a stretch really... but I was getting desperate. Would that have anything to do with the main problem though?

Re: courier imap - unable to access shared folders: "operation not supported"

2013-07-09 Thread R Skinner
On 07/09/13 21:56, Mark Felder wrote: The courier documentation says this about using "enhanced idle" over NFS FAM (but not Gamin) also works with NFS filesystems. On NFS clientsfam transparently forwards file monitoring requests to a peer famprocess on the NFS server. Do you have a peer fam

Re: courier imap - unable to access shared folders: "operation not supported"

2013-07-09 Thread Mark Felder
The courier documentation says this about using "enhanced idle" over NFS FAM (but not Gamin) also works with NFS filesystems. On NFS clientsfam transparently forwards file monitoring requests to a peer famprocess on the NFS server. Do you have a peer fam process on the NFS server? _

Re: chrome does not refresh screen content

2013-07-09 Thread CeDeROM
On Tue, Jul 9, 2013 at 11:30 AM, George Liaskos wrote: > Do you have kern.ipc.shm_allow_removed set? > http://svnweb.freebsd.org/ports/head/www/chromium/pkg-message?revision=318200 Thank you George! That was not set on my system, will try and let you know the results! THANKS!! :-) -- CeDeROM,

Re: chrome does not refresh screen content

2013-07-09 Thread George Liaskos
Do you have kern.ipc.shm_allow_removed set? http://svnweb.freebsd.org/ports/head/www/chromium/pkg-message?revision=318200 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Errors building mysql55-client

2013-07-09 Thread bw.mail.lists
I get these in poudriere: >> [01] Starting build of databases/mysql56-client >> [01] Finished build of databases/mysql56-client: Failed: checksum >> [01] Skipping build of databases/mysql56-server: Dependent port databases/mysql56-client failed >> Stopping 2 builders >> No p

Re: chrome does not refresh screen content

2013-07-09 Thread CeDeROM
On Tue, Jul 9, 2013 at 7:21 AM, Shane Ambler wrote: > I see this issue while playing videos in vlc, it's not 100% but close, > so it may be related to video resolution or codec. As soon as I stop the > video (not pause but stop) the windows draw properly again. Hello Shane :-) My problem is not r

Re: chrome does not refresh screen content

2013-07-08 Thread Shane Ambler
On 08/07/2013 19:29, CeDeROM wrote: Hello :-) I have noted this nasty and disturbing problem with Chromium that it very often does not refresh screen/display so I get result after few seconds or need to refresh page to see a change. It does not happen with other browsers and/or x-applications. D

Re: UEFI Secure Boot

2013-07-08 Thread Mehmet Erol Sanliturk
On Mon, Jul 8, 2013 at 8:31 PM, Polytropon wrote: > On Mon, 8 Jul 2013 16:21:28 + (UTC), jb wrote: > > I hope FreeBSD (and other OSs) luminaries, devs and users will find a > way not > > to harm themselves. > > A massive problem I (personally) have is that with Restricted Boot > (this is what

Re: UEFI Secure Boot

2013-07-08 Thread jb
Mike Jeays rogers.com> writes: > > On Tue, 9 Jul 2013 02:31:40 +0200 > Polytropon edvax.de> wrote: > > > On Mon, 8 Jul 2013 16:21:28 + (UTC), jb wrote: > > > I hope FreeBSD (and other OSs) luminaries, devs and users will find > > > a way not to harm themselves. > > > > A massive problem I

Re: UEFI Secure Boot

2013-07-08 Thread Mike Jeays
On Tue, 9 Jul 2013 02:31:40 +0200 Polytropon wrote: > On Mon, 8 Jul 2013 16:21:28 + (UTC), jb wrote: > > I hope FreeBSD (and other OSs) luminaries, devs and users will find a way > > not > > to harm themselves. > > A massive problem I (personally) have is that with Restricted Boot > (this

Re: chrome does not refresh screen content

2013-07-08 Thread ill...@gmail.com
On 8 July 2013 05:59, CeDeROM wrote: > Hello :-) > > I have noted this nasty and disturbing problem with Chromium that it > very often does not refresh screen/display so I get result after few > seconds or need to refresh page to see a change. It does not happen > with other browsers and/or x-appl

Re: UEFI Secure Boot

2013-07-08 Thread Polytropon
On Mon, 8 Jul 2013 16:21:28 + (UTC), jb wrote: > I hope FreeBSD (and other OSs) luminaries, devs and users will find a way not > to harm themselves. A massive problem I (personally) have is that with Restricted Boot (this is what "Secure Boot" basically is) you are no longer able to _ignore_

Re: UEFI Secure Boot

2013-07-08 Thread Noel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/8/2013 6:28 PM, Teske, Devin wrote: Not entirely correct. Microsoft licensing requires UEFI Secure boot for PCs sold with preinstalled Win8 and the "Windows 8" logo. Win8 itself boots and runs fine on legacy hardware without UEFI (and often

Re: UEFI Secure Boot

2013-07-08 Thread Noel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/8/2013 6:28 PM, Teske, Devin wrote: > On Jul 8, 2013, at 3:24 PM, Sergio de Almeida Lenzi wrote: > > [snip] > >> >> So the question: >> Why or when will I need an secure UEFI boot??? >> > > From what I've read of UEFI Secure boot, I've parcele

Re: UEFI Secure Boot

2013-07-08 Thread RW
On Mon, 08 Jul 2013 19:24:38 -0300 Sergio de Almeida Lenzi wrote: > I could not find only a one user that wants to use FreeBSD and/or > LInux AND windows Some people don't want to delete a preinstalled copy of Windows so they can buy another and install it in a virtual server. There are also fa

Re: UEFI Secure Boot

2013-07-08 Thread Teske, Devin
On Jul 8, 2013, at 3:24 PM, Sergio de Almeida Lenzi wrote: [snip] > > So the question: > Why or when will I need an secure UEFI boot??? > >From what I've read of UEFI Secure boot, I've parceled out into these nuggets: (correct any nuggets I got wrong) 1. UEFI Secure boot is actually UEFI

Re: UEFI Secure Boot

2013-07-08 Thread Sergio de Almeida Lenzi
Hello, You can call me naive, but until today, I could not find only a one user that wants to use FreeBSD and/or LInux AND windows in any machine I mount/sold, and I have mount it by the dozen, servers running FreeBSD, notebooks running a custom version of Arch Linux... In the freeBSD servers,

Re: Errors building mysql55-client

2013-07-08 Thread Dave Hayes
On 06/27/13 03:13, C. L. Martinez wrote: On Thu, Jun 27, 2013 at 9:21 AM, Trond Endrestøl wrote: On Thu, 27 Jun 2013 07:55-, C. L. Martinez wrote: Either the file named distinfo is messed up, or the maintainer has access to a different file than the rest of us. Maybe you should wait until

Re: Possibly OT: NFS vs SMB performance

2013-07-08 Thread Andrea Venturoli
On 07/07/13 00:52, Adam Vande More wrote: http://lists.freebsd.org/pipermail/freebsd-current/2013-January/038903.html Thanks Adam. However: I'm using UFS, not ZFS, so the first part is not applicable. I have an nfe card, not an em; so again, the second part does not apply. The only tunable i

Re: routing issues to freebsd.org

2013-07-08 Thread Erich Dollansky
Hi, On Mon, 8 Jul 2013 08:01:09 -0400 staticsafe wrote: > On Mon, Jul 08, 2013 at 09:57:59AM +0100, Paul Macdonald wrote: > > > > On doing some updates this morning, am seeing a routing issue beyond > > bgp1-ext.ysv.freebsd.org... > > > > Updating Index > > fetch: http://www.FreeBSD.org/ports/

Re: routing issues to freebsd.org

2013-07-08 Thread Johan Hendriks
Paul Macdonald schreef: On doing some updates this morning, am seeing a routing issue beyond bgp1-ext.ysv.freebsd.org... Updating Index fetch: http://www.FreeBSD.org/ports/INDEX-9.bz2: No route to host www.freebsd.org.513 IN CNAME wfe0.ysv.freebsd.org. wfe0.ysv.freebsd.org.

Re: routing issues to freebsd.org

2013-07-08 Thread staticsafe
On Mon, Jul 08, 2013 at 09:57:59AM +0100, Paul Macdonald wrote: > > On doing some updates this morning, am seeing a routing issue beyond > bgp1-ext.ysv.freebsd.org... > > Updating Index > fetch: http://www.FreeBSD.org/ports/INDEX-9.bz2: No route to host > > www.freebsd.org.513 IN

Re: SV: Re: Possibly OT: NFS vs SMB performance

2013-07-08 Thread Andrea Venturoli
On 07/06/13 19:51, Leslie Jensen wrote: Smb is slow by design compared to nfs. Sure. As I said, I was expecting lower performance; not *this* lower, however. bye & Thanks av. ___ freebsd-questions@freebsd.org mailing list http://lists.freeb

Re: HP ILO FreeBSD 8.3 Installation problem

2013-07-08 Thread Emre Çamalan
Hi, USB memstick img file is solution for me. I try FreeBSD-8.3-RELEASE-amd64-memstick.img. I downloaded this img file and copy to USB, not burn it to USB. Then attach to İLO such as USB virtual image then sysinstall start, BUT I selected installation from usb install NOT CD/DVD installation. th

Re: Access guard

2013-07-07 Thread Christopher J. Umina
You could also use grok (https://code.google.com/p/semicomplete/wiki/Grok also in ports) to watch the logs and perform actions based on them. On Sun, Jul 7, 2013 at 12:51 PM, Jos Chrispijn wrote: >All, >Thanks for the replies, I will check them out! >best regards, >Jos Chrispijn >

Re: Access guard

2013-07-07 Thread Jos Chrispijn
All, Thanks for the replies, I will check them out! best regards, Jos Chrispijn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsu

Re: Access guard

2013-07-07 Thread Helmut Schneider
Jos Chrispijn wrote: > I am looking for a program that watches login attempts (mail and ssh > login) and blocks the ip address after xx failed attempts. Currently > I am using ipfw - might be great if that program works with ipw too... fail2ban ___ fr

Re: Access guard

2013-07-07 Thread Warren Block
On Sun, 7 Jul 2013, Jos Chrispijn wrote: I am looking for a program that watches login attempts (mail and ssh login) and blocks the ip address after xx failed attempts. Currently I am using ipfw - might be great if that program works with ipw too... security/sshguard. There are subports for

Re: Possibly OT: NFS vs SMB performance

2013-07-06 Thread Adam Vande More
On Fri, Jul 5, 2013 at 11:18 AM, Andrea Venturoli wrote: > Hello. > > Sorry to ask here: maybe it's not the best place, but it might be a start > (the client and server are both FreeBSD). > > The server exports the same directory via NFS and via SMB. > > I'd expect some performance penalty when u

Re: Possibly OT: NFS vs SMB performance

2013-07-06 Thread Damien Fleuriot
On 6 Jul 2013, at 21:34, Martin Alejandro Paredes Sanchez wrote: > On Saturday 06 July 2013 01:55:31 Andrea Venturoli wrote: >> On 07/05/13 20:42, Terje Elde wrote: >>> On 5. juli 2013, at 18:18, Andrea Venturoli wrote: Is this normal in your experience? >>> >>> Did you do them in that o

Re: Acer Laptop Bightness and Volume Hotkeys not working!

2013-07-06 Thread Mike C.
On 07/03/13 01:30, Mike C. wrote: > On 06/23/13 23:57, CeDeROM wrote: >> Hey :-) For my Dell laptop the backlight is controlled by hardware, >> unlike sound keys where you can assign them to use >> xf86audiovolumeup/down (or similar) to interact with mixer. I would >> search for automatic backlight

Re: install on external hdd

2013-07-06 Thread Polytropon
On Sun, 07 Jul 2013 01:15:48 +0400, Nazar Kazakov wrote: > In dmesg repeats the old conclusion that I wrote, but in dmesg > I found information about five usbus and all except the last > one (it has 2.0) written usb 1.0. > I tried to connect the hdd to last, but failed. Looks like a current issue

Re: install on external hdd

2013-07-06 Thread Polytropon
Your research is correct so far. On Sun, 07 Jul 2013 00:18:11 +0400, Nazar Kazakov wrote: > I found on Google about bsdinstall segfault without disks. > Then I reboot computer, disconnected the hdd and connected > it immediately after starting bsdinstall, that's what I brought: > > usb_alloc_devi

Re: Possibly OT: NFS vs SMB performance

2013-07-06 Thread Martin Alejandro Paredes Sanchez
On Saturday 06 July 2013 01:55:31 Andrea Venturoli wrote: > On 07/05/13 20:42, Terje Elde wrote: > > On 5. juli 2013, at 18:18, Andrea Venturoli wrote: > >> Is this normal in your experience? > > > > Did you do them in that order, or did you do the smb (slow) one first? > > > > If the slow was fir

SV: Re: Possibly OT: NFS vs SMB performance

2013-07-06 Thread Leslie Jensen
Smb is slow by design compared to nfs.  /Leslie Skickat från min Samsung Mobil Originalmeddelande Från: Andrea Venturoli Datum: Till: freebsd-questions@freebsd.org Rubrik: Re: Possibly OT: NFS vs SMB performance On 07/05/13 20:42, Terje Elde wrote: > On 5. juli 2

Re: Is this a memory error?

2013-07-06 Thread jb
Dennis Glatting pki2.com> writes: > > Is this message indicating I have a memory error? I'm seeing this > message across two systems, one below: > > FreeBSD mc 9.1-STABLE FreeBSD 9.1-STABLE #0 r252678: Thu Jul 4 03:47:52 > PDT 2013 root mc:/usr/obj/disk-1/src/sys/SMUNI amd64 > > Jul 4

Re: FreeBSD 9.1 won't boot after install

2013-07-06 Thread Warren Block
On Sat, 6 Jul 2013, Simon wrote: On Fri, 5 Jul 2013 19:43:02 -0600 (MDT), Warren Block wrote: I booted the 9.1 install CD, executed "gpart destroy -F ada0", and installed. After completing the install, boot fails with: ERROR: No boot disk has been detected or the disk has failed. That is

Re: FreeBSD 9.1 won't boot after install

2013-07-06 Thread Simon
On Fri, 5 Jul 2013 19:43:02 -0600 (MDT), Warren Block wrote: >> I booted the 9.1 install CD, executed "gpart destroy -F ada0", and >> installed. After completing the install, boot fails with: >> >> ERROR: No boot disk has been detected or the disk has failed. >That is a BIOS error, probably due

Re: Possibly OT: NFS vs SMB performance

2013-07-06 Thread Andrea Venturoli
On 07/05/13 20:42, Terje Elde wrote: On 5. juli 2013, at 18:18, Andrea Venturoli wrote: Is this normal in your experience? Did you do them in that order, or did you do the smb (slow) one first? If the slow was first, I'm thinking caching on the server could be a major factor. Yesterday I

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
On Fri, 5 Jul 2013, James Pace wrote: You, sir, are a wizard. You magical incantations worked, and I now have a bootable FreeBSD 9.1 system. ? ?> Use 'gpart destroy' again, and set up an MBR partitioning scheme: > http://forums.freebsd.org/showpost.php?p=149210&postcount=13 I really, really ap

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James Pace
You, sir, are a wizard. You magical incantations worked, and I now have a bootable FreeBSD 9.1 system.  ​ ​> Use 'gpart destroy' again, and set up an MBR partitioning scheme:  > http://forums.freebsd.org/showpost.php?p=149210&postcount=13   I really, really appreciate your help. ​  James _

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
On Fri, 5 Jul 2013, James E. Pace wrote: Thanks for the reply. I appreciate your trying to help me. On Fri, Jul 5, 2013 at 3:25 PM, Warren Block wrote: On Fri, 5 Jul 2013, James E. Pace wrote: I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core i5-3330, with a Seagate

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James E. Pace
Thanks for the reply. I appreciate your trying to help me. On Fri, Jul 5, 2013 at 3:25 PM, Warren Block wrote: > > On Fri, 5 Jul 2013, James E. Pace wrote: > >> I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core >> i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memo

Re: gvim GUI cannot be used

2013-07-05 Thread Roland Smith
On Fri, Jul 05, 2013 at 05:41:11PM +0200, Raphael Ahrens wrote: > Ahh, thank you. > ke...@kpa.biglobe.ne.jp wrote on Sat, 06.Jul.13 00:03: > > Hi, > > > > On Fri, 5 Jul 2013 14:11:41 +0200 > > Raphael Ahrens wrote: > > > > > When I execute "cd /usr/ports/editors/vim; make config" I get > > > =

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
On Fri, 5 Jul 2013, James E. Pace wrote: I bought an HP Pavilion p7-1597c [1] system last week. It is Intel Core i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with Windows 8. I have disabled Secure Boot and enabled Legacy device booting. That says the disk is GPT par

Re: change an image or convert it to metapost

2013-07-05 Thread David Topham
Check this out for some possibilities of converting image back to Metapost: http://matagalatlante.org/nobre/hyt/mpost.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi, Jens Jahnke wrote on Fri, 05.Jul.13 18:49: > Hi, > > On Fri, 5 Jul 2013 17:52:59 +0200 > Raphael Ahrens wrote: > > RA> To get to the bottom of the problem here my make.conf received with > RA> my now again working gvim, thanks to the remark of Kent. :) > RA> > RA> WITH_X11=YES > RA> O

Re: Possibly OT: NFS vs SMB performance

2013-07-05 Thread Terje Elde
On 5. juli 2013, at 18:18, Andrea Venturoli wrote: > Is this normal in your experience? Did you do them in that order, or did you do the smb (slow) one first? If the slow was first, I'm thinking caching on the server could be a major factor. Terje ___

Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Hi, On Fri, 5 Jul 2013 17:52:59 +0200 Raphael Ahrens wrote: RA> To get to the bottom of the problem here my make.conf received with RA> my now again working gvim, thanks to the remark of Kent. :) RA> RA> WITH_X11=YES RA> OPTIMZED_CFLAGS=YES RA> MAKE_JOBS_NUMBER=2 RA> BUILD_OPTIM

Re: gvim GUI cannot be used

2013-07-05 Thread Carl Johnson
Jens Jahnke writes: > Hi, > > On Fri, 5 Jul 2013 12:56:32 +0200 > CeDeROM wrote: > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall > C> reinstall it, that works for me, and it helps with dialogs in texmode > C> as well :-) > > for me this does not work. Unless I hack the Mak

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Polytropon wrote on Fri, 05.Jul.13 15:34: > On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote: > > El 05/07/2013 13:20, "Jens Jahnke" escribió: > > > > > > Hi, > > > > > > On Fri, 5 Jul 2013 12:56:32 +0200 > > > CeDeROM wrote: > > > > > > C> Hey Raphael :-) Go to /usr/ports/editors/vi

<    8   9   10   11   12   13   14   15   16   17   >