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

Содержание

Журнал

Суббота (04/26/14)

/dev/pts/0
12:17:46
#asterisk -rv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 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.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
12:17:57
#asterisk -rv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 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.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
12:18:28
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk.
Starting Asterisk PBX: asterisk.
12:18:30
#asterisk -rv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 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.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
12:18:36
#cd ~

12:19:34
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk.
Starting Asterisk PBX: asterisk.
12:19:58
#asterisk -rv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 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.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
12:20:02
#less /var/log/asterisk/messages
12:21:13
#ps aux | grep aster
root     17296  0.0  0.0   6304   600 pts/3    S+   13:21   0:00 grep aster
user     32217  0.7  1.5 1160056 248976 ?      Sl   Apr24  22:00 iceweasel http://downloads.asterisk.org/pub/telephony/sounds/
12:21:16
#df -h
Filesystem                                              Size  Used Avail Use% Mounted on
rootfs                                                  443G  5.0G  415G   2% /
udev                                                     10M     0   10M   0% /dev
tmpfs                                                   1.6G  908K  1.6G   1% /run
/dev/disk/by-uuid/1654f5cb-42ee-41a6-b72e-3958d93be4eb  443G  5.0G  415G   2% /
tmpfs                                                   5.0M     0  5.0M   0% /run/lock
tmpfs                                                   6.3G  764K  6.3G   1% /run/shm
/dev/sda1                                               487M  128K  486M   1% /boot/efi
12:21:21
#rm /usr/lib/
Display all 759 possibilities? (y or n)
12:21:21
#mv /usr/lib/asterisk/modules/chan_datacard.so /tmp/

12:21:53
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk.
Starting Asterisk PBX: asterisk.
12:21:55
#ps aux | grep aster
asterisk 17354  7.0  0.1 753464 30480 ?        Ssl  13:21   0:00 /usr/sbin/asterisk -p -U asterisk
asterisk 17355  0.0  0.0  13912   772 ?        S    13:21   0:00 astcanary /var/run/asterisk/alt.asterisk.canary.tweet.tweet.tweet 17354
root     17404  0.0  0.0   6304   600 pts/3    S+   13:21   0:00 grep aster
user     32217  0.7  1.5 1160056 251088 ?      Sl   Apr24  22:00 iceweasel http://downloads.asterisk.org/pub/telephony/sounds/
12:22:00
#cd /usr/src/chan-datacard-read-only/

12:22:07
#ls
COPYRIGHT.txt  README.txt         __at_read.c      __char_conv.c  __memmem.c       chan_datacard.h   etc
LICENSE.txt    __app.c            __at_response.c  __cli.c        __ringbuffer.c   chan_datacard.o
Makefile       __at_fifo_queue.c  __at_send.c      __helpers.c    __ringbuffer.h   chan_datacard.so
Makefile.in    __at_parse.c       __channel.c      __manager.c    chan_datacard.c  configure
12:22:08
#make
gcc -Wextra -fPIC -DAST_MODULE=\"chan_datacard\" -D_THREAD_SAFE -I. -I/usr/include -O2 -DICONV_CONST="" -D__DEBUG__ -D__MANAGER__ -D__APP__ -c chan_datacard.c
gcc  -shared -Xlinker -x chan_datacard.o  -o chan_datacard.so
chmod 755 chan_datacard.so
12:22:11
#make install
gcc -Wextra -fPIC -DAST_MODULE=\"chan_datacard\" -D_THREAD_SAFE -I. -I/usr/include -O2 -DICONV_CONST="" -D__DEBUG__ -D__MANAGER__ -D__APP__ -c chan_datacard.c
gcc  -shared -Xlinker -x chan_datacard.o  -o chan_datacard.so
chmod 755 chan_datacard.so
install -d                /usr/lib/asterisk/modules/
install -m 755 chan_datacard.so /usr/lib/asterisk/modules/
12:22:27
#mv /etc/asterisk/datacard.conf /tmp/

12:22:40
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk.
Starting Asterisk PBX: asterisk.
12:22:44
#ps aux | grep aster
asterisk 17497  7.0  0.1 761680 30356 ?        Ssl  13:22   0:00 /usr/sbin/asterisk -p -U asterisk
asterisk 17498  0.0  0.0  13912   772 ?        S    13:22   0:00 astcanary /var/run/asterisk/alt.asterisk.canary.tweet.tweet.tweet 17497
root     17547  0.0  0.0   6304   600 pts/3    S+   13:22   0:00 grep aster
user     32217  0.7  1.5 1160056 253464 ?      Sl   Apr24  22:00 iceweasel http://downloads.asterisk.org/pub/telephony/sounds/
12:22:47
#mv /tmp/datacard.conf /etc/asterisk/

12:22:58
#vim /etc/asterisk/datacard.conf
--- /tmp/l3-saved-6759.13463.25153	2014-04-26 13:23:01.296962789 +0300
+++ /etc/asterisk/datacard.conf	2014-04-26 13:23:14.876963015 +0300
@@ -38,13 +38,13 @@
 ;jblog = no			; Enables jitterbuffer frame logging. Defaults to "no".
 ;-----------------------------------------------------------------------------------
 
-;[E1550_t](!)
-;context=incoming-datacard	; context for incoming calls
-;rxgain=3			; increase the incoming volume
-;txgain=-3			; increase the outgoint volume
-;autodeletesms=yes		; auto delete incoming sms
-;resetdatacard=yes		; reset datacard during initialization
-;u2diag=0			; set U2DIAG parameter (0 = disable everything except modem function)
+[E1550_t](!)
+context=incoming-datacard	; context for incoming calls
+rxgain=3			; increase the incoming volume
+txgain=-3			; increase the outgoint volume
+autodeletesms=yes		; auto delete incoming sms
+resetdatacard=yes		; reset datacard during initialization
+u2diag=0			; set U2DIAG parameter (0 = disable everything except modem function)
 
 
 [datacard0](E1550_t)
12:23:14
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk.
Starting Asterisk PBX: asterisk.
12:23:17
#ps aux | grep aster
asterisk 17601 14.0  0.1 761204 30332 ?        Ssl  13:23   0:00 /usr/sbin/asterisk -p -U asterisk
asterisk 17602  0.0  0.0  13912   772 ?        S    13:23   0:00 astcanary /var/run/asterisk/alt.asterisk.canary.tweet.tweet.tweet 17601
root     17652  0.0  0.0   6304   596 pts/3    S+   13:23   0:00 grep aster
user     32217  0.7  1.5 1160056 255048 ?      Sl   Apr24  22:01 iceweasel http://downloads.asterisk.org/pub/telephony/sounds/
12:23:19
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk.
Starting Asterisk PBX: asterisk.
12:24:50
#make^C

12:25:01
#asterisk -rv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 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 1.8.13.1~dfsg1-3+deb7u3 currently running on debian7 (pid = 17697)
Verbosity was 0 and is now 1
debian7*CLI>
debian7*CLI>
debian7*CLI>
[Apr 26 13:25:06] WARNING[17740]: chan_datacard.c:108 opentty: Unable to open '/dev/ttyUSB2'
debian7*CLI>
[Apr 26 13:25:21] WARNING[17740]: chan_datacard.c:108 opentty: Unable to open '/dev/ttyUSB2'
debian7*CLI> quit
Executing last minute cleanups
12:25:25
#nano /etc/asterisk/extensions.
12:25:25
#nano /etc/asterisk/extensions.conf
--- /tmp/l3-saved-6759.18835.5666	2014-04-26 13:25:49.932965639 +0300
+++ /etc/asterisk/extensions.conf	2014-04-26 13:28:27.336968295 +0300
@@ -117,6 +117,10 @@
 exten => s-ANSWER,1,Hangup
 exten => s-BUSY,1,Busy
 
+[incoming-datacard]
+
+exten => s,1,Goto(menu,s,1)
+
 
 [menu]
 
12:31:02
#{EXTEN})

12:32:57
#{EXTEN})

12:35:02
#{EXTEN})

12:36:01
#{EXTEN})

12:38:38
#{EXTEN})

прошло 10 минут
12:49:00
#;jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a Datacard
  GNU nano 2.2.6                  File: /etc/asterisk/extensions.conf                                Modified
exten => _2[12]XX,1,Macro(outgoingcall,SIP/kiev/${EXTEN})
exten => _33XX,1,Macro(outgoingcall,SIP/kiev/${EXTEN})
exten => _14XX,1,Macro(outgoingcall,SIP/kiev/${EXTEN})
[fallback]
;exten => _.,1,Playback(/var/tmp/asterisk/message)
[ukraine-gateway]
;exten => _380XXXXXXXXX,1,Dial(DATACARD/g1/+${EXTEN})
exten => _380XXXXXXXXX,1,Dial(SIP/santiago/${EXTEN})
exten => sms,1,System(echo '${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)}-${DATACARD}-${CALLERID(num)}:
...
include => internal
include => local
include => national
include => fallback
[gr3]
include => internal
include => local
include => fallback
^G Get Help       ^O WriteOut       ^R Read File      ^Y Prev Page      ^K Cut Text       ^C Cur Pos
^X Exit           ^J Justify        ^W Where Is       ^V Next Page      ^U UnCut Text     ^T To Spell
прошла 41 минута
13:30:10
#tar -xf asterisk-11-current.tar.gz

13:30:24
#ls -l
total 34112
-rw-r--r--  1 root root 34844777 Apr 26 14:29 asterisk-11-current.tar.gz
drwxr-xr-x 29 root root     4096 Apr 23 17:05 asterisk-11.9.0
drwxr-xr-x  4 root root     4096 Apr 26 12:29 c
drwxr-xr-x  4 root root     4096 Apr 26 13:22 chan-datacard-read-only
-rw-r--r--  1 root root    69129 May  9  2012 vpb-driver.tar.bz2
13:30:28
#cd asterisk-11.9.0/

13:30:36
#./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 arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing)
13:34:58
#apt-get install libsqlite3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  sqlite3-doc
The following NEW packages will be installed:
  libsqlite3-dev
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 578 kB of archives.
After this operation, 1382 kB of additional disk space will be used.
Get:1 http://192.168.12.254/debian/ wheezy/main libsqlite3-dev amd64 3.7.13-1+deb7u1 [578 kB]
Fetched 578 kB in 0s (21.6 MB/s)
Selecting previously unselected package libsqlite3-dev.
(Reading database ... 138760 files and directories currently installed.)
Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1+deb7u1_amd64.deb) ...
Setting up libsqlite3-dev (3.7.13-1+deb7u1) ...
13:40:01
#./configure --disable-xmldoc
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 arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing)
13:40:17
#apt-get install libncurses5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libtinfo-dev
Suggested packages:
  ncurses-doc
The following NEW packages will be installed:
  libncurses5-dev libtinfo-dev
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
...
Get:1 http://192.168.12.254/debian/ wheezy/main libtinfo-dev amd64 5.9-10 [105 kB]
Get:2 http://192.168.12.254/debian/ wheezy/main libncurses5-dev amd64 5.9-10 [223 kB]
Fetched 328 kB in 0s (13.9 MB/s)
Selecting previously unselected package libtinfo-dev:amd64.
(Reading database ... 138772 files and directories currently installed.)
Unpacking libtinfo-dev:amd64 (from .../libtinfo-dev_5.9-10_amd64.deb) ...
Selecting previously unselected package libncurses5-dev.
Unpacking libncurses5-dev (from .../libncurses5-dev_5.9-10_amd64.deb) ...
Setting up libtinfo-dev:amd64 (5.9-10) ...
Setting up libncurses5-dev (5.9-10) ...
13:40:43
#./configure --disable-xmldoc
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 :
13:41:07
#make menucofig
make: *** No rule to make target `menucofig'.  Stop.
13:41:35
#make menuselect/
Makefile                 config.log               install-sh               menuselect_gtk.c
README                   config.status            linkedlists.h            menuselect_newt.c
acinclude.m4             config.sub               make_version             menuselect_stub.c
aclocal.m4               configure                makeopts                 missing
autoconfig.h             configure.ac             makeopts.in              mxml/
autoconfig.h.in          configure.lineno         menuselect.c             strcompat.c
bootstrap.sh             contrib/                 menuselect.h             test/
config.guess             example_menuselect-tree  menuselect_curses.c
13:41:35
#make menuselect/
Makefile                 config.log               install-sh               menuselect_gtk.c
README                   config.status            linkedlists.h            menuselect_newt.c
acinclude.m4             config.sub               make_version             menuselect_stub.c
aclocal.m4               configure                makeopts                 missing
autoconfig.h             configure.ac             makeopts.in              mxml/
autoconfig.h.in          configure.lineno         menuselect.c             strcompat.c
bootstrap.sh             contrib/                 menuselect.h             test/
config.guess             example_menuselect-tree  menuselect_curses.c
13:41:35
#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 `/usr/src/asterisk-11.9.0'
13:45:38
#apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libssl-doc zlib1g-dev
The following NEW packages will be installed:
  libssl-dev libssl-doc zlib1g-dev
0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 3162 kB of archives.
After this operation, 8314 kB of additional disk space will be used.
...
(Reading database ... 138819 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+deb7u7_amd64.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1e-2+deb7u7_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+deb7u7) ...
Setting up libssl-doc (1.0.1e-2+deb7u7) ...
13:46:42
#apt-get install libsrtp0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  libsrtp0-dev
0 upgraded, 1 newly installed, 0 to remove and 5 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 (7922 kB/s)
Selecting previously unselected package libsrtp0-dev.
(Reading database ... 140257 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) ...
13:47:08
#configure
l3script: configure: command not found
13:47:50
#./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 initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for curses.h... (cached) yes
checking for xml2-config... no
configure: *** XML documentation will not be available because the 'libxml2' development package is missing.
configure: *** Please run the 'configure' script with the '--disable-xmldoc' parameter option
configure: *** or install the 'libxml2' development package.
13:48:02
#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 `/usr/src/asterisk-11.9.0'
13:49:58
#apt-get install dahdi-linux
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  fxload
The following NEW packages will be installed:
  dahdi-linux fxload
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 108 kB of archives.
After this operation, 337 kB of additional disk space will be used.
...
Get:2 http://192.168.12.254/debian/ wheezy/main dahdi-linux all 1:2.6.1+dfsg2-1 [91.3 kB]
Fetched 108 kB in 0s (6888 kB/s)
Selecting previously unselected package fxload.
(Reading database ... 140303 files and directories currently installed.)
Unpacking fxload (from .../fxload_0.0.20081013-1_amd64.deb) ...
Selecting previously unselected package dahdi-linux.
Unpacking dahdi-linux (from .../dahdi-linux_1%3a2.6.1+dfsg2-1_all.deb) ...
Processing triggers for man-db ...
Setting up fxload (0.0.20081013-1) ...
Setting up dahdi-linux (1:2.6.1+dfsg2-1) ...
13:51:43
#apt-get remove dahdi-linux
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  fxload
Use 'apt-get autoremove' to remove it.
The following packages will be REMOVED:
  dahdi-linux
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
After this operation, 259 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 140336 files and directories currently installed.)
Removing dahdi-linux ...
прошло 19 минут
14:11:11
#apt-get install libtonezone-dev libspeex-dev dahdi-source libsrtp0-dev libssl-

14:11:11
#apt-cashe search auto
l3script: apt-cashe: command not found
14:11:32
#apt-cache search auto
a2jmidid - Daemon for exposing legacy ALSA MIDI in JACK MIDI systems
a2ps - GNU a2ps - 'Anything to PostScript' converter and pretty-printer
libaa1-dbg - ASCII art library, debugging symbols
aaphoto - Auto Adjust Photo, automatic color correction of photos
abacas - Algorithm Based Automatic Contiguation of Assembled Sequences
accerciser - interactive Python accessibility explorer for the GNOME desktop
mpc-ace - makefile, project, and workspace creator
ack - Kanji code converter
xul-ext-adblock-plus - Advertisement blocking extension for web browsers
xul-ext-adblock-plus-element-hiding-helper - extension for Adblock Plus meant to make creating element hiding rules easier
...
zoomer - generate a video from a picture by zooming from one point to another
python-zope.testrunner - Flexible test runner with layer support for Python
python3-zope.testrunner - Flexible test runner with layer support for Python 3
zsh - shell with lots of features
zsh-dbg - shell with lots of features (debugging symbols)
zsh-dev - shell with lots of features (development files)
zsh-doc - zsh documentation - info/HTML format
zsh-static - shell with lots of features (static link)
zsh-beta - A shell with lots of features (dev tree)
zsh-beta-doc - zsh beta documentation - info/HTML format
14:11:36