sc delete
example:
c:\>sc delete mysql
output
[SC] DeleteService SUCCESS
Features Specifications (คร่าวๆ)
- ATI Radeon HD4670
- 320 stream processing units
- 128-bit memory interface
- 24x custom filter anti-aliasing (CFAA) and high performance anisotropic filtering
- Dual mode ATI CrossFireX multi-GPU support
- PCI Express 2.0 support
เรื่องไฟของรุ่นนี้ หลังก่อนเขียนไว้ว่า
- 400 Watt or greater power supply (550 Watt for ATI CrossFireX) is recommended
ดูรูปกันดีกว่า ขี้เกียจแพร่ม

อีกรูป แบบว่าบ้าถ่ายรูป อิอิ

ด้านหลังบ้าง

เห็นอะไรมั้ยเอ่ย ซูมหน่อย

ด้านข้างก็มี

ลองลองออกดู ปรากฏว่าเขียนไว้ว่า "CrossFire Cable"
แต่ของที่ได้มาไม่มี - -''
ดูเลยในกล่องมีอะไรมาบ้าง
How to fix
#ipcs -s | grep apache(apache user)
Removing this semaphores immediately solved the problem.
#ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
แก้แค่นั้น เดี๋ยวมันก็เป็นอีก
วิธีแก้ระยะยาว
เปิดไฟล์ /etc/sysctl.conf
add/edit
kernel.msgmni = 1024
kernel.sem = 250 256000 32 1024
ทำให้มีผลทันที่ ไม่ต้อง restart
#sysctl -p
URL : http://rackerhacker.com/2007/08/24/apache-no-space-left-on-device-couldn...
#lsof -Pni :port
e.g:80 , 0-80
#pvcreate /dev/sda1
#vgcreate VGName /dev/sda1
#lvcreate VGName -n LVName -L 10G
Recent comments
2 days 17 hours ago
2 days 17 hours ago
3 days 6 hours ago
3 days 6 hours ago