Bug#598314: gnome-media: gstreamer-properties does not change musicaudiosink and it makes totem make no sound.

2010-09-28 Thread Joo-Won Jung
Package: gnome-media
Version: 2.30.0-1
Severity: important

/usr/bin/gstreamer-properties provides an user interface to select audio/video
pipeline in gstreamer. But, it changes not all the configuration (in gconf)
and it makes totem does not make sound when one changes audio pipeline.

gstreamer pipeline configurations are under /system/gstreamer/0.10/default
(in gconf).
gstreamer-properties changes the value of audiosink, but it does not changes
the value of musicaudiosink which is referenced by totem. And it seems that
it does not change other configurations such as chataudiosink, *_description.

In my case, I have changed audio pipeline from ALSA with Bluetooth to
pulseaudio using gstreamer-properties. Though other sound softwares such
as mplayer works, totem make no sound. Actually, the volume control in
totem was disabled.

After changed the configuration value of musicaudiosink
from alsasink device=bluetooth to pulseaudio using gconf-editor,
totem start to make sounds.

I don't know which is the proper setting for gstreamer.
Totem may reference audiosink,or gstreamer-properties may change
musicaudiosink as well as audiosink.
Anyway, current setting makes trobles.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-media depends on:
ii  gnome-media-common  2.30.0-1 GNOME media utilities - common fil
ii  gstreamer0.10-alsa [gst 0.10.30-1GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-b 0.10.19-2+b2 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-b 0.10.30-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-g 0.10.24-1GStreamer plugins from the good 
ii  gstreamer0.10-pulseaudi 0.10.24-1GStreamer plugin for PulseAudio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-media0 2.30.0-1 runtime libraries for the GNOME me
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpulse-mainloop-glib0 0.9.21-3+b1  PulseAudio client libraries (glib 
ii  libpulse0   0.9.21-3+b1  PulseAudio client libraries
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  x11-utils   7.5+4X11 utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-media recommends:
ii  alsa-utils1.0.23-2   Utilities for configuring and usin

Versions of packages gnome-media suggests:
ii  pulseaudio   0.9.21-3+b1 PulseAudio sound server

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#383466: libjama-dev: include path to TNT is not a standard one

2006-08-17 Thread Joo-won Jung
Package: libjama-dev
Version: 1.2.4-1
Severity: normal


The following code makes 'file not found' error:

#include jama/jama_svd.h
#include tnt/tnt.h

...
In file included from jama-test.cpp:1:
/usr/include/jama/jama_svd.h:5:25: error: tnt_array1d.h: No such file or 
directory
/usr/include/jama/jama_svd.h:6:31: error: tnt_array1d_utils.h: No such 
file or directory
/usr/include/jama/jama_svd.h:7:25: error: tnt_array2d.h: No such file or 
directory


This is caused by the non-standard path to tnt header files.
In jama/jama_eig.h:

#include tnt_array1d.h
#include tnt_array2d.h
#include tnt_math_utils.h

It should be

#include tnt/tnt_array1d.h
#include tnt/tnt_array2d.h
#include tnt/tnt_math_utils.h


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages libjama-dev depends on:
ii  libtnt-dev1.2.6-1interface for scientific computing

libjama-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#368568: libcv-dev: opencv-haartraining omitted

2006-05-23 Thread Joo-won Jung
Package: libcv-dev
Version: 0.9.7-2
Severity: normal


Subject says it all.

In libcv-dev package, opencv-createsamples and opencv-performance exist.
but opencv-haartraining does not exist. All the three executables are 
build from apps directory of opencv distribution.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages libcv-dev depends on:
ii  libcv0.9.7-0  0.9.7-2computer vision library
ii  libcvaux-dev  0.9.7-2development files for libcvaux
ii  libhighgui-dev0.9.7-2development files for libhighgui

libcv-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361755: gnotime: invalid free when Reports/Activity...

2006-04-16 Thread Joo-won Jung

After upgrading gnotime to 2.2.2-6, the symptom has disappeared.

Thanks.

-Sanori



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361755: gnotime: invalid free when Reports/Activity...

2006-04-09 Thread Joo-won Jung
Package: gnotime
Version: 2.2.2-5
Severity: important


gnotime stucks when I click Reports/Activity...
(A window named Gnotime:Jounal is popped, but does not display 
anything, and both main and popped window stucks.)

The message from gnotime when I ask Reports/Activity... is as follows:

update flow align
update flow align
update flow align
update flow align
*** glibc detected *** free(): invalid pointer: 0x0844c130 ***


Here is the item in gnotime-data.xml that makes gnotime stucks:

gtt:project
  titleFinance/title
  guid2066768c3db67d1565aa8f9b5526f478/guid
  descFinancial Work/desc
  id9/id
  billrate10/billrate
  overtime_rate15/overtime_rate
  overover_rate20/overover_rate
  flat_fee1000/flat_fee
  min_interval3/min_interval
  auto_merge_interval60/auto_merge_interval
  auto_merge_gap60/auto_merge_gap
  estimated_start-1/estimated_start
  estimated_end-1/estimated_end
  due_date-1/due_date
  sizing0/sizing
  percent_complete0/percent_complete
  urgencyUNDEFINED/urgency
  importanceUNDEFINED/importance
  statusNOT_STARTED/status
  gtt:task-list
gtt:task
  guid2b21bc2eab5369a3e6c3942a73d1/guid
  memoXX, XXX/memo
  bill_unit900/bill_unit
  billableBILLABLE/billable
  billrateREGULAR/billrate
  billstatusBILL/billstatus
  gtt:interval-list
gtt:interval
  start1144388147/start
  stop1144388652/stop
  fuzz0/fuzz
  runningF/running
/gtt:interval
gtt:interval
  start1144300385/start
  stop1144300524/stop
  fuzz54/fuzz
  runningF/running
/gtt:interval
gtt:interval
  start1144072235/start
  stop1144073954/stop
  fuzz0/fuzz
  runningF/running
/gtt:interval
  /gtt:interval-list
/gtt:task
  /gtt:task-list
/gtt:project


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages gnotime depends on:
ii  guile-1.6-libs   1.6.7-1 Main Guile libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.11.3-1The ATK accessibility toolkit
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-2The Bonobo UI library
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libgda2-31.2.2-1 GNOME Data Access library for GNOM
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.12.0.1-5  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-1A powerful object-oriented display
ii  libgnomeprint2.2-0   2.12.1-3The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.12.1-2GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.12.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.12.2-5GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libgtkhtml3.6-18 3.6.2-1 HTML rendering/editing library - r
ii  libguile-ltdl-1  1.6.7-1 Guile's patched version of libtool
ii  libice6  6.9.0.dfsg.1-6  Inter-Client Exchange library
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libqof1  0.6.3-1 Query Object Framework
ii  libqthreads-12   1.6.7-1 QuickThreads library for Guile
ii  libsm6   6.9.0.dfsg.1-6  X Window System Session Management
ii  libx11-6 6.9.0.dfsg.1-6  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-6  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-6  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-6  X Window System 

Bug#352001: evolution-exchange: Gtk-CRITICAL message in that situation

2006-03-07 Thread Joo-won Jung
Package: evolution-exchange
Version: 2.4.2-1
Followup-For: Bug #352001


I have the same problem.

In that situation, evolution emits the following mesage

(evolution:7022): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET 
(widget)' failed

Hope this helps

-Sanori


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages evolution-exchange depends on:
ii  evolution 2.4.2.1-1  The groupware suite
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.10.1-2   The Bonobo UI library
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libcamel1.2-6 1.4.2.1-1  The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libdb4.2  4.2.52-23  Berkeley v4.2 Database Libraries [
ii  libebook1.2-5 1.4.2.1-1  Client library for evolution addre
ii  libecal1.2-3  1.4.2.1-1  Client library for evolution calen
ii  libedata-book 1.4.2.1-1  Backend library for evolution addr
ii  libedata-cal1 1.4.2.1-1  Backend library for evolution cale
ii  libedataserve 1.4.2.1-1  Utility library for evolution data
ii  libedataserve 1.4.2.1-1  GUI utility library for evolution 
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libexchange-s 1.4.2.1-1  Backend library for evolution cale
ii  libfontconfig 2.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.10-1   GNOME Accessibility Implementation
ii  libgail17 1.8.10-1   GNOME Accessibility Implementation
ii  libgconf2-4   2.12.1-9   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgnome-keyr 0.4.7-1GNOME keyring services library
ii  libgnome2-0   2.12.0.1-5 The GNOME 2 library - runtime file
ii  libgnomecanva 2.12.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.12.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.12.2-5   GNOME virtual file-system (runtime
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface 
ii  libgtkhtml3.8 3.8.1-1HTML rendering/editing library - r
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libkrb53  1.4.3-6MIT Kerberos runtime libraries
ii  libldap2  2.1.30-12  OpenLDAP libraries
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libsoup2.2-8  2.2.7-2an HTTP library implementation in 
ii  libtasn1-20.2.17-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxml2   2.6.23.dfsg.2-2GNOME XML library
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   

Bug#353801: epiphany-browser: epiphany-browser does not start with error undefined symbol: FT_GlyphSlot_Embolden

2006-02-21 Thread Joo-won Jung
On Tue, Feb 21, 2006 at 08:34:32AM +0100, Josselin Mouette wrote:
 Le mardi 21 f?vrier 2006 ? 10:52 +0900, Joo-won Jung a ?crit :
  Package: epiphany-browser
  Version: 1.8.3-3
  Severity: normal
  
  
  I'm using etch. After upgrade, I found that epiphany does not start.
  The error message in .xsession-errors is as follows:
  
  /usr/bin/epiphany: symbol lookup error: /usr/lib/libXft.so.2: undefined 
  symbol: FT_GlyphSlot_Embolden
 
 If you have any locally installed versions of fontconfig on your disk,
 please remove them. If you don't, please send the result of the
 ldd /usr/bin/epiphany command.

Strangely, after upgrade libxft2 to 2.1.8.2-3, the problem disappeared.
(Actually, I did upgrade a bunch of packages that is uploaded after I
 reported the bug. I remember that libxft2 is in the upgrade package
 list.)
Therefore, this case may be closed.

I didn't installed local font config.

Thank you, anyway. 

Sincerely,

-Sanori


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353801: epiphany-browser: epiphany-browser does not start with error undefined symbol: FT_GlyphSlot_Embolden

2006-02-20 Thread Joo-won Jung
Package: epiphany-browser
Version: 1.8.3-3
Severity: normal


I'm using etch. After upgrade, I found that epiphany does not start.
The error message in .xsession-errors is as follows:

/usr/bin/epiphany: symbol lookup error: /usr/lib/libXft.so.2: undefined symbol: 
FT_GlyphSlot_Embolden
*** WARNING *** The programme 'epiphany' uses the HOWL compatiblity layer of 
Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see 
http://0pointer.de/avahi-compat?s=howle=epiphany

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages epiphany-browser depends on:
ii  gconf2 2.12.1-9  GNOME configuration database syste
ii  gnome-icon-theme   2.12.1-2  GNOME Desktop icon theme
ii  iso-codes  0.49-1ISO language, territory, currency 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.10.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-2  The Bonobo UI library
ii  libc6  2.3.5-13  GNU C Library: Shared libraries an
ii  libcairo2  1.0.2-3   The Cairo 2D vector graphics libra
ii  libdbus-1-20.60-5simple interprocess messaging syst
ii  libdbus-glib-1-2   0.60-5simple interprocess messaging syst
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libgcc11:4.0.2-8 GCC support library
ii  libgconf2-42.12.1-9  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.8.6-1   The GLib library of C routines
ii  libgnome-desktop-2 2.12.2-2  Utility library for loading .deskt
ii  libgnome2-02.12.0.1-5The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-2  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.10.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.12.2-5  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.10-1  The GTK+ graphical user interface 
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.3-1  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libstdc++6 4.0.2-8   The GNU Standard C++ Library v3
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1   X cursor management library
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxinerama1   6.9.0.dfsg.1-4X Window System multi-head display
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  libxslt1.1 1.1.15-2  XSLT processing library - runtime 
ii  mozilla-browser2:1.7.12-1.1  The Mozilla Internet application s
ii  mozilla-psm2:1.7.12-1.1  The Mozilla Internet application s
ii  zlib1g 1:1.2.3-9 compression library - runtime

Versions of packages epiphany-browser recommends:
ii  epiphany-extensions   1.8.2-3Extensions for Epiphany web browse
ii  yelp  2.12.2-2   Help browser for GNOME 2

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#348969: hlatex-fonts-base: dependency on tex-common results conflicts with tetex-base

2006-01-19 Thread Joo-won Jung
Package: hlatex-fonts-base
Version: 1.0-3
Severity: normal


In etch,

  hlatex-font-base depends on tex-common =0.7
  hlatex-font-extra depends on tex-common =0.7
  tetex-base (2.0.2c-9) conflicts (and replaces) tex-common 0.14
  tetex-bin (2.0.2-31) conflicts (and replaces) tex-common 0.14

but there is no tex-common = 0.7. Therefore, hlatex package is viewed
as broken package since hlatex depends both tetex-base/bin and
hlatex-font-base.

I think that fixing the tex-common version in dependency of
hlatex-font-* package will solve the problem.

-Sanori

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]