Re: pkg install on freshly installed 9.1 doesn't find any packages

2013-08-16 Thread Matthew Seaman
On 17/08/2013 05:41, Yuri wrote: > I installed 9.1 from iso image. > Then 'pkg' command brought pkg-1.0.11 package. > Now commands like 'pkg install gnome2' always say: > pkg: Package 'gnome2' was not found in the repositories. > > Am I missing something? This is vanilla 9.1 from DVD image. Nothin

pkg install on freshly installed 9.1 doesn't find any packages

2013-08-16 Thread Yuri
I installed 9.1 from iso image. Then 'pkg' command brought pkg-1.0.11 package. Now commands like 'pkg install gnome2' always say: pkg: Package 'gnome2' was not found in the repositories. Am I missing something? This is vanilla 9.1 from DVD image. Nothing else. Yuri __

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Polytropon
On Fri, 16 Aug 2013 18:07:25 -0700, Adrian Chadd wrote: > What keyboard / laptop has the key code '150' map to 'go to sleep' ? My Sun Type 7 USB keyboard has the "Copy" key at code 150... :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...

Re: Myrinet 10Gb odd behavior - SOLVED

2013-08-16 Thread aurfalien
On Aug 16, 2013, at 8:47 AM, aurfalien wrote: > Forgot to mention my loader.conf; > > if_mxge_load="YES" > mxge_ethp_z8e_load="YES" > mxge_eth_z8e_load="YES" > mxge_rss_ethp_z8e_load="YES" > mxge_rss_eth_z8e_load="YES" > > > I blindly added these w/o thinking what they do. > > Should I simply

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Adrian Chadd
Right, but this sounds like some bug to send upstream. Or at least patch in our port(s) for this stuff. What keyboard / laptop has the key code '150' map to 'go to sleep' ? -adiran On 16 August 2013 17:09, Matthias Petermann wrote: > Hi, > > a short update on this. I just found out: at lea

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Matthias Petermann
Hi, a short update on this. I just found out: at least in Gnome 2 the behavior can be prevented by using the gconf-settings tool, changing the value of the key "/apps/gnome-power-manager/buttons/suspend" from "suspend" to "nothing". Seems like some ubuntu users had the same issue as I found t

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Matthias Petermann
Hi, Am 16.08.2013 13:58, schrieb Polytropon: I have tested a Lenovo R61i running Xfce, and I don't experience the strange behaviour desribed. However, using the "xev" event tester, the keycode for the Fn key is being displayed as 227, and the KeyPress event is held (!) until the key is release

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Polytropon
On Fri, 16 Aug 2013 11:24:51 -0700, Adrian Chadd wrote: > ... xf86sleep as a keypress id? Yes, there are many of XF86... key symbols that can be associated to key codes. Probably this is some setting in Gnome or KDE (but not in other environments). You can use "xev" to check which symbol is associ

Re: VPN where local private address collide

2013-08-16 Thread Odhiambo Washington
On 16 August 2013 20:17, Frank Leonhardt wrote: > Let's say we're using MPD on FreeBSD at both ends of a link here, using a > VPN to connect two LANs. (The use of MPD is negotiable). > > One LAN uses the address range 192.168.1.0/24 and the other uses the > address range, er, 192.168.1.0/24. How

Re: VPN where local private address collide

2013-08-16 Thread Terje Elde
On 16. aug. 2013, at 19:17, Frank Leonhardt wrote: > Has anyone actually done this, and if so, how? This is wrong on so many levels, and you'll have to work around all og them. Yes, you can use nat, but what about adress-resolution? And so on. If it's a specific thing you need to work - a spes

Re: pkgng problem

2013-08-16 Thread Michael W. Lucas
On Fri, Aug 16, 2013 at 11:23:41AM -0700, Adrian Chadd wrote: >Have you done a "pkg update" first, just in case you needed to pull in a >pkgng update? Yep, tried that. ==ml -- Michael W. Lucas - mwlu...@michaelwlucas.com, Twitter @mwlauthor http://www.MichaelWLucas.com/, http://blath

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Adrian Chadd
... xf86sleep as a keypress id? -adrian On 16 August 2013 04:48, Grzegorz Blach wrote: > Hi, > > I also had problem with Fn key. > I'm using Lenovo T430 and Enlightenment desktop environment. > I resolved this issue by unbinding XF86Sleep in Enlightenment settings. > > Cheers, > Grzegorz Bla

Re: pkgng problem

2013-08-16 Thread Adrian Chadd
Have you done a "pkg update" first, just in case you needed to pull in a pkgng update? -adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions

VPN where local private address collide

2013-08-16 Thread Frank Leonhardt
Let's say we're using MPD on FreeBSD at both ends of a link here, using a VPN to connect two LANs. (The use of MPD is negotiable). One LAN uses the address range 192.168.1.0/24 and the other uses the address range, er, 192.168.1.0/24. However hard you try to avoid this, it's going to happen.

Re: pkgng problem

2013-08-16 Thread Michael W. Lucas
Matt, Another data point on this: Machines converted to pkgng a couple weeks ago can install new packages just fine despite showing the same error. And it looks like they download the new repo information: # pkg install sysrc Updating repository catalogue digests.txz 100%

Re: Myrinet 10Gb odd behavior

2013-08-16 Thread aurfalien
Forgot to mention my loader.conf; if_mxge_load="YES" mxge_ethp_z8e_load="YES" mxge_eth_z8e_load="YES" mxge_rss_ethp_z8e_load="YES" mxge_rss_eth_z8e_load="YES" I blindly added these w/o thinking what they do. Should I simply only load the first line? - aurf On Aug 16, 2013, at 8:18 AM, aurfal

Re: pkgng problem

2013-08-16 Thread Matthew Seaman
On 16/08/2013 16:02, Michael W. Lucas wrote: > > Thanks, Matt. > > # pkg -vv | sed -ne '/Repositories/,$p' > Repositories: > packagesite: > url: http://pkg-test.freebsd.org/pkg-test-freebsd:9:x86:32/latest > key: > enabled: yes > mirror_type: SRV > > Als

Myrinet 10Gb odd behavior

2013-08-16 Thread aurfalien
Hi, I've been suspecting my NIC is not up to par and notice this in the logs every few minutes; Aug 16 08:05:06 prometheus kernel: mxge0: slice 0 struck? ring state: Aug 16 08:05:06 prometheus kernel: mxge0: tx.req=1914503981 tx.done=1914503810, tx.queue_active=0 Aug 16 08:05:06 prometheus kern

Re: pkgng problem

2013-08-16 Thread Michael W. Lucas
Thanks, Matt. # pkg -vv | sed -ne '/Repositories/,$p' Repositories: packagesite: url: http://pkg-test.freebsd.org/pkg-test-freebsd:9:x86:32/latest key: enabled: yes mirror_type: SRV Also: # pkg -v 1.1.4 ==ml -- Michael W. Lucas - mwlu...@michaelw

Asic Bitcoin Sales

2013-08-16 Thread sales
= Asic-technologies.com = New Cheaper Prices - difficulty now 50M ! Visit Us USB Block Miners from ASICMINER now 0.58 BTC each !! FREE SHIPPING Mining board's supplied , Case, power supply , On-board heat sink , USB connectors. Ready assembled

Re: ZFS Snapshots Not able to be accessed under .zfs/snapshot/name

2013-08-16 Thread dweimer
On 08/15/2013 10:00 am, dweimer wrote: On 08/14/2013 9:43 pm, Shane Ambler wrote: On 14/08/2013 22:57, dweimer wrote: I have a few systems running on ZFS with a backup script that creates snapshots, then backs up the .zfs/snapshot/name directory to make sure open files are not missed. This h

Re: pkgng problem

2013-08-16 Thread Matthew Seaman
On 16/08/2013 13:43, Michael W. Lucas wrote: > Hi, > > I'm sure someone has had this before, but I can't find any reference > to it. > > # pkg upgrade > Updating repository catalogue > digests.txz 100% 997KB 997.1KB/s 997.1KB/s 00:00 > packagesite.txz

pkgng problem

2013-08-16 Thread Michael W. Lucas
Hi, I'm sure someone has had this before, but I can't find any reference to it. # pkg upgrade Updating repository catalogue digests.txz 100% 997KB 997.1KB/s 997.1KB/s 00:00 packagesite.txz 100% 5530KB 1.8MB/s 3.2MB/s 00:03 pkg: Invalid manifest

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Grzegorz Blach
Hi, I also had problem with Fn key. I'm using Lenovo T430 and Enlightenment desktop environment. I resolved this issue by unbinding XF86Sleep in Enlightenment settings. Cheers, Grzegorz Blach ___ freebsd-questions@freebsd.org mailing list http://lists.

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Polytropon
On Fri, 16 Aug 2013 13:25:41 +0200, Matthias Petermann wrote: > Hi Adrian, > > Zitat von Adrian Chadd : > > > Hi! > > > > I'm glad someone else is seeing this! > > > > I have the same behaviour with KDE4 on my T60 and T400. If I go to run > > amiwm (because hey, Workbench is awesome!) it doesn't

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Matthias Petermann
Hi Adrian, Zitat von Adrian Chadd : Hi! I'm glad someone else is seeing this! I have the same behaviour with KDE4 on my T60 and T400. If I go to run amiwm (because hey, Workbench is awesome!) it doesn't happen. .. and bah, I wish the resume worked for you. It works fine for me on T42i, T60,

Re: FreeBSD 9.2

2013-08-16 Thread ajtiM
Thank you very much. I will wait for 9.2 release or switch to Linux which works but it is not hat I want it… On Aug 15, 2013, at 4:14 PM, Doug Hardie wrote: > > On 15 August 2013, at 06:37, ajtiM wrote: > >> >> How will be ATI supported in FreeBSD 9.2, please? I like bluetooth mouse. Is >>

Re: where to start with PGP/GPG?

2013-08-16 Thread Anton Shterenlikht
>From cpgh...@cordula.ws Thu Aug 15 20:20:49 2013 > >On 08/15/13 14:16, Anton Shterenlikht wrote: >> I never needed to use pgp till now. >> So I'm not sure where to start. >> Is security/gnupg the way to go? >> Any other advice? > >security/gnupg + security/pinentry is the way to go. I wonder if p

Vbox shared folders and freebsd guests

2013-08-16 Thread krad
Hi, Do shared folders from vbox hosts to freebsd guests work as i cant seem to mount them? I have the guest additions installed fine. s11 host vbox@radical:~$ VBoxManage list runningvms "router" {daa9e421-7730-4f77-b97c-d931c107e50d} vbox@radical:~$ VBoxManage list runningvms -l| ggrep -iA 2 sh