/l3/users/roma/nt-voip/linux3.unix.nt.unix.nt/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 :14 :15 |
|
#tail -f /var/log/asterisk/
![]() cdr-csv/ cdr-custom/ event_log messages queue_log |
#tail -f /var/log/asterisk/messages
![]() [Oct 28 17:07:20] WARNING[13906] file.c: File /tmp/message-2 does not exist in any format [Oct 28 17:07:20] WARNING[13906] file.c: Unable to open /tmp/message-2 (format 0x80004 (ulaw|h263)): No such file or directory [Oct 28 17:07:20] WARNING[13906] pbx.c: ast_streamfile failed on SIP/1301-0860e4f0 for /tmp/message-2 [Oct 28 17:07:25] NOTICE[13906] rtp.c: Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: 192.168.103.200 [Oct 28 17:07:25] WARNING[13906] file.c: File /tmp/message-6 does not exist in any format [Oct 28 17:07:25] WARNING[13906] file.c: Unable to open /tmp/message-6 (format 0x80004 (ulaw|h263)): No such file or directory [Oct 28 17:07:25] WARNING[13906] pbx.c: ast_streamfile failed on SIP/1301-0860e4f0 for /tmp/message-6 [Oct 28 17:07:30] WARNING[13906] file.c: File /tmp/message-2 does not exist in any format [Oct 28 17:07:30] WARNING[13906] file.c: Unable to open /tmp/message-2 (format 0x80004 (ulaw|h263)): No such file or directory [Oct 28 17:07:30] WARNING[13906] pbx.c: ast_streamfile failed on SIP/1301-0860e4f0 for /tmp/message-2 [Oct 28 17:07:35] WARNING[13906] file.c: File /tmp/message-7 does not exist in any format [Oct 28 17:07:35] WARNING[13906] file.c: Unable to open /tmp/message-7 (format 0x80004 (ulaw|h263)): No such file or directory [Oct 28 17:07:35] WARNING[13906] pbx.c: ast_streamfile failed on SIP/1301-0860e4f0 for /tmp/message-7 [Oct 28 17:07:35] NOTICE[13906] pbx_spool.c: Call completed to SIP/1301 ^C |
#ls /root/
Desktop message-1.gsm message-3.gsm message-5.gsm message-7.gsm install message-2.gsm message-4.gsm message-6.gsm |
#cp /root/message-* /tmp/
|
#cp -p /tmp/call /var/spool/asterisk/outgoing/
|
#ls -l /tmp/message-*
-rw-r----- 1 root root 3531 Окт 28 17:08 /tmp/message-1.gsm -rw-r----- 1 root root 25806 Окт 28 17:08 /tmp/message-2.gsm -rw-r----- 1 root root 4620 Окт 28 17:08 /tmp/message-3.gsm -rw-r----- 1 root root 19041 Окт 28 17:08 /tmp/message-4.gsm -rw-r----- 1 root root 9405 Окт 28 17:08 /tmp/message-5.gsm -rw-r----- 1 root root 4785 Окт 28 17:08 /tmp/message-6.gsm -rw-r----- 1 root root 3531 Окт 28 17:08 /tmp/message-7.gsm |
#chmod 644 /tmp/message-*
|
#mkdir /tmp/zlo
|
#cd /tmp/zlo
|
#cat /tmp/call
Channel:SIP/1301 Extension:1396 Context:service |
#chown asterisk:asterisk /tmp/call
|
#ls -l /tmp/call
-rw-r--r-- 1 asterisk asterisk 49 Окт 28 17:07 /tmp/call |
#vi /tmp/zlo/zlo
![]() --- /dev/null 2010-10-28 08:54:01.503453445 +0300 +++ /tmp/zlo/zlo 2010-10-28 17:19:24.000000000 +0300 @@ -0,0 +1,12 @@ +for i in 1{5,6,7,8}01 +do +FILE=call.$RANDOM.call +cat <<EOF > $FILE +Channel: IAX2/msk/$i +Context: service +Extension: 1396 +EOF +chown asterisk:asterisk $FILE +mv $FILE /var/spool/asterisk/outgoing/ +done + |
#sh /tmp/zlo/zlo
|
#vi /tmp/zlo/zlo
--- /tmp/l3-saved-14154.20293.12737 2010-10-28 17:19:47.000000000 +0300 +++ /tmp/zlo/zlo 2010-10-28 17:21:26.000000000 +0300 @@ -1,8 +1,8 @@ -for i in 1{5,6,7,8}01 +for i in SIP/1{1,2,3,4}0{1,2} IAX2/{msk/1{5,6,7,8}0{1,2},bb/{19,20,21,22}0{1,2}} do FILE=call.$RANDOM.call cat <<EOF > $FILE -Channel: IAX2/msk/$i +Channel: $i Context: service Extension: 1396 EOF |
#sh /tmp/zlo/zlo
|
#top
top - 17:21:35 up 8:27, 7 users, load average: 0.99, 0.94, 0.78 Tasks: 156 total, 2 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 22.9%us, 0.2%sy, 0.0%ni, 76.8%id, 0.1%wa, 0.0%hi, 0.0%si, 0 top - 17:21:47 up 8:27, 7 users, load average: 0.99, 0.94, 0.78 Tasks: 156 total, 2 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 50.4%us, 0.3%sy, 0.0%ni, 49.1%id, 0.0%wa, 0.0%hi, 0.2%si, 0 Mem: 3616124k total, 820620k used, 2795504k free, 96072k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 2650684k total, 0k used, 2650684k free, 363716k cached 3217 root 20 0 22252 18m 1512 R 89 0.5 226:50.67 l3-agent ... 5 root RT -5 0 0 0 S 0 0.0 0:00.24 watchdog/0 6 root RT -5 0 0 0 S 0 0.0 0:00.00 migration/1 7 root 15 -5 0 0 0 S 0 0.0 0:00.18 ksoftirqd/1 8 root RT -5 0 0 0 S 0 0.0 0:00.00 watchdog/1 9 root 15 -5 0 0 0 S 0 0.0 0:05.18 events/0 10 root 15 -5 0 0 0 S 0 0.0 0:01.42 events/1 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 44 root 15 -5 0 0 0 S 0 0.0 0:00.24 kblockd/0 45 root 15 -5 0 0 0 S 0 0.0 0:00.10 kblockd/1 47 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid |
#vi /tmp/zlo/zlo
|
# 2 do
dictate meetme monitor outgoing system tmp voicemail |
#ls /var/spool/asterisk/outgoing/
|
#pkill l3-agent
|
#top
top - 17:24:43 up 8:30, 7 users, load average: 1.01, 0.95, 0.81 Tasks: 156 total, 2 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 51.9%us, 3.0%sy, 0.0%ni, 45.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0 Mem: 3616124k total, 822236k used, 2793888k free, 96308k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 2650684k total, 0k used, 2650684k free, 363980k cached 3217 root 20 0 22252 18m 1512 R 90 0.5 229:34.34 l3-agent 13286 asterisk -11 0 39904 13m 6820 S 9 0.4 0:08.90 asterisk 2897 root 20 0 370m 10m 7588 S 8 0.3 3:54.74 Xorg 1 root 20 0 2104 688 588 S 0 0.0 0:01.08 init ... 6 root RT -5 0 0 0 S 0 0.0 0:00.00 migration/1 7 root 15 -5 0 0 0 S 0 0.0 0:00.18 ksoftirqd/1 8 root RT -5 0 0 0 S 0 0.0 0:00.00 watchdog/1 9 root 15 -5 0 0 0 S 0 0.0 0:05.28 events/0 10 root 15 -5 0 0 0 S 0 0.0 0:01.42 events/1 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 44 root 15 -5 0 0 0 S 0 0.0 0:00.24 kblockd/0 45 root 15 -5 0 0 0 S 0 0.0 0:00.10 kblockd/1 47 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid 48 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpi_notify |
#pkill -9 l3-agent
|
#top
top - 17:24:51 up 8:30, 7 users, load average: 1.01, 0.95, 0.81 Tasks: 155 total, 1 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 0.8%us, 0.3%sy, 0.0%ni, 98.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0 Mem: 3616124k total, 805300k used, 2810824k free, 96312k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 2650684k total, 0k used, 2650684k free, 363996k cached 2897 root 20 0 364m 10m 7588 S 2 0.3 3:55.00 Xorg 1 root 20 0 2104 688 588 S 0 0.0 0:01.08 init 2 root 15 -5 0 0 0 S 0 0.0 0:00.00 kthreadd 3 root RT -5 0 0 0 S 0 0.0 0:00.00 migration/0 ... 8 root RT -5 0 0 0 S 0 0.0 0:00.00 watchdog/1 9 root 15 -5 0 0 0 S 0 0.0 0:05.28 events/0 10 root 15 -5 0 0 0 S 0 0.0 0:01.42 events/1 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 44 root 15 -5 0 0 0 S 0 0.0 0:00.24 kblockd/0 45 root 15 -5 0 0 0 S 0 0.0 0:00.10 kblockd/1 47 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid 48 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpi_notify 136 root 15 -5 0 0 0 S 0 0.0 0:00.00 kseriod 177 root 20 0 0 0 0 S 0 0.0 0:00.00 pdflush |
#sh /tmp/zlo/zlo
|
#top
top - 17:25:19 up 8:31, 7 users, load average: 0.61, 0.86, 0.78 Tasks: 155 total, 1 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 0.3%us, 0.2%sy, 0.0%ni, 99.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0 Mem: 3616124k total, 804976k used, 2811148k free, 96340k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 2650684k total, 0k used, 2650684k free, 364180k cached 3118 roma 20 0 45964 22m 9.8m S 1 0.6 0:30.72 gnome-termin 14816 root 20 0 2392 1156 876 R 1 0.0 0:00.02 top 2897 root 20 0 364m 10m 7588 S 0 0.3 3:55.92 Xorg 13286 asterisk -11 0 39748 13m 6820 S 0 0.4 0:09.35 asterisk ... 48 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpi_notify 136 root 15 -5 0 0 0 S 0 0.0 0:00.00 kseriod 177 root 20 0 0 0 0 S 0 0.0 0:00.00 pdflush 8 root RT -5 0 0 0 S 0 0.0 0:00.00 watchdog/1 9 root 15 -5 0 0 0 S 0 0.0 0:05.28 events/0 10 root 15 -5 0 0 0 S 0 0.0 0:01.42 events/1 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 44 root 15 -5 0 0 0 S 0 0.0 0:00.24 kblockd/0 45 root 15 -5 0 0 0 S 0 0.0 0:00.10 kblockd/1 47 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid |
#asterisk -rvvv
Asterisk 1.4.21.2~dfsg-3+lenny1, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster@digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'core show license' for details. ========================================================================= This package has been modified for the Debian GNU/Linux distribution Please report all bugs to http://bugs.debian.org/asterisk ========================================================================= ... -- Executing [s@menu:3] WaitExten("IAX2/msk-1355", "5") in new stack -- Executing [s@menu:3] WaitExten("IAX2/msk-6103", "5") in new stack linux3*CLI> == CDR updated on IAX2/bb-15648 -- Executing [9@menu:1] Goto("IAX2/bb-15648", "s|start") in new stack -- Goto (menu,s,2) -- Executing [s@menu:2] BackGround("IAX2/bb-15648", "/tmp/message-2") in new stack -- <IAX2/bb-15648> Playing '/tmp/message-2' (language 'en') linux3*CLI> quit Executing last minute cleanups |
#asterisk -r
Asterisk 1.4.21.2~dfsg-3+lenny1, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster@digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'core show license' for details. ========================================================================= This package has been modified for the Debian GNU/Linux distribution Please report all bugs to http://bugs.debian.org/asterisk ========================================================================= ... == Spawn extension (menu, s, 8) exited non-zero on 'IAX2/vn-8117' -- Hungup 'IAX2/vn-8117' [Oct 28 17:26:06] NOTICE[14791]: pbx_spool.c:371 attempt_thread: Call completed to IAX2/vn/1402 == Spawn extension (macro-answer-with-monitor, s, 7) exited non-zero on 'IAX2/msk-14910' in macro 'answer-with-monitor' == Spawn extension (macro-answer-with-monitor, s, 7) exited non-zero on 'IAX2/msk-14910' -- Hungup 'IAX2/msk-14910' [Oct 28 17:26:06] NOTICE[14810]: pbx_spool.c:371 attempt_thread: Call completed to IAX2/msk/1801 == Auto fallthrough, channel 'IAX2/bb-9503' status is 'UNKNOWN' -- Hungup 'IAX2/bb-9503' [Oct 28 17:26:07] NOTICE[14800]: pbx_spool.c:371 attempt_thread: Call completed to IAX2/bb/2202 |
#vi /tmp/zlo/zlo
--- /tmp/l3-saved-14154.11052.25883 2010-10-28 17:26:12.000000000 +0300 +++ /tmp/zlo/zlo 2010-10-28 17:26:30.000000000 +0300 @@ -7,6 +7,7 @@ Extension: 1396 EOF chown asterisk:asterisk $FILE +touch -d 17:30 $FILE mv $FILE /var/spool/asterisk/outgoing/ done |
#man touch
|
#sh /tmp/zlo/zlo
|
#ls /var/spool/asterisk/outgoing/
call.1101.call call.19497.call call.24020.call call.6518.call call.1194.call call.19865.call call.25110.call call.8070.call call.14793.call call.20164.call call.27909.call call.8353.call call.1587.call call.20504.call call.283.call call.8677.call call.16533.call call.21113.call call.30919.call call.8690.call call.18351.call call.22214.call call.31083.call call.9902.call |
#ls -l /var/spool/asterisk/outgoing/
итого 96 -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.1101.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.1194.call -rw-r--r-- 1 asterisk asterisk 56 Окт 28 2010 call.14793.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.1587.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.16533.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.18351.call -rw-r--r-- 1 asterisk asterisk 56 Окт 28 2010 call.19497.call -rw-r--r-- 1 asterisk asterisk 56 Окт 28 2010 call.19865.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.20164.call ... -rw-r--r-- 1 asterisk asterisk 51 Окт 28 2010 call.27909.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.283.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.30919.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.31083.call -rw-r--r-- 1 asterisk asterisk 56 Окт 28 2010 call.6518.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.8070.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.8353.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.8677.call -rw-r--r-- 1 asterisk asterisk 55 Окт 28 2010 call.8690.call -rw-r--r-- 1 asterisk asterisk 56 Окт 28 2010 call.9902.call |
#ls -l /var/spool/asterisk/outgoing/ --full-time
итого 96 -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.1101.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.1194.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.14793.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.1587.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.16533.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.18351.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.19497.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.19865.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.20164.call ... -rw-r--r-- 1 asterisk asterisk 51 2010-10-28 17:30:00.000000000 +0300 call.27909.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.283.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.30919.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.31083.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.6518.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8070.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8353.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8677.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8690.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.9902.call |
#date
Чтв Окт 28 17:27:19 EEST 2010 |
#ls -l /var/spool/asterisk/outgoing/ --full-time
итого 96 -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.1101.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.1194.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.14793.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.1587.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.16533.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.18351.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.19497.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.19865.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.20164.call ... -rw-r--r-- 1 asterisk asterisk 51 2010-10-28 17:30:00.000000000 +0300 call.27909.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.283.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.30919.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.31083.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.6518.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8070.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8353.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8677.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:30:00.000000000 +0300 call.8690.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:30:00.000000000 +0300 call.9902.call |
#touch -d 17:29 /var/spool/asterisk/outgoing/*
|
#date
Чтв Окт 28 17:28:04 EEST 2010 |
#watch date
|
# 28 17:29:13 EEST 2010
итого 96 -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.1101.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.1194.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.14793.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.1587.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.16533.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.18351.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.19497.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.19865.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.20164.call ... -rw-r--r-- 1 asterisk asterisk 51 2010-10-28 17:29:00.000000000 +0300 call.27909.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.283.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.30919.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.31083.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.6518.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8070.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8353.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8677.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8690.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.9902.call |
#date
Чтв Окт 28 17:29:30 EEST 2010 |
# 28 17:29:35 EEST 2010
итого 96 -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.1101.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.1194.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.14793.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.1587.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.16533.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.18351.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.19497.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.19865.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.20164.call ... -rw-r--r-- 1 asterisk asterisk 51 2010-10-28 17:29:00.000000000 +0300 call.27909.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.283.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.30919.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.31083.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.6518.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8070.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8353.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8677.call -rw-r--r-- 1 asterisk asterisk 55 2010-10-28 17:29:00.000000000 +0300 call.8690.call -rw-r--r-- 1 asterisk asterisk 56 2010-10-28 17:29:00.000000000 +0300 call.9902.call |
#sh /tmp/zlo/zlo
|
#vi /tmp/zlo/zlo
--- /tmp/l3-saved-14154.4269.9707 2010-10-28 17:32:14.000000000 +0300 +++ /tmp/zlo/zlo 2010-10-28 17:32:35.000000000 +0300 @@ -3,8 +3,8 @@ FILE=call.$RANDOM.call cat <<EOF > $FILE Channel: $i -Context: `echo $i | sed 's/1$/2$/'` -Extension: 1396 +Extension: `echo $i | sed 's/1$/2$/'` +Context: group1 EOF chown asterisk:asterisk $FILE mv $FILE /var/spool/asterisk/outgoing/ |
#sh /tmp/zlo/zlo
|
#sh /tmp/zlo/zlo
|
#vi /tmp/zlo/zlo
--- /tmp/l3-saved-14154.27076.11250 2010-10-28 17:33:14.000000000 +0300 +++ /tmp/zlo/zlo 2010-10-28 17:33:22.000000000 +0300 @@ -1,7 +1,7 @@ for i in SIP/1301 IAX2/{nk/1101,rv/1201,vn/1401}} IAX2/{msk/1{5,6,7,8}01,bb/{19,20,21,22}01} do FILE=call.$RANDOM.call -cat <<EOF > $FILE +cat <<EOF # > $FILE Channel: $i Extension: `echo $i | sed 's/1$/2$/; s@.*/@@'` Context: group1 |
#sh /tmp/zlo/zlo
![]() Channel: SIP/1301 Extension: 1302$ Context: group1 chown: невозможно получить доступ к `call.23518.call': Нет такого файла или каталога mv: невозможно выполнить stat для `call.23518.call': Нет такого файла или каталога Channel: IAX2/nk/1101} Extension: 1101} Context: group1 chown: невозможно получить доступ к `call.27196.call': Нет такого файла или каталога mv: невозможно выполнить stat для `call.27196.call': Нет такого файла или каталога ... Channel: IAX2/bb/2101 Extension: 2102$ Context: group1 chown: невозможно получить доступ к `call.5086.call': Нет такого файла или каталога mv: невозможно выполнить stat для `call.5086.call': Нет такого файла или каталога Channel: IAX2/bb/2201 Extension: 2202$ Context: group1 chown: невозможно получить доступ к `call.28469.call': Нет такого файла или каталога mv: невозможно выполнить stat для `call.28469.call': Нет такого файла или каталога |
#sh /tmp/zlo/zlo | less
|
#vi /tmp/zlo/zlo
--- /tmp/l3-saved-14154.7646.31229 2010-10-28 17:33:33.000000000 +0300 +++ /tmp/zlo/zlo 2010-10-28 17:33:37.000000000 +0300 @@ -3,7 +3,7 @@ FILE=call.$RANDOM.call cat <<EOF # > $FILE Channel: $i -Extension: `echo $i | sed 's/1$/2$/; s@.*/@@'` +Extension: `echo $i | sed 's/1$/2/; s@.*/@@'` Context: group1 EOF chown asterisk:asterisk $FILE |
#sh /tmp/zlo/zlo | less
|
#sh /tmp/zlo/zlo | less
|
#ls /var/spool/asterisk/outgoing/
|
#top
top - 17:35:00 up 8:40, 7 users, load average: 0.72, 0.37, 0.49 Tasks: 155 total, 2 running, 152 sleeping, 0 stopped, 1 zombie Cpu(s): 22.7%us, 0.2%sy, 0.0%ni, 77.0%id, 0.1%wa, 0.0%hi, 0.0%si, 0 Mem: 3616124k total, 813920k used, 2802204k free, 97136k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 2650684k total, 0k used, 2650684k free, 366960k cached 13286 asterisk -11 0 61076 17m 6824 S 44 0.5 0:26.83 asterisk top - 17:35:06 up 8:41, 7 users, load average: 0.66, 0.36, 0.49 Tasks: 155 total, 1 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 0.3%us, 0.0%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0 ... 10 root 15 -5 0 0 0 S 0 0.0 0:01.44 events/1 136 root 15 -5 0 0 0 S 0 0.0 0:00.00 kseriod 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 177 root 20 0 0 0 0 S 0 0.0 0:00.00 pdflush 44 root 15 -5 0 0 0 S 0 0.0 0:00.24 kblockd/0 45 root 15 -5 0 0 0 S 0 0.0 0:00.10 kblockd/1 47 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid 48 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpi_notify 136 root 15 -5 0 0 0 S 0 0.0 0:00.00 kseriod 177 root 20 0 0 0 0 S 0 0.0 0:00.00 pdflush |
#sh /tmp/zlo/zlo
|
#top
top - 17:35:52 up 8:41, 7 users, load average: 0.29, 0.30, 0.46 Tasks: 155 total, 1 running, 153 sleeping, 0 stopped, 1 zombie Cpu(s): 1.0%us, 0.3%sy, 0.2%ni, 98.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0 Mem: 3616124k total, 813956k used, 2802168k free, 97216k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 2650684k total, 0k used, 2650684k free, 367152k cached 13286 asterisk -11 0 60880 16m 6824 S 16 0.5 0:28.07 asterisk 1 root 20 0 2104 688 588 S 0 0.0 0:01.08 init 2 root 15 -5 0 0 0 S 0 0.0 0:00.00 kthreadd 3 root RT -5 0 0 0 S 0 0.0 0:00.00 migration/0 ... 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 136 root 15 -5 0 0 0 S 0 0.0 0:00.00 kseriod 44 root 15 -5 0 0 0 S 0 0.0 0:00.24 kblockd/0 177 root 20 0 0 0 0 S 0 0.0 0:00.00 pdflush 45 root 15 -5 0 0 0 S 0 0.0 0:00.10 kblockd/1 47 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid 48 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpi_notify 136 root 15 -5 0 0 0 S 0 0.0 0:00.00 kseriod 177 root 20 0 0 0 0 S 0 0.0 0:00.00 pdflush 178 root 20 0 0 0 0 S 0 0.0 0:00.32 pdflush |
#init 0
|
#ssh-keygen
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen
![]() Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: b9:da:f1:d4:cb:97:23:63:9b:c9:2b:68:b4:35:6e:a0 root@linux3.unix.nt The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | S | | o.o. | | oo*... . | | Eo+++o+++ | | .....oO* . | +-----------------+ |
#ssh-keygen
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen -d
![]() .aptitude/ .gnupg/ message-6.gsm .asterisk_history .gstreamer-0.10/ message-7.gsm .bash_history .gvfs/ .metacity/ .bash_profile .ICEauthority .nautilus/ .bashrc install .profile .dbus/ .l3rc .recently-used.xbel .debtags/ .lesshst .rnd Desktop/ .lilalo/ .ssh/ .festival_history .mc/ .update-notifier/ .gconf/ message-1.gsm .viminfo .gconfd/ message-2.gsm .vimrc .gnome/ message-3.gsm .wapi/ .gnome2/ message-4.gsm .Xauthority .gnome2_private/ message-5.gsm .xsession-errors |
#ssh-keygen
Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: b9:da:f1:d4:cb:97:23:63:9b:c9:2b:68:b4:35:6e:a0 root@linux3.unix.nt The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | S | | o.o. | | oo*... . | | Eo+++o+++ | | .....oO* . | +-----------------+ |
#cat /root/.ssh/id_rsa
![]() -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA5c1QmSv2RvqJd/1p3U5NnLwFAS+1kne7HJiwwMS+MlM2vhJx vVVpC1G7N84eKCei4oAAgzNsHSK0DqRTgylZbiATf3DmiZEtZDKSyLc6WbRLhiD7 0+zH/tCiUpmGDEqv8fPjnTA+6MtTiCJZENEG8vPi72V4oBsGk+7mj0KbM8EsbQ2T Sug8XQaQMGPlD3jGiVOu8QWyURipfKUnX+PYA+6bonX9pBCDeIFCHp+2jMdCrazq LPmIyV2pnVXKXHbchvKNAv3aGFu3hf6BKs0Bj6+co6gSAI+60hPuvNzJAjAVr58b EHw4vmtPhZXlfBG+U4f7eYcVF/n9AClni+iqLQIBIwKCAQAnZQaAqHNcn/pPFX/c y5hGwSVt6uvtORjDEtx40UUtMtYvNlykHUU1I/Q1c8qnzEfPDqEAjHjvDUNwOW1m 8SVGFCCZgRGT7QB3k6QiaI2o+lYW/lcOYxr4e4mKgLfk2ZqBP8Cemo5xDOm/kNwR gus/l4X9J1aB2L9Mj1q5eSHrnSIZh+TiibvwqYcdRAcB1WT2bjwiohRmgbD7fKi9 ... ZbR8F1gtpm+L+SIH/zEEv0mFPwmeUYq3WrgXAoGBAIIC7Sm1lJD6/uQ/LAqpOGxu UAJWicNnxtCgtPCgWmHYpEEY3m30/E/v3Bk0rmh7NA17EVyyQbGrKHqVU3uzhokd L0wPVdldQTBVSuepb3AVvwzyqig3S8qYvYaV3s0Z6/MYIG83nYfnQj1UbPw0ibbI SwJYtbO0b7JRdqFCiw8nAoGBAJjsnviegt9mWIU3enB69pQuhGaCahBxS66EY5u1 szJ3tG5QCRu9AKYuux8emas5XgcgbjfMwS4F4Rx5KQ+DLkODT4C8KRgUD3WTaiLf 2X3zXm+M/gOyKeU9o7MvjDmWeSikmcuJzc5gLJkIDklNWpK0zETImvXMlyOT7HEZ Z4BJAoGBAIqzPm04oqf2apZDXsXgHkf+X1bKo4Q95iBP35+gweUATCp6UMl21KV0 tO1NVEzyfc09DVBtlAbe4dIWtgilKh0RzAQ1U8kwRrhyDvkFWF2sYBhkiTH3+VgA NqRktNMvnGwa4l8sAnCMFWvb56S1Di4xAxDctdqf3+VAeCwFhgH4 -----END RSA PRIVATE KEY----- |
#cat /root/.ssh/id_rsa
-----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA5c1QmSv2RvqJd/1p3U5NnLwFAS+1kne7HJiwwMS+MlM2vhJx vVVpC1G7N84eKCei4oAAgzNsHSK0DqRTgylZbiATf3DmiZEtZDKSyLc6WbRLhiD7 0+zH/tCiUpmGDEqv8fPjnTA+6MtTiCJZENEG8vPi72V4oBsGk+7mj0KbM8EsbQ2T Sug8XQaQMGPlD3jGiVOu8QWyURipfKUnX+PYA+6bonX9pBCDeIFCHp+2jMdCrazq LPmIyV2pnVXKXHbchvKNAv3aGFu3hf6BKs0Bj6+co6gSAI+60hPuvNzJAjAVr58b EHw4vmtPhZXlfBG+U4f7eYcVF/n9AClni+iqLQIBIwKCAQAnZQaAqHNcn/pPFX/c y5hGwSVt6uvtORjDEtx40UUtMtYvNlykHUU1I/Q1c8qnzEfPDqEAjHjvDUNwOW1m 8SVGFCCZgRGT7QB3k6QiaI2o+lYW/lcOYxr4e4mKgLfk2ZqBP8Cemo5xDOm/kNwR gus/l4X9J1aB2L9Mj1q5eSHrnSIZh+TiibvwqYcdRAcB1WT2bjwiohRmgbD7fKi9 ... ZbR8F1gtpm+L+SIH/zEEv0mFPwmeUYq3WrgXAoGBAIIC7Sm1lJD6/uQ/LAqpOGxu UAJWicNnxtCgtPCgWmHYpEEY3m30/E/v3Bk0rmh7NA17EVyyQbGrKHqVU3uzhokd L0wPVdldQTBVSuepb3AVvwzyqig3S8qYvYaV3s0Z6/MYIG83nYfnQj1UbPw0ibbI SwJYtbO0b7JRdqFCiw8nAoGBAJjsnviegt9mWIU3enB69pQuhGaCahBxS66EY5u1 szJ3tG5QCRu9AKYuux8emas5XgcgbjfMwS4F4Rx5KQ+DLkODT4C8KRgUD3WTaiLf 2X3zXm+M/gOyKeU9o7MvjDmWeSikmcuJzc5gLJkIDklNWpK0zETImvXMlyOT7HEZ Z4BJAoGBAIqzPm04oqf2apZDXsXgHkf+X1bKo4Q95iBP35+gweUATCp6UMl21KV0 tO1NVEzyfc09DVBtlAbe4dIWtgilKh0RzAQ1U8kwRrhyDvkFWF2sYBhkiTH3+VgA NqRktNMvnGwa4l8sAnCMFWvb56S1Di4xAxDctdqf3+VAeCwFhgH4 -----END RSA PRIVATE KEY----- |
#l
![]() l2ping local l3 locale l3-agent localedef l3cd locale-gen l3_close_session locate l3-config lockfile l3_fix_prompt lockfile-create l3mass_upload lockfile-remove l3pwd lockfile-touch l3_save_last_line logger ... lame logrotate laptop-detect logsave last look lastb lorder lastlog losetup lcf lp ld lpadmin ldconfig lpdomatic ldd lpinfo less lpmove |
#lspisi
![]() bash: lspisi: команда не найдена |
#l
![]() l2ping local l3 locale l3-agent localedef l3cd locale-gen l3_close_session locate l3-config lockfile l3_fix_prompt lockfile-create l3mass_upload lockfile-remove l3pwd lockfile-touch l3_save_last_line logger ... lame logrotate laptop-detect logsave last look lastb lorder lastlog losetup lcf lp ld lpadmin ldconfig lpdomatic ldd lpinfo less lpmove |
#lspisi
![]() bash: lspisi: команда не найдена |
#lspci
00:00.0 Host bridge: Intel Corporation 82Q35 Express DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82Q35 Express MEI Controller (rev 02) 00:03.2 IDE interface: Intel Corporation 82Q35 Express PT IDER Controller (rev 02) 00:03.3 Serial controller: Intel Corporation 82Q35 Express Serial KT Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) ... 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) 00:1f.0 ISA bridge: Intel Corporation 82801IO (ICH9DO) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02) 30:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) 31:08.0 Ethernet controller: Digium, Inc. Device 8000 (rev 11) |
#lshw
![]() bash: lshw: команда не найдена |
#apt-get install lshw
Чтение списков пакетов... Готово Построение дерева зависимостей Чтение информации о состоянии... Готово НОВЫЕ пакеты, которые будут установлены: lshw обновлено 0, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 5 пакетов не обновлено. Необходимо скачать 318kБ архивов. После данной операции, объём занятого дискового пространства возрастёт на 872kB. Получено:1 http://10.0.35.1 lenny/main lshw 02.13-2 [318kB] Получено 318kБ за 0s (6786kБ/c) Выбор ранее не выбранного пакета lshw. (Чтение базы данных... на данный момент установлено 110743 файлов и каталогов.) Распаковывается пакет lshw (из файла .../archives/lshw_02.13-2_i386.deb)... Обрабатываются триггеры для man-db ... Настраивается пакет lshw (02.13-2) ... |
#lshw | less
|
#lspci
![]() 00:00.0 Host bridge: Intel Corporation 82Q35 Express DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82Q35 Express MEI Controller (rev 02) 00:03.2 IDE interface: Intel Corporation 82Q35 Express PT IDER Controller (rev 02) 00:03.3 Serial controller: Intel Corporation 82Q35 Express Serial KT Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) ... 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) 00:1f.0 ISA bridge: Intel Corporation 82801IO (ICH9DO) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02) 30:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) 31:08.0 Ethernet controller: Digium, Inc. Device 8000 (rev 11) |
#lspci
00:00.0 Host bridge: Intel Corporation 82Q35 Express DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82Q35 Express MEI Controller (rev 02) 00:03.2 IDE interface: Intel Corporation 82Q35 Express PT IDER Controller (rev 02) 00:03.3 Serial controller: Intel Corporation 82Q35 Express Serial KT Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) ... 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) 00:1f.0 ISA bridge: Intel Corporation 82801IO (ICH9DO) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02) 30:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) 31:08.0 Ethernet controller: Digium, Inc. Device 8000 (rev 11) |