solaris with pooladm, poolcfg. It will generate our cpu usage less, once your have the dedicated cpu the whole cpu number will reduce, that will caused your server has problem with shared, the load average will raise immediately.
The GSS-API protected key exchange has failed without indication from the server, possibly due to misconfiguration of the server. Use the GssKeyEx option to disable GSS-API key exchange and try agai change the sshd_config # GSSAPI options GSSAPIAuthentication no #GSSAPICleanupCredentials yes #GSSAPIStrictAcceptorCheck no GSSAPIKeyExchange no the authen and key line to no
4 steps to delete account in DB. Delete from accounts where preferred_email=’’; delete from account_ssh_keys where account_id=''; delete from account_external_ids where external_id='gerrit:*’; delete from account_external_ids where external_id='username:*’; whatever it was in H2 database and postgres db . H2: ssh -p 24198 localhost gerrit gsql Postgres: psql
When I try to tar -jcvf /, that will caused error tar: Removing leading `/' from member names The fix coomand tar -jcvPf /opt.tar /opt If you put the P after f, it will create P file... untar tar -jxvPf /opt.tar if no P option, it will have the error as the same. #!/bin/bash DATE=`date "+%F-%H-%M"` /u01/postgres/9.0/bin/pg_dump reviewdb > /var/backup/reviewdb_$DATE.sql /usr/bin/bzip2 /var/backup/reviewdb_$DATE.sql find . -name "*.sql.bz2" -mtime +90 -exec rm -rf {} \;
We have problem since users said they can't receive mail from the gerrit server. For IT perspective, we do nothing, because of Gerrit (2.2.X) is different with the others, especially for access control. The fix thing, disable the group options and unchecked two options.
Oracle released Solarsi 11 on 2011/11/11. http://www.oracle.com/technetwork/server-storage/solaris11/overview/index.html But apparently it was not so good at what they expect for the release, no one cheer for that.
1. Prepare all the applications. 1) ruby. highly recommend use 1.8.6-1.8.7 http://www.ruby-lang.org/en/downloads/ ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux] mysql 5.1.45 2) install all required gem/ gem install *.gem rubygem actionmailer (2.3.11) actionpack (2.3.11) activerecord (2.3.11) activeresource (2.3.11) activesupport (2.3.11) i18n (0.4.2) mysql (2.8.1) rack (1.1.0, 1.0.1) rails (2.3.11) rake (0.8.7) rubygems-update (1.4.2) Ruby 1.9 is not supported yet. You have to use Ruby 1.8.x as stated above. RubyGems 1.3.1 or higher is required ( Rails 2.3.5 will fail with RubyGems 1.5.0 and later , stick to previous versions of RubyGems) Rake 0.8.3 or higher is required Rack 1.0.1 is required. If you don't have this exact version, database migration would fail. I18n 0.4.2 is required for Redmine >= 1.0.5 3) download redmine http://www.redmine....