unable to install syslog-ng ubuntu 16.04
Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html> no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com> wrote:
Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi I thought about installing the deb file manually but i cant find the package file anywhere? Do u have a link to the file? Regards Simon Sent from my iPhone
On 5 Nov 2016, at 08:20, Scheidler, Balázs <balazs.scheidler@balabit.com> wrote:
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
<syslog-ng-abi> <syslog-ng-abi-3.8-0_3.8.1-1_all.deb> ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
That file I generated using Debian's equivs utility, and I attached both the file and the control file used to generate it. If you copy "syslog-ng-abi" as an attachment anywhere (it is a few lines of text), you can get the same deb file using # equivs syslog-ng-abi -- Bazsi On Sat, Nov 5, 2016 at 9:52 AM, <simonsmith5521@gmail.com> wrote:
Hi
I thought about installing the deb file manually but i cant find the package file anywhere?
Do u have a link to the file?
Regards
Simon
Sent from my iPhone
On 5 Nov 2016, at 08:20, Scheidler, Balázs <balazs.scheidler@balabit.com> wrote:
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com> wrote:
Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/ 023150.html
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
<syslog-ng-abi>
<syslog-ng-abi-3.8-0_3.8.1-1_all.deb>
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Forgive me I was viewing the email on my phone Didn’t see an attachment lol Will give it a try later and let you know how I get on regards Simon
On 5 Nov 2016, at 09:11, Scheidler, Balázs <balazs.scheidler@balabit.com> wrote:
That file I generated using Debian's equivs utility, and I attached both the file and the control file used to generate it.
If you copy "syslog-ng-abi" as an attachment anywhere (it is a few lines of text), you can get the same deb file using
# equivs syslog-ng-abi
-- Bazsi
On Sat, Nov 5, 2016 at 9:52 AM, <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi
I thought about installing the deb file manually but i cant find the package file anywhere?
Do u have a link to the file?
Regards
Simon
Sent from my iPhone
On 5 Nov 2016, at 08:20, Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> wrote:
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
<syslog-ng-abi> <syslog-ng-abi-3.8-0_3.8.1-1_all.deb> ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Laszlo Budai <laszlo.budai@outlook.com> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi, Im still no luck either :( Tried assorts but no luck regards Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi, Nope still same results :( root@syslog:/etc/apt/sources.list.d# apt install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:/etc/apt/sources.list.d# Simon
On 8 Nov 2016, at 16:41, Clayton Dukes <cdukes@logzilla.net> wrote:
Try this (from our kickstart script at http://logzilla.sh) <http://logzilla.sh)>
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key>" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
Do you currently have a version installed? Try removing it, then installing From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Date: Tuesday, November 8, 2016 at 11:45 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Nope still same results :( root@syslog:/etc/apt/sources.list.d# apt install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:/etc/apt/sources.list.d# Simon On 8 Nov 2016, at 16:41, Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> wrote: Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7bDISTRIB_RELEASE%7d> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7bDISTRIB_RELEASE%7d> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7bDISTRIB_RELEASE%7d/Release.key>" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hi, Nope I don’t have it installed either :( root@syslog:/etc/apt/sources.list.d# apt-get purge syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Package 'syslog-ng' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@syslog:/etc/apt/sources.list.d# apt-get remove syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Package 'syslog-ng' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@syslog:/etc/apt/sources.list.d# dpkg -l syslog-ng dpkg-query: no packages found matching syslog-ng root@syslog:/etc/apt/sources.list.d# dpkg -l | grep syslog-ng root@syslog:/etc/apt/sources.list.d# Simon
On 8 Nov 2016, at 16:46, Clayton Dukes <cdukes@logzilla.net> wrote:
Do you currently have a version installed? Try removing it, then installing
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Date: Tuesday, November 8, 2016 at 11:45 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Nope still same results :(
root@syslog:/etc/apt/sources.list.d# apt install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:/etc/apt/sources.list.d#
Simon
On 8 Nov 2016, at 16:41, Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> wrote:
Try this (from our kickstart script at http://logzilla.sh) <http://logzilla.sh)>
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7bDISTRIB_RELEASE%7d> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7bDISTRIB_RELEASE%7d> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7bDISTRIB_RELEASE%7d/Release.key>" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
I do exactly that using ansible. No luck. The problem is in the packaging itself. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Clayton Dukes <cdukes@logzilla.net> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :( (note: I am not a Balabit employee, just trying to help out) From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Varugis Kurien <vkurien@midfinsystems.com> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 I do exactly that using ansible. No luck. The problem is in the packaging itself. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Clayton Dukes <cdukes@logzilla.net> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Thank you for trying to help out anyways, If u remember how u got it installed it would be very helpful! regards Simon
On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net> wrote:
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :(
(note: I am not a Balabit employee, just trying to help out)
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
I do exactly that using ansible. No luck. The problem is in the packaging itself. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Try this (from our kickstart script at http://logzilla.sh) <http://logzilla.sh)>
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key>" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
Hi, I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it? My plan is to check the 16.04 issue on Friday. regards, Laszlo Budai On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com
wrote:
Thank you for trying to help out anyways,
If u remember how u got it installed it would be very helpful!
regards
Simon
On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net> wrote:
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :(
(note: I am not a Balabit employee, just trying to help out)
*From: *syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Varugis Kurien <vkurien@midfinsystems.com> *Reply-To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Date: *Tuesday, November 8, 2016 at 11:46 AM *To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Subject: *Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
I do exactly that using ansible. No luck. The problem is in the packaging itself. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Clayton Dukes <cdukes@logzilla.net> *Sent:* Tuesday, November 8, 2016 8:41:36 AM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Try this (from our kickstart script at http://logzilla.sh)
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_ budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_ budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_ budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
*From: *syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> *Reply-To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Date: *Tuesday, November 8, 2016 at 7:10 AM *To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Subject: *Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Laszlo Budai <laszlo.budai@outlook.com> *Sent:* Saturday, November 5, 2016 1:59:09 PM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ...
# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com> wrote:
Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/ documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/ documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/ documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Hello, I have just tried installing it from the "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbu... ./" repository on a fresh Xenial host With "apt-get install syslog-ng" it does not work for me too. But with "apt-get install syslog-ng syslog-ng-core" it works correctly for me. You should try using this workaround. Regards, Gergely Bodnar On Tue, Nov 8, 2016 at 9:42 PM Budai, László <laszlo.budai@balabit.com> wrote:
Hi,
I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it?
My plan is to check the 16.04 issue on Friday.
regards, Laszlo Budai
On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith < simonsmith5521@gmail.com> wrote:
Thank you for trying to help out anyways,
If u remember how u got it installed it would be very helpful!
regards
Simon
On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net> wrote:
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :(
(note: I am not a Balabit employee, just trying to help out)
*From: *syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Varugis Kurien <vkurien@midfinsystems.com> *Reply-To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Date: *Tuesday, November 8, 2016 at 11:46 AM *To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Subject: *Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
I do exactly that using ansible. No luck. The problem is in the packaging itself. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Clayton Dukes <cdukes@logzilla.net> *Sent:* Tuesday, November 8, 2016 8:41:36 AM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Try this (from our kickstart script at http://logzilla.sh)
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ " http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
*From: *syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> *Reply-To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Date: *Tuesday, November 8, 2016 at 7:10 AM *To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Subject: *Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Laszlo Budai <laszlo.budai@outlook.com> *Sent:* Saturday, November 5, 2016 1:59:09 PM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ...
# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com> wrote:
Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
--
*Gergely Bodnar* | syslog-ng Product Owner gergely.bodnar@balabit.com follow Balabit on: web <http://go.balabit.com/F9ZZ500bh0U013LX000VAE5> | blog <http://go.balabit.com/VZZi000AL90V300U55X1cE0> | linkedin <http://go.balabit.com/CZ100j0d50LU0EAZ3X09V05>| facebook <http://go.balabit.com/I090eUZ0551kEA3X0L0ZV00> | twitter <http://go.balabit.com/c0503X1U05EZ09AVl0ZfL00> *© BalaBit Corp.* Weiser Mazars 135 West 50th Street New York, NY 10020 USA
Hi Doesn’t work with my 16.04 yet, so I will hang fire! regards Simon
On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com> wrote:
Hi,
I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it?
My plan is to check the 16.04 issue on Friday.
regards, Laszlo Budai
On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Thank you for trying to help out anyways,
If u remember how u got it installed it would be very helpful!
regards
Simon
On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> wrote:
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :(
(note: I am not a Balabit employee, just trying to help out)
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
I do exactly that using ansible. No luck. The problem is in the packaging itself. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Try this (from our kickstart script at http://logzilla.sh) <http://logzilla.sh)>
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D/Release.key>" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
I can confirm that the workaround that Gergely mentioned works on a stock install of 16.04 where syslog-ng was never installed. I built the VM image using packer FWIW so no "by-hand" hacking was involved. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Sent: Wednesday, November 9, 2016 4:04:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi Doesn’t work with my 16.04 yet, so I will hang fire! regards Simon On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com<mailto:laszlo.budai@balabit.com>> wrote: Hi, I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it? My plan is to check the 16.04 issue on Friday. regards, Laszlo Budai On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Thank you for trying to help out anyways, If u remember how u got it installed it would be very helpful! regards Simon On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> wrote: Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :( (note: I am not a Balabit employee, just trying to help out) From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 I do exactly that using ansible. No luck. The problem is in the packaging itself. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D/Release.key>" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Possibly your previous installation is incomplete, therefore the workaround is not working. Try removing previous syslog-ng packages, then install it again: # dpkg -l | grep syslog-ng | cut -d " " -f 3 | xargs dpkg -r # apt-get install syslog-ng syslog-ng-core Regards, Gergely On Wed, Nov 9, 2016 at 7:58 PM Varugis Kurien <vkurien@midfinsystems.com> wrote: I can confirm that the workaround that Gergely mentioned works on a stock install of 16.04 where syslog-ng was never installed. I built the VM image using packer FWIW so no "by-hand" hacking was involved. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> *Sent:* Wednesday, November 9, 2016 4:04:36 AM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi Doesn’t work with my 16.04 yet, so I will hang fire! regards Simon On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com> wrote: Hi, I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it? My plan is to check the 16.04 issue on Friday. regards, Laszlo Budai On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com
wrote:
Thank you for trying to help out anyways, If u remember how u got it installed it would be very helpful! regards Simon On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net> wrote: Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :( (note: I am not a Balabit employee, just trying to help out) *From: *syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Varugis Kurien <vkurien@midfinsystems.com> *Reply-To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Date: *Tuesday, November 8, 2016 at 11:46 AM *To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Subject: *Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 I do exactly that using ansible. No luck. The problem is in the packaging itself. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Clayton Dukes <cdukes@logzilla.net> *Sent:* Tuesday, November 8, 2016 8:41:36 AM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ " http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng *From: *syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> *Reply-To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Date: *Tuesday, November 8, 2016 at 7:10 AM *To: *Syslog-ng users' and developers' mailing list < syslog-ng@lists.balabit.hu> *Subject: *Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Laszlo Budai <laszlo.budai@outlook.com> *Sent:* Saturday, November 5, 2016 1:59:09 PM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq -- *Gergely Bodnar* | syslog-ng Product Owner gergely.bodnar@balabit.com follow Balabit on: web <http://go.balabit.com/F9ZZ500bh0U013LX000VAE5> | blog <http://go.balabit.com/VZZi000AL90V300U55X1cE0> | linkedin <http://go.balabit.com/CZ100j0d50LU0EAZ3X09V05>| facebook <http://go.balabit.com/I090eUZ0551kEA3X0L0ZV00> | twitter <http://go.balabit.com/c0503X1U05EZ09AVl0ZfL00> *© BalaBit Corp.* Weiser Mazars 135 West 50th Street New York, NY 10020 USA
Hi, Was the any update on install syslog-ng on ubuntu 16.04? I can install syslog-ng 3.5.6 fine from the ubuntu apt But I would rather use the latest version 3.8 from the unofficial repo Im still having no luck installing it however :( regards Simon
On 9 Nov 2016, at 18:58, Varugis Kurien <vkurien@midfinsystems.com> wrote:
I can confirm that the workaround that Gergely mentioned works on a stock install of 16.04 where syslog-ng was never installed. I built the VM image using packer FWIW so no "by-hand" hacking was involved. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Wednesday, November 9, 2016 4:04:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi
Doesn’t work with my 16.04 yet, so I will hang fire!
regards
Simon
On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com <mailto:laszlo.budai@balabit.com>> wrote:
Hi,
I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it?
My plan is to check the 16.04 issue on Friday.
regards, Laszlo Budai
On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Thank you for trying to help out anyways,
If u remember how u got it installed it would be very helpful!
regards
Simon
On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> wrote:
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :(
(note: I am not a Balabit employee, just trying to help out)
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
I do exactly that using ansible. No luck. The problem is in the packaging itself. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Try this (from our kickstart script at http://logzilla.sh) <http://logzilla.sh)>
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D/Release.key>" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
Hi, unfortunately I had tons of todos, so I could check it only on Sunday : my idea is to eliminate the circular dependency by removing the problematic package, so the mod-journal will be part of syslog-ng-core. (syslog-ng-core depends on mod-journal and mod-journal depends on a virtual package provided by the syslog-ng-core... I've already made this change but unfortunately there is an OBS issue ... I'm trying to fix that during this week. regards, Laszlo Budai On Mon, Nov 14, 2016 at 11:03 AM +0100, "Simon Mousey Smith" <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi, Was the any update on install syslog-ng on ubuntu 16.04? I can install syslog-ng 3.5.6 fine from the ubuntu apt But I would rather use the latest version 3.8 from the unofficial repo Im still having no luck installing it however :( regards Simon On 9 Nov 2016, at 18:58, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: I can confirm that the workaround that Gergely mentioned works on a stock install of 16.04 where syslog-ng was never installed. I built the VM image using packer FWIW so no "by-hand" hacking was involved. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Sent: Wednesday, November 9, 2016 4:04:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi Doesn’t work with my 16.04 yet, so I will hang fire! regards Simon On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com<mailto:laszlo.budai@balabit.com>> wrote: Hi, I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it? My plan is to check the 16.04 issue on Friday. regards, Laszlo Budai On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Thank you for trying to help out anyways, If u remember how u got it installed it would be very helpful! regards Simon On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> wrote: Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :( (note: I am not a Balabit employee, just trying to help out) From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 I do exactly that using ansible. No luck. The problem is in the packaging itself. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D/Release.key>" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first. How do you build your U16.04 images? Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Was the any update on install syslog-ng on ubuntu 16.04? I can install syslog-ng 3.5.6 fine from the ubuntu apt But I would rather use the latest version 3.8 from the unofficial repo Im still having no luck installing it however :( regards Simon On 9 Nov 2016, at 18:58, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: I can confirm that the workaround that Gergely mentioned works on a stock install of 16.04 where syslog-ng was never installed. I built the VM image using packer FWIW so no "by-hand" hacking was involved. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Sent: Wednesday, November 9, 2016 4:04:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi Doesn’t work with my 16.04 yet, so I will hang fire! regards Simon On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com<mailto:laszlo.budai@balabit.com>> wrote: Hi, I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it? My plan is to check the 16.04 issue on Friday. regards, Laszlo Budai On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Thank you for trying to help out anyways, If u remember how u got it installed it would be very helpful! regards Simon On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> wrote: Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :( (note: I am not a Balabit employee, just trying to help out) From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 I do exactly that using ansible. No luck. The problem is in the packaging itself. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net<mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Try this (from our kickstart script at http://logzilla.sh) # Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key<http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D/Release.key>" | \ sudo apt-key add - >/dev/null apt update apt install syslog-ng From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Im still no luck either :( Tried assorts but no luck regards Simon On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com<mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, in docker it is not working... I'll try to fix this issue. regards, Laszlo Budai _____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu<mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu<mailto:syslog-ng@lists.balabit.hu>> Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line. Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that. I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works. It goes like this: # dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n] The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set. The abi package here is just a fake one, I'll make sure this packaging issue gets fixed. -- Bazsi On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Hi All has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ? I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html no matter what packages i try to install it just won’t work any ideas? root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# regards Simon - Hestor Ltd ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are rebuild for us Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
On 9 Nov 2016, at 18:58, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
I can confirm that the workaround that Gergely mentioned works on a stock install of 16.04 where syslog-ng was never installed. I built the VM image using packer FWIW so no "by-hand" hacking was involved. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Wednesday, November 9, 2016 4:04:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi
Doesn’t work with my 16.04 yet, so I will hang fire!
regards
Simon
On 8 Nov 2016, at 20:42, Budai, László <laszlo.budai@balabit.com <mailto:laszlo.budai@balabit.com>> wrote:
Hi,
I've built packages of syslog-ng for Ubuntu 16.10 (it worked for me). Could someone test it?
My plan is to check the 16.04 issue on Friday.
regards, Laszlo Budai
On Tue, Nov 8, 2016 at 5:50 PM, Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Thank you for trying to help out anyways,
If u remember how u got it installed it would be very helpful!
regards
Simon
On 8 Nov 2016, at 16:49, Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> wrote:
Our customers are installing it (as are we in test servers) without any problems. I did, however, have this problem several months ago but have no seen it since. Sadly, I don't remember how I fixed it. Sorry :(
(note: I am not a Balabit employee, just trying to help out)
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 11:46 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
I do exactly that using ansible. No luck. The problem is in the packaging itself. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Clayton Dukes <cdukes@logzilla.net <mailto:cdukes@logzilla.net>> Sent: Tuesday, November 8, 2016 8:41:36 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Try this (from our kickstart script at http://logzilla.sh) <http://logzilla.sh)>
# Syslog-ng Repo: source /etc/lsb-release grep -q "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ /etc/apt/sources.list /etc/apt/sources.list.d/*.list || \ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE} <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D> ./" \ > /etc/apt/sources.list.d/syslog-ng.list apt-key list | grep -q laszlo_budai:syslog-ng || wget -qO- \ "http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_${DISTRIB_RELEASE}/Release.key <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_$%7BDISTRIB_RELEASE%7D/Release.key>" | \ sudo apt-key add - >/dev/null
apt update apt install syslog-ng
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Reply-To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Date: Tuesday, November 8, 2016 at 7:10 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>> Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Im still no luck either :(
Tried assorts but no luck
regards
Simon
On 8 Nov 2016, at 12:10, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Hi Laszlo, Have you been able to get this to work? I am in exactly the same position as Simon - I need the ability to parse Linux audit logs in syslog-ng. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Laszlo Budai <laszlo.budai@outlook.com <mailto:laszlo.budai@outlook.com>> Sent: Saturday, November 5, 2016 1:59:09 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi, in docker it is not working... I'll try to fix this issue.
regards, Laszlo Budai
_____________________________ From: Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> Sent: Saturday, November 5, 2016 9:21 AM Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04n To: László Budai <lbudai@balabit.hu <mailto:lbudai@balabit.hu>>, Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu <mailto:syslog-ng@lists.balabit.hu>>
Indeed, I think the problem is that syslog-ng core depends on syslog-ng-mod-journal, which recursively depends on syslog-ng-core through a Provides line.
Hmm.. the funny part that a week ago I successfully installed the same package on one of my servers, but now in a clean docker container I couldn't do that.
I have a workaround, attached you'll find an equivs compatible control file, that provides the missing dependency, once that is installed, "apt-get install syslog-ng" works.
It goes like this:
# dpkg -i syslog-ng-abi-3.8-0_3.8.1-1_all.deb Selecting previously unselected package syslog-ng-abi-3.8-0. (Reading database ... 7256 files and directories currently installed.) Preparing to unpack syslog-ng-abi-3.8-0_3.8.1-1_all.deb ... Unpacking syslog-ng-abi-3.8-0 (3.8.1-1) ... Setting up syslog-ng-abi-3.8-0 (3.8.1-1) ... # apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-mod-journal tcpd xdg-user-dirs xml-core Suggested packages: anacron checksecurity exim4 | postfix | mail-transport-agent mailx sgml-base-doc syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-smtp syslog-ng-mod-amqp syslog-ng-mod-geoip syslog-ng-mod-redis syslog-ng-mod-stomp syslog-ng-mod-riemann syslog-ng-mod-graphite syslog-ng-mod-python syslog-ng-mod-java syslog-ng-mod-java-common-lib syslog-ng-mod-elastic syslog-ng-mod-hdfs syslog-ng-mod-kafka syslog-ng-mod-http syslog-ng-mod-curl syslog-ng-mod-kvformat syslog-ng-mod-add-contextual-data debhelper The following NEW packages will be installed: cron libevtlog0 libffi6 libglib2.0-0 libglib2.0-data libicu55 libivykis0 libnet1 libpopt0 libssl1.0.0 libwrap0 libxml2 logrotate sgml-base shared-mime-info syslog-ng-core syslog-ng-mod-journal tcpd xdg-user-dirs xml-core 0 upgraded, 20 newly installed, 0 to remove and 11 not upgraded. Need to get 11.9 MB of archives. After this operation, 49.5 MB of additional disk space will be used. Do you want to continue? [Y/n]
The "syslog-ng-core" package only contains a subset of the syslog-ng package, pulling in a smaller set of dependencies, whereas syslog-ng is the full set.
The abi package here is just a fake one, I'll make sure this packaging issue gets fixed.
-- Bazsi
On Thu, Nov 3, 2016 at 10:25 PM, Simon Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Hi All
has anyone been able to install syslog-ng 3.8 successfully on ubuntu 16.04 ?
I’m using the link from the mailing list a few months ago but again no luck - http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html <http://lists.balabit.hu/pipermail/syslog-ng/2016-August/023150.html>
no matter what packages i try to install it just won’t work
any ideas?
root@syslog:~# apt-get install syslog-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng : Depends: syslog-ng-core (>= 3.8.1) but it is not going to be installed Depends: syslog-ng-mod-sql but it is not going to be installed Depends: syslog-ng-mod-mongodb but it is not going to be installed Depends: syslog-ng-mod-json but it is not going to be installed Recommends: syslog-ng-mod-journal but it is not going to be installed Recommends: syslog-ng-mod-smtp but it is not going to be installed Recommends: syslog-ng-mod-amqp but it is not going to be installed Recommends: syslog-ng-mod-geoip but it is not going to be installed Recommends: syslog-ng-mod-redis but it is not going to be installed Recommends: syslog-ng-mod-stomp but it is not going to be installed Recommends: syslog-ng-mod-riemann but it is not going to be installed Recommends: syslog-ng-mod-graphite but it is not going to be installed Recommends: syslog-ng-mod-python but it is not going to be installed Recommends: syslog-ng-mod-java but it is not going to be installed Recommends: syslog-ng-mod-java-common-lib but it is not going to be installed Recommends: syslog-ng-mod-elastic but it is not going to be installed Recommends: syslog-ng-mod-hdfs but it is not going to be installed Recommends: syslog-ng-mod-kafka but it is not going to be installed Recommends: syslog-ng-mod-http but it is not going to be installed Recommends: syslog-ng-mod-curl but it is not going to be installed Recommends: syslog-ng-mod-kvformat but it is not going to be installed Recommends: syslog-ng-mod-add-contextual-data but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-core Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-core : Depends: syslog-ng-mod-journal but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~# apt-get install syslog-ng syslog-ng-core syslog-ng-mod-sql syslog-ng-mod-mongodb syslog-ng-mod-json syslog-ng-mod-journal Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: syslog-ng-mod-journal : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-json : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-mongodb : Depends: syslog-ng-abi-3.8-0 but it is not installable syslog-ng-mod-sql : Depends: syslog-ng-abi-3.8-0 but it is not installable E: Unable to correct problems, you have held broken packages. root@syslog:~#
regards
Simon - Hestor Ltd
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us Is the any update on this at all? Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago. -- Bazsi On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith < simonsmith5521@gmail.com> wrote:
Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us
Is the any update on this at all?
Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> *Sent:* Monday, November 14, 2016 2:03:09 AM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Is it bad to say I watch that webpage every day and every week, waiting for an update :( But his recent builds have failed because according to the build logs, the machines are all missing ‘automake' [ 127s] /usr/src/packages/BUILD/missing: line 81: automake-1.14: command not found [ 127s] WARNING: 'automake-1.14' is missing on your system. [ 127s] debian/rules:239: recipe for target 'build' failed regards Simon
On 17 Nov 2016, at 16:44, Scheidler, Balázs <balazs.scheidler@balabit.com> wrote:
You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago.
-- Bazsi
On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us
Is the any update on this at all?
Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
hi, it is enough to poll obs website once a week as that is my personal project(as this obs repository is not an official Balabit repository...) and nowadays I'm working on that only in my freetime (weekend, late evenings...). Maybe you could try those packages on a ubuntu 16.10(as I also built syslog-ng for that version of ubuntu). L. On Thu, Nov 17, 2016 at 5:50 PM +0100, "Simon Mousey Smith" <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Is it bad to say I watch that webpage every day and every week, waiting for an update :( But his recent builds have failed because according to the build logs, the machines are all missing 'automake' [ 127s] /usr/src/packages/BUILD/missing: line 81: automake-1.14: command not found [ 127s] WARNING: 'automake-1.14' is missing on your system. [ 127s] debian/rules:239: recipe for target 'build' failed regards Simon On 17 Nov 2016, at 16:44, Scheidler, Bal?zs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> wrote: You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago. -- Bazsi On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us Is the any update on this at all? Simon On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first. How do you build your U16.04 images? Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Was the any update on install syslog-ng on ubuntu 16.04? I can install syslog-ng 3.5.6 fine from the ubuntu apt But I would rather use the latest version 3.8 from the unofficial repo Im still having no luck installing it however :( regards Simon ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Can we help somehow? Is it possible to clone this repo or to update it somehow. I do have some time sometimes and I could do minor stuff here and there even packaging wise. On Nov 18, 2016 7:42 AM, "Laszlo Budai" <laszlo.budai@outlook.com> wrote:
hi,
it is enough to poll obs website once a week as that is my personal project(as this obs repository is not an official Balabit repository...) and nowadays I'm working on that only in my freetime (weekend, late evenings...).
Maybe you could try those packages on a ubuntu 16.10(as I also built syslog-ng for that version of ubuntu).
L.
On Thu, Nov 17, 2016 at 5:50 PM +0100, "Simon Mousey Smith" < simonsmith5521@gmail.com> wrote:
Is it bad to say I watch that webpage every day and every week, waiting for an update :(
But his recent builds have failed because according to the build logs, the machines are all missing ‘automake'
[ 127s] /usr/src/packages/BUILD/missing: line 81: automake-1.14: command not found [ 127s] WARNING: 'automake-1.14' is missing on your system. [ 127s] debian/rules:239: recipe for target 'build' failed
regards
Simon
On 17 Nov 2016, at 16:44, Scheidler, Balázs <balazs.scheidler@balabit.com> wrote:
You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago.
-- Bazsi
On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith < simonsmith5521@gmail.com> wrote:
Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us
Is the any update on this at all?
Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. ------------------------------ *From:* syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> *Sent:* Monday, November 14, 2016 2:03:09 AM *To:* Syslog-ng users' and developers' mailing list *Subject:* Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product= syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
____________________________________________________________ __________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/? product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Well ive had some progress! Managed to get a manual build working, but it didn’t copy any files over anywhere and had to run it manually, groan But I’ve also managed to get the DEB files installed from http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbu... <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_16.04/amd64/> 1. Remove rsyslog ( apt-get purge rsyslog ) 2. Download the following packages from url above with wget libevtlog0_0.2.12-6_amd64.deb libivykis0_0.36.3-1_amd64.deb syslog-ng-core_3.8.1-1_amd64.deb syslog-ng-mod-journal_3.8.1-1_amd64.deb syslog-ng-mod-sql_3.8.1-1_amd64.deb 3. Then simply installed them all ( dpkg -i * ) 4. And BOOM it worked :) Ok il have to manually install the updated deb when available but at least it works! Regards Simon
On 17 Nov 2016, at 16:44, Scheidler, Balázs <balazs.scheidler@balabit.com> wrote:
You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago.
-- Bazsi
On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us
Is the any update on this at all?
Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Didn't you install syslog-ng as well? It was missing from your dpkg list. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com> Sent: Thursday, November 17, 2016 9:24:14 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Well ive had some progress! Managed to get a manual build working, but it didn't copy any files over anywhere and had to run it manually, groan But I've also managed to get the DEB files installed from http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbu... 1. Remove rsyslog ( apt-get purge rsyslog ) 2. Download the following packages from url above with wget libevtlog0_0.2.12-6_amd64.deb libivykis0_0.36.3-1_amd64.deb syslog-ng-core_3.8.1-1_amd64.deb syslog-ng-mod-journal_3.8.1-1_amd64.deb syslog-ng-mod-sql_3.8.1-1_amd64.deb 3. Then simply installed them all ( dpkg -i * ) 4. And BOOM it worked :) Ok il have to manually install the updated deb when available but at least it works! Regards Simon On 17 Nov 2016, at 16:44, Scheidler, Bal?zs <balazs.scheidler@balabit.com<mailto:balazs.scheidler@balabit.com>> wrote: You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago. -- Bazsi On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> wrote: Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us Is the any update on this at all? Simon On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com<mailto:vkurien@midfinsystems.com>> wrote: Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first. How do you build your U16.04 images? Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. ________________________________ From: syslog-ng <syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com<mailto:simonsmith5521@gmail.com>> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04 Hi, Was the any update on install syslog-ng on ubuntu 16.04? I can install syslog-ng 3.5.6 fine from the ubuntu apt But I would rather use the latest version 3.8 from the unofficial repo Im still having no luck installing it however :( regards Simon ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Strangely enough the isn’t a package called syslog-ng on its own only syslog-ng-* ? The packages seem to follow this patten: syslog-ng-core syslog-ng-dbg syslog-ng-dev syslog-ng-mod-* regards Simon
On 17 Nov 2016, at 18:29, Varugis Kurien <vkurien@midfinsystems.com> wrote:
Didn't you install syslog-ng as well? It was missing from your dpkg list. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Thursday, November 17, 2016 9:24:14 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Well ive had some progress!
Managed to get a manual build working, but it didn’t copy any files over anywhere and had to run it manually, groan
But I’ve also managed to get the DEB files installed from http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbu... <http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_16.04/amd64/>
1. Remove rsyslog ( apt-get purge rsyslog ) 2. Download the following packages from url above with wget libevtlog0_0.2.12-6_amd64.deb libivykis0_0.36.3-1_amd64.deb syslog-ng-core_3.8.1-1_amd64.deb syslog-ng-mod-journal_3.8.1-1_amd64.deb syslog-ng-mod-sql_3.8.1-1_amd64.deb 3. Then simply installed them all ( dpkg -i * ) 4. And BOOM it worked :)
Ok il have to manually install the updated deb when available but at least it works!
Regards
Simon
On 17 Nov 2016, at 16:44, Scheidler, Balázs <balazs.scheidler@balabit.com <mailto:balazs.scheidler@balabit.com>> wrote:
You may notice that Laszlo said he had a few updated packages to test in his OBS repo a few emails ago.
-- Bazsi
On Thu, Nov 17, 2016 at 5:30 PM, Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> wrote: Our 16.04 images are OpenVZ Containers AND LXC Containers, so they are prebuild for us
Is the any update on this at all?
Simon
On 14 Nov 2016, at 17:05, Varugis Kurien <vkurien@midfinsystems.com <mailto:vkurien@midfinsystems.com>> wrote:
Simon, I was able to get 16.04 work with a clean build using the standard ISO image. I had to install syslog-ng-core first.
How do you build your U16.04 images?
Unfortunately Ubuntu 12.04 still doesn't work due to sylog-ng-mod-python package being incorrect. I worked around this by fixing the preinst in the package and generating a new one for now. From: syslog-ng <syslog-ng-bounces@lists.balabit.hu <mailto:syslog-ng-bounces@lists.balabit.hu>> on behalf of Simon Mousey Smith <simonsmith5521@gmail.com <mailto:simonsmith5521@gmail.com>> Sent: Monday, November 14, 2016 2:03:09 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] unable to install syslog-ng ubuntu 16.04
Hi,
Was the any update on install syslog-ng on ubuntu 16.04?
I can install syslog-ng 3.5.6 fine from the ubuntu apt
But I would rather use the latest version 3.8 from the unofficial repo
Im still having no luck installing it however :(
regards
Simon
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng <https://lists.balabit.hu/mailman/listinfo/syslog-ng> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng <http://www.balabit.com/support/documentation/?product=syslog-ng> FAQ: http://www.balabit.com/wiki/syslog-ng-faq <http://www.balabit.com/wiki/syslog-ng-faq>
participants (9)
-
Budai, László
-
Clayton Dukes
-
Gergely Bodnár
-
Laszlo Budai
-
Scheidler, Balázs
-
Simon Mousey Smith
-
Simon Smith
-
simonsmith5521@gmail.com
-
Varugis Kurien