Slava Leanovich
Archives
« July 2008
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today
XML
Search

Links
 

Today's Page Hits: 5

All | Personal | Sun
20070707 Saturday July 07, 2007
Run several instances of mozilla

Sometimes it is needed to run several instances of Mozilla (Firefox/Thunderbird) at the same time, using different profiles.

The MOZ_NO_REMOTE environment variable does the trick. On Windows, the following script (.cmd or .bat) wraps firefox, allowing to start several instances of this application:
@set MOZ_NO_REMOTE=1
@start /D"c:\Program Files\Mozilla Firefox" firefox %*
The same thing is applicable to thunderbird as well.

posted by leanovich Jul 07 2007, 12:06:01 AM CEST Permalink Comments [1]

20070516 Wednesday May 16, 2007
gconfd error

I've been experiencing the following problem in Gnome desktop on the SunRay: Details tab shows: Usually it happends 30 days after the user session startup.

Restart of the gconfd process did help: After the kill(1) command, the desktop starts necessary gconfd processes on-demand, and applications continue to work.

posted by leanovich May 16 2007, 12:58:01 PM CEST Permalink Comments [0]

20070305 Monday March 05, 2007
The 1-st Open Solaris Developer Conference

The very first Open Solaris developer conference (www.guug.de/veranstaltungen/osdevcon2007) took place in Berlin Feb 27 - Mar 2 2007. I was really enjoy it, met lots of bright people from Germany itself, US, Ireland, India and even more.

I found that the interest to the "open" development in Germany is quite high. Well, I think that's because German people like clarity and 100% control over whatever they're using -- that's great and this makes "open" Unix systems very popular. As the result, "German Unix User Group" actually is quite large community, it includes contributors from the OpenSolaris and Linux worlds.

Here are the most interesting points, in my opinion, been presented on this conference. [Read More]

posted by leanovich Mar 05 2007, 08:21:47 PM CET Permalink Comments [0]

20070121 Sunday January 21, 2007
Live Upgrade feature usage experience

Live Upgrage feature in Solaris OS, refer to live_upgrade(5), no doubt, is extremely convinient way of doing not only an operating system upgrade, but also a single product installation or the other various experiments - all of these in a very very safe manner.

The basic idea is to maintain several operating system images - "boot environments" on a single machine at the same time. Besides, boot environments may share partitions. So, the current environment can be smartly cloned to the other spare partitions, then modified as it is required - starting with sevral files replacement, and ending with the whole OS level upgrade. After that, a newly created alternative environment can be used as a working one.

If something is screwed up, you can fall back to your previous stable boot environment any time.

Continuing with Live Upgrade, you may clone boot environment 1 to 2, upgrade 2, reboot into 2, thus 2 becomes your current environment, and so you may clone 2 back to 1, do upgrade, switch to 1 and so forth - i.e. you'll get a non-stop safe upgrade process. [Read More]

posted by leanovich Jan 21 2007, 05:26:04 PM CET Permalink Comments [3]

20061104 Saturday November 04, 2006
Installing MS Windows Vista

Setup of MS Windows Vista is pretty straight way forward, however several problems exist if you have couple of OS's already installed and you want to boot Vista as well as your Solaris OS from GRUB bootloader or do something like that. [Read More]

posted by leanovich Nov 04 2006, 11:42:50 PM CET Permalink Comments [1]

20061101 Wednesday November 01, 2006
Native Solaris LDAP client over SSL

Native LDAP client configuration brings quite a few questions, especially regarding to SSL/TLS, so you can try to find answers in this blog [Read More]

posted by leanovich Nov 01 2006, 02:10:55 PM CET Permalink Comments [0]

20061005 Thursday October 05, 2006
Inaccurate fonts on Gnome desktop

Sometimes Gnome desktop in Solaris OS shows some fonts not properly,
particularly font in xterm(1) not looks corresponding to its definition in ~/.Xdefaults
XTerm*font: -dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*
Actually, adding of
xset fp rehash
as a startup program to the session using gnome-session-properties(1) helps.

posted by leanovich Oct 05 2006, 03:41:02 PM CEST Permalink Comments [1]

20060810 Thursday August 10, 2006
Start playing with Kerberos

I was reading System Administration Guide: Security Services: Kerberos Service book, The Kerberos Network Authentication Service (V5) RFC and several web resources like Kerberos: The Network Authentication Protocol and Wikipedia: Kerberos protocol. Well, general docs are too general, specific ones too detailed, so couple of experiments are actually point out "How it works" and "How to configure it on Solaris OS" things, which may be useful for quick start with Kerberos [Read More]

posted by leanovich Aug 10 2006, 04:20:11 PM CEST Permalink Comments [1]

20060710 Monday July 10, 2006
Unreasonably high system load problem

A symptom of this problem is high and unreasonable system load. Sometimes such behaviour caused by a storm of interrupts from hardware termal monitor. If so, the following note describes how to track this and make an interim fix [Read More]

posted by leanovich Jul 10 2006, 11:30:37 AM CEST Permalink Comments [0]

20060709 Sunday July 09, 2006
Turn the bell off on Solaris OS

I was trying to switch OFF the bell, beep, or whatever the name of this odd thing is, on my laptop without speaker cut off.
There are some results [Read More]

posted by leanovich Jul 09 2006, 10:52:19 PM CEST Permalink Comments [0]

Boot Solaris OS on x86 platform from a network

Well, if you just need to boot or manually install x86 machine from network, and you find Network-Based Installations book not really covering a network boot process, and utilities like setup_install_server and add_install_client looks messy, doing too much and scary to you, then you can check the following info out.
Notes explains x86 machine boot process, how to configure TFTP and DHCP servers on Solaris OS for PXE use, how to work in GRUB [Read More]

posted by leanovich Jul 09 2006, 05:02:01 PM CEST Permalink Comments [1]