Well that link didn't work did it?!
_Attached_ this time is a .txt of the sanitised logs etc.

Any help (even long-shot ideas) much appreciated...



On Sunday, June 16, 2019 at 11:20:15 AM UTC+1, Matthew Hall wrote:
> Hello all,
> Apologies if I've broken any ettiquete with my first post!
> 
> In response to a security incident yesterday (unrelated to patching and 
> bareos), I went through and applied all updates and upgraded several bareos 
> clients to Debian 9 (from Debian 8).
> 
> The director is was already running Debian 9 and is now running bareos 18 
> (both director and FD - installed via apt from 
> downloads.bareos.org/release/latest) and everything has continued working 
> perfectly except one other client which I also updated to Debian 9...
> 
> I've tried upgrading this suddenly-problematic client to bareos 18, and tried 
> taking it back down to 17, and it behaves the same.  No config file changes, 
> I've checked everything I can think of (but may be overlooking the obvious) - 
> the client was working and suddenly doesn't work - and as far as I can tell, 
> the cause was upgrading from Debian 8 to 9...
> 
> Am I going mad?  I can only think (speculatively) that an OpenSSL package or 
> something is broken.
> 
> Output from a debug execution showing the issue on the FD side below.  
> Director reports that the authorization key was rejected.
> 
> Any help/suggestions would be greately appreciated!
> 
> (Log below is after downgrading to bareos 17, which was the FD version which 
> was working on Debian 8 - and continues to work on all other clients.  Config 
> is very simple - sanitised copy included below.  Just to be thorough, I've 
> included "dpkg -l" too.)
> 
> ---
> 
> (Actually - the logs are quite big.  I've shared them here: 
> https://ssl.plfc.org.uk/privatebin/?47c8fe9833b74c7c#RoTb+razdjxKOliCwPxjxCrYz8NvYxMDJbUchltnQ1o=
>  )

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To post to this group, send email to bareos-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/3b14fc9e-0da5-4404-a784-f2a87fec2ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
== bareos-fd director config

Director {
  Name = bareos-dir
  Password = "RY****************************VlT"
  Description = "Allow the configured Director to access this file daemon."
}


== bareos-fd debug

$ cat /tmp/bareos-fd.log
bareos-fd (900): priv.c:53-0 uname=NONE gname=NONE
bareos-fd (100): parse_conf.c:151-0 config file = 
/etc/bareos/bareos-fd.d/*/*.conf
bareos-fd (900): parse_conf.c:172-0 Enter 
parse_config_file(/etc/bareos/bareos-fd.d/*/*.conf)
bareos-fd (900): parse_conf.c:174-0 parse_config pass 1
bareos-fd (100): lex.c:333-0 glob /etc/bareos/bareos-fd.d/*/*.conf: 4 files
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/client/myself.conf
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/director/bareos-dir.conf
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/director/bareos-mon.conf
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/messages/Standard.conf
bareos-fd (1000): lex.c:391-0 fget line=1 Messages {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:663-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=MailCommand def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=OperatorCommand def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TimestampFormat def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Syslog def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Mail def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=MailOnError def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=MailOnSuccess def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=File def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Append def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Stdout def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Stderr def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Director def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Console def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Operator def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Catalog def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = Standard
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Director = bareos-dir = all, 
!skipped, !restored
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Director
bareos-fd (900): res.c:215-0 store_msgs pass=1 code=7
bareos-fd (900): res.c:302-0 store_msgs newdest=bareos-dir: dest=bareos-dir:
bareos-fd (900): res.c:313-0 mail_cmd=*None*
bareos-fd (850): message.c:436-0 add new d=55a11e1c75b8 msgtype=1 destcode=7 
where=bareos-dir mailcmd=*None* timestampformat=*None*
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=2 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=3 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=4 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=5 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=6 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=7 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=8 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=9 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=10 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=11 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=12 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=13 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=14 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=15 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=16 
destcode=7 where=bareos-dir
bareos-fd (850): message.c:406-0 Add to existing d=55a11e1c75b8 msgtype=17 
destcode=7 where=bareos-dir
bareos-fd (900): res.c:197-0 call lex_get_token() to eat comma
bareos-fd (850): message.c:450-0 Remove_msg_dest d=55a11e1c75b8 where=bareos-dir
bareos-fd (850): message.c:455-0 Found for remove d=55a11e1c75b8 msgtype=9 
destcode=7
bareos-fd (850): message.c:457-0 Return rem_msg_dest
bareos-fd (900): res.c:197-0 call lex_get_token() to eat comma
bareos-fd (850): message.c:450-0 Remove_msg_dest d=55a11e1c75b8 where=bareos-dir
bareos-fd (850): message.c:455-0 Found for remove d=55a11e1c75b8 msgtype=13 
destcode=7
bareos-fd (850): message.c:457-0 Return rem_msg_dest
bareos-fd (900): res.c:200-0 Done scan_types()
bareos-fd (900): res.c:316-0 done with dest codes
bareos-fd (900): res.c:346-0 Done store_msgs
bareos-fd (1000): lex.c:391-0 fget line=4   Description = "Send relevant 
messages to the Director."
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Description
bareos-fd (1000): lex.c:391-0 fget line=5 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=1 Director {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:663-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Password def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Address def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Port def=yes defval=9101
bareos-fd (900): parse_conf.c:663-0 Item=ConnectionFromDirectorToClient def=yes 
defval=true
bareos-fd (900): parse_conf.c:663-0 Item=ConnectionFromClientToDirector def=yes 
defval=false
bareos-fd (900): parse_conf.c:663-0 Item=Monitor def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=MaximumBandwidthPerJob def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AllowedScriptDir def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AllowedJobCommand def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsAuthenticate def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsEnable def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsRequire def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsVerifyPeer def=yes defval=true
bareos-fd (900): parse_conf.c:663-0 Item=TlsCaCertificateFile def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCaCertificateDir def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCertificateRevocationList def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCertificate def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsKey def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCipherList def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsAllowedCn def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsDhFile def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = bareos-mon
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Password = 
"2********************************tHf"
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Password
bareos-fd (1000): lex.c:391-0 fget line=4   Monitor = yes
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Monitor
bareos-fd (1000): lex.c:391-0 fget line=5   Description = "Restricted Director, 
used by tray-monitor to get the status of this file daemon."
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Description
bareos-fd (1000): lex.c:391-0 fget line=6 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=1 Director {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:663-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Password def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Address def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Port def=yes defval=9101
bareos-fd (900): parse_conf.c:663-0 Item=ConnectionFromDirectorToClient def=yes 
defval=true
bareos-fd (900): parse_conf.c:663-0 Item=ConnectionFromClientToDirector def=yes 
defval=false
bareos-fd (900): parse_conf.c:663-0 Item=Monitor def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=MaximumBandwidthPerJob def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AllowedScriptDir def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AllowedJobCommand def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsAuthenticate def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsEnable def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsRequire def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsVerifyPeer def=yes defval=true
bareos-fd (900): parse_conf.c:663-0 Item=TlsCaCertificateFile def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCaCertificateDir def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCertificateRevocationList def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCertificate def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsKey def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCipherList def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsAllowedCn def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsDhFile def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = bareos-dir
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Password = 
"R***********************VlT"
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Password
bareos-fd (1000): lex.c:391-0 fget line=4   Description = "Allow the configured 
Director to access this file daemon."
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Description
bareos-fd (1000): lex.c:391-0 fget line=5 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (90): filed_conf.c:453-0 Inserting Director res: bareos-dir
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=1 Client {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:663-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=FdPort def=yes defval=9102
bareos-fd (900): parse_conf.c:663-0 Item=FdAddress def=yes defval=9102
bareos-fd (900): parse_conf.c:663-0 Item=FdAddresses def=yes defval=9102
bareos-fd (900): parse_conf.c:663-0 Item=FdSourceAddress def=yes defval=0
bareos-fd (900): parse_conf.c:663-0 Item=WorkingDirectory def=yes 
defval=/var/lib/bareos
bareos-fd (900): parse_conf.c:663-0 Item=PidDirectory def=yes 
defval=/var/lib/bareos
bareos-fd (900): parse_conf.c:663-0 Item=SubSysDirectory def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=PluginDirectory def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=PluginNames def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=ScriptsDirectory def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=MaximumConcurrentJobs def=yes defval=20
bareos-fd (900): parse_conf.c:663-0 Item=MaximumConnections def=yes defval=42
bareos-fd (900): parse_conf.c:663-0 Item=Messages def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=SdConnectTimeout def=yes defval=1800
bareos-fd (900): parse_conf.c:663-0 Item=HeartbeatInterval def=yes defval=0
bareos-fd (900): parse_conf.c:663-0 Item=MaximumNetworkBufferSize def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=PkiSignatures def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=PkiEncryption def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=PkiKeyPair def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=PkiSigner def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=PkiMasterKey def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=PkiCipher def=yes defval=aes128
bareos-fd (900): parse_conf.c:663-0 Item=VerId def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=Compatible def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=MaximumBandwidthPerJob def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AllowBandwidthBursting def=yes 
defval=false
bareos-fd (900): parse_conf.c:663-0 Item=AllowedScriptDir def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AllowedJobCommand def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AbsoluteJobTimeout def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=AlwaysUseLmdb def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=LmdbThreshold def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=SecureEraseCommand def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=LogTimestampFormat def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsAuthenticate def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsEnable def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsRequire def=yes defval=false
bareos-fd (900): parse_conf.c:663-0 Item=TlsVerifyPeer def=yes defval=true
bareos-fd (900): parse_conf.c:663-0 Item=TlsCaCertificateFile def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCaCertificateDir def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCertificateRevocationList def=no 
defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCertificate def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsKey def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsCipherList def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsAllowedCn def=no defval=None
bareos-fd (900): parse_conf.c:663-0 Item=TlsDhFile def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = sirius-fd
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Maximum Concurrent Jobs = 20
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for MaximumConcurrentJobs
bareos-fd (1000): lex.c:391-0 fget line=4
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=5   # remove comment from "Plugin 
Directory" to load plugins from specified directory.
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=6   # if "Plugin Names" is defined, 
only the specified plugins will be loaded,
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=7   # otherwise all filedaemon plugins 
(*-fd.so) from the "Plugin Directory".
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=8   #
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=9   # Plugin Directory = 
"/usr/lib/bareos/plugins"
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=10   # Plugin Names = ""
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=11
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=12   # if compatible is set to yes, we 
are compatible with bacula
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=13   # if set to no, new bareos 
features are enabled which is the default
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=14   # compatible = yes
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=15 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=1 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=1 got token=T_EOL
bareos-fd (900): parse_conf.c:174-0 parse_config pass 2
bareos-fd (100): lex.c:333-0 glob /etc/bareos/bareos-fd.d/*/*.conf: 4 files
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/client/myself.conf
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/director/bareos-dir.conf
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/director/bareos-mon.conf
bareos-fd (100): lex.c:227-0 open config file: 
/etc/bareos/bareos-fd.d/messages/Standard.conf
bareos-fd (1000): lex.c:391-0 fget line=1 Messages {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:775-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=MailCommand def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=OperatorCommand def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TimestampFormat def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Syslog def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Mail def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=MailOnError def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=MailOnSuccess def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=File def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Append def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Stdout def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Stderr def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Director def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Console def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Operator def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Catalog def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = Standard
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Director = bareos-dir = all, 
!skipped, !restored
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Director
bareos-fd (900): res.c:215-0 store_msgs pass=2 code=7
bareos-fd (900): res.c:346-0 Done store_msgs
bareos-fd (1000): lex.c:391-0 fget line=4   Description = "Send relevant 
messages to the Director."
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Description
bareos-fd (1000): lex.c:391-0 fget line=5 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=1 Director {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:775-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Password def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Address def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Port def=yes defval=9101
bareos-fd (900): parse_conf.c:775-0 Item=ConnectionFromDirectorToClient def=yes 
defval=true
bareos-fd (900): parse_conf.c:775-0 Item=ConnectionFromClientToDirector def=yes 
defval=false
bareos-fd (900): parse_conf.c:775-0 Item=Monitor def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=MaximumBandwidthPerJob def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AllowedScriptDir def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AllowedJobCommand def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsAuthenticate def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsEnable def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsRequire def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsVerifyPeer def=yes defval=true
bareos-fd (900): parse_conf.c:775-0 Item=TlsCaCertificateFile def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCaCertificateDir def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCertificateRevocationList def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCertificate def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsKey def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCipherList def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsAllowedCn def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsDhFile def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = bareos-mon
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Password = 
"2*********************Hf"
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Password
bareos-fd (1000): lex.c:391-0 fget line=4   Monitor = yes
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Monitor
bareos-fd (1000): lex.c:391-0 fget line=5   Description = "Restricted Director, 
used by tray-monitor to get the status of this file daemon."
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Description
bareos-fd (1000): lex.c:391-0 fget line=6 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=1 Director {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:775-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Password def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Address def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Port def=yes defval=9101
bareos-fd (900): parse_conf.c:775-0 Item=ConnectionFromDirectorToClient def=yes 
defval=true
bareos-fd (900): parse_conf.c:775-0 Item=ConnectionFromClientToDirector def=yes 
defval=false
bareos-fd (900): parse_conf.c:775-0 Item=Monitor def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=MaximumBandwidthPerJob def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AllowedScriptDir def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AllowedJobCommand def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsAuthenticate def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsEnable def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsRequire def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsVerifyPeer def=yes defval=true
bareos-fd (900): parse_conf.c:775-0 Item=TlsCaCertificateFile def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCaCertificateDir def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCertificateRevocationList def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCertificate def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsKey def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCipherList def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsAllowedCn def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsDhFile def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = bareos-dir
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Password = 
"R************************VlT"
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Password
bareos-fd (1000): lex.c:391-0 fget line=4   Description = "Allow the configured 
Director to access this file daemon."
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Description
bareos-fd (1000): lex.c:391-0 fget line=5 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=1 Client {
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:775-0 Item=Name def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Description def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=FdPort def=yes defval=9102
bareos-fd (900): parse_conf.c:775-0 Item=FdAddress def=yes defval=9102
bareos-fd (900): parse_conf.c:775-0 Item=FdAddresses def=yes defval=9102
bareos-fd (900): parse_conf.c:775-0 Item=FdSourceAddress def=yes defval=0
bareos-fd (900): parse_conf.c:775-0 Item=WorkingDirectory def=yes 
defval=/var/lib/bareos
bareos-fd (900): parse_conf.c:775-0 Item=PidDirectory def=yes 
defval=/var/lib/bareos
bareos-fd (900): parse_conf.c:775-0 Item=SubSysDirectory def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=PluginDirectory def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=PluginNames def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=ScriptsDirectory def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=MaximumConcurrentJobs def=yes defval=20
bareos-fd (900): parse_conf.c:775-0 Item=MaximumConnections def=yes defval=42
bareos-fd (900): parse_conf.c:775-0 Item=Messages def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=SdConnectTimeout def=yes defval=1800
bareos-fd (900): parse_conf.c:775-0 Item=HeartbeatInterval def=yes defval=0
bareos-fd (900): parse_conf.c:775-0 Item=MaximumNetworkBufferSize def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=PkiSignatures def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=PkiEncryption def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=PkiKeyPair def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=PkiSigner def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=PkiMasterKey def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=PkiCipher def=yes defval=aes128
bareos-fd (900): parse_conf.c:775-0 Item=VerId def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=Compatible def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=MaximumBandwidthPerJob def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AllowBandwidthBursting def=yes 
defval=false
bareos-fd (900): parse_conf.c:775-0 Item=AllowedScriptDir def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AllowedJobCommand def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AbsoluteJobTimeout def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=AlwaysUseLmdb def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=LmdbThreshold def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=SecureEraseCommand def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=LogTimestampFormat def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsAuthenticate def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsEnable def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsRequire def=yes defval=false
bareos-fd (900): parse_conf.c:775-0 Item=TlsVerifyPeer def=yes defval=true
bareos-fd (900): parse_conf.c:775-0 Item=TlsCaCertificateFile def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCaCertificateDir def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCertificateRevocationList def=no 
defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCertificate def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsKey def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsCipherList def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsAllowedCn def=no defval=None
bareos-fd (900): parse_conf.c:775-0 Item=TlsDhFile def=no defval=None
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_BOB
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=2   Name = sirius-fd
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for Name
bareos-fd (1000): lex.c:391-0 fget line=3   Maximum Concurrent Jobs = 20
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_IDENTIFIER
bareos-fd (900): parse_conf.c:258-0 in T_IDENT got token=T_EQUALS
bareos-fd (800): parse_conf.c:275-0 calling handler for MaximumConcurrentJobs
bareos-fd (1000): lex.c:391-0 fget line=4
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=5   # remove comment from "Plugin 
Directory" to load plugins from specified directory.
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=6   # if "Plugin Names" is defined, 
only the specified plugins will be loaded,
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=7   # otherwise all filedaemon plugins 
(*-fd.so) from the "Plugin Directory".
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=8   #
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=9   # Plugin Directory = 
"/usr/lib/bareos/plugins"
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=10   # Plugin Names = ""
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=11
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=12   # if compatible is set to yes, we 
are compatible with bacula
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=13   # if set to no, new bareos 
features are enabled which is the default
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=14   # compatible = yes
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOL
bareos-fd (1000): lex.c:391-0 fget line=15 }
bareos-fd (900): parse_conf.c:209-0 parse state=1 pass=2 got token=T_EOB
bareos-fd (900): parse_conf.c:300-0 T_EOB => define new resource
bareos-fd (900): parse_conf.c:209-0 parse state=0 pass=2 got token=T_EOL
bareos-fd (200): res.c:1690-0 Name = "bareos-mon"
bareos-fd (200): res.c:1690-0 Description = "Restricted Director, used by 
tray-monitor to get the status of this file daemon."
bareos-fd (200): res.c:1713-0 Password = "[md5]e******************c15"
Director {
  Name = "bareos-mon"
  Description = "Restricted Director, used by tray-monitor to get the status of 
this file daemon."
  Password = "[md5]e***************c15"
  Monitor = yes
  MaximumBandwidthPerJob = 0
}

bareos-fd (200): res.c:1690-0 Name = "bareos-dir"
bareos-fd (200): res.c:1690-0 Description = "Allow the configured Director to 
access this file daemon."
bareos-fd (200): res.c:1713-0 Password = "[md5]7*********************71c"
Director {
  Name = "bareos-dir"
  Description = "Allow the configured Director to access this file daemon."
  Password = "[md5]7*********************71c"
  MaximumBandwidthPerJob = 0
}

bareos-fd (200): res.c:1690-0 Name = "sirius-fd"
FileDaemon {
  Name = "sirius-fd"
  MaximumConcurrentJobs = 20
  MaximumNetworkBufferSize = 0
  MaximumBandwidthPerJob = 0
  AbsoluteJobTimeout = 0
  LmdbThreshold = 0
}

Messages {
   Name = "Standard"
   director = bareos-dir = all,!skipped,!restored
}

bareos-fd (900): parse_conf.c:343-0 Leave parse_config_file()
sirius-fd (580): message.c:519-0 Close_msg jcr=0
sirius-fd (850): message.c:549-0 ===Begin close msg resource at 55a11e1c4d98
sirius-fd (850): message.c:663-0 Done walking message chain.
sirius-fd (850): message.c:670-0 ===End close msg resource
sirius-fd (250): message.c:349-0 Copy message resource 55a11e1cbae8 to 
55a11e1ee348
sirius-fd (100): jcr.c:141-0 read_last_jobs seek to 192
sirius-fd (100): jcr.c:148-0 Read num_items=10
sirius-fd (150): fd_plugins.c:1664-0 plugin dir is NULL
sirius-fd (800): watchdog.c:83-0 Initialising NicB-hacked watchdog thread
sirius-fd (10): socket_server.c:97-0 filed: listening on port 9102
sirius-fd (100): bnet_server_tcp.c:174-0 Addresses host[ipv4;0.0.0.0;9102]
sirius-fd (800): watchdog.c:255-0 NicB-reworked watchdog thread entered
sirius-fd (10): socket_server.c:57-0 ERROR: Connection request from client 
failed.
sirius-fd (850): message.c:858-0 Enter dispatch_message type=4 msg=sirius-fd: 
ERROR in socket_server.c:57 Connection request from client failed.
sirius-fd (850): message.c:1129-0 DIRECTOR for following msg: sirius-fd: ERROR 
in socket_server.c:57 Connection request from client failed.
sirius-fd (800): message.c:1134-0 no jcr for following msg: sirius-fd: ERROR in 
socket_server.c:57 Connection request from client failed.
sirius-fd (110): socket_server.c:64-0 Conn: Hello Director dumbledore-dir 
calling

sirius-fd (110): socket_server.c:70-0 Got a DIR connection at 16-Jun-2019 
10:13:42
sirius-fd (800): jcr.c:1005-0 set_jcr_job_status(*System*, C)
sirius-fd (800): jcr.c:1016-0 OnEntry JobStatus=  newJobstatus=C
sirius-fd (800): jcr.c:1026-0 Set new stat. old:  ,0 new: C,0
sirius-fd (800): jcr.c:1031-0 leave setJobStatus old=  new=C
sirius-fd (450): find.c:77-0 init_find_files ff=7fa5300017e8
sirius-fd (120): dir_cmd.c:632-0 Calling Authenticate
sirius-fd (50): authenticate.c:76-0 Connection from unknown Director 
dumbledore-dir at 10.0.40.13 rejected.
sirius-fd (850): message.c:1557-0 Enter Jmsg type=3
sirius-fd (200): runscript.c:149-0 runscript: running all RUNSCRIPT object 
(ClientAfterJob) JobStatus=C
sirius-fd (150): fd_plugins.c:329-0 No bplugin_list: generate_plugin_event 
ignored.
sirius-fd (580): message.c:519-0 Close_msg jcr=7fa530001078
sirius-fd (500): runscript.c:324-0 runscript: freeing all RUNSCRIPTS object
sirius-fd (580): message.c:519-0 Close_msg jcr=0
sirius-fd (850): message.c:549-0 ===Begin close msg resource at 55a11e1c4d98
sirius-fd (850): message.c:663-0 Done walking message chain.
sirius-fd (850): message.c:670-0 ===End close msg resource
sirius-fd (100): dir_cmd.c:570-0 Done with free_jcr



=== dpkg -l


~$ dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                    Version          Architecture     Description
+++-=======================-================-================-====================================================
ii  acl                     2.2.52-3+b1      amd64            Access control 
list utilities
ii  adduser                 3.115            all              add and remove 
users and groups
ii  adwaita-icon-theme      3.22.0-1+deb9u1  all              default icon 
theme of GNOME
ii  apache2                 2.4.25-3+deb9u7  amd64            Apache HTTP Server
ii  apache2-bin             2.4.25-3+deb9u7  amd64            Apache HTTP 
Server (modules and other binary files)
ii  apache2-data            2.4.25-3+deb9u7  all              Apache HTTP 
Server (common files)
ii  apache2-utils           2.4.25-3+deb9u7  amd64            Apache HTTP 
Server (utility programs for web servers
ii  apt                     1.4.9            amd64            commandline 
package manager
ii  apt-listchanges         3.10             all              package change 
history notification tool
ii  apt-transport-https     1.4.9            amd64            https download 
transport for APT
ii  apt-utils               1.4.9            amd64            package 
management related utility programs
ii  aptitude                0.8.7-1          amd64            terminal-based 
package manager
ii  aptitude-common         0.8.7-1          all              architecture 
independent files for the aptitude pack
ii  at                      3.1.20-3         amd64            Delayed job 
execution and batch processing
ii  at-spi2-core            2.22.0-6+deb9u1  amd64            Assistive 
Technology Service Provider Interface (dbu
ii  attr                    1:2.4.47-2+b2    amd64            Utilities for 
manipulating filesystem extended attri
ii  augeas-lenses           1.8.0-1+deb9u1   all              Set of lenses 
needed by libaugeas0 to parse config f
ii  avahi-daemon            0.6.32-2         amd64            Avahi mDNS/DNS-SD 
daemon
ii  bareos-common           17.2.4-9.1       amd64            Backup Archiving 
Recovery Open Sourced - common file
ii  bareos-filedaemon       17.2.4-9.1       amd64            Backup Archiving 
Recovery Open Sourced - file daemon
ii  base-files              9.9+deb9u9       amd64            Debian base 
system miscellaneous files
ii  base-passwd             3.5.43           amd64            Debian base 
system master password and group files
ii  bash                    4.4-5            amd64            GNU Bourne Again 
SHell
ii  bash-completion         1:2.1-4.3        all              programmable 
completion for the bash shell
ii  bc                      1.06.95-9+b3     amd64            GNU bc arbitrary 
precision calculator language
ii  bind9-host              1:9.10.3.dfsg.P4 amd64            Version of 'host' 
bundled with BIND 9.X
ii  binutils                2.28-5           amd64            GNU assembler, 
linker and binary utilities
ii  bsd-mailx               8.1.2-0.20160123 amd64            simple mail user 
agent
ii  bsdmainutils            9.0.12+nmu1      amd64            collection of 
more utilities from FreeBSD
ii  bsdutils                1:2.29.2-1+deb9u amd64            basic utilities 
from 4.4BSD-Lite
ii  busybox                 1:1.22.0-19+b3   amd64            Tiny utilities 
for small and embedded systems
ii  bzip2                   1.0.6-8.1        amd64            high-quality 
block-sorting file compressor - utiliti
ii  ca-certificates         20161130+nmu1+de all              Common CA 
certificates
ii  ca-certificates-java    20170929~deb9u3  all              Common CA 
certificates (JKS keystore)
ii  certbot                 0.28.0-1~deb9u2  all              automatically 
configure HTTPS using Let's Encrypt
ii  collectd                5.7.1-1.1        amd64            statistics 
collection and monitoring daemon
ii  collectd-core           5.7.1-1.1        amd64            statistics 
collection and monitoring daemon (core sy
ii  colord                  1.3.3-2          amd64            system service to 
manage device colour profiles -- s
ii  colord-data             1.3.3-2          all              system service to 
manage device colour profiles -- d
ii  console-setup           1.164            all              console font and 
keymap setup program
ii  console-setup-linux     1.164            all              Linux specific 
part of console-setup
ii  coreutils               8.26-3           amd64            GNU core utilities
ii  cpio                    2.11+dfsg-6      amd64            GNU cpio -- a 
program to manage archives of files
ii  cron                    3.0pl1-128+deb9u amd64            process 
scheduling daemon
ii  cups                    2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - PPD/driver support
ii  cups-browsed            1.11.6-3+deb9u1  amd64            OpenPrinting CUPS 
Filters - cups-browsed
ii  cups-client             2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - client programs (S
ii  cups-common             2.2.1-8+deb9u3   all              Common UNIX 
Printing System(tm) - common files
ii  cups-core-drivers       2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - PPD-less printing
ii  cups-daemon             2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - daemon
ii  cups-filters            1.11.6-3+deb9u1  amd64            OpenPrinting CUPS 
Filters - Main Package
ii  cups-filters-core-drive 1.11.6-3+deb9u1  amd64            OpenPrinting CUPS 
Filters - PPD-less printing
ii  cups-ppdc               2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - PPD manipulation u
ii  cups-server-common      2.2.1-8+deb9u3   all              Common UNIX 
Printing System(tm) - server common file
rc  cupswrapperdcp8045d:i38 1.0.2-1          i386             Brother DCP8045D 
CUPS wrapper driver
ii  curl                    7.52.1-5+deb9u9  amd64            command line tool 
for transferring data with URL syn
ii  dash                    0.5.8-2.4        amd64            POSIX-compliant 
shell
ii  db5.1-util              5.1.29-9+deb8u1  amd64            Berkeley v5.1 
Database Utilities
ii  dbus                    1.10.28-0+deb9u1 amd64            simple 
interprocess messaging system (daemon and uti
ii  dc                      1.06.95-9+b3     amd64            GNU dc arbitrary 
precision reverse-polish calculator
ii  dconf-gsettings-backend 0.26.0-2+b1      amd64            simple 
configuration storage system - GSettings back
ii  dconf-service           0.26.0-2+b1      amd64            simple 
configuration storage system - D-Bus service
ii  dcp8045dlpr:i386        1.1.2-1          i386             Brother lpr 
Printer Definitions
ii  debconf                 1.5.61           all              Debian 
configuration management system
ii  debconf-i18n            1.5.61           all              full 
internationalization support for debconf
ii  debian-archive-keyring  2017.5           all              GnuPG archive 
keys of the Debian archive
ii  debian-faq              8.1              all              Debian Frequently 
Asked Questions
ii  debianutils             4.8.1.1          amd64            Miscellaneous 
utilities specific to Debian
ii  default-jre-headless    2:1.8-58+deb9u1  amd64            Standard Java or 
Java compatible Runtime (headless)
ii  dh-python               2.20170125       all              Debian helper 
tools for packaging Python libraries a
ii  dictionaries-common     1.27.2           all              spelling 
dictionaries - common utilities
ii  diffutils               1:3.5-3          amd64            File comparison 
utilities
ii  dirmngr                 2.1.18-8~deb9u4  amd64            GNU privacy guard 
- network certificate management s
ii  discover                2.1.2-7.1+deb9u1 amd64            hardware 
identification system
ii  discover-data           2.2013.01.11     all              Data lists for 
Discover hardware detection system
ii  distro-info-data        0.36             all              information about 
the distributions' releases (data
ii  dmeventd                2:1.02.137-2     amd64            Linux Kernel 
Device Mapper event daemon
ii  dmidecode               3.0-4            amd64            SMBIOS/DMI table 
decoder
ii  dmsetup                 2:1.02.137-2     amd64            Linux Kernel 
Device Mapper userspace library
ii  dnsutils                1:9.10.3.dfsg.P4 amd64            Clients provided 
with BIND
ii  doc-debian              6.4              all              Debian Project 
documentation and other documents
rc  docutils-common         0.13.1+dfsg-2    all              text processing 
system for reStructuredText - common
ii  dosfstools              4.1-1            amd64            utilities for 
making and checking MS-DOS FAT filesys
ii  dpkg                    1.18.25          amd64            Debian package 
management system
ii  e2fslibs:amd64          1.43.4-2         amd64            ext2/ext3/ext4 
file system libraries
ii  e2fsprogs               1.43.4-2         amd64            ext2/ext3/ext4 
file system utilities
ii  emacsen-common          2.0.8            all              Common facilities 
for all emacsen
ii  ethtool                 1:4.8-1+b1       amd64            display or change 
Ethernet device settings
ii  exim4                   4.89-2+deb9u4    all              metapackage to 
ease Exim MTA (v4) installation
ii  exim4-base              4.89-2+deb9u4    amd64            support files for 
all Exim MTA (v4) packages
ii  exim4-config            4.89-2+deb9u4    all              configuration for 
the Exim MTA (v4)
ii  exim4-daemon-light      4.89-2+deb9u4    amd64            lightweight Exim 
MTA (v4) daemon
ii  file                    1:5.30-1+deb9u2  amd64            Recognize the 
type of data in a file using "magic" n
ii  findutils               4.6.0+git+201611 amd64            utilities for 
finding files--find, xargs
ii  firmware-linux-free     3.4              all              Binary firmware 
for various drivers in the Linux ker
ii  fontconfig              2.11.0-6.7+b1    amd64            generic font 
configuration library - support binarie
ii  fontconfig-config       2.11.0-6.7       all              generic font 
configuration library - configuration
ii  fonts-dejavu-core       2.37-1           all              Vera font family 
derivate with additional characters
rc  fonts-droid             1:4.4.4r2-6      all              handheld device 
font with extensive style and langua
ii  fonts-droid-fallback    1:6.0.1r16-1.1   all              handheld device 
font with extensive style and langua
ii  fonts-noto-mono         20161116-1       all              "No Tofu" 
monospaced font family with large Unicode
ii  freeradius              3.0.12+dfsg-5+de amd64            high-performance 
and highly configurable RADIUS serv
ii  freeradius-common       3.0.12+dfsg-5+de all              FreeRADIUS common 
files
ii  freeradius-config       3.0.12+dfsg-5+de amd64            FreeRADIUS 
default config files
ii  freeradius-krb5         3.0.12+dfsg-5+de amd64            kerberos module 
for FreeRADIUS server
ii  freeradius-ldap         3.0.12+dfsg-5+de amd64            LDAP module for 
FreeRADIUS server
ii  freeradius-utils        3.0.12+dfsg-5+de amd64            FreeRADIUS client 
utilities
ii  ftp                     0.17-34          amd64            classical file 
transfer client
ii  gawk                    1:4.1.4+dfsg-1   amd64            GNU awk, a 
pattern scanning and processing language
ii  gcc-4.9-base:amd64      4.9.2-10+deb8u2  amd64            GCC, the GNU 
Compiler Collection (base package)
ii  gcc-6-base:amd64        6.3.0-18+deb9u1  amd64            GCC, the GNU 
Compiler Collection (base package)
ii  geoip-database          20170512-1       all              IP lookup command 
line tools that use the GeoIP libr
ii  gettext-base            0.19.8.1-2       amd64            GNU 
Internationalization utilities for the base syst
ii  ghostscript             9.26a~dfsg-0+deb amd64            interpreter for 
the PostScript language and for PDF
ii  glib-networking:amd64   2.50.0-1+b1      amd64            network-related 
giomodules for GLib
ii  glib-networking-common  2.50.0-1         all              network-related 
giomodules for GLib - data files
ii  glib-networking-service 2.50.0-1+b1      amd64            network-related 
giomodules for GLib - D-Bus services
ii  gnupg                   2.1.18-8~deb9u4  amd64            GNU privacy guard 
- a free PGP replacement
ii  gnupg-agent             2.1.18-8~deb9u4  amd64            GNU privacy guard 
- cryptographic agent
ii  gnupg-l10n              2.1.18-8~deb9u4  all              GNU privacy guard 
- localization files
ii  gnupg2                  2.1.18-8~deb9u4  all              GNU privacy guard 
- a free PGP replacement (dummy tr
ii  gpgv                    2.1.18-8~deb9u4  amd64            GNU privacy guard 
- signature verification tool
ii  grep                    2.27-2           amd64            GNU grep, egrep 
and fgrep
ii  groff-base              1.22.3-9         amd64            GNU troff 
text-formatting system (base system compon
ii  grub-common             2.02~beta3-5+deb amd64            GRand Unified 
Bootloader (common files)
ii  grub-pc                 2.02~beta3-5+deb amd64            GRand Unified 
Bootloader, version 2 (PC/BIOS version
ii  grub-pc-bin             2.02~beta3-5+deb amd64            GRand Unified 
Bootloader, version 2 (PC/BIOS binarie
ii  grub2-common            2.02~beta3-5+deb amd64            GRand Unified 
Bootloader (common files for version 2
ii  gsettings-desktop-schem 3.22.0-1         all              GSettings 
desktop-wide schemas
ii  gsfonts                 1:8.11+urwcyr1.0 all              Fonts for the 
Ghostscript interpreter(s)
ii  gtk-update-icon-cache   3.22.11-1        amd64            icon theme 
caching utility
ii  gzip                    1.6-5+b1         amd64            GNU compression 
utilities
ii  hicolor-icon-theme      0.15-1           all              default fallback 
theme for FreeDesktop.org icon them
ii  host                    1:9.10.3.dfsg.P4 all              Transitional 
package
ii  hostname                3.18+b1          amd64            utility to 
set/show the host name or domain name
ii  iamerican               3.4.00-5         all              American English 
dictionary for ispell (standard ver
ii  ibritish                3.4.00-5         all              British English 
dictionary for ispell (standard vers
ii  ienglish-common         3.4.00-5         all              Common files for 
British and American ispell diction
ii  ifupdown                0.8.19           amd64            high level tools 
to configure network interfaces
ii  imagemagick             8:6.9.7.4+dfsg-1 amd64            image 
manipulation programs -- binaries
ii  imagemagick-6-common    8:6.9.7.4+dfsg-1 all              image 
manipulation programs -- infrastructure
ii  imagemagick-6.q16       8:6.9.7.4+dfsg-1 amd64            image 
manipulation programs -- quantum depth Q16
ii  info                    6.3.0.dfsg.1-1+b amd64            Standalone GNU 
Info documentation browser
ii  init                    1.48             amd64            metapackage 
ensuring an init system is installed
ii  init-system-helpers     1.48             all              helper tools for 
all init systems
ii  initramfs-tools         0.130            all              generic modular 
initramfs generator (automation)
ii  initramfs-tools-core    0.130            all              generic modular 
initramfs generator (core tools)
ii  initscripts             2.88dsf-59.9     amd64            scripts for 
initializing and shutting down the syste
ii  insserv                 1.14.0-5.4+b1    amd64            boot sequence 
organizer using LSB init.d script depe
ii  install-info            6.3.0.dfsg.1-1+b amd64            Manage installed 
documentation in info format
ii  installation-report     2.62             all              system 
installation report
ii  iproute                 1:4.9.0-1+deb9u1 all              transitional 
dummy package for iproute2
ii  iproute2                4.9.0-1+deb9u1   amd64            networking and 
traffic control tools
ii  iptables                1.6.0+snapshot20 amd64            administration 
tools for packet filtering and NAT
ii  iputils-ping            3:20161105-1     amd64            Tools to test the 
reachability of network hosts
ii  irqbalance              1.1.0-2.3        amd64            Daemon to balance 
interrupts for SMP systems
ii  isc-dhcp-client         4.3.5-3+deb9u1   amd64            DHCP client for 
automatically obtaining an IP addres
ii  isc-dhcp-common         4.3.5-3+deb9u1   amd64            common manpages 
relevant to all of the isc-dhcp pack
ii  iso-codes               3.75-1           all              ISO language, 
territory, currency, script codes and
ii  isolinux                3:6.03+dfsg-14.1 all              collection of 
bootloaders (ISO 9660 bootloader)
ii  ispell                  3.4.00-5         amd64            International 
Ispell (an interactive spelling correc
ii  java-common             0.58+deb9u1      all              Base package for 
Java runtimes
ii  kbd                     2.0.3-2+b1       amd64            Linux console 
font and keytable utilities
ii  keyboard-configuration  1.164            all              system-wide 
keyboard preferences
ii  keyutils                1.5.9-9          amd64            Linux Key 
Management Utilities
ii  klibc-utils             2.0.4-9          amd64            small utilities 
built with klibc for early boot
ii  kmod                    23-2             amd64            tools for 
managing Linux kernel modules
ii  krb5-admin-server       1.15-1+deb9u1    amd64            MIT Kerberos 
master server (kadmind)
ii  krb5-config             2.6              all              Configuration 
files for Kerberos Version 5
ii  krb5-kdc                1.15-1+deb9u1    amd64            MIT Kerberos key 
server (KDC)
ii  krb5-locales            1.15-1+deb9u1    all              
internationalization support for MIT Kerberos
ii  krb5-user               1.15-1+deb9u1    amd64            basic programs to 
authenticate using MIT Kerberos
ii  laptop-detect           0.13.8           amd64            system chassis 
type checker
ii  less                    481-2.1          amd64            pager program 
similar to more
ii  letsencrypt             0.28.0-1~deb9u2  all              transitional 
dummy package
ii  libacl1:amd64           2.2.52-3+b1      amd64            Access control 
list shared library
ii  libaio1:amd64           0.3.110-3        amd64            Linux kernel AIO 
access library - shared library
rc  libapache2-mod-php5     5.6.40+dfsg-0+de amd64            server-side, 
HTML-embedded scripting language (Apach
ii  libapache2-mod-php7.0   7.0.33-0+deb9u3  amd64            server-side, 
HTML-embedded scripting language (Apach
ii  libapparmor1:amd64      2.11.0-3+deb9u2  amd64            changehat 
AppArmor library
ii  libapr1:amd64           1.5.2-5          amd64            Apache Portable 
Runtime Library
ii  libaprutil1:amd64       1.5.4-3          amd64            Apache Portable 
Runtime Utility Library
ii  libaprutil1-dbd-sqlite3 1.5.4-3          amd64            Apache Portable 
Runtime Utility Library - SQLite3 Dr
ii  libaprutil1-ldap:amd64  1.5.4-3          amd64            Apache Portable 
Runtime Utility Library - LDAP Drive
ii  libapt-inst1.5:amd64    1.0.9.8.5        amd64            deb package 
format runtime library
ii  libapt-inst2.0:amd64    1.4.9            amd64            deb package 
format runtime library
ii  libapt-pkg4.12:amd64    1.0.9.8.5        amd64            package 
management runtime library
ii  libapt-pkg5.0:amd64     1.4.9            amd64            package 
management runtime library
ii  libarchive13:amd64      3.2.2-2+deb9u1   amd64            Multi-format 
archive and compression library (shared
ii  libassuan0:amd64        2.4.3-2          amd64            IPC library for 
the GnuPG components
ii  libatasmart4:amd64      0.19-4+b1        amd64            ATA S.M.A.R.T. 
reading and parsing library
ii  libatk-bridge2.0-0:amd6 2.22.0-2         amd64            AT-SPI 2 toolkit 
bridge - shared library
ii  libatk1.0-0:amd64       2.22.0-1         amd64            ATK accessibility 
toolkit
ii  libatk1.0-data          2.22.0-1         all              Common files for 
the ATK accessibility toolkit
ii  libatm1:amd64           1:2.5.1-2        amd64            shared library 
for ATM (Asynchronous Transfer Mode)
ii  libatspi2.0-0:amd64     2.22.0-6+deb9u1  amd64            Assistive 
Technology Service Provider Interface - sh
ii  libattr1:amd64          1:2.4.47-2+b2    amd64            Extended 
attribute shared library
ii  libaudit-common         1:2.6.7-2        all              Dynamic library 
for security auditing - common files
ii  libaudit1:amd64         1:2.6.7-2        amd64            Dynamic library 
for security auditing
ii  libaugeas0              1.8.0-1+deb9u1   amd64            Augeas 
configuration editing library and API
ii  libauthen-sasl-perl     2.1600-1         all              Authen::SASL - 
SASL Authentication framework
ii  libavahi-client3:amd64  0.6.32-2         amd64            Avahi client 
library
ii  libavahi-common-data:am 0.6.32-2         amd64            Avahi common data 
files
ii  libavahi-common3:amd64  0.6.32-2         amd64            Avahi common 
library
ii  libavahi-core7:amd64    0.6.32-2         amd64            Avahi's 
embeddable mDNS/DNS-SD library
ii  libavahi-glib1:amd64    0.6.32-2         amd64            Avahi GLib 
integration library
ii  libbind9-140:amd64      1:9.10.3.dfsg.P4 amd64            BIND9 Shared 
Library used by BIND
rc  libbind9-80             1:9.8.4.dfsg.P1- amd64            BIND9 Shared 
Library used by BIND
rc  libbind9-90             1:9.9.5.dfsg-9+d amd64            BIND9 Shared 
Library used by BIND
ii  libblkid1:amd64         2.29.2-1+deb9u1  amd64            block device ID 
library
ii  libbluetooth3:amd64     5.43-2+deb9u1    amd64            Library to use 
the BlueZ Linux Bluetooth stack
ii  libboost-filesystem1.62 1.62.0+dfsg-4    amd64            filesystem 
operations (portable paths, iteration ove
ii  libboost-iostreams1.49. 1.49.0-3.2       amd64            Boost.Iostreams 
Library
rc  libboost-iostreams1.55. 1.55.0+dfsg-3    amd64            Boost.Iostreams 
Library
ii  libboost-iostreams1.62. 1.62.0+dfsg-4    amd64            Boost.Iostreams 
Library
ii  libboost-system1.62.0:a 1.62.0+dfsg-4    amd64            Operating system 
(e.g. diagnostics support) library
ii  libbsd0:amd64           0.8.3-1          amd64            utility functions 
from BSD systems - shared library
ii  libburn4:amd64          1.4.6-1          amd64            library to 
provide CD/DVD writing functions
ii  libbz2-1.0:amd64        1.0.6-8.1        amd64            high-quality 
block-sorting file compressor library -
ii  libc-ares2:amd64        1.12.0-1+deb9u1  amd64            asynchronous name 
resolver
ii  libc-bin                2.24-11+deb9u4   amd64            GNU C Library: 
Binaries
ii  libc-l10n               2.24-11+deb9u4   all              GNU C Library: 
localization files
ii  libc6:amd64             2.24-11+deb9u4   amd64            GNU C Library: 
Shared libraries
ii  libcairo-gobject2:amd64 1.14.8-1         amd64            Cairo 2D vector 
graphics library (GObject library)
ii  libcairo2:amd64         1.14.8-1         amd64            Cairo 2D vector 
graphics library
ii  libcap-ng0:amd64        0.7.7-3+b1       amd64            An alternate 
POSIX capabilities library
ii  libcap2:amd64           1:2.25-1         amd64            POSIX 1003.1e 
capabilities (library)
ii  libcap2-bin             1:2.25-1         amd64            POSIX 1003.1e 
capabilities (utilities)
ii  libclass-isa-perl       0.36-5           all              report the search 
path for a class's ISA tree
ii  libcollectdclient1      5.7.1-1.1        amd64            client library 
for collectd's control interface
ii  libcolord2:amd64        1.3.3-2          amd64            system service to 
manage device colour profiles -- r
ii  libcolorhug2:amd64      1.3.3-2          amd64            library to access 
the ColorHug colourimeter -- runti
ii  libcomerr2:amd64        1.43.4-2         amd64            common error 
description library
ii  libconfuse-common       3.0+dfsg-2+deb9u all              Common files for 
libConfuse
ii  libconfuse1:amd64       3.0+dfsg-2+deb9u amd64            Library for 
parsing configuration files
ii  libcroco3:amd64         0.6.11-3         amd64            Cascading Style 
Sheet (CSS) parsing and manipulation
ii  libcryptsetup4:amd64    2:1.7.3-4        amd64            disk encryption 
support - shared library
ii  libcups2:amd64          2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - Core library
ii  libcupscgi1:amd64       2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - CGI library
ii  libcupsfilters1:amd64   1.11.6-3+deb9u1  amd64            OpenPrinting CUPS 
Filters - Shared library
ii  libcupsimage2:amd64     2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - Raster image libra
ii  libcupsmime1:amd64      2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - MIME library
ii  libcupsppdc1:amd64      2.2.1-8+deb9u3   amd64            Common UNIX 
Printing System(tm) - PPD manipulation l
ii  libcurl3:amd64          7.52.1-5+deb9u9  amd64            easy-to-use 
client-side URL transfer library (OpenSS
ii  libcurl3-gnutls:amd64   7.52.1-5+deb9u9  amd64            easy-to-use 
client-side URL transfer library (GnuTLS
rc  libcwidget3:amd64       0.5.17-2         amd64            high-level 
terminal interface library for C++ (runti
ii  libcwidget3v5:amd64     0.5.17-4+b1      amd64            high-level 
terminal interface library for C++ (runti
ii  libdaemon0:amd64        0.14-6           amd64            lightweight C 
library for daemons - runtime library
ii  libdatrie1:amd64        0.2.10-4+b1      amd64            Double-array trie 
library
rc  libdb5.1:amd64          5.1.29-5         amd64            Berkeley v5.1 
Database Libraries [runtime]
ii  libdb5.3:amd64          5.3.28-12+deb9u1 amd64            Berkeley v5.3 
Database Libraries [runtime]
ii  libdbi-perl             1.636-1+b1       amd64            Perl Database 
Interface (DBI)
ii  libdbi1:amd64           0.9.0-4+deb9u1   amd64            DB Independent 
Abstraction Layer for C -- shared lib
ii  libdbus-1-3:amd64       1.10.28-0+deb9u1 amd64            simple 
interprocess messaging system (library)
ii  libdconf1:amd64         0.26.0-2+b1      amd64            simple 
configuration storage system - runtime librar
ii  libdebconfclient0:amd64 0.227            amd64            Debian 
Configuration Management System (C-implementa
ii  libdevmapper-event1.02. 2:1.02.137-2     amd64            Linux Kernel 
Device Mapper event support library
ii  libdevmapper1.02.1:amd6 2:1.02.137-2     amd64            Linux Kernel 
Device Mapper userspace library
ii  libdiscover2            2.1.2-7.1+deb9u1 amd64            hardware 
identification library
ii  libdjvulibre-text       3.5.27.1-7       all              Linguistic 
support files for libdjvulibre
ii  libdjvulibre21:amd64    3.5.27.1-7       amd64            Runtime support 
for the DjVu image format
rc  libdns-export100        1:9.9.5.dfsg-9+d amd64            Exported DNS 
Shared Library
ii  libdns-export162        1:9.10.3.dfsg.P4 amd64            Exported DNS 
Shared Library
rc  libdns100               1:9.9.5.dfsg-9+d amd64            DNS Shared 
Library used by BIND
ii  libdns162:amd64         1:9.10.3.dfsg.P4 amd64            DNS Shared 
Library used by BIND
rc  libdns88                1:9.8.4.dfsg.P1- amd64            DNS Shared 
Library used by BIND
ii  libdrm2:amd64           2.4.74-1         amd64            Userspace 
interface to kernel DRM services -- runtim
ii  libedit2:amd64          3.1-20160903-3   amd64            BSD editline and 
history libraries
ii  libegl1-mesa:amd64      13.0.6-1+b2      amd64            free 
implementation of the EGL API -- runtime
ii  libelf1:amd64           0.168-1          amd64            library to read 
and write ELF files
ii  libencode-locale-perl   1.05-1           all              utility to 
determine the locale encoding
ii  libepoxy0:amd64         1.3.1-2          amd64            OpenGL function 
pointer management library
ii  libept1.4.12:amd64      1.0.12.1         amd64            High-level 
library for managing Debian package infor
ii  libesmtp6               1.0.6-4.2        amd64            LibESMTP SMTP 
client library
ii  libestr0                0.1.10-2         amd64            Helper functions 
for handling strings (lib)
ii  libev4                  1:4.22-1+b1      amd64            high-performance 
event loop library modelled after l
ii  libevent-2.0-5:amd64    2.0.21-stable-3  amd64            Asynchronous 
event notification library
ii  libexif12:amd64         0.6.21-2+b2      amd64            library to parse 
EXIF files
ii  libexpat1:amd64         2.2.0-2+deb9u1   amd64            XML parsing C 
library - runtime library
ii  libfastjson4:amd64      0.99.4-1         amd64            fast json library 
for C
ii  libfastlz               0.1-14.3         amd64            zlib-like 
interface to fast block compression (LZ4 o
ii  libfdisk1:amd64         2.29.2-1+deb9u1  amd64            fdisk 
partitioning library
ii  libffi6:amd64           3.2.1-6          amd64            Foreign Function 
Interface library runtime
ii  libfftw3-double3:amd64  3.3.5-3          amd64            Library for 
computing Fast Fourier Transforms - Doub
ii  libfile-copy-recursive- 0.38-1           all              Perl extension 
for recursively copying files and dir
ii  libfile-listing-perl    6.04-1           all              module to parse 
directory listings
ii  libfont-afm-perl        1.20-2           all              Font::AFM - 
Interface to Adobe Font Metrics files
ii  libfontconfig1:amd64    2.11.0-6.7+b1    amd64            generic font 
configuration library - runtime
ii  libfontembed1:amd64     1.11.6-3+deb9u1  amd64            OpenPrinting CUPS 
Filters - Font Embed Shared librar
ii  libfreeradius3          3.0.12+dfsg-5+de amd64            FreeRADIUS shared 
library
ii  libfreetype6:amd64      2.6.3-3.2        amd64            FreeType 2 font 
engine, shared library files
ii  libftdi1:amd64          0.20-4           amd64            Library to 
control and program the FTDI USB controll
ii  libfuse2:amd64          2.9.7-1+deb9u2   amd64            Filesystem in 
Userspace (library)
ii  libgail-common:amd64    2.24.31-2        amd64            GNOME 
Accessibility Implementation Library -- common
ii  libgail18:amd64         2.24.31-2        amd64            GNOME 
Accessibility Implementation Library -- shared
ii  libganglia1             3.6.0-7+b1       amd64            cluster 
monitoring toolkit - shared libraries
ii  libgbm1:amd64           13.0.6-1+b2      amd64            generic buffer 
management API -- runtime
ii  libgc1c2:amd64          1:7.4.2-8        amd64            conservative 
garbage collector for C and C++
ii  libgcc1:amd64           1:6.3.0-18+deb9u amd64            GCC support 
library
ii  libgcrypt11:amd64       1.5.0-5+deb7u4   amd64            LGPL Crypto 
library - runtime library
ii  libgcrypt20:amd64       1.7.6-2+deb9u3   amd64            LGPL Crypto 
library - runtime library
ii  libgd3:amd64            2.2.4-2+deb9u4   amd64            GD Graphics 
Library
ii  libgdbm3:amd64          1.8.3-14         amd64            GNU dbm database 
routines (runtime version)
ii  libgdk-pixbuf2.0-0:amd6 2.36.5-2+deb9u2  amd64            GDK Pixbuf library
ii  libgdk-pixbuf2.0-common 2.36.5-2+deb9u2  all              GDK Pixbuf 
library - data files
ii  libgeoip1:amd64         1.6.9-4          amd64            non-DNS 
IP-to-country resolver library
ii  libglib2.0-0:amd64      2.50.3-2         amd64            GLib library of C 
routines
ii  libglib2.0-data         2.50.3-2         all              Common files for 
GLib library
ii  libgmime-2.6-0:amd64    2.6.22+dfsg2-1   amd64            MIME message 
parser and creator library
ii  libgmp10:amd64          2:6.1.2+dfsg-1   amd64            Multiprecision 
arithmetic library
rc  libgnutls-deb0-28:amd64 3.3.30-0+deb8u1  amd64            GNU TLS library - 
main runtime library
ii  libgnutls-openssl27:amd 3.5.8-5+deb9u4   amd64            GNU TLS library - 
OpenSSL wrapper
rc  libgnutls26:amd64       2.12.20-8+deb7u5 amd64            GNU TLS library - 
runtime library
ii  libgnutls30:amd64       3.5.8-5+deb9u4   amd64            GNU TLS library - 
main runtime library
ii  libgomp1:amd64          6.3.0-18+deb9u1  amd64            GCC OpenMP (GOMP) 
support library
ii  libgpg-error0:amd64     1.26-2           amd64            library for 
common error values and messages in GnuP
ii  libgpgme11:amd64        1.8.0-3+b2       amd64            GPGME - GnuPG 
Made Easy (library)
ii  libgphoto2-6:amd64      2.5.12-1         amd64            gphoto2 digital 
camera library
ii  libgphoto2-l10n         2.5.12-1         all              gphoto2 digital 
camera library - localized messages
rc  libgphoto2-port10:amd64 2.5.4-1.1+b2     amd64            gphoto2 digital 
camera port library
ii  libgphoto2-port12:amd64 2.5.12-1         amd64            gphoto2 digital 
camera port library
ii  libgpm2:amd64           1.20.4-6.2+b1    amd64            General Purpose 
Mouse - shared library
ii  libgps22:amd64          3.16-4           amd64            Global 
Positioning System - library
ii  libgraphite2-3:amd64    1.3.10-1         amd64            Font rendering 
engine for Complex Scripts -- library
ii  libgs9:amd64            9.26a~dfsg-0+deb amd64            interpreter for 
the PostScript language and for PDF
ii  libgs9-common           9.26a~dfsg-0+deb all              interpreter for 
the PostScript language and for PDF
ii  libgssapi-krb5-2:amd64  1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - krb5 GSS-API Mechan
rc  libgssglue1:amd64       0.4-2            amd64            mechanism-switch 
gssapi library
ii  libgssrpc4:amd64        1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - GSS enabled ONCRPC
ii  libgtk-3-0:amd64        3.22.11-1        amd64            GTK+ graphical 
user interface library
ii  libgtk-3-bin            3.22.11-1        amd64            programs for the 
GTK+ graphical user interface libra
ii  libgtk-3-common         3.22.11-1        all              common files for 
the GTK+ graphical user interface l
ii  libgtk2.0-0:amd64       2.24.31-2        amd64            GTK+ graphical 
user interface library
ii  libgtk2.0-bin           2.24.31-2        amd64            programs for the 
GTK+ graphical user interface libra
ii  libgtk2.0-common        2.24.31-2        all              common files for 
the GTK+ graphical user interface l
ii  libgudev-1.0-0:amd64    230-3            amd64            GObject-based 
wrapper library for libudev
ii  libgusb2:amd64          0.2.9-1+b1       amd64            GLib wrapper 
around libusb1
ii  libgutenprint2          5.2.11-1+b2      amd64            runtime for the 
Gutenprint printer driver library
ii  libharfbuzz0b:amd64     1.4.2-1          amd64            OpenType text 
shaping engine (shared library)
ii  libhiredis0.13:amd64    0.13.3-2         amd64            minimalistic C 
client library for Redis
rc  libhogweed2:amd64       2.7.1-5+deb8u2   amd64            low level 
cryptographic library (public-key cryptos)
ii  libhogweed4:amd64       3.3-1+b2         amd64            low level 
cryptographic library (public-key cryptos)
ii  libhtml-form-perl       6.03-1           all              module that 
represents an HTML form element
ii  libhtml-format-perl     2.12-1           all              module for 
transforming HTML into various formats
ii  libhtml-parser-perl     3.72-3           amd64            collection of 
modules that parse HTML text documents
ii  libhtml-tagset-perl     3.20-3           all              Data tables 
pertaining to HTML
ii  libhtml-tree-perl       5.03-2           all              Perl module to 
represent and create HTML syntax tree
ii  libhttp-cookies-perl    6.01-1           all              HTTP cookie jars
ii  libhttp-daemon-perl     6.01-1           all              simple http 
server class
ii  libhttp-date-perl       6.02-1           all              module of date 
conversion routines
ii  libhttp-message-perl    6.11-1           all              perl interface to 
HTTP style messages
ii  libhttp-negotiate-perl  6.00-2           all              implementation of 
content negotiation
rc  libicu52:amd64          52.1-8+deb8u7    amd64            International 
Components for Unicode
ii  libicu57:amd64          57.1-6+deb9u2    amd64            International 
Components for Unicode
ii  libidn11:amd64          1.33-1           amd64            GNU Libidn 
library, implementation of IETF IDN speci
ii  libidn2-0:amd64         0.16-1+deb9u1    amd64            Internationalized 
domain names (IDNA2008) library
ii  libieee1284-3:amd64     0.2.11-13        amd64            cross-platform 
library for parallel port access
ii  libijs-0.35:amd64       0.35-12          amd64            IJS raster image 
transport protocol: shared library
ii  libilmbase12:amd64      2.2.0-12         amd64            several utility 
libraries from ILM used by OpenEXR
ii  libio-html-perl         1.001-1          all              open an HTML file 
with automatic charset detection
ii  libio-socket-ssl-perl   2.044-1          all              Perl module 
implementing object oriented interface t
ii  libip4tc0:amd64         1.6.0+snapshot20 amd64            netfilter 
libip4tc library
ii  libip6tc0:amd64         1.6.0+snapshot20 amd64            netfilter 
libip6tc library
ii  libiptc0:amd64          1.6.0+snapshot20 amd64            netfilter libiptc 
library
rc  libirs-export91         1:9.9.5.dfsg-9+d amd64            Exported IRS 
Shared Library
ii  libisc-export160        1:9.10.3.dfsg.P4 amd64            Exported ISC 
Shared Library
rc  libisc-export95         1:9.9.5.dfsg-9+d amd64            Exported ISC 
Shared Library
ii  libisc160:amd64         1:9.10.3.dfsg.P4 amd64            ISC Shared 
Library used by BIND
rc  libisc84                1:9.8.4.dfsg.P1- amd64            ISC Shared 
Library used by BIND
rc  libisc95                1:9.9.5.dfsg-9+d amd64            ISC Shared 
Library used by BIND
ii  libisccc140:amd64       1:9.10.3.dfsg.P4 amd64            Command Channel 
Library used by BIND
rc  libisccc80              1:9.8.4.dfsg.P1- amd64            Command Channel 
Library used by BIND
rc  libisccc90              1:9.9.5.dfsg-9+d amd64            Command Channel 
Library used by BIND
rc  libisccfg-export90      1:9.9.5.dfsg-9+d amd64            Exported ISC CFG 
Shared Library
ii  libisccfg140:amd64      1:9.10.3.dfsg.P4 amd64            Config File 
Handling Library used by BIND
rc  libisccfg82             1:9.8.4.dfsg.P1- amd64            Config File 
Handling Library used by BIND
rc  libisccfg90             1:9.9.5.dfsg-9+d amd64            Config File 
Handling Library used by BIND
ii  libisoburn1:amd64       1.4.6-1+b1       amd64            library to handle 
creation and inspection of ISO-966
ii  libisofs6:amd64         1.4.6-1          amd64            library to create 
ISO 9660 images
ii  libjansson4:amd64       2.9-1            amd64            C library for 
encoding, decoding and manipulating JS
rc  libjasper1:amd64        1.900.1-debian1- amd64            JasPer JPEG-2000 
runtime library
ii  libjbig0:amd64          2.1-3.1+b2       amd64            JBIGkit libraries
ii  libjbig2dec0:amd64      0.13-4.1         amd64            JBIG2 decoder 
library - shared libraries
ii  libjpeg62-turbo:amd64   1:1.5.1-2        amd64            libjpeg-turbo 
JPEG runtime library
rc  libjson-c2:amd64        0.11-4           amd64            JSON manipulation 
library - shared library
ii  libjson-glib-1.0-0:amd6 1.2.6-1          amd64            GLib JSON 
manipulation library
ii  libjson-glib-1.0-common 1.2.6-1          all              GLib JSON 
manipulation library (common files)
ii  libjte1                 1.20-2+b1        amd64            Jigdo Template 
Export - runtime library
ii  libjxr-tools            1.1-6+b1         amd64            JPEG-XR lib - 
command line apps
ii  libjxr0:amd64           1.1-6+b1         amd64            JPEG-XR lib - 
libraries
ii  libk5crypto3:amd64      1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - Crypto Library
ii  libkadm5clnt-mit11:amd6 1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - Administration Clie
rc  libkadm5clnt-mit9:amd64 1.12.1+dfsg-19+d amd64            MIT Kerberos 
runtime libraries - Administration Clie
ii  libkadm5srv-mit11:amd64 1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - KDC and Admin Serve
rc  libkadm5srv-mit9:amd64  1.12.1+dfsg-19+d amd64            MIT Kerberos 
runtime libraries - KDC and Admin Serve
rc  libkdb5-7:amd64         1.12.1+dfsg-19+d amd64            MIT Kerberos 
runtime libraries - Kerberos database
ii  libkdb5-8:amd64         1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - Kerberos database
ii  libkeyutils1:amd64      1.5.9-9          amd64            Linux Key 
Management Utilities (library)
ii  libklibc                2.0.4-9          amd64            minimal libc 
subset for use with initramfs
ii  libkmod2:amd64          23-2             amd64            libkmod shared 
library
ii  libkrb5-3:amd64         1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries
ii  libkrb5support0:amd64   1.15-1+deb9u1    amd64            MIT Kerberos 
runtime libraries - Support library
ii  libksba8:amd64          1.3.5-2          amd64            X.509 and CMS 
support library
ii  liblcms2-2:amd64        2.8-4+deb9u1     amd64            Little CMS 2 
color management library
ii  libldap-2.4-2:amd64     2.4.44+dfsg-5+de amd64            OpenLDAP libraries
ii  libldap-common          2.4.44+dfsg-5+de all              OpenLDAP common 
files for libraries
ii  libldb1:amd64           2:1.1.27-1+deb9u amd64            LDAP-like 
embedded database - shared library
ii  liblocale-gettext-perl  1.07-3+b1        amd64            module using libc 
functions for internationalization
ii  liblockfile-bin         1.14-1+b1        amd64            support binaries 
for and cli utilities based on libl
ii  liblockfile1:amd64      1.14-1+b1        amd64            NFS-safe locking 
library
ii  liblogging-stdlog0:amd6 1.0.5-2+b2       amd64            easy to use and 
lightweight logging library
rc  liblognorm1:amd64       1.0.1-3          amd64            Log normalizing 
library
ii  liblognorm5:amd64       2.0.1-1.1+b1     amd64            log normalizing 
library
ii  liblouis-data           3.0.0-3+deb9u4   all              Braille 
translation library - data
ii  liblouis12:amd64        3.0.0-3+deb9u4   amd64            Braille 
translation library - shared libs
ii  liblouisutdml-bin       2.6.0-3+b2       amd64            Braille UTDML 
translation utilities
ii  liblouisutdml-data      2.6.0-3          all              Braille UTDML 
translation library - data
ii  liblouisutdml7:amd64    2.6.0-3+b2       amd64            Braille UTDML 
translation library - shared libs
ii  liblqr-1-0:amd64        0.4.2-2+b2       amd64            converts plain 
array images into multi-size represen
ii  libltdl7:amd64          2.4.6-2          amd64            System 
independent dlopen wrapper for GNU libtool
ii  liblua5.1-0:amd64       5.1.5-8.1+b2     amd64            Shared library 
for the Lua interpreter version 5.1
ii  liblua5.2-0:amd64       5.2.4-1.1+b2     amd64            Shared library 
for the Lua interpreter version 5.2
ii  liblua5.3-0:amd64       5.3.3-1          amd64            Shared library 
for the Lua interpreter version 5.3
ii  liblvm2app2.2:amd64     2.02.168-2       amd64            LVM2 application 
library
ii  liblvm2cmd2.02:amd64    2.02.168-2       amd64            LVM2 command 
library
ii  liblwp-mediatypes-perl  6.02-1           all              module to guess 
media type for a file or a URL
ii  liblwp-protocol-https-p 6.06-2           all              HTTPS driver for 
LWP::UserAgent
ii  liblwres141:amd64       1:9.10.3.dfsg.P4 amd64            Lightweight 
Resolver Library used by BIND
rc  liblwres80              1:9.8.4.dfsg.P1- amd64            Lightweight 
Resolver Library used by BIND
rc  liblwres90              1:9.9.5.dfsg-9+d amd64            Lightweight 
Resolver Library used by BIND
ii  liblz4-1:amd64          0.0~r131-2+b1    amd64            Fast LZ 
compression algorithm library - runtime
ii  liblzma5:amd64          5.2.2-1.2+b1     amd64            XZ-format 
compression library
ii  liblzo2-2:amd64         2.08-1.2+b2      amd64            data compression 
library
ii  libmagic-mgc            1:5.30-1+deb9u2  amd64            File type 
determination library using "magic" number
ii  libmagic1:amd64         1:5.30-1+deb9u2  amd64            Recognize the 
type of data in a file using "magic" n
ii  libmagickcore-6.q16-3:a 8:6.9.7.4+dfsg-1 amd64            low-level image 
manipulation library -- quantum dept
ii  libmagickcore-6.q16-3-e 8:6.9.7.4+dfsg-1 amd64            low-level image 
manipulation library - extra codecs
ii  libmagickwand-6.q16-3:a 8:6.9.7.4+dfsg-1 amd64            image 
manipulation library -- quantum depth Q16
ii  libmailtools-perl       2.18-1           all              Manipulate email 
in perl programs
ii  libmariadbclient18:amd6 10.1.38-0+deb9u1 amd64            MariaDB database 
client library
ii  libmcrypt4              2.5.8-3.3        amd64            De-/Encryption 
Library
ii  libmemcached11:amd64    1.0.18-4.1       amd64            C and C++ client 
library to the memcached server
ii  libmicrohttpd12         0.9.51-1         amd64            library embedding 
HTTP server functionality
ii  libmnl0:amd64           1.0.4-2          amd64            minimalistic 
Netlink communication library
ii  libmodbus5:amd64        3.0.6-2          amd64            library for the 
Modbus protocol
rc  libmodule-build-perl    0.422000-1       all              framework for 
building and installing Perl modules
ii  libmosquitto1:amd64     1.4.10-3+deb9u4  amd64            MQTT version 
3.1/3.1.1 client library
ii  libmount1:amd64         2.29.2-1+deb9u1  amd64            device mounting 
library
ii  libmpdec2:amd64         2.4.2-1          amd64            library for 
decimal floating point arithmetic (runti
ii  libmpfr4:amd64          3.1.5-1          amd64            multiple 
precision floating-point computation
ii  libncurses5:amd64       6.0+20161126-1+d amd64            shared libraries 
for terminal handling
ii  libncursesw5:amd64      6.0+20161126-1+d amd64            shared libraries 
for terminal handling (wide charact
ii  libnet-http-perl        6.12-1           all              module providing 
low-level HTTP connection client
ii  libnet-smtp-ssl-perl    1.04-1           all              Perl module 
providing SSL support to Net::SMTP
ii  libnet-ssleay-perl      1.80-1           amd64            Perl module for 
Secure Sockets Layer (SSL)
ii  libnetfilter-conntrack3 1.0.6-2          amd64            Netfilter 
netlink-conntrack library
ii  libnetpbm10             2:10.0-15.3+b2   amd64            Graphics 
conversion tools shared libraries
rc  libnettle4:amd64        2.7.1-5+deb8u2   amd64            low level 
cryptographic library (symmetric and one-w
ii  libnettle6:amd64        3.3-1+b2         amd64            low level 
cryptographic library (symmetric and one-w
ii  libnewt0.52:amd64       0.52.19-1+b1     amd64            Not Erik's 
Windowing Toolkit - text mode windowing w
ii  libnfnetlink0:amd64     1.0.1-3          amd64            Netfilter netlink 
library
ii  libnfsidmap2:amd64      0.25-5.1         amd64            NFS idmapping 
library
ii  libnghttp2-14:amd64     1.18.1-1         amd64            library 
implementing HTTP/2 protocol (shared library
ii  libnl-3-200:amd64       3.2.27-2         amd64            library for 
dealing with netlink sockets
ii  libnl-route-3-200:amd64 3.2.27-2         amd64            library for 
dealing with netlink sockets - route int
ii  libnotify4:amd64        0.7.7-2          amd64            sends desktop 
notifications to a notification daemon
ii  libnotmuch4             0.23.7-3         amd64            thread-based 
email index, search and tagging (runtim
ii  libnpth0:amd64          1.3-1            amd64            replacement for 
GNU Pth using system threads
ii  libnspr4:amd64          2:4.12-6         amd64            NetScape Portable 
Runtime Library
ii  libnss-mdns:amd64       0.10-8           amd64            NSS module for 
Multicast DNS name resolution
ii  libnss-winbind:amd64    2:4.5.16+dfsg-1+ amd64            Samba nameservice 
integration plugins
ii  libnss3:amd64           2:3.26.2-1.1+deb amd64            Network Security 
Service libraries
ii  libnuma1:amd64          2.0.11-2.1       amd64            Libraries for 
controlling NUMA policy
rc  libonig2:amd64          5.9.5-3.2+deb8u1 amd64            Oniguruma regular 
expressions library
ii  libopenexr22:amd64      2.2.0-11+b1      amd64            runtime files for 
the OpenEXR image library
ii  libopenipmi0            2.0.22-1.1       amd64            Intelligent 
Platform Management Interface - runtime
ii  libopenjp2-7:amd64      2.1.2-1.1+deb9u3 amd64            JPEG 2000 image 
compression/decompression library
rc  libopenjpeg5:amd64      1:1.5.2-3        amd64            JPEG 2000 image 
compression/decompression library -
ii  liboping0:amd64         1.9.0-1+b1       amd64            C/C++ library to 
generate ICMP ECHO_REQUESTs
ii  libopts25:amd64         1:5.18.12-3      amd64            automated option 
processing library based on autogen
ii  libow-3.1-5:amd64       3.1p5-1          amd64            1-Wire File 
System full library
ii  libowcapi-3.1-5:amd64   3.1p5-1          amd64            1-Wire File 
System C library
ii  libp11-kit0:amd64       0.23.3-2         amd64            library for 
loading and coordinating access to PKCS#
ii  libpam-cap:amd64        1:2.25-1         amd64            POSIX 1003.1e 
capabilities (PAM module)
ii  libpam-modules:amd64    1.1.8-3.6        amd64            Pluggable 
Authentication Modules for PAM
ii  libpam-modules-bin      1.1.8-3.6        amd64            Pluggable 
Authentication Modules for PAM - helper bi
ii  libpam-runtime          1.1.8-3.6        all              Runtime support 
for the PAM library
ii  libpam-systemd:amd64    232-25+deb9u11   amd64            system and 
service manager - PAM module
ii  libpam0g:amd64          1.1.8-3.6        amd64            Pluggable 
Authentication Modules library
ii  libpango-1.0-0:amd64    1.40.5-1         amd64            Layout and 
rendering of internationalized text
ii  libpangocairo-1.0-0:amd 1.40.5-1         amd64            Layout and 
rendering of internationalized text
ii  libpangoft2-1.0-0:amd64 1.40.5-1         amd64            Layout and 
rendering of internationalized text
ii  libpaper-utils          1.1.24+nmu5      amd64            library for 
handling paper characteristics (utilitie
ii  libpaper1:amd64         1.1.24+nmu5      amd64            library for 
handling paper characteristics
ii  libparted2:amd64        3.2-17           amd64            disk partition 
manipulator - shared library
ii  libpcap0.8:amd64        1.8.1-3          amd64            system interface 
for user-level packet capture
ii  libpci3:amd64           1:3.5.2-1        amd64            Linux PCI 
Utilities (shared library)
ii  libpcre3:amd64          2:8.39-3         amd64            Old Perl 5 
Compatible Regular Expression Library - r
ii  libpcsclite1:amd64      1.8.20-1         amd64            Middleware to 
access a smart card using PC/SC (libra
ii  libperl5.24:amd64       5.24.1-3+deb9u5  amd64            shared Perl 
library
ii  libpipeline1:amd64      1.4.1-2          amd64            pipeline 
manipulation library
ii  libpixman-1-0:amd64     0.34.0-1         amd64            
pixel-manipulation library for X and cairo
rc  libpng12-0:amd64        1.2.50-2+deb8u3  amd64            PNG library - 
runtime
ii  libpng16-16:amd64       1.6.28-1+deb9u1  amd64            PNG library - 
runtime (version 1.6)
rc  libpod-latex-perl       0.61-2           all              module to convert 
Pod data to formatted LaTeX
ii  libpolkit-agent-1-0:amd 0.105-18+deb9u1  amd64            PolicyKit 
Authentication Agent API
ii  libpolkit-backend-1-0:a 0.105-18+deb9u1  amd64            PolicyKit backend 
API
ii  libpolkit-gobject-1-0:a 0.105-18+deb9u1  amd64            PolicyKit 
Authorization API
rc  libpoppler46:amd64      0.26.5-2+deb8u10 amd64            PDF rendering 
library
ii  libpoppler64:amd64      0.48.0-2+deb9u2  amd64            PDF rendering 
library
ii  libpopt0:amd64          1.16-10+b2       amd64            lib for parsing 
cmdline parameters
ii  libpq5:amd64            9.6.13-0+deb9u1  amd64            PostgreSQL C 
client library
ii  libprocps0:amd64        1:3.3.3-3        amd64            library for 
accessing process information from /proc
rc  libprocps3:amd64        2:3.3.9-9+deb8u1 amd64            library for 
accessing process information from /proc
ii  libprocps6:amd64        2:3.3.12-3+deb9u amd64            library for 
accessing process information from /proc
ii  libprotobuf-c1:amd64    1.2.1-2          amd64            Protocol Buffers 
C shared library (protobuf-c)
ii  libproxy1v5:amd64       0.4.14-2         amd64            automatic proxy 
configuration management library (sh
rc  libpsl0:amd64           0.5.1-1          amd64            Library for 
Public Suffix List (shared libraries)
ii  libpsl5:amd64           0.17.0-3         amd64            Library for 
Public Suffix List (shared libraries)
ii  libpython-stdlib:amd64  2.7.13-2         amd64            interactive 
high-level object-oriented language (def
ii  libpython2.7:amd64      2.7.13-2+deb9u3  amd64            Shared Python 
runtime library (version 2.7)
ii  libpython2.7-minimal:am 2.7.13-2+deb9u3  amd64            Minimal subset of 
the Python language (version 2.7)
ii  libpython2.7-stdlib:amd 2.7.13-2+deb9u3  amd64            Interactive 
high-level object-oriented language (sta
ii  libpython3-stdlib:amd64 3.5.3-1          amd64            interactive 
high-level object-oriented language (def
ii  libpython3.5-minimal:am 3.5.3-1+deb9u1   amd64            Minimal subset of 
the Python language (version 3.5)
ii  libpython3.5-stdlib:amd 3.5.3-1+deb9u1   amd64            Interactive 
high-level object-oriented language (sta
rc  libqpdf13:amd64         5.1.2-2          amd64            runtime library 
for PDF transformation/inspection so
ii  libqpdf17:amd64         6.0.0-2          amd64            runtime library 
for PDF transformation/inspection so
ii  librabbitmq4:amd64      0.8.0-1+b3       amd64            AMQP client 
library written in C
ii  librdkafka1:amd64       0.9.3-1          amd64            library 
implementing the Apache Kafka protocol
ii  libreadline5:amd64      5.2+dfsg-3+b1    amd64            GNU readline and 
history libraries, run-time librari
ii  libreadline6:amd64      6.3-8+b3         amd64            GNU readline and 
history libraries, run-time librari
ii  libreadline7:amd64      7.0-3            amd64            GNU readline and 
history libraries, run-time librari
ii  libregexp-common-perl   2016060801-1     all              module with 
common regular expressions
ii  librest-0.7-0:amd64     0.8.0-2          amd64            REST service 
access library
ii  libriemann-client0:amd6 1.9.1-1+b1       amd64            C language client 
library for the Riemann event stre
ii  librrd8:amd64           1.6.0-1+b2       amd64            time-series data 
storage and display system (runtime
ii  librsvg2-2:amd64        2.40.16-1+b1     amd64            SAX-based 
renderer library for SVG files (runtime)
ii  librsvg2-common:amd64   2.40.16-1+b1     amd64            SAX-based 
renderer library for SVG files (extra runt
ii  librte-acl2:amd64       16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-acl runtime libra
ii  librte-cfgfile2:amd64   16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-cfgfile runtime l
ii  librte-cmdline2:amd64   16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-cmdline runtime l
ii  librte-cryptodev2:amd64 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-cryptodev runtime
ii  librte-distributor1:amd 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-distributor runti
ii  librte-eal3:amd64       16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-eal runtime libra
ii  librte-ethdev5:amd64    16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (libethdev runtime librar
ii  librte-hash2:amd64      16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-hash runtime libr
ii  librte-ip-frag1:amd64   16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-ip-frag runtime l
ii  librte-jobstats1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-jobstats runtime
ii  librte-kni2:amd64       16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-kni runtime libra
ii  librte-kvargs1:amd64    16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-kvargs runtime li
ii  librte-lpm2:amd64       16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-lpm runtime libra
ii  librte-mbuf2:amd64      16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-mbuf2 runtime lib
ii  librte-mempool2:amd64   16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-mempool runtime l
ii  librte-meter1:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-meter runtime lib
ii  librte-net1:amd64       16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-net runtime libra
ii  librte-pdump1:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte_pdump runtime lib
ii  librte-pipeline3:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pipeline runtime
ii  librte-pmd-af-packet1:a 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-af-packet run
ii  librte-pmd-bnxt1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-bnxt runtime
ii  librte-pmd-bond1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-bond runtime
ii  librte-pmd-cxgbe1:amd64 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-cxgbe runtime
ii  librte-pmd-e1000-1:amd6 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-e1000 runtime
ii  librte-pmd-ena1:amd64   16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-ena runtime l
ii  librte-pmd-enic1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-enic runtime
ii  librte-pmd-fm10k1:amd64 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-fm10k runtime
ii  librte-pmd-i40e1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-i40e runtime
ii  librte-pmd-ixgbe1:amd64 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-ixgbe runtime
ii  librte-pmd-null-crypto1 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-null-crypto r
ii  librte-pmd-null1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-null runtime
ii  librte-pmd-pcap1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-pcap runtime
ii  librte-pmd-qede1:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-qede runtime
ii  librte-pmd-ring2:amd64  16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-ring runtime
ii  librte-pmd-vhost1:amd64 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-vhost runtime
ii  librte-pmd-virtio1:amd6 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-virtio runtim
ii  librte-pmd-vmxnet3-uio1 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-vmxnet3-uio r
ii  librte-pmd-xenvirt1:amd 16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-pmd-xenvirt runti
ii  librte-port3:amd64      16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-port runtime libr
ii  librte-power1:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-power runtime lib
ii  librte-reorder1:amd64   16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte-reorder runtime l
ii  librte-ring1:amd64      16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte_ring runtime libr
ii  librte-sched1:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte_sched runtime lib
ii  librte-table2:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte_table runtime lib
ii  librte-timer1:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte_timer runtime lib
ii  librte-vhost3:amd64     16.11.9-1+deb9u1 amd64            Data Plane 
Development Kit (librte_vhost runtime lib
ii  librtmp1:amd64          2.4+20151223.git amd64            toolkit for RTMP 
streams (shared library)
ii  libsane:amd64           1.0.25-4.1       amd64            API library for 
scanners
ii  libsane-common          1.0.25-4.1       all              API library for 
scanners -- documentation and suppor
ii  libsane-extras:amd64    1.0.22.4         amd64            API library for 
scanners -- extra backends
ii  libsane-extras-common   1.0.22.4         amd64            API library for 
scanners -- documentation and suppor
ii  libsasl2-2:amd64        2.1.27~101-g0780 amd64            Cyrus SASL - 
authentication abstraction library
ii  libsasl2-modules:amd64  2.1.27~101-g0780 amd64            Cyrus SASL - 
pluggable authentication modules
ii  libsasl2-modules-db:amd 2.1.27~101-g0780 amd64            Cyrus SASL - 
pluggable authentication modules (DB)
ii  libseccomp2:amd64       2.3.1-2.1+deb9u1 amd64            high level 
interface to Linux seccomp filter
ii  libsecret-1-0:amd64     0.18.5-3.1       amd64            Secret store
ii  libsecret-common        0.18.5-3.1       all              Secret store 
(common files)
ii  libselinux1:amd64       2.6-3+b3         amd64            SELinux runtime 
shared libraries
ii  libsemanage-common      2.6-2            all              Common files for 
SELinux policy management libraries
ii  libsemanage1:amd64      2.6-2            amd64            SELinux policy 
management library
ii  libsensors4:amd64       1:3.4.0-4        amd64            library to read 
temperature/voltage/fan sensors
ii  libsepol1:amd64         2.6-2            amd64            SELinux library 
for manipulating binary security pol
ii  libserialport0:amd64    0.1.1-1          amd64            Crossplatform 
serial port handling library - shared
rc  libsigc++-2.0-0c2a:amd6 2.4.0-1          amd64            type-safe Signal 
Framework for C++ - runtime
ii  libsigc++-2.0-0v5:amd64 2.10.0-1         amd64            type-safe Signal 
Framework for C++ - runtime
ii  libsigrok2:amd64        0.3.0-1+b1       amd64            sigrok hardware 
driver library - shared library
ii  libsigsegv2:amd64       2.10-5           amd64            Library for 
handling page faults in a portable way
ii  libslang2:amd64         2.3.1-5          amd64            S-Lang 
programming library - runtime version
rc  libslp1:amd64           1.2.1-10+deb8u1  amd64            OpenSLP shared 
library
ii  libsmartcols1:amd64     2.29.2-1+deb9u1  amd64            smart column 
output alignment library
ii  libsmbclient:amd64      2:4.5.16+dfsg-1+ amd64            shared library 
for communication with SMB/CIFS serve
ii  libsnmp-base            5.7.3+dfsg-1.7+d all              SNMP 
configuration script, MIBs and documentation
ii  libsnmp30:amd64         5.7.3+dfsg-1.7+d amd64            SNMP (Simple 
Network Management Protocol) library
ii  libsoup-gnome2.4-1:amd6 2.56.0-2+deb9u2  amd64            HTTP library 
implementation in C -- GNOME support li
ii  libsoup2.4-1:amd64      2.56.0-2+deb9u2  amd64            HTTP library 
implementation in C -- Shared library
ii  libsqlite3-0:amd64      3.16.2-5+deb9u1  amd64            SQLite 3 shared 
library
ii  libss2:amd64            1.43.4-2         amd64            command-line 
interface parsing library
ii  libssh2-1:amd64         1.7.0-1+deb9u1   amd64            SSH2 client-side 
library
ii  libssl1.0.0:amd64       1.0.1t-1+deb8u11 amd64            Secure Sockets 
Layer toolkit - shared libraries
ii  libssl1.0.2:amd64       1.0.2r-1~deb9u1  amd64            Secure Sockets 
Layer toolkit - shared libraries
ii  libssl1.1:amd64         1.1.0j-1~deb9u1  amd64            Secure Sockets 
Layer toolkit - shared libraries
ii  libstdc++6:amd64        6.3.0-18+deb9u1  amd64            GNU Standard C++ 
Library v3
ii  libswitch-perl          2.17-2           all              switch statement 
for Perl
ii  libsysfs2:amd64         2.1.0+repack-4+b amd64            interface library 
to sysfs
ii  libsystemd0:amd64       232-25+deb9u11   amd64            systemd utility 
library
ii  libtalloc2:amd64        2.1.8-1          amd64            hierarchical pool 
based memory allocator
ii  libtasn1-3:amd64        2.13-2+deb7u2    amd64            Manage ASN.1 
structures (runtime)
ii  libtasn1-6:amd64        4.10-1.1+deb9u1  amd64            Manage ASN.1 
structures (runtime)
ii  libtdb1:amd64           1.3.11-2         amd64            Trivial Database 
- shared library
ii  libtevent0:amd64        0.9.31-1         amd64            talloc-based 
event loop library - shared library
ii  libtext-charwidth-perl  0.04-7+b5        amd64            get display 
widths of characters on the terminal
ii  libtext-iconv-perl      1.7-5+b4         amd64            converts between 
character sets in Perl
ii  libtext-unidecode-perl  1.30-1           all              US-ASCII 
transliterations of Unicode text
ii  libtext-wrapi18n-perl   0.06-7.1         all              internationalized 
substitute of Text::Wrap
ii  libthai-data            0.1.26-1         all              Data files for 
Thai language support library
ii  libthai0:amd64          0.1.26-1         amd64            Thai language 
support library
ii  libtiff5:amd64          4.0.8-2+deb9u4   amd64            Tag Image File 
Format (TIFF) library
ii  libtimedate-perl        2.3000-2         all              collection of 
modules to manipulate date/time inform
ii  libtinfo5:amd64         6.0+20161126-1+d amd64            shared low-level 
terminfo library for terminal handl
ii  libtirpc1:amd64         0.2.5-1.2+deb9u1 amd64            
transport-independent RPC library
ii  libtokyocabinet9:amd64  1.4.48-11+b1     amd64            Tokyo Cabinet 
Database Libraries [runtime]
ii  libtokyotyrant3         1.1.40-4.2+b1    amd64            Tokyo Tyrant 
runtime libraries
ii  libudev0:amd64          175-7.2          amd64            libudev shared 
library
ii  libudev1:amd64          232-25+deb9u11   amd64            libudev shared 
library
ii  libunistring0:amd64     0.9.6+really0.9. amd64            Unicode string 
library for C
ii  libupsclient4:amd64     2.7.4-5          amd64            network UPS tools 
- client library
ii  liburi-perl             1.71-1           all              module to 
manipulate and access URI strings
ii  libusb-0.1-4:amd64      2:0.1.12-30      amd64            userspace USB 
programming library
ii  libusb-1.0-0:amd64      2:1.0.21-1       amd64            userspace USB 
programming library
ii  libustr-1.0-1:amd64     1.0.4-6          amd64            Micro string 
library: shared library
ii  libuuid1:amd64          2.29.2-1+deb9u1  amd64            Universally 
Unique ID library
ii  libvarnishapi1          5.0.0-7+deb9u2   amd64            shared libraries 
for Varnish
ii  libverto-libev1:amd64   0.2.4-2.1        amd64            Event loop 
abstraction for Libraries - libev
ii  libverto1:amd64         0.2.4-2.1        amd64            Event loop 
abstraction for Libraries - Runtime
ii  libvirt0                3.0.0-4+deb9u3   amd64            library for 
interfacing with different virtualizatio
rc  libvpx1:amd64           1.3.0-3+deb8u1   amd64            VP8 and VP9 video 
codec (shared library)
ii  libwayland-client0:amd6 1.12.0-1+deb9u1  amd64            wayland 
compositor infrastructure - client library
ii  libwayland-cursor0:amd6 1.12.0-1+deb9u1  amd64            wayland 
compositor infrastructure - cursor library
ii  libwayland-egl1-mesa:am 13.0.6-1+b2      amd64            implementation of 
the Wayland EGL platform -- runtim
ii  libwayland-server0:amd6 1.12.0-1+deb9u1  amd64            wayland 
compositor infrastructure - server library
ii  libwbclient0:amd64      2:4.5.16+dfsg-1+ amd64            Samba winbind 
client library
rc  libwebp5:amd64          0.4.1-1.2+b2     amd64            Lossy compression 
of digital photographic images.
ii  libwebp6:amd64          0.5.2-1          amd64            Lossy compression 
of digital photographic images.
rc  libwebpdemux1:amd64     0.4.1-1.2+b2     amd64            Lossy compression 
of digital photographic images.
rc  libwebpmux1:amd64       0.4.1-1.2+b2     amd64            Lossy compression 
of digital photographic images.
ii  libwmf0.2-7:amd64       0.2.8.4-10.6     amd64            Windows metafile 
conversion library
ii  libwrap0:amd64          7.6.q-26         amd64            Wietse Venema's 
TCP wrappers library
ii  libwww-perl             6.15-1           all              simple and 
consistent interface to the world-wide we
ii  libwww-robotrules-perl  6.01-1           all              database of 
robots.txt-derived permissions
ii  libx11-6:amd64          2:1.6.4-3+deb9u1 amd64            X11 client-side 
library
ii  libx11-data             2:1.6.4-3+deb9u1 all              X11 client-side 
library
ii  libx11-xcb1:amd64       2:1.6.4-3+deb9u1 amd64            Xlib/XCB 
interface library
ii  libxapian22             1.2.19-1+deb8u1  amd64            Search engine 
library
ii  libxapian30:amd64       1.4.3-2+deb9u3   amd64            Search engine 
library
ii  libxau6:amd64           1:1.0.8-1        amd64            X11 authorisation 
library
ii  libxcb-dri2-0:amd64     1.12-1           amd64            X C Binding, dri2 
extension
ii  libxcb-dri3-0:amd64     1.12-1           amd64            X C Binding, dri3 
extension
ii  libxcb-present0:amd64   1.12-1           amd64            X C Binding, 
present extension
ii  libxcb-render0:amd64    1.12-1           amd64            X C Binding, 
render extension
ii  libxcb-shm0:amd64       1.12-1           amd64            X C Binding, shm 
extension
ii  libxcb-sync1:amd64      1.12-1           amd64            X C Binding, sync 
extension
ii  libxcb-xfixes0:amd64    1.12-1           amd64            X C Binding, 
xfixes extension
ii  libxcb1:amd64           1.12-1           amd64            X C Binding
ii  libxcomposite1:amd64    1:0.4.4-2        amd64            X11 Composite 
extension library
ii  libxcursor1:amd64       1:1.1.14-1+deb9u amd64            X cursor 
management library
ii  libxdamage1:amd64       1:1.1.4-2+b3     amd64            X11 damaged 
region extension library
ii  libxdmcp6:amd64         1:1.1.2-3        amd64            X11 Display 
Manager Control Protocol library
ii  libxen-4.8:amd64        4.8.5+shim4.10.2 amd64            Public libs for 
Xen
ii  libxenstore3.0:amd64    4.8.5+shim4.10.2 amd64            Xenstore 
communications library for Xen
ii  libxext6:amd64          2:1.3.3-1+b2     amd64            X11 miscellaneous 
extension library
ii  libxfixes3:amd64        1:5.0.3-1        amd64            X11 miscellaneous 
'fixes' extension library
ii  libxi6:amd64            2:1.7.9-1        amd64            X11 Input 
extension library
ii  libxinerama1:amd64      2:1.1.3-1+b3     amd64            X11 Xinerama 
extension library
ii  libxkbcommon0:amd64     0.7.1-2~deb9u1   amd64            library interface 
to the XKB compiler - shared libra
ii  libxml-libxml-perl      2.0128+dfsg-1+de amd64            Perl interface to 
the libxml2 library
ii  libxml-namespacesupport 1.11-1           all              Perl module for 
supporting simple generic namespaces
ii  libxml-parser-perl      2.44-2+b1        amd64            Perl module for 
parsing XML files
ii  libxml-sax-base-perl    1.07-1           all              base class for 
SAX drivers and filters
ii  libxml-sax-expat-perl   0.40-2           all              Perl module for a 
SAX2 driver for Expat (XML::Parser
ii  libxml-sax-perl         0.99+dfsg-2      all              Perl module for 
using and building Perl SAX2 XML pro
ii  libxml2:amd64           2.9.4+dfsg1-2.2+ amd64            GNOME XML library
ii  libxmuu1:amd64          2:1.1.2-2        amd64            X11 miscellaneous 
micro-utility library
ii  libxpm4:amd64           1:3.5.12-1       amd64            X11 pixmap library
ii  libxrandr2:amd64        2:1.5.1-1        amd64            X11 RandR 
extension library
ii  libxrender1:amd64       1:0.9.10-1       amd64            X Rendering 
Extension client library
ii  libxshmfence1:amd64     1.2-1+b2         amd64            X shared memory 
fences - shared library
ii  libxslt1.1:amd64        1.1.29-2.1       amd64            XSLT 1.0 
processing library - runtime library
rc  libxtables10            1.4.21-2+b1      amd64            netfilter xtables 
library
ii  libxtables12:amd64      1.6.0+snapshot20 amd64            netfilter xtables 
library
ii  libxtst6:amd64          2:1.2.3-1        amd64            X11 Testing -- 
Record extension library
ii  libyajl2:amd64          2.1.0-2+b3       amd64            Yet Another JSON 
Library
ii  libyaml-0-2:amd64       0.1.7-2          amd64            Fast YAML 1.1 
parser and emitter library
ii  libzip4:amd64           1.1.2-1.1+b1     amd64            library for 
reading, creating, and modifying zip arc
ii  linux-base              4.5              all              Linux image base 
package
rc  linux-image-3.16.0-4-am 3.16.51-3        amd64            Linux 3.16 for 
64-bit PCs
ii  linux-image-3.16.0-5-am 3.16.51-3+deb8u1 amd64            Linux 3.16 for 
64-bit PCs
rc  linux-image-3.2.0-4-amd 3.2.78-1         amd64            Linux 3.2 for 
64-bit PCs
ii  linux-image-4.9.0-9-amd 4.9.168-1+deb9u2 amd64            Linux 4.9 for 
64-bit PCs
ii  linux-image-amd64       4.9+80+deb9u7    amd64            Linux for 64-bit 
PCs (meta-package)
ii  locales                 2.24-11+deb9u4   all              GNU C Library: 
National Language (locale) data [supp
ii  login                   1:4.4-4.1        amd64            system login tools
ii  logrotate               3.11.0-0.1       amd64            Log rotation 
utility
ii  lpr                     1:2008.05.17.2+b amd64            BSD lpr/lpd line 
printer spooling system
ii  lsb-base                9.20161125       all              Linux Standard 
Base init script functionality
ii  lsb-release             9.20161125       all              Linux Standard 
Base version reporting utility
ii  lsof                    4.89+dfsg-0.1    amd64            Utility to list 
open files
ii  lvm2                    2.02.168-2       amd64            Linux Logical 
Volume Manager
ii  m4                      1.4.18-1         amd64            macro processing 
language
ii  make                    4.1-9.1          amd64            utility for 
directing compilation
ii  man-db                  2.7.6.1-2        amd64            on-line manual 
pager
ii  manpages                4.10-2           all              Manual pages 
about using a GNU/Linux system
ii  mawk                    1.3.3-17+b3      amd64            a pattern 
scanning and text processing language
ii  mime-support            3.60             all              MIME files 
'mime.types' & 'mailcap', and support pro
ii  mlocate                 0.26-2           amd64            quickly find 
files on the filesystem based on their
ii  mount                   2.29.2-1+deb9u1  amd64            tools for 
mounting and manipulating filesystems
ii  mtools                  4.0.18-2+b1      amd64            Tools for 
manipulating MSDOS files
ii  multiarch-support       2.24-11+deb9u4   amd64            Transitional 
package to ensure multiarch compatibili
ii  mutt                    1.7.2-1+deb9u1   amd64            text-based 
mailreader supporting MIME, GPG, PGP and
ii  mysql-common            5.8+1.0.2        all              MySQL database 
common files, e.g. /etc/mysql/my.cnf
ii  nano                    2.7.4-1          amd64            small, friendly 
text editor inspired by Pico
ii  ncurses-base            6.0+20161126-1+d all              basic terminal 
type definitions
ii  ncurses-bin             6.0+20161126-1+d amd64            terminal-related 
programs and man pages
ii  ncurses-term            6.0+20161126-1+d all              additional 
terminal type definitions
ii  net-tools               1.60+git20161116 amd64            NET-3 networking 
toolkit
ii  netbase                 5.4              all              Basic TCP/IP 
networking system
ii  netcat-traditional      1.10-41+b1       amd64            TCP/IP swiss army 
knife
ii  netpbm                  2:10.0-15.3+b2   amd64            Graphics 
conversion tools between image formats
ii  nfs-common              1:1.3.4-2.1      amd64            NFS support files 
common to client and server
ii  notification-daemon     3.20.0-1+b1      amd64            daemon for 
displaying passive pop-up notifications
ii  ntp                     1:4.2.8p10+dfsg- amd64            Network Time 
Protocol daemon and utility programs
ii  openjdk-8-jre-headless: 8u212-b03-2~deb9 amd64            OpenJDK Java 
runtime, using Hotspot JIT (headless)
ii  openssh-client          1:7.4p1-10+deb9u amd64            secure shell 
(SSH) client, for secure access to remo
ii  openssh-server          1:7.4p1-10+deb9u amd64            secure shell 
(SSH) server, for secure access from re
ii  openssh-sftp-server     1:7.4p1-10+deb9u amd64            secure shell 
(SSH) sftp server module, for SFTP acce
ii  openssl                 1.1.0j-1~deb9u1  amd64            Secure Sockets 
Layer toolkit - cryptographic utility
ii  os-prober               1.76~deb9u1      amd64            utility to detect 
other OSes on a set of drives
ii  owfs-common             3.1p5-1          all              common files used 
by any of the OWFS programs
ii  parted                  3.2-17           amd64            disk partition 
manipulator
ii  passwd                  1:4.4-4.1        amd64            change and 
administer password and group data
ii  patch                   2.7.5-1+deb9u1   amd64            Apply a diff file 
to an original
ii  pciutils                1:3.5.2-1        amd64            Linux PCI 
Utilities
ii  perl                    5.24.1-3+deb9u5  amd64            Larry Wall's 
Practical Extraction and Report Languag
ii  perl-base               5.24.1-3+deb9u5  amd64            minimal Perl 
system
rc  perl-modules            5.20.2-3+deb8u12 all              Core Perl modules
ii  perl-modules-5.24       5.24.1-3+deb9u5  all              Core Perl modules
ii  perl-openssl-defaults:a 3                amd64            version 
compatibility baseline for Perl OpenSSL pack
ii  php                     1:7.0+49         all              server-side, 
HTML-embedded scripting language (defau
ii  php-common              1:49             all              Common files for 
PHP packages
ii  php-ldap                1:7.0+49         all              LDAP module for 
PHP [default]
ii  php-mbstring            1:7.0+49         all              MBSTRING module 
for PHP [default]
ii  php-xml                 1:7.0+49         all              DOM, SimpleXML, 
WDDX, XML, and XSL module for PHP [d
rc  php5-cli                5.6.40+dfsg-0+de amd64            command-line 
interpreter for the php5 scripting lang
ii  php5-common             5.6.40+dfsg-0+de amd64            Common files for 
packages built from the php5 source
rc  php5-json               1.3.6-1          amd64            JSON module for 
php5
ii  php5-ldap               5.6.40+dfsg-0+de amd64            LDAP module for 
php5
ii  php5-mcrypt             5.6.40+dfsg-0+de amd64            MCrypt module for 
php5
rc  php5-readline           5.6.40+dfsg-0+de amd64            Readline module 
for php5
ii  php7.0                  7.0.33-0+deb9u3  all              server-side, 
HTML-embedded scripting language (metap
ii  php7.0-cli              7.0.33-0+deb9u3  amd64            command-line 
interpreter for the PHP scripting langu
ii  php7.0-common           7.0.33-0+deb9u3  amd64            documentation, 
examples and common module for PHP
ii  php7.0-json             7.0.33-0+deb9u3  amd64            JSON module for 
PHP
ii  php7.0-ldap             7.0.33-0+deb9u3  amd64            LDAP module for 
PHP
ii  php7.0-mbstring         7.0.33-0+deb9u3  amd64            MBSTRING module 
for PHP
ii  php7.0-opcache          7.0.33-0+deb9u3  amd64            Zend OpCache 
module for PHP
ii  php7.0-readline         7.0.33-0+deb9u3  amd64            readline module 
for PHP
ii  php7.0-xml              7.0.33-0+deb9u3  amd64            DOM, SimpleXML, 
WDDX, XML, and XSL module for PHP
ii  pinentry-gtk2           1.0.0-2          amd64            GTK+-2-based PIN 
or pass-phrase entry dialog for Gnu
ii  policykit-1             0.105-18+deb9u1  amd64            framework for 
managing administrative policies and p
ii  poppler-data            0.4.7-8          all              encoding data for 
the poppler PDF rendering library
ii  poppler-utils           0.48.0-2+deb9u2  amd64            PDF utilities 
(based on Poppler)
ii  printer-driver-brlaser  3-5+b1           amd64            printer driver 
for (some) Brother laser printers
ii  printer-driver-gutenpri 5.2.11-1+b2      amd64            printer drivers 
for CUPS
ii  procmail                3.22-25+deb9u1   amd64            Versatile e-mail 
processor
ii  procps                  2:3.3.12-3+deb9u amd64            /proc file system 
utilities
ii  psmisc                  22.21-2.1+b2     amd64            utilities that 
use the proc file system
ii  publicsuffix            20190415.1030-0+ all              accurate, 
machine-readable list of domain name suffi
ii  python                  2.7.13-2         amd64            interactive 
high-level object-oriented language (def
ii  python-apt              1.4.0~beta3      amd64            Python interface 
to libapt-pkg
ii  python-apt-common       1.4.0~beta3      all              Python interface 
to libapt-pkg (locales)
ii  python-certbot-apache   0.28.0-1~deb9u1  all              transitional 
dummy package
ii  python-cffi-backend     1.9.1-2          amd64            Foreign Function 
Interface for Python calling C code
ii  python-chardet          2.3.0-2          all              universal 
character encoding detector for Python2
ii  python-crypto           2.6.1-7          amd64            cryptographic 
algorithms and protocols for Python
ii  python-cryptography     1.7.1-3+deb9u1   amd64            Python library 
exposing cryptographic recipes and pr
ii  python-cups             1.9.73-1         amd64            Python bindings 
for CUPS
ii  python-debian           0.1.30           all              Python modules to 
work with Debian-related data form
ii  python-debianbts        2.6.1            all              Python interface 
to Debian's Bug Tracking System
ii  python-dnspython        1.15.0-1+deb9u1  all              DNS toolkit for 
Python
ii  python-enum34           1.1.6-1          all              backport of 
Python 3.4's enum package
ii  python-httplib2         0.9.2+dfsg-1     all              comprehensive 
HTTP client library written for Python
ii  python-idna             2.2-1            all              Python IDNA2008 
(RFC 5891) handling (Python 2)
ii  python-ipaddress        1.0.17-1         all              Backport of 
Python 3 ipaddress module (Python 2)
ii  python-ldb              2:1.1.27-1+deb9u amd64            Python bindings 
for LDB
ii  python-minimal          2.7.13-2         amd64            minimal subset of 
the Python language (default versi
ii  python-openssl          16.2.0-1         all              Python 2 wrapper 
around the OpenSSL library
rc  python-pbr              1.10.0-1         all              inject useful and 
sensible default behaviors into se
ii  python-pkg-resources    33.1.1-1         all              Package Discovery 
and Resource Access using pkg_reso
ii  python-pyasn1           0.1.9-2          all              ASN.1 library for 
Python (Python 2 module)
ii  python-pycurl           7.43.0-2         amd64            Python bindings 
to libcurl
rc  python-pygments         2.2.0+dfsg-1     all              syntax 
highlighting package written in Python
ii  python-pysimplesoap     1.16-2           all              simple and 
lightweight SOAP Library (Python 2)
ii  python-reportbug        6.6.3+deb8u2     all              Python modules 
for interacting with bug tracking sys
ii  python-requests         2.12.4-1         all              elegant and 
simple HTTP library for Python2, built f
ii  python-samba            2:4.5.16+dfsg-1+ amd64            Python bindings 
for Samba
ii  python-setuptools       33.1.1-1         all              Python Distutils 
Enhancements
ii  python-six              1.10.0-3         all              Python 2 and 3 
compatibility library (Python 2 inter
ii  python-support          1.0.15           all              automated 
rebuilding support for Python modules
ii  python-talloc           2.1.8-1          amd64            hierarchical pool 
based memory allocator - Python bi
ii  python-tdb              1.3.11-2         amd64            Python bindings 
for TDB
ii  python-urllib3          1.19.1-1         all              HTTP library with 
thread-safe connection pooling for
rc  python2.6               2.6.8-1.1        amd64            Interactive 
high-level object-oriented language (ver
ii  python2.6-minimal       2.6.8-1.1        amd64            Minimal subset of 
the Python language (version 2.6)
ii  python2.7               2.7.13-2+deb9u3  amd64            Interactive 
high-level object-oriented language (ver
ii  python2.7-minimal       2.7.13-2+deb9u3  amd64            Minimal subset of 
the Python language (version 2.7)
ii  python3                 3.5.3-1          amd64            interactive 
high-level object-oriented language (def
ii  python3-acme            0.28.0-1~deb9u1  all              ACME protocol 
library for Python 3
ii  python3-apt             1.4.0~beta3      amd64            Python 3 
interface to libapt-pkg
ii  python3-augeas          0.5.0-1          all              Python3 bindings 
for Augeas
ii  python3-certbot         0.28.0-1~deb9u2  all              main library for 
certbot
ii  python3-certbot-apache  0.28.0-1~deb9u1  all              Apache plugin for 
Certbot
ii  python3-cffi-backend    1.9.1-2          amd64            Foreign Function 
Interface for Python 3 calling C co
ii  python3-chardet         2.3.0-2          all              universal 
character encoding detector for Python3
ii  python3-configargparse  0.11.0-1         all              replacement for 
argparse with config files and envir
ii  python3-configobj       5.0.6-2          all              simple but 
powerful config file reader and writer fo
ii  python3-cryptography    1.7.1-3+deb9u1   amd64            Python library 
exposing cryptographic recipes and pr
ii  python3-debian          0.1.30           all              Python 3 modules 
to work with Debian-related data fo
ii  python3-debianbts       2.6.1            all              Python interface 
to Debian's Bug Tracking System
ii  python3-httplib2        0.9.2+dfsg-1     all              comprehensive 
HTTP client library written for Python
ii  python3-idna            2.2-1            all              Python IDNA2008 
(RFC 5891) handling (Python 3)
ii  python3-josepy          1.1.0-2~deb9u1   all              JOSE 
implementation for Python 3.x
ii  python3-minimal         3.5.3-1          amd64            minimal subset of 
the Python language (default pytho
ii  python3-mock            2.0.0-3          all              Mocking and 
Testing Library (Python3 version)
ii  python3-openssl         16.2.0-1         all              Python 3 wrapper 
around the OpenSSL library
ii  python3-parsedatetime   2.1-3+deb9u1     all              Python 3 module 
to parse human-readable date/time ex
ii  python3-pbr             1.10.0-1         all              inject useful and 
sensible default behaviors into se
ii  python3-pkg-resources   33.1.1-1         all              Package Discovery 
and Resource Access using pkg_reso
ii  python3-pyasn1          0.1.9-2          all              ASN.1 library for 
Python (Python 3 module)
ii  python3-pycurl          7.43.0-2         amd64            Python bindings 
to libcurl (Python 3)
ii  python3-pysimplesoap    1.16-2           all              simple and 
lightweight SOAP Library (Python 3)
ii  python3-reportbug       7.1.7+deb9u2     all              Python modules 
for interacting with bug tracking sys
ii  python3-requests        2.12.4-1         all              elegant and 
simple HTTP library for Python3, built f
ii  python3-requests-toolbe 0.7.0-1          all              Utility belt for 
advanced users of python3-requests
ii  python3-rfc3339         1.0-4            all              parser and 
generator of RFC 3339-compliant timestamp
ii  python3-setuptools      33.1.1-1         all              Python3 Distutils 
Enhancements
ii  python3-six             1.10.0-3         all              Python 2 and 3 
compatibility library (Python 3 inter
ii  python3-tz              2016.7-0.3       all              Python3 version 
of the Olson timezone database
ii  python3-urllib3         1.19.1-1         all              HTTP library with 
thread-safe connection pooling for
ii  python3-zope.component  4.3.0-1          all              Zope Component 
Architecture
ii  python3-zope.event      4.2.0-1          all              Very basic event 
publishing system
ii  python3-zope.hookable   4.0.4-4+b2       amd64            Hookable object 
support
ii  python3-zope.interface  4.3.2-1          amd64            Interfaces for 
Python3
ii  python3.5               3.5.3-1+deb9u1   amd64            Interactive 
high-level object-oriented language (ver
ii  python3.5-minimal       3.5.3-1+deb9u1   amd64            Minimal subset of 
the Python language (version 3.5)
ii  qpdf                    6.0.0-2          amd64            tools for 
transforming and inspecting PDF files
ii  readline-common         7.0-3            all              GNU readline and 
history libraries, common files
ii  rear                    2.4-0            amd64            Relax-and-Recover 
is a bare metal disaster recovery
ii  rename                  0.20-4           all              Perl extension 
for renaming multiple files
ii  reportbug               7.1.7+deb9u2     all              reports bugs in 
the Debian distribution
ii  rpcbind                 0.2.3-0.6        amd64            converts RPC 
program numbers into universal addresse
ii  rrdtool                 1.6.0-1+b2       amd64            time-series data 
storage and display system (program
ii  rsyslog                 8.24.0-1         amd64            reliable system 
and kernel logging daemon
ii  samba                   2:4.5.16+dfsg-1+ amd64            SMB/CIFS file, 
print, and login server for Unix
ii  samba-common            2:4.5.16+dfsg-1+ all              common files used 
by both the Samba server and clien
ii  samba-common-bin        2:4.5.16+dfsg-1+ amd64            Samba common 
files used by both the server and the c
ii  samba-dsdb-modules      2:4.5.16+dfsg-1+ amd64            Samba Directory 
Services Database
ii  samba-libs:amd64        2:4.5.16+dfsg-1+ amd64            Samba core 
libraries
ii  samba-vfs-modules       2:4.5.16+dfsg-1+ amd64            Samba Virtual 
FileSystem plugins
ii  sane-utils              1.0.25-4.1       amd64            API library for 
scanners -- utilities
ii  screen                  4.5.0-6          amd64            terminal 
multiplexer with VT100/ANSI terminal emulat
ii  sed                     4.4-1            amd64            GNU stream editor 
for filtering/transforming text
ii  self-service-password   1.3-1            all              LDAP password 
change web interface
ii  sensible-utils          0.0.9+deb9u1     all              Utilities for 
sensible alternative selection
ii  sgml-base               1.29             all              SGML 
infrastructure and SGML catalog file support
ii  shared-mime-info        1.8-1+deb9u1     amd64            FreeDesktop.org 
shared MIME database and spec
ii  smbclient               2:4.5.16+dfsg-1+ amd64            command-line 
SMB/CIFS clients for Unix
ii  ssl-cert                1.0.39           all              simple debconf 
wrapper for OpenSSL
ii  startpar                0.59-3.1         amd64            run processes in 
parallel and multiplex their output
ii  sudo                    1.8.19p1-2.1     amd64            Provide limited 
super user privileges to specific us
ii  sysfsutils              2.1.0+repack-4+b amd64            sysfs query tool 
and boot-time setup
ii  syslinux                3:6.03+dfsg-14.1 amd64            collection of 
bootloaders (DOS FAT and NTFS bootload
ii  syslinux-common         3:6.03+dfsg-14.1 all              collection of 
bootloaders (common)
ii  systemd                 232-25+deb9u11   amd64            system and 
service manager
ii  systemd-sysv            232-25+deb9u11   amd64            system and 
service manager - SysV links
ii  sysv-rc                 2.88dsf-59.9     all              System-V-like 
runlevel change mechanism
ii  sysvinit                2.88dsf-59       amd64            System-V-like 
init utilities - transitional package
ii  sysvinit-utils          2.88dsf-59.9     amd64            System-V-like 
utilities
ii  tar                     1.29b-1.1        amd64            GNU version of 
the tar archiving utility
ii  task-english            3.39             all              General English 
environment
ii  task-ssh-server         3.39             all              SSH server
ii  tasksel                 3.39             all              tool for 
selecting tasks for installation on Debian
ii  tasksel-data            3.39             all              official tasks 
used for installation of Debian syste
ii  tcpd                    7.6.q-26         amd64            Wietse Venema's 
TCP wrapper utilities
ii  tcpdump                 4.9.2-1~deb9u1   amd64            command-line 
network traffic analyzer
ii  tdb-tools               1.3.11-2         amd64            Trivial Database 
- bundled binaries
ii  telnet                  0.17-41          amd64            basic telnet 
client
ii  tex-common              6.06             all              common 
infrastructure for building and installing Te
ii  texinfo                 6.3.0.dfsg.1-1+b amd64            Documentation 
system for on-line information and pri
ii  time                    1.7-25.1+b1      amd64            GNU time program 
for measuring CPU resource usage
ii  traceroute              1:2.1.0-2        amd64            Traces the route 
taken by packets over an IPv4/IPv6
ii  tzdata                  2019a-0+deb9u1   all              time zone and 
daylight-saving time data
ii  ucf                     3.0036           all              Update 
Configuration File(s): preserve user changes
ii  udev                    232-25+deb9u11   amd64            /dev/ and hotplug 
management daemon
ii  update-inetd            4.44             all              inetd 
configuration file updater
ii  util-linux              2.29.2-1+deb9u1  amd64            miscellaneous 
system utilities
ii  util-linux-locales      2.29.2-1+deb9u1  all              locales files for 
util-linux
ii  vim                     2:8.0.0197-4+deb amd64            Vi IMproved - 
enhanced vi editor
ii  vim-common              2:8.0.0197-4+deb all              Vi IMproved - 
Common files
ii  vim-runtime             2:8.0.0197-4+deb all              Vi IMproved - 
Runtime files
ii  vim-tiny                2:8.0.0197-4+deb amd64            Vi IMproved - 
enhanced vi editor - compact version
ii  w3m                     0.5.3-34+deb9u1  amd64            WWW browsable 
pager with excellent tables/frames sup
ii  wamerican               7.1-1            all              American English 
dictionary words for /usr/share/dic
ii  wget                    1.18-5+deb9u3    amd64            retrieves files 
from the web
ii  whiptail                0.52.19-1+b1     amd64            Displays 
user-friendly dialog boxes from shell scrip
ii  whois                   5.2.17~deb9u1    amd64            intelligent WHOIS 
client
ii  winbind                 2:4.5.16+dfsg-1+ amd64            service to 
resolve user and group information from W
ii  x11-common              1:7.7+19         all              X Window System 
(X.Org) infrastructure
ii  xauth                   1:1.0.9-1+b2     amd64            X authentication 
utility
ii  xdg-user-dirs           0.15-2+b1        amd64            tool to manage 
well known user directories
ii  xe-guest-utilities      7.9.0-1          amd64            Virtual Machine 
Monitoring Scripts
ii  xkb-data                2.19-1+deb9u1    all              X Keyboard 
Extension (XKB) configuration data
ii  xml-core                0.17             all              XML 
infrastructure and XML catalog file support
ii  xorriso                 1.4.6-1+b1       amd64            command line 
ISO-9660 and Rock Ridge manipulation to
ii  xxd                     2:8.0.0197-4+deb amd64            tool to make (or 
reverse) a hex dump
ii  xz-utils                5.2.2-1.2+b1     amd64            XZ-format 
compression utilities
ii  zabbix-agent            1:3.4.15-1+jessi amd64            Zabbix network 
monitoring solution - agent
ii  zabbix-release          3.4-1+jessie     all              Zabbix official 
repository configuration
ii  zlib1g:amd64            1:1.2.8.dfsg-5   amd64            compression 
library - runtime

Reply via email to