Re: PolicyKit confusion

2011-12-22 Thread Da Rock
On 12/23/11 15:37, Polytropon wrote: On Fri, 23 Dec 2011 14:18:19 +1000, Da Rock wrote: I checked out /media/hal-* and I see that the mount occurs only as root. How do I change that exactly? I need it showing for operator group. I've searched high and low and googled my brains out, but anything

Re: PolicyKit confusion

2011-12-22 Thread Polytropon
On Fri, 23 Dec 2011 14:18:19 +1000, Da Rock wrote: > I checked out /media/hal-* and I see that the mount occurs only as root. > How do I change that exactly? I need it showing for operator group. I've > searched high and low and googled my brains out, but anything remotely > related is for linux

PolicyKit confusion

2011-12-22 Thread Da Rock
This is doing my head in. I'm trying to get my head around hal, dbus, and PolicyKit, and I've made some inroads on the basics, but I cannot get a few things happening. One: I managed to get network:/// smb shares working in say nautilus (not that I've specifically mounted one- not a windows in

Re: 7.4 -> 8.2

2011-12-22 Thread Fbsd8
Albert Shih wrote: Le 22/12/2011 à 14:24:26+0100, Polytropon a écrit For subversion you need to force upgrade neon too. You should basically be able to run v7 programs in a partially installed v8 environment as long as the COMPAT_FREEBSD7 functionality is enabled and the compat7x-i386-

Lenovo athlon laptop

2011-12-22 Thread Sergio de Almeida Lenzi
Hello, I bought a lenovo laptop (cpu amd dual core, graphics is radeon 6250 Everything woks, except the graphics that only works with driver vga at 1024x768. if I use the "ati" driver, it works in 1366x800 (that is the panel resolution, it works ok, but ONLY ONCE, that is, the gdm program opens

Re: Revision control advice

2011-12-22 Thread Chad Perrin
On Fri, Dec 23, 2011 at 09:23:22AM +1030, William Brown wrote: > On 22/12/2011, at 20:06, Matthew Seaman wrote: > > > > svn vs git vs mercurial > > > > svn has the model of a central repository that everything has to > > communicate with. This can be attractive in a commercial environment as > >

Re: Revision control advice

2011-12-22 Thread Dale Scott
Absolutely go distributed vcs over centralized. Keeping code always under version control, even when local in your sandbox, is extremely powerful. And since a distributed vcs can be used as a centralized vcs, there's really no technical reason to use a centralized vcs. - Original Message --

Re: about igb queue

2011-12-22 Thread Mike Tancsa
On 12/22/2011 5:03 PM, Коньков Евгений wrote: > Здравствуйте, Коньков. > > Вы писали 22 декабря 2011 г., 20:22:38: > > КЕ> I have configured that I receive traffic from LAN via igb1 and it is > КЕ> leaving to world via igb0 > > КЕ> but when I see processes I see that on igb0 there is 4 queues bu

Re: [freebsd-questions] Revision control advice

2011-12-22 Thread Howard Jones
On 22/12/2011 22:53, William Brown wrote: Again, git wins here. It has good support on windows, as well as with graphical tools on windows. Is there a git equivalent of TortoiseSVN then? That's the best VC integration I've seen on any platform... One small but cosmetic thing with git vs svn: y

Re: Revision control advice

2011-12-22 Thread William Brown
On 22/12/2011, at 20:06, Matthew Seaman wrote: > On 22/12/2011 04:53, Rob Byrnes wrote: Yeah I would second what Mr Rock says. Set up a single repo where >> folders can be used for projects. Since svn lets you checkout sub >> folders of a repo, each developer can check out the fold

Re: Revision control advice

2011-12-22 Thread Frank Shute
On Wed, Dec 21, 2011 at 08:24:01PM -0700, ss griffon wrote: > > On Wed, Dec 21, 2011 at 7:49 PM, Da Rock > wrote: > > On 12/22/11 11:37, Chris Hill wrote: > >> > >> Hello list, > >> > >> I apologize for this posting being not-much-on-topic, but my other > >> resources have come to naught and I thi

Re: about igb queue

2011-12-22 Thread Коньков Евгений
Здравствуйте, Коньков. Вы писали 22 декабря 2011 г., 20:22:38: КЕ> I have configured that I receive traffic from LAN via igb1 and it is КЕ> leaving to world via igb0 КЕ> but when I see processes I see that on igb0 there is 4 queues but on КЕ> igb1 it is only one. Do I must tune something or all

Re: umask not applied

2011-12-22 Thread Brad Mettee
On 12/22/2011 12:58 PM, Bastien Semene wrote: Hi list, I'm trying to apply a umask of "002" to user "user" (username changed for this example) while logged-in through ftpd. I used login class "class" (class name changed for this example) I edited /etc/login.conf and set at the bottom (there's

about igb queue

2011-12-22 Thread Коньков Евгений
I have configured that I receive traffic from LAN via igb1 and it is leaving to world via igb0 but when I see processes I see that on igb0 there is 4 queues but on igb1 it is only one. Do I must tune something or all is right here? top -SIHP PID USERNAME PRI NICE SIZERES STATE C T

umask not applied

2011-12-22 Thread Bastien Semene
Hi list, I'm trying to apply a umask of "002" to user "user" (username changed for this example) while logged-in through ftpd. I used login class "class" (class name changed for this example) I edited /etc/login.conf and set at the bottom (there's no other entry for this user): class::umask=

Re: LOCALE issue: Pysycache errors on run

2011-12-22 Thread Polytropon
On Thu, 22 Dec 2011 23:57:28 +1000, Da Rock wrote: > On 12/22/11 23:20, Polytropon wrote: > > On Thu, 22 Dec 2011 23:13:53 +1000, Da Rock wrote: > >> %env LANG=en_EN.ISO8859-1 pysycache.py > > ^^ > > Isn't that supposed to be en_US or en_GB? > > I'm not sure if there's also en_AU...

Re: LOCALE issue: Pysycache errors on run

2011-12-22 Thread Da Rock
On 12/22/11 23:20, Polytropon wrote: On Thu, 22 Dec 2011 23:13:53 +1000, Da Rock wrote: %env LANG=en_EN.ISO8859-1 pysycache.py ^^ Isn't that supposed to be en_US or en_GB? I'm not sure if there's also en_AU... :-) The one variation I didn't try I had tried en_US and en_AU,

Re: 7.4 -> 8.2

2011-12-22 Thread Damien Fleuriot
On 12/22/11 2:49 PM, Albert Shih wrote: > Le 22/12/2011 à 14:24:26+0100, Polytropon a écrit >>> >>> For subversion you need to force upgrade neon too. >> >> You should basically be able to run v7 programs in a >> partially installed v8 environment as long as the >> COMPAT_FREEBSD7 functional

Re: 7.4 -> 8.2

2011-12-22 Thread Albert Shih
Le 22/12/2011 à 14:24:26+0100, Polytropon a écrit > > > > For subversion you need to force upgrade neon too. > > You should basically be able to run v7 programs in a > partially installed v8 environment as long as the > COMPAT_FREEBSD7 functionality is enabled and the > compat7x-i386-7.3.703

Re: 7.4 -> 8.2

2011-12-22 Thread Polytropon
On Thu, 22 Dec 2011 13:47:09 +0100, Albert Shih wrote: > Le 24/11/2011 à 16:09:01+0100, Albert Shih a écrit > > Hi all > > > > Almost classic question about updating from 7.4 to 8.2. > > > > Anyone known if I can temporally run a 7.4 userland+service with 8.2 kernel > > ? > > > > I've ask this

Re: LOCALE issue: Pysycache errors on run

2011-12-22 Thread Polytropon
On Thu, 22 Dec 2011 23:13:53 +1000, Da Rock wrote: > %env LANG=en_EN.ISO8859-1 pysycache.py ^^ Isn't that supposed to be en_US or en_GB? I'm not sure if there's also en_AU... :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...

Re: LOCALE issue: Pysycache errors on run

2011-12-22 Thread Da Rock
On 12/22/11 15:11, Da Rock wrote: Just something for the kids, but I'm wondering how to get this to work? I've installed from ports, but when I run it from the cli to test it I get an error: Traceback (most recent call last): File "/usr/local/bin/pysycache.py", line 442, in if __name__

Re: 7.4 -> 8.2

2011-12-22 Thread Albert Shih
Le 24/11/2011 à 16:09:01+0100, Albert Shih a écrit > Hi all > > Almost classic question about updating from 7.4 to 8.2. > > Anyone known if I can temporally run a 7.4 userland+service with 8.2 kernel > ? > > I've ask this because I've ~ 15 jail on one server. I can update the «host» > pretty f

Re: Revision control advice

2011-12-22 Thread Matthew Seaman
On 22/12/2011 04:53, Rob Byrnes wrote: >>> Yeah I would second what Mr Rock says. Set up a single repo where >>> >> folders can be used for projects. Since svn lets you checkout sub >>> >> folders of a repo, each developer can check out the folder that >>> >> corresponds to their project. Also,