Andrew Pantyukhin | 1 May 2007 02:37
Picon
Favicon

Re: Just saying hi.

On 5/1/07, Sam Stein <scs <at> b1tt3r.org> wrote:
> Hi everyone, just thought I'd say hello, new to the list. Hope I can help
> with some problems; and if I have any, I hope you guys can help me. :D

Welcome!
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"

Ken Chen | 1 May 2007 03:11
Picon

mysql frequently crash on 6.2

After moving the database from Linux 2.4 to FreeBSD 6.2, the mysqld crash
very frequently! I think the problem is on FreeBSD when myusql is heaving
loading.

I have another same machine with lower loading, the mysql is stable.

===== 8< ================

Version: '5.0.37-log' socket: '/tmp/mysql2.sock' port: 3307 MySQL Community
Server (GPL)
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose
the problem, but since we have already crashed, something is definitely
wrong
and this may fail.

key_buffer_size=402653184
read_buffer_size=2093056
max_used_connections=69
max_connections=130
threads_connected=53
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections =
1191414 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
(Continue reading)

Jeremy Chadwick | 1 May 2007 04:07
Picon
Favicon

Re: mysql frequently crash on 6.2

On Tue, May 01, 2007 at 09:11:28AM +0800, Ken Chen wrote:
>  After moving the database from Linux 2.4 to FreeBSD 6.2, the mysqld crash
>  very frequently! I think the problem is on FreeBSD when myusql is heaving
>  loading.
> 
>  I have another same machine with lower loading, the mysql is stable.

I can confirm this problem.  Normally sig11 is an indication that you
have hardware-related problems, but in this particular case (at least in
my experience), it can also be caused by some lack-of loader.conf
tunables permitting mysqld to allocate the amount of memory you're
claiming in my.cnf.

My loader.conf comments may not be absolutely correct (folks who know
the innards of the VM will probably correct me in my claims), but I can
confirm that increasing kern.maxdsiz/dfldsiz/maxssiz relieved all
bizarre sig11 issues we were seeing.

I'll use our production SQL server as an example:

# dmesg | grep ' memory'
real memory  = 1073676288 (1023 MB)
avail memory = 1041801216 (993 MB)

# top -d 1 -U mysql
Mem: 207M Active, 598M Inact, 138M Wired, 42M Cache, 111M Buf, 11M Free
Swap: 8192M Total, 16K Used, 8192M Free

  PID USERNAME  THR PRI NICE   SIZE    RES STATE    TIME   WCPU COMMAND
  914 mysql       6  20    0   754M   173M kserel  31:54  0.00% mysqld
(Continue reading)

vuthecuong | 1 May 2007 02:59
Favicon

vietnamese input

Is there a utility to allow input vietnamese?
Currently I'm using Scim-anthy for Japanese input.
I heared that m17n can be used to input about 17 languages including 
Vietnamese.
I already searched Google but still dont know  what is it's exact name.
Could anyone give me some info about input Vietnamese.
Tnx.
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"

Michael Nottebrock | 1 May 2007 05:41
X-Face
Picon
Favicon

Re: vietnamese input

On Tuesday, 1. May 2007, vuthecuong wrote:
> Is there a utility to allow input vietnamese?
> Currently I'm using Scim-anthy for Japanese input.
> I heared that m17n can be used to input about 17 languages including
> Vietnamese.

Xvnkb (http://xvnkb.sourceforge.net/) is available in ports under 
vietnamese/xvnkb.

HTH,
--

-- 
   ,_,   | Michael Nottebrock               | lofi <at> freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
Hajimu UMEMOTO | 1 May 2007 05:22
Picon
Favicon

Re: vietnamese input

Hi,

>>>>> On Tue, 01 May 2007 09:59:03 +0900
>>>>> vuthecuong <cuongvt <at> fpt.vn> said:

cuongvt> Is there a utility to allow input vietnamese?
cuongvt> Currently I'm using Scim-anthy for Japanese input.
cuongvt> I heared that m17n can be used to input about 17 languages including 
cuongvt> Vietnamese.
cuongvt> I already searched Google but still dont know  what is it's exact name.
cuongvt> Could anyone give me some info about input Vietnamese.
cuongvt> Tnx.

I think it's ports/devel/m17n-lib.  Though there is scim-plugin called
scim-m17n, it is not supplied by the ports.
There is a port of a plugin for UIM; ports/textproc/uim-m17nlib.
Perhaps, you can use it from SCIM using ports/japanese/scim-uim.

Sincerely,

--
Hajimu UMEMOTO  <at>  Internet Mutual Aid Society Yokohama, Japan
ume <at> mahoroba.org  ume <at> {,jp.}FreeBSD.org
http://www.imasy.org/~ume/
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"

(Continue reading)

Ken Chen | 1 May 2007 08:58
Picon

Re: mysql frequently crash on 6.2

2007/5/1, Jeremy Chadwick <koitsu <at> freebsd.org>:
>
>
> I can confirm this problem.  Normally sig11 is an indication that you
> have hardware-related problems, but in this particular case (at least in
> my experience), it can also be caused by some lack-of loader.conf
> tunables permitting mysqld to allocate the amount of memory you're
> claiming in my.cnf.

 Jeremy, thank you for your information.But I has modified /boot/loader.conf
already, you can check the 'limits' output in my last post.

The mysql run well on my other machine with low-loading, but at the
high-loading box. mysql always get 'mysqld got signal 11'.
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"

Pietro Cerutti | 1 May 2007 10:57
Picon

Re: this mail if for test purpose only

On 5/1/07, vuthecuong <cuongvt <at> fpt.vn> wrote:
> I just join this mailing list, I just want to test this mail arrived to
> list or not.
> Sorry for any incovinience.

For further tests, please take into consideration freebsd-test <at> freebsd.org.

BTW, welcome to the list.

--

-- 
Pietro Cerutti

- ASCII Ribbon Campaign -
 against HTML e-mail and
 proprietary attachments
   www.asciiribbon.org
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"

Juraj Lutter | 1 May 2007 11:29
Picon

PR kern/102211

Hi,

is anyone working on commiting this patch or at least considering it?
It would help a lot to have it incorporated. As per my testing, using
it solves the panic situation I've been seeing otherwise after one of
disks in ICH(7|8) RAID has failed.

Thanks a lot
otis

--

-- 
Sincerely yours,
Juraj Lutter
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"

Jason Chang | 1 May 2007 11:46
Picon

Re: bge watchdog timeout -- resetting problem on recent update

Dear All,

After further testing, we concluded that

1. sysctl 
   hw.pci.enable_msi
   hw.pci.enable_msix
   does not change the result. bge still timeout.

2. using latest(2007/04) 7-current source does not have this problem.

3. we are very sure the problem results from
   if_bge.c 1.91.2.21
   if_bgereg.h 1.36.2.10
   brgphy.c 1.34.2.13
   which are all commited at 2007/03/21 22:53

Please help to check the source code and find out why it affects
bge (BCM 5704 and 5714) network nics.

Thanks very much.

Sincerely,
Jason Chang

您在 <f0504h$b9q$1 <at> FreeBSD.csie.nctu.edu.tw> 文章內提到:
> 
> Dear All,
> 
> After recent cvsup and make world, my server suffered from the 
(Continue reading)


Gmane