[OE-core] [PATCH] shadow: remove reference to locale env files from su

2013-11-21 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com The /etc/default/locale missing message appears when running su user root@qemu0:/var/log# su root root@qemu0:/var/log# tail auth.log Oct 8 07:47:54 qemu0 login[983]: pam_unix(login:session): session opened for user root by LOGIN(uid=0) Oct 8 07:47:55

[OE-core] [PATCH v2] shadow: remove reference to locale env files from login and su

2013-11-21 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com /etc/default/locale missing message appears when login and running su user qemu0 login[4189]: pam_env(login:session): Unable to open env file: /etc/default/locale: No such file or directory qemu0 login[4189]: pam_unix(login:session): session opened for

[OE-core] [PATCH v2] util-linux: collect libs for related libxx-dev package

2013-11-17 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com Commit 91c0f9e3 moves library files to base_libdir for safe while symbol link libblkid.so, libmount.so and libuuid.so are placed in libdir, not base_libdir. Meanwhile, libblkid.la, libmount.la and libuuid.la are placed in libdir too. Thus they are

[OE-core] [PATCH] util-linux: collect symbol link libxx.so for related libxx-dev package

2013-11-13 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com Commit 91c0f9e3 moves library files to base_libdir for safe while symbol link libuuid.so and libblkid.so are placed in libdir, not base_libdir. Thus they are missed by related develop package and collected by util-linux's develop package at last. Fix it.

[OE-core] [PATCH] irda-utils: restart irda daemon correctly

2013-10-30 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com irattach init script restart faulty logic prevents irda daemon from restart correctly. root@qemu0:~# /etc/init.d/irattach restart Restarting IrDA: Terminated root@qemu0:~# ps aux | grep irattach root 541 0.0 0.2 2400 612 ttyS0S+ 09:05

[OE-core] [PATCH] openssl: create package for openssl configuration file

2013-10-27 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com * Add the openssl-conf package to the list of packages to be created. This package contains the openssl.cnf file which is used by both the openssl executable in the openssl package and the libcrypto library. * This is to avoid messages like:

[OE-core] [PATCH v2] nfs-utils: nfsserver restart should kill and recreate nfsd kernel threads

2013-10-25 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com nfsserver restart without killing kernel threads worked when portmap was the rpc publishing process and portmap was restarted. When rpcbind replaces portmap, nfsserver restart in this way does not work after an rpcbind restart. Steps to reproduce: 1).

[OE-core] [PATCH] nfs-utils: Stop rpc.statd correctly

2013-10-21 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com An incorrect process name in the nfsserver initscript prevented rpc.statd from being shut down. root@qemux86-64:~# /etc/init.d/nfsserver start creating NFS state directory: done starting 8 nfsd kernel threads: done starting mountd: done starting statd:

[OE-core] [PATCH] nfsserver restart should kill and recreate nfsd kernel threads

2013-10-21 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com nfsserver restart without killing kernel threads worked when portmap was the rpc publishing process and portmap was restarted. When rpcbind replaces portmap, nfsserver restart in this way does not work after an rpcbind restart. Steps to reproduce: 1).

[OE-core] [PATCH] nfs-utils: modify nfsserver init script indent

2013-10-21 Thread qiang.chen
From: Qiang Chen qiang.c...@windriver.com Using sysvinit testing service status, nfsserver status allways display as [?] unknown. This is because sysvinit package check whether service's init script supporting status function or not by: grep -qs \Wstatus) $SERVICE So, this commit modified the