ラベル
Server
(108)
work
(77)
Idea
(68)
Car
(31)
PC
(29)
DAW
(28)
other
(19)
MakingWEBsite
(18)
趣味
(18)
health
(13)
CentOS
(11)
drupal
(11)
山
(9)
android
(4)
スマホ
(4)
communication
(3)
drupal7
(3)
hint
(3)
meno
(3)
モバイル
(3)
歯医者
(3)
第二種電気工事士
(3)
英語
(3)
PC Server
(2)
drupal8
(2)
ms access
(2)
uwp C#
(2)
めし
(2)
整備
(2)
音楽
(2)
MIDI
(1)
diy
(1)
会計
(1)
動画再生
(1)
生活
(1)
郵便
(1)
食べ物
(1)
2013年8月28日水曜日
2013年8月26日月曜日
samba 3.6.9-151.el6.x86_64 has bugs
3.6.9-151.el6.x86_64 has bugs.
So rollback from "3.6.9-151.el6.x86_64" to "3.5.10-125.el6.x86_64".
Using "yum downgrade" is best way if I can use it.
But usually there are no old rpm in public repository.
So I have to find old one and download rpm to my folder of my OS, and run yum:
yum downgrade /a-folder/b-folder/somethingA.rpm /a-folder/b-folder/somethingB.rpm
Easy way is Go to the folder on which I put the downloaded files and run yum::
yum downgrade samba-common-3.5.10-125.el6.x86_64.rpm samba-3.5.10-125.el6.x86_64.rpm samba-client-3.5.10-125.el6.x86_64.rpm samba-winbind-clients-3.5.10-125.el6.x86_64.rpm libsmbclient-3.5.10-125.el6.x86_64.rpm samba-winbind-3.5.10-125.el6.x86_64.rpm samba-swat-3.5.10-125.el6.x86_64.rpm
cf. "yum localupdate","yum localinstall"
Next way is..
Once uninstall all new pakages by yum or rpm.
And then install old one.
(Overwrite (rpm's option --oldpackage --nodeps) of old packages are dangerous.
Files are easy to brake.)
Confirmation before deletion.
use yum
Or
rpm -e --test "samba-something.rpm"
Deletion
yum remove samba samba-client samba-common something something.......
Or
rpm -e "samba-something.rpm"
samba-winbind-clients-3.6.9-151.el6.x86_64
samba4-libs-4.0.0-55.el6.rc4.x86_64
samba-client-3.6.9-151.el6.x86_64
samba-common-3.6.9-151.el6.x86_64
samba-winbind-3.6.9-151.el6.x86_64
samba-3.6.9-151.el6.x86_64
samba-swat-3.6.9-151.el6.x86_64
libsmbclient-3.6.9-151.el6.x86_64
rpm -Uvh --oldpackage /temp/samba-***
samba-winbind-clients-3.5.10-125.el6.x86_64
samba-common-3.5.10-125.el6.x86_64
samba-client-3.5.10-125.el6.x86_64
samba-3.5.10-125.el6.x86_64
samba4-libs-4.0.0-23.alpha11.el6.x86_64
libsmbclient-3.5.10-125.el6.x86_64
samba-winbind-3.5.10-125.el6.x86_64
samba-swat-3.5.10-125.el6.x86_64
How to exclude selected packages when I run yum update command.
# vi /etc/yum.conf
[main]
exclude=samba* libsmbclient*
東芝 レグザ Toshiba regza の録画をsamba(Centos6.4)に入れているけど、アップデートしたら使えなくなってしまった。Windows PCからは普通にファイルサーバーとして使えるのだけど・・・。
調べてみたら、どうも、samba 3.6以降のバグらしい。
ダウングレードしたら使えるようになった。
そのときのメモ。
So rollback from "3.6.9-151.el6.x86_64" to "3.5.10-125.el6.x86_64".
Using "yum downgrade" is best way if I can use it.
But usually there are no old rpm in public repository.
So I have to find old one and download rpm to my folder of my OS, and run yum:
yum downgrade /a-folder/b-folder/somethingA.rpm /a-folder/b-folder/somethingB.rpm
Easy way is Go to the folder on which I put the downloaded files and run yum::
yum downgrade samba-common-3.5.10-125.el6.x86_64.rpm samba-3.5.10-125.el6.x86_64.rpm samba-client-3.5.10-125.el6.x86_64.rpm samba-winbind-clients-3.5.10-125.el6.x86_64.rpm libsmbclient-3.5.10-125.el6.x86_64.rpm samba-winbind-3.5.10-125.el6.x86_64.rpm samba-swat-3.5.10-125.el6.x86_64.rpm
cf. "yum localupdate","yum localinstall"
Next way is..
Once uninstall all new pakages by yum or rpm.
And then install old one.
(Overwrite (rpm's option --oldpackage --nodeps) of old packages are dangerous.
Files are easy to brake.)
Confirmation before deletion.
use yum
Or
rpm -e --test "samba-something.rpm"
Deletion
yum remove samba samba-client samba-common something something.......
Or
rpm -e "samba-something.rpm"
samba-winbind-clients-3.6.9-151.el6.x86_64
samba-client-3.6.9-151.el6.x86_64
samba-common-3.6.9-151.el6.x86_64
samba-winbind-3.6.9-151.el6.x86_64
samba-3.6.9-151.el6.x86_64
samba-swat-3.6.9-151.el6.x86_64
libsmbclient-3.6.9-151.el6.x86_64
rpm -Uvh --oldpackage /temp/samba-***
samba-winbind-clients-3.5.10-125.el6.x86_64
samba-common-3.5.10-125.el6.x86_64
samba-client-3.5.10-125.el6.x86_64
samba-3.5.10-125.el6.x86_64
libsmbclient-3.5.10-125.el6.x86_64
samba-winbind-3.5.10-125.el6.x86_64
samba-swat-3.5.10-125.el6.x86_64
How to exclude selected packages when I run yum update command.
# vi /etc/yum.conf
[main]
exclude=samba* libsmbclient*
東芝 レグザ Toshiba regza の録画をsamba(Centos6.4)に入れているけど、アップデートしたら使えなくなってしまった。Windows PCからは普通にファイルサーバーとして使えるのだけど・・・。
調べてみたら、どうも、samba 3.6以降のバグらしい。
ダウングレードしたら使えるようになった。
そのときのメモ。
2013年8月25日日曜日
Putty
自分は
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
ここの
Binaries
の
A .ZIP file containing all the binaries (except PuTTYtel), and also the help files
Zip file: putty.zip
をダウンロードして使っている。
今の最新バージョンは0.64(2015/04/24)
Latest Putty-0.63(at Aug., 25, 2013)
For JPN putty-gdi-20130807.zip
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
ここの
Binaries
の
A .ZIP file containing all the binaries (except PuTTYtel), and also the help files
Zip file: putty.zip
をダウンロードして使っている。
今の最新バージョンは0.64(2015/04/24)
Latest Putty-0.63(at Aug., 25, 2013)
For JPN putty-gdi-20130807.zip
2013年8月23日金曜日
2013年8月21日水曜日
2013年8月20日火曜日
Make system for person, taxi company, store....
Sharing taxi, bus to go to shop, hospital,
Provide time table, route. -easy to get-.
Provide time table, route. -easy to get-.
2013年8月19日月曜日
Making server
Making and maintaining computer server.
Centos,
Postfix
Samba
Apach
MySQL, PostgreSQL
Java, php
Centos,
Postfix
Samba
Apach
MySQL, PostgreSQL
Java, php
2013年8月17日土曜日
Making open space on internet
Making open space on internet for everyone who want to
do some business.
Everyone bring idea on this space and talk each other, help each other,
advice each other, collaborate each other about business.
If it works, it's good for me and everyone.
But I have no confident moving on this idea.
Is there someone who want to handle this kind of site?
Or is there someone already running this kind of site.
If there is, I want to join.
do some business.
Everyone bring idea on this space and talk each other, help each other,
advice each other, collaborate each other about business.
If it works, it's good for me and everyone.
But I have no confident moving on this idea.
Is there someone who want to handle this kind of site?
Or is there someone already running this kind of site.
If there is, I want to join.
2013年8月16日金曜日
2013年8月11日日曜日
2013年8月10日土曜日
Making delivery system
Making delivery system by internet that takes things from the store to
the people who is hard to go to shop.
- For people who doesn't have a car or who is hard to walk -.
the people who is hard to go to shop.
- For people who doesn't have a car or who is hard to walk -.
Selling good quality vegetables. Knowing about food information.
Selling good quality vegetables.
Knowing about food information.
There are people who want to know how did it grow and which region did it come from.
So, Try to make system to know information about food, vegetable.
Knowing about food information.
There are people who want to know how did it grow and which region did it come from.
So, Try to make system to know information about food, vegetable.
登録:
投稿 (Atom)