kernel 4.13 rawhide

2017-07-20 Thread Dominik Kucher
If i try to update my rawhide test engine i get a gpg key error at
kernel 4.13
"Importing the key has not helped, wrong key?"

=
Package Arch Version Paketquelle Größe
=
Installieren:
kernel i686 4.13.0-0.rc1.git1.1.fc27 rawhide 65 k
kernel-core i686 4.13.0-0.rc1.git1.1.fc27 rawhide 21 M
kernel-modules i686 4.13.0-0.rc1.git1.1.fc27 rawhide 23 M
Entfernen:
kernel i686 4.10.0-0.rc4.git1.1.fc26 @rawhide 0
kernel-core i686 4.10.0-0.rc4.git1.1.fc26 @rawhide 52 M
kernel-modules i686 4.10.0-0.rc4.git1.1.fc26 @rawhide 21 M
kernel-modules-extra i686 4.10.0-0.rc4.git1.1.fc26 @rawhide 2.1 M

Transaktionsübersicht
=
Installieren 3 Pakete
Entfernen 4 Pakete

Gesamtgröße: 44 M
Pakete werden heruntergeladen:
[SKIPPED] kernel-core-4.13.0-0.rc1.git1.1.fc27.i686.rpm: Already downloaded
[SKIPPED] kernel-4.13.0-0.rc1.git1.1.fc27.i686.rpm: Already downloaded
[SKIPPED] kernel-modules-4.13.0-0.rc1.git1.1.fc27.i686.rpm: Already
downloaded
Warnung:
/var/cache/dnf/rawhide-6cb74b5c20b9e175/packages/kernel-core-4.13.0-0.rc1.git1.1.fc27.i686.rpm:
Header V3 RSA/SHA256 Signature, Schlüssel-ID f5282ee4: NOKEY
Importing GPG key 0x64DAB85D:
Userid : "Fedora 26 Primary (26) <fedora-26-prim...@fedoraproject.org>"
Fingerprint: E641 850B 77DF 4353 78D1 D7E2 812A 6B4B 64DA B85D
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-i386
Schlüssel erfolgreich importiert
Importieren der Schlüssel hat nicht geholfen, falsche Schlüssel?
Fehler:


Öffentlicher Schlüssel für kernel-core-4.13.0-0.rc1.git1.1.fc27.i686.rpm
ist nicht installiertFehlgeschlagenes Paket ist:
kernel-core-4.13.0-0.rc1.git1.1.fc27.i686
GPG-Schlüssel sind eingerichtet als:
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-i386


-- 
Dominik Kucher
A-2130 Mistelbach, Ebendorferstraße 7/2/3
p: +43 (0) 720 511 941
f: +43 (0) 1 34242 289967
m: +43 (0) 676 57 68 677




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: pure-ftpd 1.0.46 released!

2017-07-12 Thread Dominik Kucher
i have build it about a month 
it runs on my fedora 25 without problems

the bug numbers are not valid

--
[root@srv-dksoft:]# rpm -qa | grep pure-ftpd
pure-ftpd-1.0.46-6.fc25.20170611.dk.x86_64

---
[builduser@buildsrv:]$cat pure-ftpd.spec
Name:  pure-ftpd
Version:   1.0.46
Release:   7%{?dist}
Summary:   Lightweight, fast and secure FTP server
Group: System Environment/Daemons
License:   BSD
URL:   https://www.pureftpd.org/project/pure-ftpd
Source0:   %{name}-%{version}.tar.bz2
Source1:   %{name}.service

Provides:  ftpserver
BuildRequires: pam-devel
BuildRequires: perl
BuildRequires: python
BuildRequires: libcap-devel
BuildRequires: mariadb-devel
BuildRequires: checkpolicy
Requires:  usermode

%description
Pure-FTPd is a fast, production-quality, standard-comformant FTP server,
based upon Troll-FTPd. Unlike other popular FTP servers, it has no known
security flaw, it is really trivial to set up and it is especially designed
for modern Linux and FreeBSD kernels.

%prep
%setup -q


%build
export CFLAGS="%{optflags} -fPIE -fuse-ld=gold -fuse-linker-plugin"
export CXXFLAGS="$CFLAGS"
export FFLAGS="$CFLAGS"
export CC="gcc $CFLAGS"
export LDFLAGS="-Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack -pie $CFLAGS"
%configure  \
 --sysconfdir=%{_sysconfdir}/%{name} \
 --with-capabilities \
 --with-sendfile \
 --with-paranoidmsg \
 --with-altlog \
 --with-puredb \
 --with-pam \
 --with-throttling \
 --with-virtualhosts \
 --with-virtualchroot \
 --with-diraliases \
 --with-mysql \
 --with-privsep \
 --with-rfc2640 \
 --with-boring \
 --without-inetd \
 --without-sysquotas \
 --without-uploadscript \
 --without-ratios \
 --without-quotas \
 --without-ftpwho \
 --without-implicittls \
 --without-tls \
 --without-ldap \
 --without-pgsql \
 --without-peruserlimits \
 --without-usernames \
 --without-bonjour \
 --without-humor \
 --without-inetd \
 --without-debug
%{__make} %{?_smp_mflags}

%install
make install-strip DESTDIR=%{buildroot}
install -d -m 755 %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
rm %{buildroot}%{_sbindir}/pure-ftpwho
%{buildroot}%{_sbindir}/pure-uploadscript
rm -rf %{buildroot}%{_mandir} %{buildroot}%{_sysconfdir}/%{name}

%post
%systemd_post

%files
%{_bindir}/pure-*
%{_sbindir}/pure-*
%{_unitdir}/%{name}.service



[root@srv-dksoft:]# cat /etc/systemd/system/pure-ftpd.service
[Unit]
Description=Pure-FTPd Server

[Service]
Type=forking
ExecStart=/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf --daemonize
Restart=always
RestartSec=1

PrivateTmp=yes
PrivateDevices=yes
CapabilityBoundingSet=~CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT
CAP_SYS_MODULE CAP_SYS_PTRACE
RestrictAddressFamilies=AF_LOCAL AF_INET AF_INET6
SystemCallArchitectures=x86-64
SystemCallFilter=~acct modify_ldt add_key adjtimex clock_adjtime
delete_module fanotify_init finit_module get_mempolicy init_module
io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp
kexec_load keyctl lookup_dcookie mbind migrate_pages mount move_pages
open_by_handle_at perf_event_open pivot_root process_vm_readv
process_vm_writev ptrace remap_file_pages request_key set_mempolicy
swapoff swapon umount2 uselib vmsplice

ReadOnlyDirectories=/etc
ReadOnlyDirectories=/usr
ReadOnlyDirectories=/var/lib

InaccessibleDirectories=-/boot
InaccessibleDirectories=-/media
InaccessibleDirectories=-/root
InaccessibleDirectories=-/etc/dbus-1
InaccessibleDirectories=-/etc/modprobe.d
InaccessibleDirectories=-/etc/modules-load.d
InaccessibleDirectories=-/etc/sysctl.d
InaccessibleDirectories=-/run/console
InaccessibleDirectories=-/run/dbus
InaccessibleDirectories=-/run/lock
InaccessibleDirectories=-/run/mount
InaccessibleDirectories=-/run/systemd/generator
InaccessibleDirectories=-/run/systemd/system
InaccessibleDirectories=-/run/systemd/users
InaccessibleDirectories=-/run/udev
InaccessibleDirectories=-/run/user
InaccessibleDirectories=-/usr/local/scripts
InaccessibleDirectories=-/var/lib/dbus
InaccessibleDirectories=-/var/lib/dnf
InaccessibleDirectories=-/var/lib/rpm
InaccessibleDirectories=-/var/lib/systemd
InaccessibleDirectories=-/var/lib/yum
InaccessibleDirectories=-/var/spool

InaccessibleDirectories=-/etc/httpd
InaccessibleDirectories=-/etc/postfix
InaccessibleDirectories=-/etc/ssh

InaccessibleDirectories=-/data/backup
InaccessibleDirectories=-/data/dokuments/
InaccessibleDirectories=-/data/scripts
InaccessibleDirectories=-/server/vmware


Re: pure-ftpd 1.0.46 released!

2017-07-12 Thread Dominik Kucher
bug report -> https://bugzilla.redhat.com/show_bug.cgi?id=1470184

Dominik Kucher schrieb am 2017-07-12 um 15:26:
> Vascom schrieb am 2017-07-12 um 10:21:
>> I am builded
>> it https://koji.fedoraproject.org/koji/taskinfo?taskID=20472651
>> You can try this build and check it functionality.
>>
>> Also I can try tslk with maintainers and may be gone comaintainer.
>> Then I will update package in repos.
>>
>> ср, 12 июл. 2017 г. в 9:11, Petr Pisar <ppi...@redhat.com
>> <mailto:ppi...@redhat.com>>:
>>
>> On 2017-07-11, Vascom <vasc...@gmail.com
>> <mailto:vasc...@gmail.com>> wrote:
>> > Dominik, are you try communicate with it's maintainers?
>> >
>> Surely they know about it
>> <https://bugzilla.redhat.com/show_bug.cgi?id=1361928> but their
>> package
>> is broken since Fedora 26
>> <https://bugzilla.redhat.com/show_bug.cgi?id=1424112>.
>>
>> -- Petr
>> ___
>> devel mailing list -- devel@lists.fedoraproject.org
>> <mailto:devel@lists.fedoraproject.org>
>> To unsubscribe send an email to
>> devel-le...@lists.fedoraproject.org
>> <mailto:devel-le...@lists.fedoraproject.org>
>>
>>
>>
>> ___
>> devel mailing list -- devel@lists.fedoraproject.org
>> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> i have build it about a month :-)
> it runs on my fedora 25 without problems
>
> the bug numbers are not valid
>
> --
> [root@srv-dksoft:]# rpm -qa | grep pure-ftpd
> pure-ftpd-1.0.46-6.fc25.20170611.dk.x86_64
>
> ---
> [builduser@buildsrv:]$cat pure-ftpd.spec
> Name:  pure-ftpd
> Version:   1.0.46
> Release:   7%{?dist}
> Summary:   Lightweight, fast and secure FTP server
> Group: System Environment/Daemons
> License:   BSD
> URL:   https://www.pureftpd.org/project/pure-ftpd
> Source0:   %{name}-%{version}.tar.bz2
> Source1:   %{name}.service
>
> Provides:  ftpserver
> BuildRequires: pam-devel
> BuildRequires: perl
> BuildRequires: python
> BuildRequires: libcap-devel
> BuildRequires: mariadb-devel
> BuildRequires: checkpolicy
> Requires:  usermode
>
> %description
> Pure-FTPd is a fast, production-quality, standard-comformant FTP server,
> based upon Troll-FTPd. Unlike other popular FTP servers, it has no known
> security flaw, it is really trivial to set up and it is especially designed
> for modern Linux and FreeBSD kernels.
>
> %prep
> %setup -q
>
>
> %build
> export CFLAGS="%{optflags} -fPIE -fuse-ld=gold -fuse-linker-plugin"
> export CXXFLAGS="$CFLAGS"
> export FFLAGS="$CFLAGS"
> export CC="gcc $CFLAGS"
> export LDFLAGS="-Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack -pie $CFLAGS"
> %configure  \
>  --sysconfdir=%{_sysconfdir}/%{name} \
>  --with-capabilities \
>  --with-sendfile \
>  --with-paranoidmsg \
>  --with-altlog \
>  --with-puredb \
>  --with-pam \
>  --with-throttling \
>  --with-virtualhosts \
>  --with-virtualchroot \
>  --with-diraliases \
>  --with-mysql \
>  --with-privsep \
>  --with-rfc2640 \
>  --with-boring \
>  --without-inetd \
>  --without-sysquotas \
>  --without-uploadscript \
>  --without-ratios \
>  --without-quotas \
>  --without-ftpwho \
>  --without-implicittls \
>  --without-tls \
>  --without-ldap \
>  --without-pgsql \
>  --without-peruserlimits \
>  --without-usernames \
>  --without-bonjour \
>  --without-humor \
>  --without-inetd \
>  --without-debug
> %{__make} %{?_smp_mflags}
>
> %install
> make install-strip DESTDIR=%{buildroot}
> install -d -m 755 %{buildroot}%{_unitdir}
> install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
> install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
> rm %{buildroot}%{_sbindir}/pure-ftpwho
> %{buildroot}%{_sbindir}/pure-uploadscript
> rm -rf %{buildroot}%{_mandir} %{buildroot}%{_sysconfdir}/%{name}
>
> %post
> %systemd_post
>
> %files
> %{_bindir}/pure-*
> %{_sbindir}/pure-*
> %{_unitdir}/%{name}.service
>
> 

Re: pure-ftpd 1.0.46 released!

2017-07-12 Thread Dominik Kucher
ve_pages
open_by_handle_at perf_event_open pivot_root process_vm_readv
process_vm_writev ptrace remap_file_pages request_key set_mempolicy
swapoff swapon umount2 uselib vmsplice

ReadOnlyDirectories=/etc
ReadOnlyDirectories=/usr
ReadOnlyDirectories=/var/lib

InaccessibleDirectories=-/boot
InaccessibleDirectories=-/media
InaccessibleDirectories=-/root
InaccessibleDirectories=-/etc/dbus-1
InaccessibleDirectories=-/etc/modprobe.d
InaccessibleDirectories=-/etc/modules-load.d
InaccessibleDirectories=-/etc/sysctl.d
InaccessibleDirectories=-/run/console
InaccessibleDirectories=-/run/dbus
InaccessibleDirectories=-/run/lock
InaccessibleDirectories=-/run/mount
InaccessibleDirectories=-/run/systemd/generator
InaccessibleDirectories=-/run/systemd/system
InaccessibleDirectories=-/run/systemd/users
InaccessibleDirectories=-/run/udev
InaccessibleDirectories=-/run/user
InaccessibleDirectories=-/usr/local/scripts
InaccessibleDirectories=-/var/lib/dbus
InaccessibleDirectories=-/var/lib/dnf
InaccessibleDirectories=-/var/lib/rpm
InaccessibleDirectories=-/var/lib/systemd
InaccessibleDirectories=-/var/lib/yum
InaccessibleDirectories=-/var/spool

InaccessibleDirectories=-/etc/httpd
InaccessibleDirectories=-/etc/postfix
InaccessibleDirectories=-/etc/ssh

InaccessibleDirectories=-/data/backup
InaccessibleDirectories=-/data/dokuments/
InaccessibleDirectories=-/data/scripts
InaccessibleDirectories=-/server/vmware

ReadOnlyDirectories=-/data/server/www/www.dk-software.org
ReadOnlyDirectories=-/data/server/www/www.dk-technik.org
ReadOnlyDirectories=-/data/server/www/www.7hirten.at
ReadOnlyDirectories=-/data/server/www/downloads.dk-software.org

ReadOnlyDirectories=-/data/Musik
ReadOnlyDirectories=-/server/Media/Musik
ReadOnlyDirectories=-/data/fileserver/yum-repo
ReadOnlyDirectories=-/data/server/www/samba
ReadOnlyDirectories=-/data/server/www/php71
ReadOnlyDirectories=-/data/server/www/php72
ReadOnlyDirectories=-/data/server/www/httpd
ReadOnlyDirectories=-/data/server/www/dk-software-fc25
ReadOnlyDirectories=-/data/server/www/dk-software-fc26

InaccessibleDirectories=-/data/server/www/mail
InaccessibleDirectories=-/data/server/www/service
InaccessibleDirectories=-/data/server/www/error
InaccessibleDirectories=-/data/server/www/icecast

[Install]
WantedBy=multi-user.target

-- 
Dominik Kucher
A-2130 Mistelbach, Ebendorferstraße 7/2/3
p: +43 (0) 720 511 941
f: +43 (0) 1 34242 289967
m: +43 (0) 676 57 68 677




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


pure-ftpd 1.0.46 released!

2017-07-11 Thread Dominik Kucher
Hi!

No longer maintains pure-ftpd? 1.0.46 is released on Apr. 24 2017

-- 
Dominik Kucher
A-2130 Mistelbach, Ebendorferstraße 7/2/3
p: +43 (0) 720 511 941
f: +43 (0) 1 34242 289967
m: +43 (0) 676 57 68 677




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: httpd illegal instruction by rebuild with rpmrc file

2017-04-11 Thread Dominik Kucher
Am 2017-04-10 um 23:44 schrieb Andrew Lutomirski:
>
>
> On Apr 10, 2017 2:28 PM, "Dominik Kucher" <d.kuc...@dk-software.org
> <mailto:d.kuc...@dk-software.org>> wrote:
>
> when i rebuild the src.rpm with my .rpmrc file i became the error
> "illegal instruction", when i create the rpm without the .rpmrc
> file it works perfectly!
> other builds (pure-ftpd, mpd, mpdscribble, samba, openssl) works
> with my rpmrc file, but why it breaks httpd-* and mod_* files?
> maybe the problem of my mod_ssl build?
>  i use the httpd-2.4.25-3.fc25.src.rpm file
>
> This is my .rpmrc file:
>
> [builduser@buildsrv]: cat /home/builduser/.rpmrc
> optflags: x86_64 %{__global_cflags} -m64 -march=core2 -mtune=core2
>
>
>
> The obvious cause would be if you are not, in fact, using a core2.
On my buildserver i'm use a core2, but the rpmrc breaks the httpd
package, whats the problem?

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Core(TM)2 Quad  CPU   Q8200  @ 2.33GHz
stepping: 7
microcode   : 0x70a
cpu MHz : 1998.000
cache size  : 2048 KB
physical id : 0
siblings: 4
core id : 3
cpu cores   : 4
apicid  : 3
initial apicid  : 3
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl
aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1
lahf_lm dtherm
bugs:
bogomips: 4654.75
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

-- 

Dominik Kucher




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


httpd illegal instruction by rebuild with rpmrc file

2017-04-10 Thread Dominik Kucher
when i rebuild the src.rpm with my .rpmrc file i became the error "illegal 
instruction", when i create the rpm without the .rpmrc file it works perfectly!
other builds (pure-ftpd, mpd, mpdscribble, samba, openssl) works with my rpmrc 
file, but why it breaks httpd-* and mod_* files? maybe the problem of my 
mod_ssl build?
 i use the httpd-2.4.25-3.fc25.src.rpm file 

This is my .rpmrc file:

[builduser@buildsrv]: cat /home/builduser/.rpmrc 
optflags: x86_64 %{__global_cflags} -m64 -march=core2 -mtune=core2

-- 
Dominik Kucher




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Fresh-built Fedora CANT boot !

2017-02-27 Thread Dominik Kucher
Linux try to boot

check the log files and post it to the list


Am 2017-02-26 um 23:58 schrieb مصعب الزعبي:
>
> Hi all
>
>
> Three days ago , I can build Fedora ISO and it's ran without problems.
>
>
> Today I build it successfully but can't boot !!
>
> http://207.244.97.131/%D9%84%D9%82%D8%B7%D8%A9%20%D8%B4%D8%A7%D8%B4%D8%A9%20%D9%85%D9%86%202017-02-27%2001-52-02.png
>
>
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org

-- 

Dominik Kucher




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


VMware and Linux 4.10

2017-02-27 Thread Dominik Kucher
Hi!

Works VMware with Linux 4.10 out of the box?


-- 

Dominik Kucher




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


dadhditools.tar.gz for fc25

2017-02-24 Thread Dominik Kucher
you can download my dahdi-tools as a tar.gz file

https://dk-software.org/RPMS/dahdi-tools.tar.gz



-- 

Dominik Kucher
t: +43 720 511 941




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: asterisk-dahdi cannot installed on Fedora 25

2017-02-24 Thread Dominik Kucher


Am 2017-02-24 um 19:45 schrieb Jared K. Smith:
> dahdi-tools was orphaned due to missing systemd support.  I've added
> systemd support and submitted it to be re-reviewed.  See RH BZ
> 1422683 <https://bugzilla.redhat.com/show_bug.cgi?id=1422683>.
i doesn't have a problem with my build it works correctly! I have take
the src.rpm from f24 and upload it to my repository
> --
> Jared Smith
>
> On Thu, Feb 23, 2017 at 1:30 PM, <tech...@dk-software.org
> <mailto:tech...@dk-software.org>> wrote:
>
> Hi!
>
> asterisk-dahdi cannot installed on fc25.
>
> Fehler: nothing provides libtonezone.so.2.0()(64bit) needed by
> asterisk-dahdi-13.9.1-1.fc25.1.x86_64
>
>
> I have build dahdi-tools from the fc24 src and it works!
>
>
> --
>
>
> Dominik Kucher
>
> ___ devel mailing list
> -- devel@lists.fedoraproject.org
> <mailto:devel@lists.fedoraproject.org> To unsubscribe send an
> email to devel-le...@lists.fedoraproject.org
> <mailto:devel-le...@lists.fedoraproject.org> 
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
-- 

Dominik Kucher
t: +43 720 511 941



signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org