Журнал лабораторных работ

Содержание

Журнал

Пятница (11/28/14)

/dev/pts/3
15:52:07
#apt-get inst./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
...
checking for uuid/uuid.h... yes
checking for uuid_generate_random in -le2fs-uuid... no
checking for uuid_generate_random... no
checking for json_dumps in -ljansson... yes
checking jansson.h usability... yes
checking jansson.h presence... yes
checking for jansson.h... yes
checking for xml2-config... no
configure: *** The Asterisk menuselect tool requires the 'libxml2' development package.
configure: *** Please install the 'libxml2' development package.
15:53:03
#apt-get install libxml2
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxml2 is already the newest version.
libxml2 set to manually installed.
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
15:53:15
#apt-get install cache search libxml2-dev
libglobus-common-dev - Globus Toolkit - Common Library Development Files
libxml2-dev - Development files for the GNOME XML library
15:53:42
#apt-get install libxml2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libxml2-dev
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 901 kB of archives.
After this operation, 2,798 kB of additional disk space will be used.
Get:1 http://security.debian.org/ wheezy/updates/main libxml2-dev amd64 2.8.0+dfsg1-7+wheezy2 [901 kB]
Fetched 901 kB in 0s (1,243 kB/s)
Selecting previously unselected package libxml2-dev:amd64.
(Reading database ... 148167 files and directories currently installed.)
Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-7+wheezy2_amd64.deb) ...
Processing triggers for man-db ...
Setting up libxml2-dev:amd64 (2.8.0+dfsg1-7+wheezy2) ...
15:53:58
#./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
...
 $$$$$                        $$$
  $$$$7.                       $$  (TM)
   $$$$$$$.           .7$$$$$$  $$
     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
       $$$$$$$$$$$$$$$$.
configure: Package configured for:
configure: OS type  : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
15:54:19
#make menuconfig
                                             Add-ons (See README-addons.txt)
                                             Applications
                                             Bridging Modules
                                             Call Detail Recording
                                             Channel Event Logging
                                       --->  Channel Drivers
                                             Codec Translators
                                             Format Interpreters
                                             Dialplan Functions
                                             PBX Modules
...
                                             Compiler Flags
                                             Voicemail Build Options
                                             Utilities
                                             AGI Samples
                                             Module Embedding
                                             Core Sound Packages
                                             Music On Hold File Packages
                                             Extras Sound Packages
menuselect changes NOT saved!
make: *** [menuselect] Interrupt
15:58:52
#make menuconfig
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: Nothing to be done for `nmenuselect'.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: Nothing to be done for `gmenuselect'.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
make[1]: Entering directory `/aster/asterisk-13.0.1'
16:06:10
#apt-get install libssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libssl
16:06:16
#apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libssl-doc zlib1g-dev
The following NEW packages will be installed:
  libssl-dev libssl-doc zlib1g-dev
...
(Reading database ... 148231 files and directories currently installed.)
Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1e-2+deb7u13_amd64.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1e-2+deb7u13_all.deb) ...
Processing triggers for man-db ...
Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ...
Setting up libssl-dev (1.0.1e-2+deb7u13) ...
Setting up libssl-doc (1.0.1e-2+deb7u13) ...
16:06:34
#./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
...
 $$$$$                        $$$
  $$$$7.                       $$  (TM)
   $$$$$$$.           .7$$$$$$  $$
     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
       $$$$$$$$$$$$$$$$.
configure: Package configured for:
configure: OS type  : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
16:06:52
#make menuconfig
                                             Press 'h' for help.
                                             Add-ons (See README-addons.txt)
                                             Applications
                                             Bridging Modules
                                             Call Detail Recording
                                             Channel Event Logging
                                       --->  Channel Drivers
                                             Codec Translators
                                             Format Interpreters
                                             Dialplan Functions
...
                                             Compiler Flags
                                             Voicemail Build Options
                                             Utilities
                                             AGI Samples
                                             Module Embedding
                                             Core Sound Packages
                                             Music On Hold File Packages
                                             Extras Sound Packages
menuselect changes NOT saved!
make[1]: Leaving directory `/aster/asterisk-13.0.1'
16:07:21
#make menuconfig
                                             Press 'h' for help.
                                             Add-ons (See README-addons.txt)
                                             Applications
                                             Bridging Modules
                                             Call Detail Recording
                                             Channel Event Logging
                                             Channel Drivers
                                             Codec Translators
                                             Format Interpreters
                                             Dialplan Functions
...
                                             Compiler Flags
                                             Voicemail Build Options
                                             Utilities
                                             AGI Samples
                                             Module Embedding
                                             Core Sound Packages
                                             Music On Hold File Packages
                                             Extras Sound Packages
menuselect changes NOT saved!
make[1]: Leaving directory `/aster/asterisk-13.0.1'
16:07:35
#apt-get install libtonezone-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libtonezone-dev
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 50.2 kB of archives.
After this operation, 299 kB of additional disk space will be used.
Get:1 http://192.168.12.254/debian/ wheezy/main libtonezone-dev amd64 1:2.5.0.1-2 [50.2 kB]
Fetched 50.2 kB in 0s (3,193 kB/s)
Selecting previously unselected package libtonezone-dev.
(Reading database ... 149669 files and directories currently installed.)
Unpacking libtonezone-dev (from .../libtonezone-dev_1%3a2.5.0.1-2_amd64.deb) ...
Setting up libtonezone-dev (1:2.5.0.1-2) ...
16:08:37
#apt-get install libpri
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpri
16:08:44
#apt-get install libpri-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libpri-dev
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 290 kB of archives.
After this operation, 987 kB of additional disk space will be used.
Get:1 http://192.168.12.254/debian/ wheezy/main libpri-dev amd64 1.4.12-2 [290 kB]
Fetched 290 kB in 0s (14.1 MB/s)
Selecting previously unselected package libpri-dev.
(Reading database ... 149676 files and directories currently installed.)
Unpacking libpri-dev (from .../libpri-dev_1.4.12-2_amd64.deb) ...
Setting up libpri-dev (1.4.12-2) ...
16:08:51
#./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
...
 $$$$$                        $$$
  $$$$7.                       $$  (TM)
   $$$$$$$.           .7$$$$$$  $$
     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
       $$$$$$$$$$$$$$$$.
configure: Package configured for:
configure: OS type  : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
16:09:12
#make menuconfig
                                             Press 'h' for help.
                                             Add-ons (See README-addons.txt)
                                             Applications
                                             Bridging Modules
                                             Call Detail Recording
                                             Channel Event Logging
                                       --->  Channel Drivers
                                             Codec Translators
                                             Format Interpreters
                                             Dialplan Functions
...
                                             Compiler Flags
                                             Voicemail Build Options
                                             Utilities
                                             AGI Samples
                                             Module Embedding
                                             Core Sound Packages
                                             Music On Hold File Packages
                                             Extras Sound Packages
menuselect changes NOT saved!
make[1]: Leaving directory `/aster/asterisk-13.0.1'
16:09:27
#apt-cache search srtp
libsrtp0 - Secure RTP (SRTP) and UST Reference Implementations - shared library
libsrtp0-dev - Secure RTP (SRTP) and UST Reference Implementations - development files
srtp-docs - Secure RTP (SRTP) and UST Reference Implementations - documentation
srtp-utils - Secure RTP (SRTP) and UST Reference Implementations - utilities
uanytun - tiny implementation of the secure anycast tunneling protocol
16:11:24
#apt-get install libsrt0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libsrt0-dev
16:11:53
#apt-get install libsrtp0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libsrtp0-dev
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 117 kB of archives.
After this operation, 390 kB of additional disk space will be used.
Get:1 http://192.168.12.254/debian/ wheezy/main libsrtp0-dev amd64 1.4.4+20100615~dfsg-2+deb7u1 [117 kB]
Fetched 117 kB in 0s (5,685 kB/s)
Selecting previously unselected package libsrtp0-dev.
(Reading database ... 149684 files and directories currently installed.)
Unpacking libsrtp0-dev (from .../libsrtp0-dev_1.4.4+20100615~dfsg-2+deb7u1_amd64.deb) ...
Setting up libsrtp0-dev (1.4.4+20100615~dfsg-2+deb7u1) ...
16:12:01
#./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
...
 $$$$$                        $$$
  $$$$7.                       $$  (TM)
   $$$$$$$.           .7$$$$$$  $$
     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
       $$$$$$$$$$$$$$$$.
configure: Package configured for:
configure: OS type  : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
16:12:18
#make menuconfig
                             **************************************************
                                 Asterisk Module and Build Option Selection
                             **************************************************
                                             Press 'h' for help.
                                                --- Core ---
                                            [*] res_adsi
                                            [*] res_agi
                                            [*] res_ari
                                            [*] res_ari_applications
                                            [*] res_ari_asterisk
...
                                            [*] res_fax
                                            [*] res_format_attr_celt
                                            [*] res_format_attr_h263
                                            [*] res_format_attr_h264
                                            [*] res_format_attr_opus
                                                ... More ...
                                      CELT Format Attribute Module
                                      Depends on: curl(E)
                                      Conflicts with: app_fax(M)
                                      Support Level: core
16:13:54
#./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
...
 $$$$$                        $$$
  $$$$7.                       $$  (TM)
   $$$$$$$.           .7$$$$$$  $$
     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
       $$$$$$$$$$$$$$$$.
configure: Package configured for:
configure: OS type  : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
16:14:21
#make menuconfig
                                             Press 'h' for help.
                                             Add-ons (See README-addons.txt)
                                       --->  Applications
                                             Bridging Modules
                                             Call Detail Recording
                                             Channel Event Logging
                                             Channel Drivers
                                             Codec Translators
                                             Format Interpreters
                                             Dialplan Functions
...
                                             Compiler Flags
                                             Voicemail Build Options
                                             Utilities
                                             AGI Samples
                                             Module Embedding
                                             Core Sound Packages
                                             Music On Hold File Packages
                                             Extras Sound Packages
menuselect changes NOT saved!
make[1]: Leaving directory `/aster/asterisk-13.0.1'
16:16:36
#make menuconfig
                                             Press 'h' for help.
                                             Add-ons (See README-addons.txt)
                                       --->  Applications
                                             Bridging Modules
                                             Call Detail Recording
                                             Channel Event Logging
                                             Channel Drivers
                                             Codec Translators
                                             Format Interpreters
                                             Dialplan Functions
...
                                             Compiler Flags
                                             Voicemail Build Options
                                             Utilities
                                             AGI Samples
                                             Module Embedding
                                             Core Sound Packages
                                             Music On Hold File Packages
                                             Extras Sound Packages
menuselect changes NOT saved!
make[1]: Leaving directory `/aster/asterisk-13.0.1'
16:16:45
#make menuconfig
                             **************************************************
                                             Press 'h' for help.
                                                --- Core ---
                                            [*] app_agent_pool
                                            [*] app_authenticate
                                            [*] app_bridgewait
                                            [*] app_cdr
                                            [*] app_celgenuserevent
                                            [*] app_channelredirect
                                            [*] app_chanspy
...
                                            [*] app_read
                                            [*] app_readexten
                                            [*] app_record
                                            [*] app_sayunixtime
                                                ... More ...
                                      Extension Macros
                                      Depends on: dahdi(E)M)ding(M)
                                      Read Variable Application
                                      Depends on: res_monitor(M)(M)
                                                      ore, Replaced by: app_stack (GoSub)
16:17:56
#make menuconfig
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: Nothing to be done for `nmenuselect'.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: Nothing to be done for `gmenuselect'.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
make[1]: Entering directory `/aster/asterisk-13.0.1'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[2]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[2]: `makeopts' is up to date.
make[2]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
16:18:22
#make menuconfig
                                             Press 'h' for help.
                                       ARE YOU SURE?
                                          --- It appears you have made some changes, and
                                          you have opted to Quit without saving these changes!
                                            Please Enter Y to exit without saving;
                                            Enter N to cancel your decision to quit,
                                               and keep working in menuselect, or
                                            Enter S to save your changes, and exit
menuselect changes saved!
make[1]: Leaving directory `/aster/asterisk-13.0.1'
16:18:36
#make -j
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
Building Documentation For: Generating embedded module rules ...
channels pbx apps codecs formats cdr cel bridges funcs tests main    [CC] chan_bridge_media.c -> chan_bridge_media.o
   [CC] chan_dahdi.c -> chan_dahdi.o
   [CC] format_g719.c -> format_g719.o
   [CC] codec_adpcm.c -> codec_adpcm.o
   [CC] pbx_ael.c -> pbx_ael.o
...
   [LD] app_voicemail.o -> app_voicemail.so
   [LD] chan_dahdi.o dahdi/bridge_native_dahdi.o sig_analog.o sig_pri.o sig_ss7.o -> chan_dahdi.so
   [LD] chan_iax2.o iax2/codec_pref.o iax2/firmware.o iax2/format_compatibility.o iax2/parser.o iax2/provision.o -> chan_iax2.so
   [LD] chan_sip.o sip/config_parser.o sip/dialplan_functions.o sip/reqresp_parser.o sip/route.o sip/security_events.o sip/utils.o -> chan_sip.so
 +--------- Asterisk Build Complete ---------+
 + Asterisk has successfully been built, and +
 + can be installed by running:              +
 +                                           +
 +                make install               +
 +-------------------------------------------+
16:21:36
#сз -Ðcp /etc/asterisk/ /etc/asterisk.bak
cp: omitting directory `/etc/asterisk/'
16:25:17
#cp /etc/asterisk/ /etc/asterisk.bak/
cp: omitting directory `/etc/asterisk/'
16:25:55
#cp /etc/asterisk /etc/asterisk.bak
cp: omitting directory `/etc/asterisk'
16:26:01
#cp -R /etc/asterisk /etc/asterisk.bak

16:26:28
#ls -l /etc/asterisk.bak/
total 816
-rw-r----- 1 root root   140 Nov 28 17:26 adsi.conf
-rw-r----- 1 root root  2828 Nov 28 17:26 agents.conf
-rw-r----- 1 root root  2904 Nov 28 17:26 ais.conf
-rw-r----- 1 root root  2084 Nov 28 17:26 alarmreceiver.conf
-rw-r----- 1 root root  3498 Nov 28 17:26 alsa.conf
-rw-r----- 1 root root   767 Nov 28 17:26 amd.conf
-rw-r----- 1 root root  1044 Nov 28 17:26 app_mysql.conf
-rw-r----- 1 root root  3254 Nov 28 17:26 asterisk.adsi
-rw-r----- 1 root root  3465 Nov 28 17:26 asterisk.conf
...
-rw-r----- 1 root root   742 Nov 28 17:26 sip_notify.conf
-rw-r----- 1 root root  9185 Nov 28 17:26 skinny.conf
-rw-r----- 1 root root  6774 Nov 28 17:26 sla.conf
-rw-r----- 1 root root  2669 Nov 28 17:26 smdi.conf
-rw-r----- 1 root root  1384 Nov 28 17:26 telcordia-1.adsi
-rw-r----- 1 root root   656 Nov 28 17:26 udptl.conf
-rw-r----- 1 root root  5096 Nov 28 17:26 unistim.conf
-rw-r----- 1 root root  2423 Nov 28 17:26 users.conf
-rw-r----- 1 root root 21424 Nov 28 17:26 voicemail.conf
-rw-r----- 1 root root  5939 Nov 28 17:26 vpb.conf
16:26:36
#cp /etc/init.d/asterisk /etc/init.d/asterisk.old

16:27:16
#apt-get remove asterisk
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgadu3 libmozjs24d xulrunner-24.0
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  asterisk asterisk-dahdi asterisk-mysql asterisk-prompt-de asterisk-voicemail
0 upgraded, 0 newly installed, 5 to remove and 16 not upgraded.
After this operation, 8,345 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 149730 files and directories currently installed.)
Removing asterisk-prompt-de ...
Removing asterisk-voicemail ...
Removing asterisk-mysql ...
Removing asterisk-dahdi ...
Removing asterisk ...
Stopping Asterisk PBX: asterisk.
Processing triggers for man-db ...
16:27:33
#make install
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
Installing modules from channels...
Installing modules from pbx...
Installing modules from apps...
Installing modules from codecs...
Installing modules from formats...
Installing modules from cdr...
...
    res_config_odbc.so
    res_config_pgsql.so
    res_config_sqlite.so
    res_curl.so
    res_fax_spandsp.so
    res_http_post.so
    res_jabber.so
    res_odbc.so
    res_snmp.so
 WARNING WARNING WARNING
16:30:05
#make install
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
Installing modules from channels...
Installing modules from pbx...
Installing modules from apps...
Installing modules from codecs...
Installing modules from formats...
Installing modules from cdr...
...
    res_config_odbc.so
    res_config_pgsql.so
    res_config_sqlite.so
    res_curl.so
    res_fax_spandsp.so
    res_http_post.so
    res_jabber.so
    res_odbc.so
    res_snmp.so
 WARNING WARNING WARNING
16:30:41
#asterisk -r
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
16:31:00
#asterisk -rvvv
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
16:31:06
#clear

16:31:10
#make install
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/aster/asterisk-13.0.1/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/aster/asterisk-13.0.1/menuselect'
Installing modules from channels...
Installing modules from pbx...
Installing modules from apps...
Installing modules from codecs...
Installing modules from formats...
Installing modules from cdr...
...
    res_config_odbc.so
    res_config_pgsql.so
    res_config_sqlite.so
    res_curl.so
    res_fax_spandsp.so
    res_http_post.so
    res_jabber.so
    res_odbc.so
    res_snmp.so
 WARNING WARNING WARNING
16:31:15
#сcp /etc/asterisk.bak/ /etc/asterisk
cp: omitting directory `/etc/asterisk.bak/'
16:34:05
#cp -R /etc/asterisk.bak/ /etc/asterisk

16:34:45
#фыÐasterisk -rvvv
Asterisk 13.0.1, Copyright (C) 1999 - 2014, 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.
=========================================================================
Connected to Asterisk 13.0.1 currently running on debian6 (pid = 2154)
debian6*CLI> sip
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
16:37:38
#more /etc/asterisk/sip.conf
16:37:52
#vim /etc/asterisk/sip.conf
--- /tmp/l3-saved-4222.12135.11132	2014-11-28 17:38:01.715888398 +0200
+++ /etc/asterisk/sip.conf	2014-11-28 17:38:14.623888391 +0200
@@ -2,6 +2,7 @@
 context=default
 qualify=yes
 directmedia=no
+encryption=yes
 
 register => brest:1234@192.168.30.1/minsk
 
16:38:14
#asterisk -rvvv
Asterisk 13.0.1, Copyright (C) 1999 - 2014, 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.
=========================================================================
Connected to Asterisk 13.0.1 currently running on debian6 (pid = 2154)
debian6*CLI> sip reload
 Reloading SIP
...
    -- Called SIP/2302
    -- SIP/2302-00000008 is ringing
    -- Nobody picked up in 5000 ms
    -- Executing [2302@gr1:2] VoiceMail("SIP/2301-00000007", "2302@default") in new stack
    -- <SIP/2301-00000007> Playing 'vm-intro.ulaw' (language 'ru')
  == Spawn extension (gr1, 2302, 2) exited non-zero on 'SIP/2301-00000007'
debian6*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
16:40:25
#vim /etc/asterisk/extensions.conf
16:40:44
#exten => s,n,Hangup
Asterisk 13.0.1, Copyright (C) 1999 - 2014, 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.
=========================================================================
Connected to Asterisk 13.0.1 currently running on debian6 (pid = 2154)
debian6*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups

Статистика

Время первой команды журнала15:52:07 2014-11-28
Время последней команды журнала16:40:44 2014-11-28
Количество командных строк в журнале50
Процент команд с ненулевым кодом завершения, %20.00
Процент синтаксически неверно набранных команд, % 0.00
Суммарное время работы с терминалом *, час 0.81
Количество командных строк в единицу времени, команда/мин 1.03
Частота использования команд
make15|=============================| 29.41%
apt-get12|=======================| 23.53%
configure5|=========| 9.80%
cp5|=========| 9.80%
asterisk3|=====| 5.88%
vim2|===| 3.92%
more1|=| 1.96%
фыÐasterisk1|=| 1.96%
ls1|=| 1.96%
exten1|=| 1.96%
clear1|=| 1.96%
apt-cache1|=| 1.96%
s,n,Hangup1|=| 1.96%
сcp1|=| 1.96%
сз1|=| 1.96%
____
*) Интервалы неактивности длительностью 30 минут и более не учитываются

Справка

Для того чтобы использовать LiLaLo, не нужно знать ничего особенного: всё происходит само собой. Однако, чтобы ведение и последующее использование журналов было как можно более эффективным, желательно иметь в виду следующее:
  1. В журнал автоматически попадают все команды, данные в любом терминале системы.

  2. Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.

  3. Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
    $ l s-l
    bash: l: command not found
    

  4. Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
    $ test 5 -lt 4
    Обратите внимание на то, что код завершения команды может быть отличен от нуля не только в тех случаях, когда команда была выполнена с ошибкой. Многие команды используют код завершения, например, для того чтобы показать результаты проверки

  5. Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
    $ find / -name abc
    find: /home/devi-orig/.gnome2: Keine Berechtigung
    find: /home/devi-orig/.gnome2_private: Keine Berechtigung
    find: /home/devi-orig/.nautilus/metafiles: Keine Berechtigung
    find: /home/devi-orig/.metacity: Keine Berechtigung
    find: /home/devi-orig/.inkscape: Keine Berechtigung
    ^C
    

  6. Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
    # id
    uid=0(root) gid=0(root) Gruppen=0(root)
    

  7. Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
    $ vi ~/.bashrc
    2a3,5
    >    if [ -f /usr/local/etc/bash_completion ]; then
    >         . /usr/local/etc/bash_completion
    >        fi
    

  8. Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
    $ patch ~/.bashrc
    В данном случае изменения применяются к файлу ~/.bashrc

  9. Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.

    Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.

  10. Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.

  11. Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора

  12. Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.

  13. Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.

  14. Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:

    $ whoami
    
    user
    
    $ #^ Интересно, кто я?
    
    в журнале это будет выглядеть так:
    $ whoami
    
    user
    
    Интересно, кто я?

  15. Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:

    $ whoami
    
    user
    
    $ cat > /dev/null #^ Интересно, кто я?
    
    Программа whoami выводит имя пользователя, под которым 
    мы зарегистрировались в системе.
    -
    Она не может ответить на вопрос о нашем назначении 
    в этом мире.
    
    В журнале это будет выглядеть так:
    $ whoami
    user
    
    Интересно, кто я?
    Программа whoami выводит имя пользователя, под которым
    мы зарегистрировались в системе.

    Она не может ответить на вопрос о нашем назначении
    в этом мире.
    Для разделения нескольких абзацев между собой используйте символ "-", один в строке.

  16. Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=

  17. Содержимое файла может быть показано в журнале. Для этого его нужно вывести с помощью программы cat. Если вывод команды отметить симоволами #!, содержимое файла будет показано в журнале в специально отведённой для этого секции.
  18. Для того чтобы вставить скриншот интересующего вас окна в журнал, нужно воспользоваться командой l3shot. После того как команда вызвана, нужно с помощью мыши выбрать окно, которое должно быть в журнале.
  19. Команды в журнале расположены в хронологическом порядке. Если две команды давались одна за другой, но на разных терминалах, в журнале они будут рядом, даже если они не имеют друг к другу никакого отношения.
    1
        2
    3   
        4
    
    Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.

О программе

LiLaLo (L3) расшифровывается как Live Lab Log.
Программа разработана для повышения эффективности обучения Unix/Linux-системам.
(c) Игорь Чубин, 2004-2008

$Id$