install debian on dell poweredge 1950

2008-07-16 Thread Surachai Locharoen
Hello I am running the following set up:

A dell poweredge 1950: running Debian Etch

   - 1x Dual Core 64-bit Intel(r) Xeon(r) 5050, 2x2MB Cache, 3.00GHz, 667MHz
   FSB
   - 2GB 533MHz (4x512MB), Single Ranked DIMMs
   - 2x 146GB,SAS, 3.5-inch, 10K RPM Hard Drive
   - Integrated SAS/SATA RAID 1, PERC 5/i
   - Redundant Power Supply with Y-Cord


Everything is fine on my server except for that fact that everytime I try to
connect the connection times out at first. It can take as much as 1 minute
for the connection to work.

Then after a while my putty sessions, ssh session, apache sessions time out.

I've used tcpdump to look for network card errors and there seems to be
none. I've look through the logs no refused connections for apache.

I have the Broadcom NetExtreme Dual Gigabyte Ethernet and I'm starting to
think maybe there is some weird problem with the bnx2 driver in the kernel
I'm running.

Linux cando 2.6.15-26-amd64-generic #1 SMP PREEMPT Thu Aug 3 02:52:35 UTC
2006 x86_64 GNU/Linux

Another possibility I thought of is that some kind of power managment or
wake on Lan function is causing problems.

However I booted up with ACPI=off so I thought that would disable power
managment.

Where do I begin with this , it seems to be quite elusive and I can't get a
straight answer anywhere.

My ip is static but I know it's on a DHCP network so I was also wondering if
I'm having DHCP conflicts. I have to check with the network admin tomorrow
about that.


Summary:
First connect = wait 20s-1min with timeouts

SSH, Apache, Putty session reset or timeout, then 20s-1min later all seems
fine.

The interval is about every 10-30minutes.
Static IP behind nat 10.0.0.0 network

Thanks in Advance for your help. Any clue would help.
If I can't figure this out soon my impulse is to replace the Broadcom Dual
Ethernet with an Intel Pro Dual or single Gigabyte Ethernet card.
I'd really like to avoid this if possible so see if you can give me a lead.

Thanks,

-- 
Surachai Locharoen


-- 
Surachai Locharoen


Re: install debian on dell poweredge 1950

2008-07-16 Thread Surachai Locharoen
I upgrade kernel 2.6.25 from testing repository. After that the
computer couldn't see network device. I found that bnx2 couldn't load
firmware at booting time. So I manual load bnx2 module
   modprobe -r bnx2
   modprobe bnx2
The network device work again. However, the connection delay time still a
problem.

If I change OS to Redhat or Ubuntu, Can solve this problem?

On Thu, Jul 17, 2008 at 8:40 AM, Alex Samad [EMAIL PROTECTED] wrote:

  On Wed, Jul 16, 2008 at 02:05:02PM -0700, Amit Uttamchandani wrote:
  On Thu, 17 Jul 2008 00:49:30 +0700
  Surachai Locharoen [EMAIL PROTECTED] wrote:
 
   Hello I am running the following set up:
  
   A dell poweredge 1950: running Debian Etch
  
  - 1x Dual Core 64-bit Intel(r) Xeon(r) 5050, 2x2MB Cache, 3.00GHz,
   667MHz FSB
  - 2GB 533MHz (4x512MB), Single Ranked DIMMs
  - 2x 146GB,SAS, 3.5-inch, 10K RPM Hard Drive
  - Integrated SAS/SATA RAID 1, PERC 5/i
  - Redundant Power Supply with Y-Cord
  
  
   Everything is fine on my server except for that fact that everytime I
   try to connect the connection times out at first. It can take as much
   as 1 minute for the connection to work.
  
   Then after a while my putty sessions, ssh session, apache sessions
   time out.
  
   I've used tcpdump to look for network card errors and there seems to
   be none. I've look through the logs no refused connections for apache.
  
   I have the Broadcom NetExtreme Dual Gigabyte Ethernet and I'm
   starting to think maybe there is some weird problem with the bnx2
   driver in the kernel I'm running.
  
   Linux cando 2.6.15-26-amd64-generic #1 SMP PREEMPT Thu Aug 3 02:52:35
   UTC 2006 x86_64 GNU/Linux
  
   Another possibility I thought of is that some kind of power managment
   or wake on Lan function is causing problems.
  
   However I booted up with ACPI=off so I thought that would disable
   power managment.
  
   Where do I begin with this , it seems to be quite elusive and I can't
   get a straight answer anywhere.

 use ethtool to have a look at the device. As suggested use a new kernel,
 watch out for 23 (I think) + 24  the boradcom drivers were removed as
 they changed and there was an issue with the firemware.

 Have a look on the switch at the switch port, see if there any errors
 there.

 When you are getting these errors do a tcpdump on the client and the
 server, eliminated any routers in the middle.


  
   My ip is static but I know it's on a DHCP network so I was also
   wondering if I'm having DHCP conflicts. I have to check with the
   network admin tomorrow about that.
  
  
   Summary:
   First connect = wait 20s-1min with timeouts
  
   SSH, Apache, Putty session reset or timeout, then 20s-1min later all
   seems fine.
  
   The interval is about every 10-30minutes.
   Static IP behind nat 10.0.0.0 network
  
   Thanks in Advance for your help. Any clue would help.
   If I can't figure this out soon my impulse is to replace the Broadcom
   Dual Ethernet with an Intel Pro Dual or single Gigabyte Ethernet card.
   I'd really like to avoid this if possible so see if you can give me a
   lead.
  
   Thanks,
  
 
 
  Hi there,
 
  You could try a newer kernel from backports.org. The latest one they
  have is 2.6.25. It might help. If you have grub set up on this system
  you can easily switch back to the old kernel at the startup menu if
  2.6.25 doesn't work for you.
 
  Good luck,
  Amit
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 

 --
 The Legislature makes the laws, and the Executive interprets the laws.

- George W. Bush

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkh+owUACgkQkZz88chpJ2MXgwCg2eDoL1dRllmr8mGQFDqFRBVH
 7DIAoP4FA+UuWaioVr14X6P9Q0KudJry
 =LZp7
 -END PGP SIGNATURE-




-- 
Surachai Locharoen


Install Vmware player on debian unstable.

2007-05-22 Thread Surachai Locharoen

I use debian unstable (linux kernel 2.6.20). I want to install vmware player
2.0 but I can't compile vmware module.
It is a segmentation fault. There are warning message about version
incompatible of gcc. However I still compile it. I am not sure it is a
problem.
Anybody know?, how to debug it or fix it.

Thank.

This is message from vmware-config.pl :

None of the pre-built vmmon modules for VMware Player is suitable for your
running kernel.  Do you want this program to try to build the vmmon module
for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler /usr/bin/gcc. Use environment variable CC to override.

Your kernel was built with gcc version 4.1.2, while you are trying to
use
/usr/bin/gcc version 4.1.3. This configuration is not recommended and
VMware Player may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with
compiler
/usr/bin/gcc version 4.1.3 anyway? [no] yes

What is the location of the directory of C header files that match your
running
kernel? [/lib/modules/2.6.20-1-686/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.20-1-686/build/include/.. SUBDIRS=$PWD
SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.20-1-686'
 CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
 CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/hash.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciContext.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDatagram.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDriver.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDs.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciGroup.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciHashtable.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciProcess.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciResource.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciSharedMem.o
 CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o
 CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
 LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o
 Building modules, stage 2.
 MODPOST 1 modules
 CC  /tmp/vmware-config0/vmmon-only/vmmon.mod.o
 LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-1-686'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
sh: line 1:  5942 Segmentation fault  'insmod' -p
'/tmp/vmware-config0/vmmon.o' /dev/null 21
Unable to make a vmmon module that can be loaded in the running kernel:
There is probably a slight difference in the kernel configuration between
the
set of C header files you specified and your running kernel.  You may want
to
rebuild a kernel based on that directory, or specify another directory.

For more information on how to troubleshoot module-related problems, please
visit our Web site at http://www.vmware.com/download/modules/modules.html;
and
http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html;.

Execution aborted.

--
?? 
Skype name: AGS-RD-??(?)


module-init-tools: 'insmod' generate segmentation fault when load module

2007-05-22 Thread Surachai Locharoen

module-init-tools: 'insmod' generate segmentation fault when load module

I use Debian unstable. see
referencehttp://www.vmware.com/community/thread.jspa?messageID=650674#650674
.


Network management tool on debian

2007-03-09 Thread Surachai Locharoen

Hi
I am looking for Network management tool which autodiscovery all host on LAN
and track bandwidth for user.
Does debian have some package to fullfill this function?

Kan


Re: Graphical bittorrent clients in etch

2007-03-09 Thread Surachai Locharoen

2007/3/9, Ron Johnson [EMAIL PROTECTED]:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/09/07 06:10, Liam O'Toole wrote:
 Hi,

 I am looking for a graphical bittorrent client for etch. My
 requirements are that it supports encryption and integrates nicely with
 the GNOME desktop. Here are the ones I have evaluated so far.

 azureus: excellent in terms of features, but conflicts with eclipse,
 which I also need

 ktorrent: also a good set of features, but is a KDE application

 bittornado-gui: the version currently in etch does not support
 encryption; this is unlikely to change because etch is in freeze

 gnome-btdownload: a glorified file picker

 Does anyone have any other suggestions?


I like freeloader.  Don't know if it supports encryption, though.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF8XRAS9HxQb37XmcRAgN7AKDWFVmSHx77bGwdvXfKtXvfrsi0PQCfb8AL
WsQ2mgNx6P5DTr+910KHz8Q=
=NeWg
-END PGP SIGNATURE-


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




I sugess deluge bittorrent.
--
?? 
Skype name: AGS-RD-??(?)


Re: ipw2200 on linux image 2.6.18

2007-02-05 Thread Surachai Locharoen

2007/2/4, Michael Pobega [EMAIL PROTECTED]:


Surachai Locharoen wrote:
 I found this error in syslog

 **Feb  4 16:24:20 surachai kernel: usb 2-1: USB disconnect, address 4
 Feb  4 16:24:24 surachai kernel: usb 2-1: new full speed USB device
 using uhci_hcd and address 5
 Feb  4 16:24:24 surachai kernel: usb 2-1: configuration #1 chosen from
 1 choice
 Feb  4 16:24:25 surachai kernel: ipw2200: Failed to send SCAN_ABORT:
 Command timed out.
 Feb  4 16:24:26 surachai kernel: ipw2200: Failed to send CARD_DISABLE:
 Command timed out.

 and this from dmesg
 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0mq
 ipw2200: Copyright(c) 2003-2006 Intel Corporation
 ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
 ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11achannels)
 ipw2200: Failed to send SCAN_ABORT: Command timed out.
 ipw2200: Failed to send CARD_DISABLE: Command timed out.
 ipw2200: Failed to send CARD_DISABLE: Command timed out.
 ipw2200: Failed to send SCAN_ABORT: Command timed out.
 ipw2200: Failed to send CARD_DISABLE: Command timed out.

 I cannot use wireless card.

 Karn
 --

Did your wireless card work in the past, or is this a fresh install?



I have to install wireless-tools package.

Thank you :)
Karn


ipw2200 on linux image 2.6.18

2007-02-04 Thread Surachai Locharoen

I found this error in syslog

**Feb  4 16:24:20 surachai kernel: usb 2-1: USB disconnect, address 4
Feb  4 16:24:24 surachai kernel: usb 2-1: new full speed USB device using
uhci_hcd and address 5
Feb  4 16:24:24 surachai kernel: usb 2-1: configuration #1 chosen from 1
choice
Feb  4 16:24:25 surachai kernel: ipw2200: Failed to send SCAN_ABORT: Command
timed out.
Feb  4 16:24:26 surachai kernel: ipw2200: Failed to send CARD_DISABLE:
Command timed out.

and this from dmesg
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0mq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11a channels)
ipw2200: Failed to send SCAN_ABORT: Command timed out.
ipw2200: Failed to send CARD_DISABLE: Command timed out.
ipw2200: Failed to send CARD_DISABLE: Command timed out.
ipw2200: Failed to send SCAN_ABORT: Command timed out.
ipw2200: Failed to send CARD_DISABLE: Command timed out.

I cannot use wireless card.

Karn
--


ssh file transfer error

2007-01-31 Thread Surachai Locharoen

I use debian etch. I click on start menu (PlacesConnect to Server...)
The dialog show and I just enter information
When I click ok the error message show that it can't connect to server with
error code: 46 (see attached file)

In more detail, If I delete .ssh folder in home directory, I can mount ssh
file system on the first time. When I remount again the ssh file system can
not mount
I can use ssh command line to connect to ssh server and invoke any command
successfully.

Could you suggest me the way to solve this problem?

--
Karn
?? 
Skype name: AGS-RD-??(?)


Screenshot-Error.png
Description: PNG image


Re: CPU fan control

2007-01-28 Thread Surachai Locharoen

It seem that Linux does not enable cpu frequency scaling by default. So the
cpu is alway run in full speed. It generate heat so much. The fan cooling
can not reduce heat enough

To solve this problem install cpufreqd and see the README.Debian to enable
cpu frequency scaling.

Kan

2007/1/29, Manu Hack [EMAIL PROTECTED]:


I've installed etch on my laptop.  During the time I used Windows, I
feel the CPU temperature is lower.  And now the CPU fan works when the
CPU temperature is higher than 70C and stops (or runs at a lower
speed) when it's 55C or lower.  I'd like to know if it's possible to
adjust the threshold temperature like making it run faster well below
70C.  Thanks!


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





--
?? 
Skype name: AGS-RD-??(?)


Re: CPU0: Temperature above threshold

2007-01-17 Thread Surachai Locharoen
เมื่อ พ. 2007-01-17 เวลา 12:43 +, David Hart เขียนว่า:

 On Wed 2007-01-17 12:20:58 +0200, Justin Hartman wrote:
 
  I'm using duplicity to run a backup of some of my data to a remote ftp
  server. While do this I get the following messages popup in terminal:
  
  Message from [EMAIL PROTECTED] at Wed Jan 17 11:44:02 2007 ...
  debian kernel: CPU0: Temperature above threshold
  
  Message from [EMAIL PROTECTED] at Wed Jan 17 11:44:02 2007 ...
  debian kernel: CPU0: Running in modulated clock mode
  
  This doesn't look very good to me and any advice on these messages
  would be helpful.
 
 I had that same message (repeatedly, every few seconds) last Sunday
 after installing Etch on a friend's box.  Turned out to be dust blocking
 a perforated sheet behind the cpu fan.
 
 -- 
 David Hart [EMAIL PROTECTED]
 
 

I have the problem like you. I solved it by enable cpu frequency scaling
and install cpufreqd.

Kan


Can't not see my desktop icon and desktop background.

2007-01-12 Thread Surachai Locharoen
I use debian etch. I close nautilus while it working. afterthat gnome
desktop not show icon and background. Do you know how to fix it?

kan



Screenshot.png
Description: PNG image


[Solved] Re: How to cool my cpu temperature?

2007-01-06 Thread Surachai Locharoen

เมื่อ ศ. 2007-01-05 เวลา 22:57 -0800, Marc Shapiro เขียนว่า:

 Cybe R. Wizard wrote:
  Marc Shapiro [EMAIL PROTECTED]  said:

  I can claim firsthand experience with exactly that.  Box overheated.  
  Fried capacitors.  Required new motherboard and CPU.  Fortunately I
  was able to get a similar MB, only slight upgrade, so I was able to
  use my old memory and  didn't have to replace that, too.  If the
  problem is the power supply (mine was) it is much cheaper to replace
  the PS now than the MB in a few weeks.  Other fans and heatsinks are
  still less expensive than a new CPU (and, possibly, MB).
  
 
  I had much the same experience but my loss was total.  That brings up
  the question of how to tell if the PS is going out.  My motherboard had
  fan, temp and voltage sensors that I /finally/ got working but the PS
  didn't seem to be represented in those.  Are there physical hints
  pre-death (enough pre-death for box salvage) for a power supply?

 I had been hearing whining on and off from my PS for at least a few 
 weeks.  If I had paid attention to it I could have picked up a PS 
 locally for about $35 and avoided the hassle, cost and downtime.  I now 
 have mbmon installed to check the temp and fan speed.  My new processor 
 seems to run very cool, however.  I don't think I have seen it hit 40C 
 yet and I keep it running 24/7.  It is an AMD Mobile AMD Athlon(tm) XP-M 
 Processor 2800+.
 
 -- 
 Marc Shapiro
 [EMAIL PROTECTED]


The heat increase because cpu run in full speed. So I enable cpufreq
scaling and install cpufreqd deamon
The cpufreqd control cpu frequency by rule in configuration file. So I
can insert rule to reduce frequency when hight cpu temperature.

Kan



Re: How to cool my cpu temperature?

2007-01-05 Thread Surachai Locharoen

เมื่อ ศ. 2007-01-05 เวลา 14:06 -0600, Hugo Vanwoerkom เขียนว่า: 

 Douglas Tutty wrote:
  On Fri, Jan 05, 2007 at 12:34:55PM +0700, surachai locharoen wrote:
   
  On Fri, Jan 05, 2007 at 07:42:03AM +0700, Surachai Locharoen wrote:
  I use debian etch on compact presario v4000. I add temperature monitor
  to my panel. I see the temperature is hight around 70-80 C and sometime
  os is shutdown automatically. The cpu load is low. It run at 100% for
  some time interval. When I run window os this problem is gone. My laptop
  is cool and quite. Do you know why linux make laptop hot? 
  I hate laptops; things are never simple.
 
  Is the cpu fan going under linux?  Does the box sound the same as under
  doze?
  
  it has sound woe woe weo
 
  
  Hi Surachi,
  
  FYI we bottom post here so a conversation flows better.
  
  Is woe woe weo what it sounds like under both doze and linux?
  
  Try googling presario v4000 linux fan and see what turns up.  Check out
  the kernel docs and see if there's a kernel module missing that runs
  your fan.
  
  Check out your bios.  On my desktop box I have the bios control the fans
  based on temperature.  It controls the CPU and 4 case fans independantly
  based on 4 sensors around the MB (memory, chipset, top of board, rear of
  board) plus the CPU temp.  It keeps the CPU at 40 C and the board at
  22 C.
  
  Doug.
  
  
 
 That's interesting, what motherboard and what case is that?
 
 Hugo

Spec is :
CPU: Intel Pentium M Processor 725A 
(1.6GHz, 2MB L2, FSB 400MHz) 
Ram 512MB DDR333, 60GB Hard Drive 
Drive: DVD/CD-RW, 6-in-1 Media Reader 
Display: 15.4 TFT WXGA LCD BrightView Widescreen 
802.11b/g Wireless LAN, Bluetooth 
Weight: 2.94kg 
Warranty: Local Warranty 1 Year

http://beta.shop4thai.com/en/product/?pid=11562



Re: How to cool my cpu temperature?

2007-01-05 Thread Surachai Locharoen
เมื่อ ศ. 2007-01-05 เวลา 18:40 -0800, Marc Shapiro เขียนว่า:

 Kamaraju Kusumanchi wrote:
  On Friday 05 January 2007 09:57, Marko Randjelovic wrote:
  surachai locharoen wrote:
  it has sound woe woe weo
 
  --
  Than fan of your CPU is not working well. Just to make sure, if you
  don't have windows, try Knoppix or some other CD bootable distro. If it
  is the same, you should replace the fan.
 
  Just to expand on this fact, if it in fact turns out to be a fan problem,
  replace it ASAP. Otherwise it can damage your processor. Replacing a 
  fan is
  much much cheaper than replacing a processor.
 
  hth
  raju
 I can claim firsthand experience with exactly that.  Box overheated.  
 Fried capacitors.  Required new motherboard and CPU.  Fortunately I was 
 able to get a similar MB, only slight upgrade, so I was able to use my 
 old memory and  didn't have to replace that, too.  If the problem is the 
 power supply (mine was) it is much cheaper to replace the PS now than 
 the MB in a few weeks.  Other fans and heatsinks are still less 
 expensive than a new CPU (and, possibly, MB).
 
 -- 
 Marc Shapiro
 [EMAIL PROTECTED]


I think my cpu have the symtom like this bug. (however I user linux
2.6.18)
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/22336



Re: How to cool my cpu temperature?

2007-01-05 Thread Surachai Locharoen
เมื่อ ศ. 2007-01-05 เวลา 21:56 -0800, Andrew Sackville-West เขียนว่า:

 On Fri, Jan 05, 2007 at 10:26:42PM -0600, Cybe R. Wizard wrote:
  Marc Shapiro [EMAIL PROTECTED]  said:
   I can claim firsthand experience with exactly that.  Box overheated.  
   Fried capacitors.  Required new motherboard and CPU.  Fortunately I
   was able to get a similar MB, only slight upgrade, so I was able to
   use my old memory and  didn't have to replace that, too.  If the
   problem is the power supply (mine was) it is much cheaper to replace
   the PS now than the MB in a few weeks.  Other fans and heatsinks are
   still less expensive than a new CPU (and, possibly, MB).
  
  I had much the same experience but my loss was total.  That brings up
  the question of how to tell if the PS is going out.  My motherboard had
  fan, temp and voltage sensors that I /finally/ got working but the PS
  didn't seem to be represented in those.  Are there physical hints
  pre-death (enough pre-death for box salvage) for a power supply?
 
 I've had a couple desktop psu's fail. symptoms have been intermittent
 hard-locks, out-of-spec voltages, difficulty when rebooting (such as
 power leds come on, but no POST) etc. Nothing definitive, but the
 problems have gone away with a new power supply. My understanding is
 that psu's are the most failure prone item in a computer. I always
 consider them first if I'm having any sort of difficult-to-diagnose
 problem.
 
 .02
 
 A

I search on the internet. I found the mail which decribe the syntom of
the same family of my laptop

More data for the problem:
Compaq V4000 (laptop) - Centrino 1.73G. Max CPU Temp (100 C) (from
Intel)
Using Ubuntu Dapper. Under high load would claim critical temp reached
and halt. dmesg shows CPU reached (102 C).
Using powersave and kpowersave

For me this problem started out of the blue - not following any kernel
change or particular apt-get updates.

I use watch 1 acpitool -tfc to keep watch over the system atm.
Noteworthy mentions are:

  Fan : not available
  Throttling control : no
  Limit interface : no
  critical (S5): 100 C
  passive: 95 C: tc1=2 tc2=5 tsp=300 devices=0xdffea660

First 3 seems wrong for a Centrino -- but I guess that is a problem with
the ACPI interface to BIOS here.

The fan (there is one) responds autonomously -- probably BIOS
controlled? So does the above really matter.

Doing something like kernel compile I would see the CPU temp hovering
between 80-100. Passive would kick in every now and again.

polling_interval was set to 2, I changed this to 30 and observed that
sometimes the CPU temp spiked at 102, 105, 107 but for no more than 1
second then immediately dropped back to sub-100. No instability, so
could be a glitch?

Sometimes Linux will hit 100+ on 30 seconds and halt.

My conclusions:

the polling is far too rigid. Perhaps it should take some averages over
another interval or require a sustained critical temperature before
ditching the system. (make this user configurable under /proc/acpi/ as
is the rest). I like the idea of polling_interval being 2 but my system
would be fine if it only acted on the critical temperature if the CPU
was 100+ for more than 3 of these intervals.

The passive trip could be wrong, but that depends on the interpretation
of the 100+ spikes.

I currently avoid the problem by changing things to:

  echo 5  /proc/acpi/thermal_zone/THR0/polling_frequency
  echo 5  /proc/acpi/thermal_zone/THR1/polling_frequency
  echo 110:102:90:60:50:40  /proc/acpi/thermal_zone/THR0/trip_points

The 110 attempts to offset the spike (which is a rare spike); the 90
sets the passive kick-in which takes the CPU speed to 1.3G during the
passive region.

Powersave and co (tried a few) seemed to be doing their job. (note
Klaptop is the only thing that can successfully suspend to RAM for me)

I'm of the belief that my hardware (1+ year old always working) is
showing some minor cracks with the 100+ temp spike. But I also think the
kernel could be more forgiving of it.

I doubt that Is this a solution? It just span a theshold. 
Kan



How to cool my cpu temperature?

2007-01-04 Thread Surachai Locharoen
I use debian etch on compact presario v4000. I add temperature monitor
to my panel. I see the temperature is hight around 70-80 C and sometime
os is shutdown automatically. The cpu load is low. It run at 100% for
some time interval. When I run window os this problem is gone. My laptop
is cool and quite. Do you know why linux make laptop hot? 

Kan



Re: How to cool my cpu temperature?

2007-01-04 Thread surachai locharoen
it has sound woe woe weo

--
#Open WebMail Project (http://openwebmail.org)
Prachakij Group Mail (http://www.prachakij.com)


-- Original Message ---
From: Douglas Tutty [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Sent: Thu, 4 Jan 2007 21:38:54 -0500
Subject: Re: How to cool my cpu temperature?

 On Fri, Jan 05, 2007 at 07:42:03AM +0700, Surachai Locharoen wrote:
  I use debian etch on compact presario v4000. I add temperature monitor
  to my panel. I see the temperature is hight around 70-80 C and sometime
  os is shutdown automatically. The cpu load is low. It run at 100% for
  some time interval. When I run window os this problem is gone. My laptop
  is cool and quite. Do you know why linux make laptop hot? 
 
 
 I hate laptops; things are never simple.
 
 Is the cpu fan going under linux?  Does the box sound the same as under
 doze?
 
 Other than this I don't have a clue as I've never used a compact
 anything.
 
 Doug.
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
--- End of Original Message ---


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



Single board for debian.

2006-12-01 Thread Surachai Locharoen
Hello

Doese anybody know the single board which work with debian? I want to
use in car as a navigator. If it prompt connect to the electic system of
car, is very good.

Kan


Anybody know the program to splitt big mpeg to smaller mpeg?

2006-11-28 Thread Surachai Locharoen
Anybody know the program to splitt big mpeg to smaller mpeg?


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



mysql client fail to start.

2006-11-15 Thread Surachai Locharoen
I use lastest Debian testing. mysql client fail to start.
error message show:
mysql: relocation error: mysql: symbol errno, version GLIBC_2.0 not
defined in file libc.so.6 with link time reference


Openoffice base create form wizard broken

2006-08-26 Thread Surachai Locharoen




I use debian sid. I can't use create form wizard on open office base. The wizard is not display. Do you know where to see log file for debugging?.




GTK Assertion

2006-08-24 Thread Surachai Locharoen




I use debian sid, when I start wxwindow application (boa-constructor) the errror message is shown. Does anybody know the cause of it?



** (python:7498): CRITICAL **: get_label_from_notebook_page: assertion `GTK_IS_W IDGET (child)' failed

** (python:7498): CRITICAL **: get_label_from_notebook_page: assertion `GTK_IS_W IDGET (child)' failed





Re: Anybody else seeing this GTK2 bug?

2006-07-23 Thread Surachai Locharoen




On Sun, 2006-07-23 at 15:12 +0200, Torquil Macdonald Srensen wrote:


On Sunday 23 July 2006 13:53, Florian Kulzer wrote:
 On Sun, Jul 23, 2006 at 09:52:10 +0200, Torquil Macdonald Srensen wrote:
Hello
   
Is anybody else seeing this bug?:
   
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377850
   
It makes it quite problematic for me to use any GTK applications,
so I would really appreciate any hints as to what might be
causing it. I am wondering whether if it really is a GTK bug, or
maybe it is X.org?
  
   My system is debian kernel 2.6.17, gtk2, gnome2.14. I have the same
   problem.
   especialy in boa-constructor package which use wxPython.
 
  I have this bug in gqview, bittornado-gui (which uses python-wxgtk2.6),
  avidemux  dcgui, which are all the GTK2 applications I use.
 
  Maybe it is related to X.org. My video card is ATI Mobility Radeon 9600
  M10, and I am using the radeon driver.

 If you are using non-anti-aliased fonts, then it might be a known
 libcairo2 bug:

 http://lists.debian.org/debian-user/2006/07/msg00992.html
 http://lists.debian.org/debian-user/2006/07/msg01023.html

 The easiest workaround seems to be to switch to anti-aliased GUI fonts.
 Downgrading libcairo2 is also possible, but it might be annoying since
 many other packages depend on the newest version.

Thanks Florian, your suggestion was correct! I switched on anti-aliasing, and 
everything is back to normal.

Best regards,
TMS




Where to set anti-aliasing? I don't see this configuration on gnome font preference. See attach for detail




Screenshot-Font Preferences.png
Description: PNG image


Re: Anybody else seeing this GTK2 bug?

2006-07-23 Thread Surachai Locharoen




I do as your sugesstion. but my font still disappear for some part.
This symtom appear for boa-constructor which use wxpython.

Maybe It is not like you issue.

Best regards,
Kan


 . 2006-07-23  15:39 +0200, Torquil Macdonald Srensen :


 Where to set anti-aliasing? I don't see this configuration on gnome font
 preference. See attach for detail

I didn't find it either, so instead I set put 'export GDK_USE_XFT=1' in 
~/.xsession and ~/.bashrc. It will then apply to applications started both 
from X menus, and from xterm windows. But there is probably a better way to 
do it.

Looking at the Gnome Font preferences, it looks to me that it is the Best 
contrast setting that is equavalent to anti-aliasing. But it is not clear to 
me if that will apply to all GTK apps or just Gnome apps.

Best regards,
Torquil Srensen







Screenshot-Find-Replace.png
Description: PNG image


Re: Anybody else seeing this GTK2 bug?

2006-07-22 Thread Surachai Locharoen




My system is debian kernel 2.6.17, gtk2, gnome2.14. I have the same problem.
especialy in boa-constructor package which use wxPython.


 . 2006-07-22  14:06 -0500, Ron Johnson :


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Torquil Macdonald S?rensen wrote:
 Hello
 
 Is anybody else seeing this bug?:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377850
 
 It makes it quite problematic for me to use any GTK applications,
 so I would really appreciate any hints as to what might be
 causing it. I am wondering whether if it really is a GTK bug, or
 maybe it is X.org?

Running Sid, X7, Gtk  GNOME, no.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is common sense really valid?
For example, it is common sense to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that common sense is obviously wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEwnc6S9HxQb37XmcRAj90AJ9Ww1trqqiPRNk6WQhzDQ8Ie4OltQCglhEO
TqVaVkEScLwzmdcIOoxfSmY=
=jhHR
-END PGP SIGNATURE-








What does it mean 'LANG=C'

2006-06-25 Thread Surachai Locharoen




I just want to know 'LANG=C' what does it mean? Normally, I see LANG is set to laguage which exist in the real world such as en, th, fr.

Thank you.




Re: 3pg play-back and conversion

2006-06-21 Thread Surachai Locharoen




my mplayer can show video but no sound for me. I use realplayer for open that file.

Surachai.

 . 2006-06-18  22:00 +0200, LeVA :


2006. jnius 18. 21:26,
Han [EMAIL PROTECTED]
- debian-kde@lists.debian.org,:
 Hi

 Does anyone know of a programe that can play-back 3PG(mobile-phone
 video) on linux and is there a product that will convert it to avi or mpeg?
mplayer can play back 3GP files (I presume this is what you mean), thus 
mencoder can use it too.

Daniel







How to append data to written cdrom with CD writer in nautilus.

2006-06-19 Thread Surachai Locharoen




I use nautilus to write cdrom. after burn the cdrom have free space.
So the next time I use nautilus again to append data. but It is impossible.
How to write cdrom for append data again using nautilus.

Surachai




google earth error (opengl error)

2006-06-14 Thread Surachai Locharoen




I run google earth for linux. And found the error below. I read in the internet but not found suitable solution.

Do u have any suggestion?
I use i915 intel chipset.

ERROR! sizeof(I830DRIRec) does not match passed size from device driver
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
display: :0 screen: 0
direct rendering: No


Thank you in advance.
Kan





synaptic error after I update yesterday

2006-06-10 Thread Surachai Locharoen




I use debian with apt-pinning. I use gnome 2.14, linux kernel 2.16.2. After I update yesterday when I run synaptic, the error show that

E: Dynamic MMap ran out of room
E: Error occurred while processing kedit (NewFileVer1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.

Do you know what wrong?

Kan




update debian and the openoffice can not start.

2006-05-28 Thread Surachai Locharoen




I update my debian system. It seem that my font on desktop is better. but openoffice can not start. When I start from console I receive this message.
 
 Xlib: unexpected async reply (sequence 0x18f)!

How to correct it?

Thank you in advance.




totem playlist: character encoding problem.

2006-05-26 Thread Surachai Locharoen




I use totem to play the song. In playlist show strang song name like a attach file.




-- 
Surachai Locharoen [EMAIL PROTECTED]







totem.png
Description: PNG image


Auto detect smarthost for exim4

2006-05-26 Thread Surachai Locharoen




Hi debian-user
 I use laptop on dhcp network for home, and office. Each place is used ISP different. I have to config exim4 smarthost for each time I switch the place. Could you any suggestion how to exim4 to auto detect smarthost?





-- 
Surachai Locharoen [EMAIL PROTECTED]







Re: Screen recorder on debian

2006-05-24 Thread Surachai Locharoen




I test on wink. I impress on it. but I can not type thai character on text box. Does anybody know config wink to support i18n or thai language?

Kan

On ., 2006-05-24 at 09:15 +0200, Mirco Piccin wrote:

Hi!
Few time ago i need to do the same thing.
Finally my choice was between Instanbul  Wink (that is not opensource, of course,, it's a freeware).
Today i use Wink, and i think is the simpler (and better, for my expectations) to use. 
Bye.



On 5/23/06, Johann Franz [EMAIL PROTECTED] wrote:

Surachai Locharoen wrote:
 Is there a program to record screen on debian

Define screen. If you want to dump the content of a virtual terminal
(i.e. take screenshot of a console), GNU screen is capable of doing that. 


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









-- 
Surachai Locharoen [EMAIL PROTECTED]







Re: Screen recorder on debian

2006-05-24 Thread Surachai Locharoen




actually I want a tool that create tutorial for any program. So It should be record my action at the first and then I should able to edit the capture movie to insert description or explain what I do.

Kan
On ., 2006-05-23 at 19:13 +0200, Johann Franz wrote:


Surachai Locharoen wrote:
 Is there a program to record screen on debian

Define screen. If you want to dump the content of a virtual terminal 
(i.e. take screenshot of a console), GNU screen is capable of doing that.





-- 
Surachai Locharoen [EMAIL PROTECTED]







Screen recorder on debian

2006-05-23 Thread Surachai Locharoen




Is there a program to record screen on debian?




-- 
Surachai Locharoen [EMAIL PROTECTED]







Clon debian system from one machine to another

2006-05-20 Thread Surachai Locharoen




I set up debian on my machine. I have changed the setting to fit with this computer. I want to transfers this system to another computer which is the same hardware specification. Could you suggest the way to do that? (I don't want to ghost harddisk because but I want to export debian system to installation CD base on my setting)

Kan



-- 
Surachai Locharoen [EMAIL PROTECTED]







epiphany-browser error alert after I close it.

2006-05-19 Thread Surachai Locharoen
Whenever I close epiphany-browser, There is a error box to warn about
error and request me to report to author. Why it happen?

Kan
-- 
Surachai Locharoen [EMAIL PROTECTED]


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



Resolve conflict in apt-get

2006-05-19 Thread Surachai Locharoen
I use apt-pinning for switch from linux kernel 2.6.8 to kernel 2.6.16. I
meet with conflict about xfonts-encoding. Is there a way to select a
theme of installation (all package for kernel 2.6.16)?


-- 
Surachai Locharoen [EMAIL PROTECTED]


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



How to migrate from linux kernel 2.6.8 to linux kernel 2.6.16

2006-05-19 Thread Surachai Locharoen
I use apt-pinning without config /etc/apt/preference. I face with
conflict. After that I edit /etc/apt/preference. And apt-get
dist-upgrade. It 's work but grub menu not show linux-image-2.6.16-686
for boot up. How to correct it?

-- 
Surachai Locharoen [EMAIL PROTECTED]


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



synaptic package manager problem

2006-05-11 Thread Surachai Locharoen
I use gnome2.14. and I install gnopernicus. after install it. I want to
remove it. but I can't remove it. Synaptic is close itself each time I
press apply button. This is happen to all module when I want to remove.
I can't press apply button because It will close

How to correct this problem?

Kan


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



Re: synaptic package manager problem

2006-05-11 Thread Surachai Locharoen
The same problem as me
http://article.gmane.org/gmane.linux.debian.devel.bugs.general/88419

On พฤ., 2006-05-11 at 08:17 -0700, Andrew Sackville-West wrote:
 On Thu, May 11, 2006 at 07:19:01PM +0700, Surachai Locharoen wrote:
  I use gnome2.14. and I install gnopernicus. after install it. I want to
  remove it. but I can't remove it. Synaptic is close itself each time I
  press apply button. This is happen to all module when I want to remove.
  I can't press apply button because It will close
  
  How to correct this problem?
 
 I don't use synaptic, but as a general guide, when you are having
 trouble with a gui app, start it from a terminal, then you can see if
 there is any output. open whatever terminal you use, type synaptic at
 the command line and then use the program normally. If it crashes, you
 may get output in the terminal. 
 
 That's the first thing I do if I'm having trouble with a gui
 app. Also, you might try synaptic -h or --help as there maybe a
 verbose command line switch. That may help with getting useful
 output. 
 
 .02
 
 A


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



Data model design tool for debian.

2006-05-10 Thread Surachai Locharoen
Anybody know the best Data modelling tool on debian plathform?

Kan


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



Re: Gnome 2.14 display on projector.

2006-05-05 Thread Surachai Locharoen
I reboot computer while connect to project. The screen is shown on
projector but not on notebook. and the area of projector screen not
cover all desktop. However I will set resolution like your sugession it
should be fix. 

Thank you.


On ศ., 2006-05-05 at 16:23 +1000, Ewing Jeff wrote:
 Some projectors halve lower resolution.
 
 Try Desktop-Preferences-screen resolution at 
 at 800x600 for example
 
  I have notebook which have configuration below 
  (Linux surachai 2.6.15-1-686 #2 Mon Mar 6 15:27:08 UTC 2006 i686
  GNU/Linux) + gnome 2.1
  
  I want to present display on projector. I press Fn + F4 but this screen
  doesn't show on projector. Do you know what I am wrong?
  
  
 -- 
 Thank you.
 
 
 
 Regards 
 
 Jeff Ewing
 
 


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



Re: Gnome 2.14 display on projector.

2006-05-05 Thread Surachai Locharoen
On ศ., 2006-05-05 at 10:42 +0200, Florian Kulzer wrote:
 On Fri, May 05, 2006 at 11:16:37 +0700, Surachai Locharoen wrote:
  I have notebook which have configuration below 
  (Linux surachai 2.6.15-1-686 #2 Mon Mar 6 15:27:08 UTC 2006 i686
  GNU/Linux) + gnome 2.1
  
  I want to present display on projector. I press Fn + F4 but this screen
  doesn't show on projector. Do you know what I am wrong?
 
 Xorg often overrides the Fn + F4 switching of the BIOS. Depending on
 your video card, one or more of the following might work:
 
 1) For some cards there is a command available to switch LCD and
external video on and off. Using ACPI and a bit of scripting you can
even assign this to special keys.
 
 2) Sometimes Xorg can be tricked by switching to a tty and using the Fn
+ F4 combination there. Then you have to restart X without switching
back to the CTRL + ALT + F7 terminal, for example by running
/etc/init.d/gdm restart
 
 3) Sometimes it is necessary to write a special xorg.conf for a cloned
dual display setup and start X with that layout, e.g.
startx -- -layout Beamer
(assuming that you called this layout Beamer in xorg.conf.)
 
 If you post more info about your video card (lspci | grep -i vga) it
 is very likely that someone will be able to give you more specific
 advice.
 
 -- 
 Regards,
   Florian
 
 
the output of command lspci | grep -i vga is 
:00:02.0 VGA compatible controller: Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller (rev 04)


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



Re: Gnome 2.14 display on projector.

2006-05-05 Thread Surachai Locharoen
On ศ., 2006-05-05 at 11:20 +0200, Florian Kulzer wrote:
 On Fri, May 05, 2006 at 15:51:49 +0700, Surachai Locharoen wrote:
  On ???., 2006-05-05 at 10:42 +0200, Florian Kulzer wrote:
   On Fri, May 05, 2006 at 11:16:37 +0700, Surachai Locharoen wrote:
I have notebook which have configuration below 
(Linux surachai 2.6.15-1-686 #2 Mon Mar 6 15:27:08 UTC 2006 i686
GNU/Linux) + gnome 2.1

I want to present display on projector. I press Fn + F4 but this screen
doesn't show on projector. Do you know what I am wrong?
 
 [...]
 
  the output of command lspci | grep -i vga is 
  :00:02.0 VGA compatible controller: Intel Corporation Mobile
  915GM/GMS/910GML Express Graphics Controller (rev 04)
 
 Then it might be possible to use the i810switch package. Install it
 and try i810switch crt on from a Gnome terminal. (I have an Intel
 855GM card and i810switch works very well for me. Your card is newer but
 it uses the same xorg driver, therefore I would hope that the switching
 also works for you.)
 
 -- 
 Regards,
   Florian
 
 
I have used i810switch package. I found that the crt screen is appear
but it ficker and the screen is not cover over desktop. I change
resolution to 800x600. It is not fix. I will try on the google.
Do you have any suggestion?

Kan


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



Re: Gnome 2.14 display on projector.

2006-05-05 Thread Surachai Locharoen
On ศ., 2006-05-05 at 19:15 +0200, Florian Kulzer wrote:
 On Fri, May 05, 2006 at 23:38:08 +0700, Surachai Locharoen wrote:
  On ???., 2006-05-05 at 11:20 +0200, Florian Kulzer wrote:
   On Fri, May 05, 2006 at 15:51:49 +0700, Surachai Locharoen wrote:
 
 [...]
 
the output of command lspci | grep -i vga is 
:00:02.0 VGA compatible controller: Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller (rev 04)
   
   Then it might be possible to use the i810switch package. Install it
   and try i810switch crt on from a Gnome terminal. (I have an Intel
   855GM card and i810switch works very well for me. Your card is newer but
   it uses the same xorg driver, therefore I would hope that the switching
   also works for you.)
 
 [...]
 
  I have used i810switch package. I found that the crt screen is appear
  but it ficker and the screen is not cover over desktop. I change
  resolution to 800x600. It is not fix. I will try on the google.
  Do you have any suggestion?
 
 For older beamers it might be necessary to restart X after you switch on
 the external output. Try
 
 i810switch crt on
 
 then press CTRL + ALT + BACKSPACE
 
 If this does not work try to use only the external output, i.e.
 
 i810switch crt on
 i810switch lcd off
 
 then press CTRL + ALT + BACKSPACE
 
 If it still does not work you might have to tweak xorg.conf. Have a look
 at man i810, especially the Clone and CloneRefresh options.  
 
 -- 
 Regards,
   Florian
 
 
I use i810switch and restart x window but it doesn't work. I found that
to enable both lcd and crt by tweaking xorg.conf. I edit xorg.conf in
Device Section to be like this.

Section Device
Identifier  Generic Video Card
Driver  i810
Option  MonitorLayout CRT,LFP
Option  Clone true
EndSection

Now my desktop is show both lcd and crt. However I don't know to turn
off crt but I think it 's not a big problem.

Thank you

Kan


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



Re: (solved) automount usbdisk , hardisk or cdrom in gnome 2.14

2006-05-04 Thread Surachai Locharoen
On พ., 2006-05-03 at 09:32 +0200, Florian Kulzer wrote:
 On Wed, May 03, 2006 at 09:14:27 +0700, Surachai Locharoen wrote:
  
  On ???., 2006-05-02 at 19:28 +0200, Florian Kulzer wrote:
   On Tue, May 02, 2006 at 23:52:41 +0700, Surachai Locharoen wrote:
I install gnome 2.14. When I insert usbdisk or cdrom, there is no
automount action take place. I can mount mannually from command line.

However I can't manually mount usb disk because I can't find /dev/sda1
or /dev/sda which I use to mount usb disk.

could you suggest how to obtain automount feature again and why /dev/sda
disappear?
   
   (I am assuming that you are using Sid aka Unstable, based on the version
   of Gnome that you mention.)
 
 [...]
 
  I reboot computer and see the log file. The message semilar as your
  sugguesion. Now I can mount usbdisk manaually. Thank you very much.
  
  The next goal is how to set up automount for usb disk. for example when
  I attach usbdisk. It should show usbdisk icon on desktop for ready to
  use. This feature was worked in sarge. but It missing in gnome 2.14
 
 I do not know the specifics of Gnome, but I can give you a few general
 pointers: As far as I know, all icons-appear-on-desktop behavior needs
 the packages udev, hal and dbus. For Gnome you will probably need
 gnome-volume-manager in addition to that. Therefore we should first
 check if you have all these packages installed properly. Please post the
 output of the following command:
 
 dpkg -l udev hal* dbus* hotplug* gnome-volume-manager
 
 -- 
 Regards,
   Florian
 
 
My problem is solved. The cause is missing of gnome-volume-manager. I
accidently remove it. Thank you very much for your help :)

Kan


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



Gnome 2.14 display on projector.

2006-05-04 Thread Surachai Locharoen
I have notebook which have configuration below 
(Linux surachai 2.6.15-1-686 #2 Mon Mar 6 15:27:08 UTC 2006 i686
GNU/Linux) + gnome 2.1

I want to present display on projector. I press Fn + F4 but this screen
doesn't show on projector. Do you know what I am wrong?


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



automount usbdisk , hardisk or cdrom in gnome 2.14

2006-05-02 Thread Surachai Locharoen
I install gnome 2.14. When I insert usbdisk or cdrom, there is no
automount action take place. I can mount mannually from command line.

However I can't manually mount usb disk because I can't find /dev/sda1
or /dev/sda which I use to mount usb disk.

could you suggest how to obtain automount feature again and why /dev/sda
disappear?

Kan


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



Re: automount usbdisk , hardisk or cdrom in gnome 2.14

2006-05-02 Thread Surachai Locharoen

On อ., 2006-05-02 at 19:28 +0200, Florian Kulzer wrote:
 On Tue, May 02, 2006 at 23:52:41 +0700, Surachai Locharoen wrote:
  I install gnome 2.14. When I insert usbdisk or cdrom, there is no
  automount action take place. I can mount mannually from command line.
  
  However I can't manually mount usb disk because I can't find /dev/sda1
  or /dev/sda which I use to mount usb disk.
  
  could you suggest how to obtain automount feature again and why /dev/sda
  disappear?
 
 (I am assuming that you are using Sid aka Unstable, based on the version
 of Gnome that you mention.)
 
 Let's address the problem of the missing /dev entries first: Plug in a
 USB stick and wait a few seconds. Then look at the end of the log file
 /var/log/syslog. You should see something similar to this:
 
 May  2 19:19:04 localhost kernel: usb 2-2: new full speed USB device using 
 uhci_hcd and address 54
 May  2 19:19:04 localhost kernel: usb 2-2: configuration #1 chosen from 1 
 choice
 May  2 19:19:04 localhost kernel: hub 2-2:1.0: USB hub found
 May  2 19:19:04 localhost kernel: hub 2-2:1.0: 1 port detected
 May  2 19:19:04 localhost kernel: usb 2-2.1: new full speed USB device using 
 uhci_hcd and address 55
 May  2 19:19:04 localhost kernel: usb 2-2.1: configuration #1 chosen from 1 
 choice
 May  2 19:19:04 localhost kernel: scsi26 : SCSI emulation for USB Mass 
 Storage devices
 May  2 19:19:04 localhost kernel: usb-storage: device found at 55
 May  2 19:19:04 localhost kernel: usb-storage: waiting for device to settle 
 before scanning
 May  2 19:19:09 localhost kernel:   Vendor: PEAK II   Model: Flash Drive  
  Rev: 1.00
 May  2 19:19:09 localhost kernel:   Type:   Direct-Access 
  ANSI SCSI revision: 00
 May  2 19:19:09 localhost kernel: SCSI device sda: 2031616 512-byte hdwr 
 sectors (1040 MB)
 May  2 19:19:09 localhost kernel: sda: Write Protect is off
 May  2 19:19:09 localhost kernel: sda: Mode Sense: 00 26 00 00
 May  2 19:19:09 localhost kernel: sda: assuming drive cache: write through
 May  2 19:19:09 localhost kernel: SCSI device sda: 2031616 512-byte hdwr 
 sectors (1040 MB)
 May  2 19:19:09 localhost kernel: sda: Write Protect is off
 May  2 19:19:09 localhost kernel: sda: Mode Sense: 00 26 00 00
 May  2 19:19:09 localhost kernel: sda: assuming drive cache: write through
 May  2 19:19:09 localhost kernel:  sda: sda1
 May  2 19:19:09 localhost kernel: sd 26:0:0:0: Attached scsi removable disk 
 sda
 May  2 19:19:09 localhost kernel: usb-storage: device scan complete
 
 Check for error messages or changes in the device name. If the messages
 make no sense to you just post them here. Hopefully that will tell us
 where things go wrong.
 
 -- 
 Regards,
   Florian
 
 
I reboot computer and see the log file. The message semilar as your
sugguesion. Now I can mount usbdisk manaually. Thank you very much.

The next goal is how to set up automount for usb disk. for example when
I attach usbdisk. It should show usbdisk icon on desktop for ready to
use. This feature was worked in sarge. but It missing in gnome 2.14

kan


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



Re: umount partition is busy

2006-04-08 Thread Surachai Locharoen




Andrew Sackville-West wrote:

  On Fri, Apr 07, 2006 at 05:53:06PM -0700, charles norwood wrote:
  
  
On Fri, 2006-04-07 at 16:22 -0500, Hugo Vanwoerkom wrote:


  Hi,

I do:

umount /hda14

and get:

umount: /hda14: device is busy
umount: /hda14: device is busy


Is there a way of finding out *why* it is busy? Obviously it is linked 
to someplace, but where?

Thanks!

H


  

Try mount with no arguments.  It lists mounted mount points.

  
  

I am embarrassed to admit that many times my cli is sitting in the very
directory I'm trying to umount.

for example.

[EMAIL PROTECTED]:~$ mount
[...]
/dev/hdb7 on /home type ext3 (rw)
[...]
[EMAIL PROTECTED]:~$ sudo umount /home
Password:
umount: /home: device is busy
umount: /home: device is busy


Its happened more than once. :)

A

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


  
  

  

 To view process which use /home, Use fuser command 

$ fuser /home

if you want to kill process use
$ fuser -k /home

and then you can umount fine.


begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



Gnome sound system.

2006-04-08 Thread Surachai Locharoen
I use gnome debian version 2.12. When I enable sound in gnome control 
panel (enable sound for user action such button click or system alert), 
The music player program seem to be unable to play sound. It show error 
message that the sound device is busy


How could I enable sound system in
gnome sound and use other music player together?

Kan
begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



Is there a prgram that decompile swf (flash movie) to fla (flash source) on debian?

2006-04-08 Thread Surachai Locharoen
Today, my boss request me to translate company website to Japanese 
language. The web site is almost flash movie which I can't edit. I 
search Internet and found that there is swf decompiler on windows. 
However I don't like to boot on window. Could anybody know the program 
which the same functionality but running on debian?


Kan
begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



Debian security.

2006-04-03 Thread Surachai Locharoen
Is there any body guarantee debian security. I want to install debian as 
my server instead of redhat as3 server which just attack by Phishing.


Kan
begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: I recieve spam Debian security.

2006-04-03 Thread Surachai Locharoen




Where this spam come form?

AntiSpam UOL wrote:

  

  
ANTISPAM
UOL  TIRA-TEIMA
  
  


  

  
  
  Ol,
  
Voc enviou uma mensagem para [EMAIL PROTECTED]
Para que sua mensagem seja encaminhada, por favor, clique aqui
  
   
  


   Esta confirmao 
necessria porque [EMAIL PROTECTED] usa o Antispam UOL,
um programa que elimina mensagens enviadas por robs, como pornografia,
propaganda e correntes.
  
   As prximas mensagens enviadas para
[EMAIL PROTECTED] no precisaro ser confirmadas*.
   *Caso
voc receba outro pedido de confirmao, por favor, pea para
[EMAIL PROTECTED] inclu-lo em sua lista de autorizados.
  
  
  

  
Ateno!
Se voc no conseguir clicar no atalho acima, acesse este endereo:
http://tira-teima.as.uol.com.br/challengeSender.html?data="">
  

  
  

  


  
  


  
  


  

  
  
  Hi,
  
Youve just sent a message to [EMAIL PROTECTED]
In order to confirm the sent message, please click here
  
   
  


   This confirmation is
necessary because [EMAIL PROTECTED] uses Antispam UOL,
a service that avoids unwanted messages like advertising, pornography,
viruses, and spams.
  
   Other messages sent to
[EMAIL PROTECTED] won't need to be confirmed*.
  *If you
receive another confirmation request, please ask
[EMAIL PROTECTED] to include you in his/her authorized e-mail
list.
  
  
  

  
Warning!
If the link doesnt work, please copy the address below and paste it on
your browser:
http://tira-teima.as.uol.com.br/challengeSender.html?data="">
  

  
  

  



  
  
Use o AntiSpam
UOL e proteja sua caixa postal
  

  
  

  




  

  




begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



Gnome bluetooth

2006-04-03 Thread Surachai Locharoen

Is there a bluetooth tool for gnome shell?
begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: Re: Unable to browse smb filesystem from nautilus in Gnome 2.12

2006-03-30 Thread Surachai Locharoen




I installed libgnomevfs2-extra. I can browse other machine using numeric ip (eg 192.168.1.3) but I can't browser smb by using computer name.
Kan

On ., 2006-03-31 at 10:11 +1100, Mathias Teikari wrote:


I had the same problem after upgrading from sarge to etch. Installing
libgnomevfs2-extra fixes the problem. From a quick look at the package
respository it looks as if bzip2 and smb support was bundled with
libgnomevfs2-common in sarge.

Was there any notification of this difference when doing a dist-upgrade?
I can't remember, but it migth be an idea to mention this as part of the
package config for libgnomevfs2-common or in upgrade instructions or
somewhere..


Regards,
  Mathias.


-- 

Mathias Teikari - Q-Free Australia Pty Ltd.
SW Engineer Embedded Systems
--
[EMAIL PROTECTED]
--
Unit 17 / 1 Talavera Rd.
North Ryde 2113 NSW
Australia
--
Ph:  +61 2 9887 8203
Fax: +61 2 9888 6800
Mob: +61 415 187 918
--
PGP public key ID: 1024D/AF9EEAF7 2005-01-02
PGP key fingerprint: 1E43 FD6A E195 0F53 B81B  B046 9E7E B99C AF9E EAF7
Keyserver: http://www.keyserver.net/







-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Re: Unable to browse smb filesystem from nautilus in Gnome 2.12

2006-03-30 Thread Surachai Locharoen




I can't set up /etc/hosts because I use laptop which plug in to dhcp network. I don't know exact ip/name. In the past, I can browse computer name from nautil but now it is impossible. I think the problem is relate to netbios but I don't where the problem happen (on debian or on window)

On ., 2006-03-30 at 18:33 -0800, Andrew Sackville-West wrote:


On Fri, 31 Mar 2006 08:30:10 +0700
Surachai Locharoen [EMAIL PROTECTED] wrote:

 I installed libgnomevfs2-extra. I can browse other machine using numeric
 ip (eg 192.168.1.3) but I can't browser smb by using computer name.

is the name/address set up properly in /etc/hosts?

you should have an entry in there like this

192.168.1.3 windows-machine (or whatever name youlike)

A

 Kan
 
 On ., 2006-03-31 at 10:11 +1100, Mathias Teikari wrote:
 
  I had the same problem after upgrading from sarge to etch. Installing
  libgnomevfs2-extra fixes the problem. From a quick look at the package
  respository it looks as if bzip2 and smb support was bundled with
  libgnomevfs2-common in sarge.
  
  Was there any notification of this difference when doing a dist-upgrade?
  I can't remember, but it migth be an idea to mention this as part of the
  package config for libgnomevfs2-common or in upgrade instructions or
  somewhere..
  
  
  Regards,
Mathias.
  
  
  -- 
  
  Mathias Teikari - Q-Free Australia Pty Ltd.
  SW Engineer Embedded Systems
  --
  [EMAIL PROTECTED]
  --
  Unit 17 / 1 Talavera Rd.
  North Ryde 2113 NSW
  Australia
  --
  Ph:  +61 2 9887 8203
  Fax: +61 2 9888 6800
  Mob: +61 415 187 918
  --
  PGP public key ID: 1024D/AF9EEAF7 2005-01-02
  PGP key fingerprint: 1E43 FD6A E195 0F53 B81B  B046 9E7E B99C AF9E EAF7
  Keyserver: http://www.keyserver.net/
  
  
 
 -- 
 Surachai Locharoen [EMAIL PROTECTED]
 Agilesoft Coporation Company Limited
 





-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Visio file viewer on debian

2006-03-20 Thread Surachai Locharoen




Recently, my friend send me a visio file. but I can not view with any program on debian. Do anybody know work around solution for this case?




-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Re: I can not lock screen.

2006-03-14 Thread Surachai Locharoen




I don't recieve any error and I am not log in as root.
On ., 2006-03-11 at 14:42 +, Olafur Jens Sigurdsson wrote:


ann 2006-03-11, 19:22:22 (+0700) skrifai Surachai Locharoen:
 I use debian testing and Gnome 2.12. I can not lock screen. How to fix
 it? Is this problem related to the xscreenserver? because I have
 initialize xscreenserver and see the xscreenserver demo.

Do you get any error messages?

Oli







-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Web application loadtest tool on debian.

2006-03-11 Thread Surachai Locharoen




Anybody use had used loadtest tool on debian? Which is the best? (Easy to use and many report)




-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







I can not lock screen.

2006-03-11 Thread Surachai Locharoen




I use debian testing and Gnome 2.12. I can not lock screen. How to fix it? Is this problem related to the xscreenserver? because I have initialize xscreenserver and see the xscreenserver demo.



-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Gaim on Gnome 2.0

2006-03-09 Thread Surachai Locharoen




How to run gaim as background process and show only icon on notification panel?

I use debian testing gnome 2.12 and gaim 1.5



-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Unable to browse smb filesystem from nautilus in Gnome 2.12

2006-02-27 Thread Surachai Locharoen




I install debian testing. I unable to use nautilus to browse file in other machine via smb protocol. konqueror can browsable. How I to fix it?



-- 
Surachai Locharoen [EMAIL PROTECTED]
Agilesoft Coporation Company Limited







Play 3gp file in gnome debian linux.

2006-02-18 Thread Surachai Locharoen

what program can play 3ogp file in gnome shell?

I use mplayer for play it. but there is not sound. Could you sugguest 
any program?


Kan
begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



[Fwd: Mantis and Apache 1.3]

2006-02-16 Thread Surachai Locharoen
I install apche and mantis(bug tracking system) from debian testing 
repository. After finish I access to http://localhost/mantis/index.php. 
Web browser state that PHTML detected and download dialog box is shown. 
I think php script is not interprete. So I try to install php4 from 
apt-get again. but it still doesn't work. Do you have any suggestion?


Kan


begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard



[Fwd: Load test with mechanize]

2006-02-16 Thread Surachai Locharoen




Is debian limit the number of open tcp socket? if yes , how many socket
they are allow?

Kan

 Original Message 

  

  Subject: 
  Load test with mechanize


  Date: 
  Thu, 16 Feb 2006 22:09:19 +0700


  From: 
  Surachai Locharoen [EMAIL PROTECTED]


  Organization:
  
  Agilesoft Corporation Company Limited


  To: 
  [EMAIL PROTECTED]

  



I use mechanize to load test. I write a simple login function. after 
that I create 100 threads to execute that function simutaneusly. The 
first 12 thread is work fine but the remain thread seem to be halt. Do 
you what is a cause of problem? I use linux debian, python 2.3, connect 
to public ip via broadbrand internet (2 meabit/sec)

Kan




begin:vcard
fn:Surachai Locharoen
n:Locharoen;Surachai
email;internet:[EMAIL PROTECTED]
note:If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
x-mozilla-html:TRUE
version:2.1
end:vcard