ZFS trim patches

2013-07-19 Thread aurfalien
Hi, Is this; http://lists.freebsd.org/pipermail/freebsd-current/2012-September/036777.html ... available in the form of a patch for stable rels? Its ZFS TRIM support. - aurf ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: hey some questions

2013-07-19 Thread Polytropon
On Sat, 20 Jul 2013 01:02:07 +0300, mt2 magic wrote: > hey bro > bro can you help me to enable remote access to mysql server > i am using FreeBSD 9.0 Yo bro, L33T help ahead. :-) http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html http://forums.freebsd.org/s

hey some questions

2013-07-19 Thread mt2 magic
hey bro bro can you help me to enable remote access to mysql server i am using FreeBSD 9.0 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Fresh installation 9.1

2013-07-19 Thread Julian H. Stacey
> On Fri, 19 Jul 2013 18:13:07 +0530, hrkesh sahu wrote: > > Hi All, > > after using freebsd for 10 to 20 mins, Key board is getting locked. Apart from Polytopon's good questions & observations, such as "Is that inside X?" I'd also add 1 more question: Is that A) a PS2 [or older] direct

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

2013-07-19 Thread David Noel
> It's possible. But again, I've been using -j >1 for years on a variety > of processors, mostly Intel, without problems. That's with buildworld > and kernel (which is buildkernel plus installkernel), but not with > installworld. > > Are you using clang instead of gcc? That could be very differe

Re: textproc/hunspell and readline?

2013-07-19 Thread Walter Hurry
On Fri, 19 Jul 2013 11:28:34 +0100, Matthew Seaman wrote: > On 19/07/2013 09:30, Walter Hurry wrote: >> On Thu, 18 Jul 2013 11:58:59 +0100, Matthew Seaman wrote: >> >>> On 18/07/2013 10:42, Walter Hurry wrote: I note that the Makefile for textproc/hunspell has '--with-readline' in the C

Re: to gmirror or to ZFS

2013-07-19 Thread aurfalien
On Jul 16, 2013, at 11:42 AM, Warren Block wrote: > On Tue, 16 Jul 2013, aurfalien wrote: >> On Jul 16, 2013, at 2:41 AM, Shane Ambler wrote: >>> >>> I doubt that you would save any ram having the os on a non-zfs drive as >>> you will already be using zfs chances are that non-zfs drives would on

Re: Fresh installation 9.1

2013-07-19 Thread Polytropon
On Fri, 19 Jul 2013 18:13:07 +0530, hrkesh sahu wrote: > Hi All, > after using freebsd for 10 to 20 mins, Key board is getting locked. Is that inside X? > Before this problem , i have enabled ftpd and provided root login for ftp > server access. That is something you should _not_ do, especial

Re: Bill Paul's network drivers

2013-07-19 Thread Giorgos Keramidas
On Wed, 17 Jul 2013 13:28:39 -0300, Michel Behr wrote: > Hi > > I'm considering learning how to build drivers, so I can make my Lenovo S400 > wireless card get detected by FreeBSD. > > The Architecture Handbook cites these "Bill Paul's network drivers". > > 9.5 Network Drivers: Drivers for network

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

2013-07-19 Thread Warren Block
On Fri, 19 Jul 2013, David Noel wrote: Perhaps make buildkernel was compiled with -j >1, it's known to create a buggy kernel. Check your make configuration. Adding a -B, like make -B -j N buildkernel may work and is fast if -j is set to number or processors, but it's safer do a make -j 1 buildke

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

2013-07-19 Thread David Noel
> Perhaps make buildkernel was compiled with -j >1, it's known to create a > buggy kernel. Check your make configuration. Adding a -B, like make -B -j N > buildkernel may work and is fast if -j is set to number or processors, but > it's safer do a make -j 1 buildkernel, same for buildworld. I repl

Re: Fresh installation 9.1

2013-07-19 Thread hrkesh sahu
Hi All, after using freebsd for 10 to 20 mins, Key board is getting locked. Before this problem , i have enabled ftpd and provided root login for ftp server access. after that I am facing this problem . but i revert back this root access. and i stopped the ftpd service. mouse is working properly.

Re: Same MAC address in 2 different VLANs

2013-07-19 Thread joost
> Hello, > > Could any one comment about the use of the same MAC address in 2 > separate VLANs? > [...] > > Will this be an issue? > You might run into problems if the two (virtual) systems are attached to a different port on your switch. Some switches don't take the vlan into account when learnin

Re: textproc/hunspell and readline?

2013-07-19 Thread Matthew Seaman
On 19/07/2013 09:30, Walter Hurry wrote: > On Thu, 18 Jul 2013 11:58:59 +0100, Matthew Seaman wrote: > >> On 18/07/2013 10:42, Walter Hurry wrote: >>> I note that the Makefile for textproc/hunspell has '--with-readline' in >>> the CONFIGURE_ARGS, but on 9.1 it doesn't seem to be honoured (or maybe

Re: Same MAC address in 2 different VLANs

2013-07-19 Thread krad
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 tap or spare

Same MAC address in 2 different VLANs

2013-07-19 Thread Olivier Nicole
Hello, Could any one comment about the use of the same MAC address in 2 separate VLANs? All my machines are connected to 2 VLANs (one public and one private) with no routing in between the VLANs. I used to run a FLEX license manager to a physical machine. When I virtualized that service, I had t

Re: textproc/hunspell and readline?

2013-07-19 Thread Walter Hurry
On Thu, 18 Jul 2013 11:58:59 +0100, Matthew Seaman wrote: > On 18/07/2013 10:42, Walter Hurry wrote: >> I note that the Makefile for textproc/hunspell has '--with-readline' in >> the CONFIGURE_ARGS, but on 9.1 it doesn't seem to be honoured (or maybe >> it is, but at any rate it isn't recorded as