Bug#1006209: lua-rex-pcre: Package unavailable for lua 5.3 and 5.4

2022-02-21 Thread Sven Geggus
Package: lua-rex-pcre
Version: 2.7.2-4.1
Severity: wishlist

Dear Maintainer,

unfortunately this package is unavailable for lua5.3 and lua5.4 thus make me
stick with luarocks install lrexlib-pcre which I would like to avoid.

Regards

Sven

-- System Information:
Debian Release: 11.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel

Kernel: Linux 5.15.17 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lua-rex-pcre depends on:
ii  libc6 2.31-13+deb11u2
ii  libpcre3  2:8.39-13

lua-rex-pcre recommends no packages.

lua-rex-pcre suggests no packages.



Bug#980152: nss: Automatically register PKCS#11 modules configured in the system's p11-kit

2021-01-15 Thread Sven Geggus
Source: nss
Severity: wishlist

Dear Maintainer,

in Fedora PKCS#11 modules configured in the system's p11-kit will be
automatically registered to be visible to NSS applications.

https://fedoraproject.org/wiki/Changes/NSSLoadP11KitModules

In Debian (I am currently testing on Debian 10) this mechanism does not seem
to work.

I created /etc/crypto-policies/local.d/nss-p11-kit.config as follows:

--
name=p11-kit-proxy
library=p11-kit-proxy.so
--

without success.

The background why this functionality is very handy is because it will allow
to have a system-wide configuration for applications like Thunderbird and
Firefox to auto-load PKCS#11 modules required for crypto-tokens.

Regards

Sven


-- System Information:
Debian Release: 10.7
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel

Kernel: Linux 4.19.0-13-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#946821: winbind: Broken logrotate script

2019-12-16 Thread Sven Geggus
Package: winbind
Version: 2:4.9.5+dfsg-5+deb10u1
Severity: normal
Tags: patch

Hello,

I'm running Samba/Winbind on a dual Host setup (using drbd) where winbind is
running only on the currently active machine.

Unfortunately /etc/logrotate.d/winbind assumes that winbind is always
running which will produce weekly logrotate errors on the passive machine.

For this reason I propose the following change:

--cut--
diff --git a/logrotate.d/winbind b/logrotate.d/winbind
index 43ae1af..21084e6 100644
--- a/logrotate.d/winbind
+++ b/logrotate.d/winbind
@@ -3,10 +3,12 @@
missingok
rotate 7
postrotate
-   if [ -x /usr/bin/smbcontrol ]; then
-   /usr/bin/smbcontrol winbindd reload-config
-   elif [ -f /var/run/samba/winbindd.pid ]; then
-   kill -HUP `cat /var/run/samba/winbindd.pid`
+   if [ -f /var/run/samba/winbindd.pid ]; then
+   if [ -x /usr/bin/smbcontrol ]; then
+   /usr/bin/smbcontrol winbindd reload-config
+   else
+   kill -HUP `cat /var/run/samba/winbindd.pid`
+   fi
fi
endscript
compress
--cut--

Regards

Sven

P.S.: Problem is still present in 2:4.11.1+dfsg-3

-- Package-specific info:
* /etc/samba/smb.conf present, but not attached
* /var/lib/samba/dhcp.conf not present

-- System Information:
Debian Release: 10.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-6-amd64 (SMP w/32 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages winbind depends on:
ii  libbsd0   0.9.1-2
ii  libc6 2.28-10
ii  libldap-2.4-2 2.4.47+dfsg-3+deb10u1
ii  libpopt0  1.16-12
ii  libtalloc22.1.14-2
ii  libtdb1   1.3.16-2+b1
ii  libtevent00.9.37-1
ii  libwbclient0  2:4.9.5+dfsg-5+deb10u1
ii  lsb-base  10.2019051400
ii  samba-common  2:4.9.5+dfsg-5+deb10u1
ii  samba-common-bin  2:4.9.5+dfsg-5+deb10u1
ii  samba-libs2:4.9.5+dfsg-5+deb10u1

winbind recommends no packages.

Versions of packages winbind suggests:
pn  libnss-winbind  
pn  libpam-winbind  

-- Configuration Files:
/etc/logrotate.d/winbind changed [not included]

-- no debconf information



Bug#876426: Patches for JDK9 EA & GA support

2017-10-06 Thread Sven Geggus
Tim Van Holder wrote:

> Below are the local changes I have been using during Early Access, and
> which also work for the current GA release.

This has at least one additional issue.
/usr/lib/jvm/oracle-java9-jdk-amd64/jre/bin
does not exist anymore.

Thus binaries which resided in this directory in Java 8 are not added
in the postinst update-alternatives call in case of a Java 9 install.

Regards

Sven



Bug#851243: Also present in Debian 9.1 + lightdm + any desktop

2017-07-26 Thread Sven Geggus
Hello,

I just stumbled upon the same problem.

After debugging pam_group.so which behaves correctly I found this bug report
after searching the web for "gnome_terminal pam_group".

Am I right in the assumption that this is a "systemd --user service" issue
because this does not honor pam auth modules?

It happens here with any desktop environment when running gnome-terminal and
using lightdm as login-manager.

Would we need to report this upstream?

Unfortunately I was also unable to enable the suggested workaround. However
I would need other groups for ssh anyway, as I do not allow audio and vidio
via ssh for privacy reasons.

Regards

Sven

-- 
"Those who do not understand Unix are condemned to reinvent it, poorly"
(Henry Spencer)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#858274: nfs-common: Unable to enable /usr/sbin/rpc.idmapd and NFS client on Debian 9

2017-03-20 Thread Sven Geggus
Package: nfs-common
Version: 1:1.3.4-2
Severity: important

Dear Maintainer,

looks like startup of nfs-common package via System V init script is not
supported anymore in Debian stretch.

I'm OK with this, but there seems to be no documentation
(/usr/share/doc/nfs-common/README.Debian) on how to startup the
rpc services for an nfs-client using native systemd commands.

/etc/default/nfs-common does not seem to work anymore.

In my case I'm trying to run an nfs4 client (via autofs) which will need
rpc.idmapd and rpc.gssd.

While I was able to run rpc.gssd using the following command:
systemctl start rpc-gssd.service

I am unable to run rpc.idmapd.

"systemctl start nfs-idmapd.service"

gives me the following bogus message:
Failed to start nfs-idmapd.service: Unit nfs-server.service not found.

Looks very strange to me!

systemctl cat nfs-idmapd.service gives:
[Unit]
Description=NFSv4 ID-name mapping service
DefaultDependencies=no
Requires=run-rpc_pipefs.mount
After=run-rpc_pipefs.mount local-fs.target

BindsTo=nfs-server.service

Wants=nfs-config.service
After=nfs-config.service

[Service]
EnvironmentFile=-/run/sysconfig/nfs-utils
Type=forking
ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS

Thus this seems to require nfs-server.service which is part of
nfs-kernel-server, but I do not intend to install this package because I am
talking abount an nfs-client machine here not an nfs server.

In case of NFS4 rpc.idmapd has to run on both machines, the cleint _and_ the
server.

So what is the intended way to run rpc.statd, rpc.idmapd and rpc.gssd on an
NFS client machine or getting them autostarted when mounting.

Regards

Sven



Bug#778639: The extra-slash bug can be easily verified using wireshark

2017-01-20 Thread Sven Geggus
Hello,


I just ran into the very same problem.

I was able to verify the \\ behaviour using wireshark:

SMB 228 Trans2 Request, QUERY_PATH_INFO, Query File All Info, Path: 
\

I thought about having a look inside the sourcecode, but I have no idea if
this is implemented in userlang (cifs-utils) or kernel.

When the nodfs option is given mount.cifs does not seem to query the \\
crap thus it will work. This will probably give a hint on how to fix the
bug.

This might also well work on Samba Servers, as Linux generally ignore
double-slashes on fs access.

Regards

Sven

-- 
Unix is simple and coherent, but it takes a genius – or at any rate a
programmer – to understand and appreciate the simplicity
(Dennis M. Ritchie)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#847681: packaging repository and sid diverging? Various fixes needed.

2016-12-15 Thread Sven Geggus
Daniel Pocock schrieb am Mittwoch, den 14. Dezember um 13:35 Uhr:

> If the latest NFS / kernel combination in sid definitely won't work
> without gss-proxy then you could open an RC bug against the nfs-utils
> package on that basis.

I assume, that it does work (as it also works in stable), but it definitely
comes with a DOS included:

If your kerberos tickets get too big the whole NFS server freezes.  In
practice this kind of kerberos ticket will arise in AD environments where
people are members of a lot of groups.

Regards

Sven

-- 
/* Fuck me gently with a chainsaw... */
(David S. Miller in /usr/src/linux/arch/sparc/kernel/ptrace.c)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#847681: packaging repository and sid diverging? Various fixes needed.

2016-12-14 Thread Sven Geggus
Daniel Pocock schrieb am Mittwoch, den 14. Dezember um 11:01 Uhr:

> Would you consider uploading it or proposing it in mentors.debian.net?
> Please also send details on the gss-proxy ITP bug.

Robbie is the one with the ITP bug, not me :)

I just pushed my custom package data to github though:
https://github.com/giggls/gssproxy

> Personally, I am very unlikely to have time to do that test before the
> freeze in January.

Hm, I consider a non working NFS4 client/server a release critical bug.

Regards

Sven

-- 
# Turn on/off security.  Off is currently the default
(found in MongoDB default configfile)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#847681: packaging repository and sid diverging? Various fixes needed.

2016-12-14 Thread Sven Geggus
Daniel Pocock schrieb am Mittwoch, den 14. Dezember um 09:38 Uhr:

> They stopped including rpc-svcgssd in the default build as of 1.3.2 and
> recommended gssproxy[1] instead.

Yes, gssproxy is a working drop-in replacement for rpc.svcgssd in case of
the nfs4-server use case.

Note, that they are mutually exclusive. Once gssproxy has been used on a
machine a reboot is requeired to go back to rpc.svcgssd again.

As I already wrote in my bug-report I consider rpc.svcgssd broken. This said
it would be a good idea to remove it from the nfs-package alltogether.
Instead a "Recommends: gssproxy" can be added.

I am currently running a custom quick-and dirty debian package of gssproxy
compiled for debian stable and the original version of nfs-common (1.2.8-9). 
I can also try running this with a backport of nfs-common 1.3.4 on my
test-vm.

For running an NFS-server /etc/gssproxy/gssproxy.conf looks like this here:
--cut--
[gssproxy]

[service/nfs-server]
  mechs = krb5
  socket = /run/gssproxy.sock
  cred_store = keytab:/etc/krb5.keytab
  trusted = yes
  kernel_nfsd = yes
  euid = 0
--cut--   

The most simple test-setup for kerberized nfs4 might be the following:
3 virtual machines: 

1. A Samba 4 ADDC
2. An nfs-server
3. An nfs-client

Machines 2 and 3 need to be bound to Samba 4 ADDC using nslcd or sssd for
UID-mapping.

Regards

Sven

-- 
Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety (Benjamin Franklin)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#841894: fonts-noto: Noto Emoji missing

2016-10-24 Thread Sven Geggus
Package: fonts-noto
Version: 2013-04-11-2
Severity: wishlist

Hello,

is there a specific reason why not all Noto fonts are included in the
package? Currently in particular "Noto Emoji Regular" is missing which is
needed in Openstreetmap carto style.

Would be nice to have an updated package which will include them.

Regards

Sven



Bug#838282: RFP: gssproxy -- An abstraction layer between a GSS client and the credentials being used

2016-09-19 Thread Sven Geggus
Package: wnpp
Severity: wishlist

* Package name: gssproxy
  Version : 0.5.1
  Upstream Author : Simo Sorce 
* URL : https://fedorahosted.org/gss-proxy/
* License : MIT
  Programming Lang: C
  Description : An abstraction layer between a GSS client and the 
credentials being used

gssproxy (https://fedorahosted.org/gss-proxy/) is an abstraction layer
(typically an application) between a GSS client and the credentials being
used.

The most important use case would be the replacement of rpc.svcgssd which
is now basically orphaned and does not work well in some cases and might
even be a security problem:
http://blog.evad.io/2014/11/04/kerberos-protected-nfs-with-active-directory-and-the-pac/

Regards

Sven



Bug#826560: node-carto: Current version is old and incompatible with recent versions of mapnik

2016-06-06 Thread Sven Geggus
Package: node-carto
Version: 0.9.5-2
Severity: wishlist

Dear Maintainer,

version 0.9.5 of node-carto is very old and will produce deprecantion
warnings like this in recent versions of mapnik:

'maxzoom' is deprecated and will be removed in Mapnik 4.x, use 
'maximum-scale-denominator' instead 

Please consider updating to current version.

Regards

Sven



Bug#819703: Info received (ReproducibleBuilds?)

2016-04-01 Thread Sven Geggus
Please ignore my last report. As the date in questions seems to be the date
of the last modification to the source code rather than a build date it will
not harm ReproducibleBuilds.

Sven



Bug#819703: ReproducibleBuilds?

2016-04-01 Thread Sven Geggus
Hello,

looking how I can try to avoid pissing off dozens of my users with this
message I have been looking at the code and came to the conclusion, that
this miss-feature will certainly also kill ReproducibleBuilds.

So bug 819595 might be related.

Regards

Sven



Bug#817244: exim4-base: cron noise re environment

2016-03-15 Thread Sven Geggus
Andreas Metzler schrieb am Dienstag, den 15. März um 19:09 Uhr:

> What specific breakage were you experiencing without PATH? FWIW I am
> running successfully without. (Nothing fancy, just MX for my domain with
> spamassassin.)

Exim seem to work, but the cronjob breaks without "keep_environment ="

 ~/ # /etc/cron.daily/exim4-base
LOG: MAIN
  Warning: purging the environment.
 Suggested action: use keep_environment.

Looks like the "add_environment" option is not needed

Regards

Sven

-- 
"Arguing that you don't care about the right to privacy because you have
 nothing to hide is no different than saying you don't care about free
 speech because you have nothing to say." (Edward Snowden)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#817244: exim4-base: cron noise re environment

2016-03-15 Thread Sven Geggus
Hello,

as I did not really find the solution for people using their own exim4.conf
I think this should be documented here.

I added the following lines to exim4.conf which 

add_environment = <; PATH=/bin:/usr/bin
keep_environment = 

I hope this is correct.

Sven



Bug#815798: (no subject)

2016-02-24 Thread Sven Geggus
Subject: gitlab uninstallabe on plain Debian "stretch"
Package: gitlab
Version: 8.4.3+dfsg-9
Severity: serious

Hi,

trying to install gitlab package on a palin stretch-system where postgis and
nginx have already been installed will currently not work.

In case it is of relevance, the system uses sysv-init.

Here is what I get (irrelevant parts have been skipped).

The "gitlab_production database is not empty" message can not be true.  I
did check it manually and it is empty.

..

gitlab_production database is not empty, skipping gitlab setup
Precompiling assets...
fatal: Not a git repository (or any of the parent directories): .git
I, [2016-02-24T13:50:04.590534 #18160]  INFO -- : 


...


Starting GitLab Unicorn
Starting GitLab Sidekiq
Starting gitlab-workhorse
.
The GitLab Unicorn web server with pid 20641 is running.
The GitLab Sidekiq job dispatcher with pid 20706 is running.
The gitlab-workhorse with pid 20683 is running.
GitLab and all its components are up and running.
fatal: Not a git repository (or any of the parent directories): .git
Checking GitLab Shell ...

GitLab Shell version >= 2.6.10 ? ... OK (2.6.10)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by gitlab:gitlab? ... yes
Repo base access is drwxrws---? ... yes
hooks directories in repos are links: ... rake aborted!
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR:  relation "projects" 
does not exist
LINE 5:WHERE a.attrelid = '"projects"'::regclass
  ^
:   SELECT a.attname, format_type(a.atttypid, a.atttypmod),
 pg_get_expr(d.adbin, d.adrelid), a.attnotnull,
a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
  ON a.attrelid = d.adrelid AND a.attnum = d.adnum
   WHERE a.attrelid = '"projects"'::regclass
 AND a.attnum > 0 AND NOT a.attisdropped
   ORDER BY a.attnum
/usr/share/gitlab/lib/tasks/gitlab/check.rake:476:in 
`check_repos_hooks_directory_is_link'
/usr/share/gitlab/lib/tasks/gitlab/check.rake:366:in `block (3 levels) in '
PG::UndefinedTable: ERROR:  relation "projects" does not exist
LINE 5:WHERE a.attrelid = '"projects"'::regclass
  ^
/usr/share/gitlab/lib/tasks/gitlab/check.rake:476:in 
`check_repos_hooks_directory_is_link'
/usr/share/gitlab/lib/tasks/gitlab/check.rake:366:in `block (3 levels) in '
Tasks: TOP => gitlab:check => gitlab:gitlab_shell:check
(See full trace by running task with --trace)



Bug#803744: f2fs-tools: use of f2fs as rootfs is broken

2015-11-19 Thread Sven Geggus
Vincent Cheng schrieb am Donnerstag, den 19. November um 12:31 Uhr:

> I have no problems running Debian with a f2fs root (on a Raspberry Pi,
> to be precise).

I already had this problem on raspbian wheezy as well and have it now on an
arm based NAS.  However, this might be a sysv-init only problem.  I did not
try to use systemd.

> If this is a question of fsck.f2fs not supporting the same options as
> other fsck implementations, IMHO that should be fixed upstream instead
> of adding a workaround in Debian with a wrapper script.

Its not! Like in xfs it is not possible to check a ro mounted f2fs filesystem.
fsck.f2fs does have the correct options, but is just telling the caller that
checking a mounted filesystem is unsupported with f2fs.

Touching /fastboot will work BTW because it will skip the failing call to
fsck.f2fs.

Sven

-- 
All bugs added by David S. Miller 
Linux Kernel boot message from /usr/src/linux/net/8021q/vlan.c

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



Bug#805020: RFS: sfcgal/1.2.1

2015-11-13 Thread Sven Geggus
Package: sponsorship-requests
Severity: normal

Hello,

I have just prepared a new version of the sfcgal library package which
should be ready for inclusion into unstable now after I updated the symbols
file from the experimental builds.

* Package name: sfcgal
  Version : 1.2.1-1
  Upstream Author : Mickael Borne (IGN), Hugo Mercier (Oslandia), Vincent
  Mora (Oslandia), Olivier Courtin (Oslandia)
* URL : http://www.sfcgal.org/
* License : LGPL-2+
  Section : science

Sources have been uploaded to alioth and are availabe via the
following URL: git+ssh://git.debian.org/git/pkg-grass/sfcgal.git

Regards

Sven



Bug#804715: RFS: sfcgal/1.2.1

2015-11-10 Thread Sven Geggus
Package: sponsorship-requests
Severity: normal

Hello,

I have just uploaded a new version of the library package sfcgal which fixes
bug #804589

* Package name: sfcgal
  Version : 1.2.1-1~exp1
  Upstream Author : Mickael Borne (IGN), Hugo Mercier (Oslandia), Vincent
  Mora (Oslandia), Olivier Courtin (Oslandia)
* URL : http://www.sfcgal.org/
* License : LGPL-2+
  Section : science

Sources have been uploaded to alioth and are availabe via the
following URL: git+ssh://git.debian.org/git/pkg-grass/sfcgal.git

Regards

Sven



Bug#803744: f2fs-tools: use of f2fs as rootfs is broken

2015-11-02 Thread Sven Geggus
Source: f2fs-tools
Severity: normal

Hello,

at least when using System-V Init Debian is currently not able to run from
a f2fs root. The reason is, that fsck.f2fs is unable to check a ro mounted fs.

As this is also the case with xfs there is an easy solution:

1. Rename fsck.f2fs to something else like f2fs_repair or f2fs_check.

2. Copy fsck.xfs script to fsck.f2fs or replace with a slightly modified Version
  (e.g. printing F2FS instead of xfs).

Sven

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386



Bug#797397: RFS: sfcgal/1.1.0

2015-08-30 Thread Sven Geggus
Package: sponsorship-requests
Severity: normal

Hello,

I have just uploaded a new Version of sfcgal to mentors.debian.net.

In addition to the changes stated in debian/changelog this package has now
been linked against libcgal11v5.

* Package name: sfcgal
  Version : 1.1.0-4
  Upstream Author : Mickael Borne (IGN), Hugo Mercier (Oslandia), Vincent
  Mora (Oslandia), Olivier Courtin (Oslandia)
* URL : http://www.sfcgal.org/
* License : LGPL-2+
  Section : science

Sources have already been uploaded to alioth and are availabe via the
following URL:
git+ssh://git.debian.org/git/pkg-grass/sfcgal.git

Regards

Sven


signature.asc
Description: Digital signature


Bug#796998: RFS: sfcgal/1.1.0

2015-08-26 Thread Sven Geggus
Package: sponsorship-requests
Severity: normal

Hello,

I have just uploaded a new Version of sfcgal to mentors.debian.net.

This is a very minor change. I included a patch from upstream which will
make it compile again using boost boost 1.58 and gcc5

* Package name: sfcgal
  Version : 1.1.0-3
  Upstream Author : Mickael Borne (IGN), Hugo Mercier (Oslandia), Vincent Mora 
(Oslandia), Olivier Courtin (Oslandia)
* URL : http://www.sfcgal.org/
* License : LGPL-2+
  Section : science

Sources have already been uploaded to alioth and are availabe via the
following URL:
git+ssh://git.debian.org/git/pkg-grass/sfcgal.git

Regards

Sven

-- 
Exploits and holes are a now a necessary protection against large
corporate interests. (Alan Cox)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web

signature.asc
Description: Digital signature


Bug#794019: RFS: sfcgal/1.1.0

2015-07-29 Thread Sven Geggus
Package: sponsorship-requests
Severity: normal

Hello,

I have just uploaded a slightly reworked sfcgal package which should now 
(hopefully) build
on more than one architecture.

* Package name: sfcgal
  Version : 1.1.0-2~exp1
  Upstream Author : Mickael Borne (IGN), Hugo Mercier (Oslandia), Vincent Mora 
(Oslandia), Olivier Courtin (Oslandia)
* URL : http://www.sfcgal.org/
* License : LGPL-2+
  Section : science

Sources have already been uploaded to alioth and are availabe via the
following URL:
git+ssh://git.debian.org/git/pkg-grass/sfcgal.git

Regards

Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#794019: RFS: sfcgal/1.1.0

2015-07-29 Thread Sven Geggus
Sebastiaan Couwenberg schrieb am Mittwoch, den 29. Juli um 23:55 Uhr:

 Unless you've made mentors the default dput target, you need to specify
 it explicitly

OK, I did not do specify it explicitly but I did now and also added mentors
as the default host to my .dput.cf 

Sorry, It's not my day.

Sven

-- 
If we want hardware to work to its full potential, we need to claim to
be a recent version of Windows. (Matthew Garrett)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#794019: RFS: sfcgal/1.1.0

2015-07-29 Thread Sven Geggus
Sebastiaan Couwenberg schrieb am Mittwoch, den 29. Juli um 23:27 Uhr:

 Did you perhaps upload to ftp-master instead of mentors?

Unfortunately I already closed the terminal where I did the upload, but I do 
definitely have mentors.debian.net in my .dput.cf

Would I be even able to upload to ftp-master? My gpg key should be available on
mentors.debian.net only.
   
Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#789195: RFS: sfcgal/1.1.0

2015-06-18 Thread Sven Geggus
Package: sponsorship-requests
Severity: normal

Hello,

I have just uploaded the library package sfcgal which I have been preparing
after consulting debian-gis maintainers.

* Package name: sfcgal
  Version : 1.1.0-1
  Upstream Author : Mickael Borne (IGN), Hugo Mercier (Oslandia), Vincent Mora 
(Oslandia), Olivier Courtin (Oslandia)
* URL : http://www.sfcgal.org/
* License : LGPL-2+
  Section : science

Sources have already been uploaded to alioth and are availabe via the
following URL:
git+ssh://git.debian.org/git/pkg-grass/sfcgal.git

Regards

Sven

-- 
Exploits and holes are a now a necessary protection against large
corporate interests. (Alan Cox)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web


signature.asc
Description: Digital signature


Bug#788560: ITP: sfcgal -- Library for ISO 19107:2013 and OGC Simple Features 1.2 for 3D operations

2015-06-12 Thread Sven Geggus
Package: wnpp
Severity: wishlist
Owner: Sven Geggus li...@fuchsschwanzdomain.de

* Package name: sfcgal
  Version : 1.1.0
  Upstream Author : Mickael Borne, Hugo Mercier, Vincent Mora, Olivier Courtin 
in...@oslandia.com
* URL : http://www.sfcgal.org/
* License : GPL2+
  Programming Lang: C++
  Description : Library for ISO 19107:2013 and OGC Simple Features 1.2 for 
3D operations

SFCGAL is a C++ wrapper library around CGAL with the aim of
supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D
operations.

SFCGAL provides standard compliant geometry types and operations,
that can be accessed from its C or C++ APIs.  PostGIS uses the C API,
to expose some SFCGAL's functions in spatial databases (cf.  PostGIS
manual).

The main reason for packaging sfcgal ist that some functionality in
Postgis would be missing without this library. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788092

I plan to maintain this package under the debian-gis umbrella as
suggested by Sebastiaan Couwenberg in the bug report above.

Regards

Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#788092: postgis: cgal/sfcgal support not enabled

2015-06-08 Thread Sven Geggus
Package: postgis
Version: 2.1.7+dfsg-1+b1
Severity: wishlist

Dear Maintainer,

currently the debian Version of postgis does not seem to support
cgal. Unfortunately this will result in a less powerfull version of postgis
(some missing functions).

While cgal is available in debian, sfcgal (the c++ wrapper) is not.

So should I probably also file a wnpp reqest for packaging of sfcgal,
right?

Regards

Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#772565: grub2: unable to access xfs with V5 superblocks

2014-12-08 Thread Sven Geggus
Package: grub2
Severity: normal

Hello,

looks like grub2 can not access xfs filesystems with V5 superblocks.

Thes can be created using mkfs -m crc=1 and are probably the default in
newer versions of xfsprogs.

OpenSuSE seems to have a patch in its rpm available at
http://download.opensuse.org/repositories/Base:/System/openSUSE_Factory/src/grub2-2.02~beta2-200.1.src.rpm

They have 4 xfs related patches:
grub2-xfs-Convert-inode-numbers-to-cpu-endianity-immediate.patch
grub2-xfs-Add-helper-for-inode-size.patch
grub2-xfs-Fix-termination-loop-for-directory-iteration.patch
grub2-xfs-V5-filesystem-format-support.patch

Regards

Sven

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.5-03840-g755ca39 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#764348: exim4: Mime Parser Bug in Exim 4.80

2014-10-07 Thread Sven Geggus
Package: exim4
Version: 4.80-7
Severity: normal

Dear Maintainer,

exim 4.80 from Debian stable contains a mime parser bug which leads to an
invalid setting of $mime_filename

This has been fixed in newer upstream Versions by commit
1bd0d12bcbf4f51bd78c60d5bae01f1ff38c5a84

See Discussion at
https://lists.exim.org/lurker/message/20140714.133010.12ab3766.en.html

This will allow to bypass ACL checks in certain cases.

Regards

Sven


-- Package-specific info:
Exim version 4.80 #2 built 02-Jan-2013 18:59:17
Copyright (c) University of Cambridge, 1995 - 2012
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2012
Berkeley DB: Berkeley DB 5.1.29: (October 25, 2011)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS 
move_frozen_messages Content_Scanning DKIM Old_Demime
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz 
dbmnz dnsdb dsearch ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  exim4-base 4.80-7
ii  exim4-daemon-heavy 4.80-7

exim4 recommends no packages.

exim4 suggests no packages.

-- debconf information:
  exim4/drec:


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731139: msktutil: Wrong program name in manpage

2013-12-02 Thread Sven Geggus
Package: msktutil
Version: 0.5-1
Severity: minor

Hello,

the manpage of msktutil looks like this:

--cut--
REPLACE_PROGNAME(1)

NAME
   REPLACE_PROGNAME - fetches and manages kerberos keytabs in an Active
Directory environment

SYNOPSIS
   REPLACE_PROGNAME [command 1] [command 2] [command 3] ...
--cut--

Please just do this: REPLACE_PROGNAME

Regards

Sven

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages msktutil depends on:
ii  libc62.13-38
ii  libcomerr2   1.42.5-1.1
ii  libgcc1  1:4.7.2-5
ii  libk5crypto3 1.10.1+dfsg-5+deb7u1
ii  libkrb5-31.10.1+dfsg-5+deb7u1
ii  libldap-2.4-22.4.31-1+nmu2
ii  libsasl2-modules-gssapi-mit  2.1.25.dfsg1-6+deb7u1
ii  libstdc++6   4.7.2-5

msktutil recommends no packages.

msktutil suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#706157: mapserver: Please package new upstream Version 6.2.1

2013-04-25 Thread Sven Geggus
Package: mapserver
Severity: wishlist

Hello,

Mapserver 6.2.0 has been released 2012-11-14. Debian is still at 6.0.1 even
in unstable/experimental.

6.2.1 has been released 2013-04-19.

Regards

Sven


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7.9-01010-gc1bd951 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#691940: libwxgtk2.8-dev: wx-config seems to contain bash-isms

2012-10-31 Thread Sven Geggus
Package: libwxgtk2.8-dev
Version: 2.8.12.1-12
Severity: normal

Hello,

wx-config aka /usr/lib/x86_64-linux-gnu/wx/config/gtk2-unicode-release-2.8
does not work when /bin/sh is dash instead of bash.

Changing the shee-bang fom /bin/sh to /bin/bash inside the script will fix this.

Sven


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6.4-00695-g0423835 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libwxgtk2.8-dev depends on:
ii  libwxbase2.8-dev  2.8.12.1-12
ii  libwxgtk2.8-0 2.8.12.1-12
ii  wx-common 2.8.12.1-12
ii  wx2.8-headers 2.8.12.1-12

libwxgtk2.8-dev recommends no packages.

Versions of packages libwxgtk2.8-dev suggests:
ii  gettext  0.18.1.1-9
ii  libgl1-mesa-dev [libgl-dev]  8.0.4-2
ii  libglu1-mesa-dev [xlibmesa-glu-dev]  8.0.4-2
ii  libstdc++6-4.6-dev [libstdc++-dev]   4.6.3-11
ii  libstdc++6-4.7-dev [libstdc++-dev]   4.7.1-7
pn  wx2.8-docnone

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#691340: chrony: Chrony Version 1.24 from wheezy does not work on kernel 3.x

2012-10-24 Thread Sven Geggus
Package: chrony
Version: 1.24-3.1
Severity: critical
Justification: breaks unrelated software

Hello,

there are quite a few packages (kerberos in my case) which are dependant on
a relatively exact time.  I actually could not log in to my freshly
installed kerberized wheezy system due to a mayor clock skew produced by a
malfunctioning chrony daemon.

The Version of chrony currently supplied with wheezy does have a runable
daemon, but this daemon is unable to set the system clock at all.

The reason for this are actually two bugs in debian BTS which have already
been fixed in unstable, but only partially in the the Version which wheezy
ended up with after the feature freeze.

I'm talking about the following bugs:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628919
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642209

The state of the wheezy Version is that bug #628919 has been fixed
incompletely. This led to bugreport #642209 which has then been fixed
in unstable only by means of using a newer upstream version.

There are two possible ways to fix the version supplied with wheezy:
1. Migrate to Version 1.26-2 from sid
   (no unsatisfiable dependancies in wheezy)
2. Apply the simple patch supplied in bug report #642209

Regards

Sven

-- System Information:
Debian Release: wheezy
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.6.3-00694-g9017061 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chrony depends on:
ii  dpkg  1.16.8
ii  install-info  4.13a.dfsg.1-10
ii  libc6 2.13-35
ii  libncurses5   5.9-10
ii  libreadline5  5.2-12
ii  timelimit 1.8-1
ii  ucf   3.0025+nmu3

Versions of packages chrony recommends:
ii  udev  175-7

chrony suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#667966: postgis: PostGIS 2.0.0 Released

2012-06-10 Thread Sven Geggus
Any progress on this?

It is somewhat annoying that there is still not even an experimental
Version of PostGIS 2.0 in Debian :(

Sven

-- 
Thinking of using NT for your critical apps?
  Isn't there enough suffering in the world?
   (Advertisement of Sun Microsystems in Wall Street Journal)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#667966: postgis: PostGIS 2.0.0 Released

2012-04-07 Thread Sven Geggus
Package: postgis
Severity: wishlist


PostGIS 2.0.0 has just been relased:
http://www.postgis.org/news/20120403/

Would be nice to have a debian package available RSN.

Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624194: Any progress with newer Version?

2011-11-30 Thread Sven Geggus
In April Michael Fladischer wrote:

 Also, there's a new upstream release for sssd.

In the meantime there is more than one newer upstream release. LTM Version
is 1.5.15!

1.2.x. is ancient and does not work with active directory at all!

Any progress on this?

Sven

-- 
How to prevent Java from forking? Use a spoon.
(Found on http://slashdot.org)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#646764: owfs: owserver segfaults when avahi-daemon is not installed

2011-10-26 Thread Sven Geggus
Package: owfs
Version: 2.8p13+dfsg1-5
Severity: normal


As requested on the upstream mailinglist, here comes the debian bug
report:

owserver segfaults when running on a system where no avahi-daemon is
running. As a workaround it is possible to use the --nozero
commandline option:

 broken commandline: owserver -u --foreground 
working commandline: owserver -u --foreground --nozero

Regards

Sven

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages owfs depends on:
ii  owfs-fuse 2.8p13+dfsg1-5 1-Wire filesystem
ii  owftpd2.8p13+dfsg1-5 FTP daemon providing access to 1-W
ii  owhttpd   2.8p13+dfsg1-5 HTTP daemon providing access to 1-
ii  owserver  2.8p13+dfsg1-5 Backend server for 1-Wire control

owfs recommends no packages.

Versions of packages owfs suggests:
pn  owfs-doc  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#639123: kernel-package: kernel-headers package does not contain all the necessary includes

2011-08-24 Thread Sven Geggus
Package: kernel-package
Version: 12.036+nmu1
Severity: normal

Hello,

when building recent kernels with kernel-package (3.x, don't know about
2.6.x) dkms fails later on building external kernel modules (virtualbox-dkms
in my case).

From the relevant dkms logfiles I learnt that the files relevant include
directory /usr/src/linux-headers-kernelversion/arch/x86/include is
missing.

Copying this directory from the kernel sourcetree fixes this issue and
virtualbox modules get build fine.

Regards

Sven


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.1-01840-g0de01ec (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  binutils2.20.1-16em1 The GNU assembler, linker and bina
ii  build-essential 11.5 Informational list of build-essent
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  file5.04-5   Determines file type using magic
ii  gettext 0.18.1.1-3   GNU Internationalization utilities
ii  make3.81-8   An utility for Directing compilati
ii  module-init-tools   3.12-1   tools for managing Linux kernel mo
ii  po-debconf  1.0.16+nmu1  tool for managing templates file t
ii  util-linux  2.17.2-9 Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  btrfs-tools 0.19+20100601-3  Checksumming Copy on Write Filesys
ii  bzip2   1.0.5-6  high-quality block-sorting file co
ii  docbook-utils   0.6.14-1.1   Convert Docbook files to other for
ii  e2fsprogs   1.41.12-4stable1 ext2/ext3/ext4 file system utiliti
pn  grub | grub2none   (no description available)
ii  initramfs-tools [linux- 0.98.8   tools for generating an initramfs
pn  jfsutilsnone   (no description available)
ii  libncurses5-dev [libncu 5.7+20100313-5   developer's libraries and docs for
pn  linux-source | kernel-s none   (no description available)
pn  mcelog  none   (no description available)
pn  oprofilenone   (no description available)
pn  pcmciautils none   (no description available)
ii  ppp 2.4.5-4  Point-to-Point Protocol (PPP) - da
ii  procps  1:3.2.8-9/proc file system utilities
ii  quota   4.00~pre1-6  implementation of the disk quota s
pn  reiserfsprogs   none   (no description available)
pn  squashfs-tools  none   (no description available)
ii  udev164-3/dev/ and hotplug management daemo
ii  xfsprogs3.1.4Utilities for managing the XFS fil
ii  xmlto   0.0.23-2em1  XML-to-any converter (gripped)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626234: gdal: Bug 626234 still present in experimental Version 1.8.0-1

2011-05-26 Thread Sven Geggus
Package: gdal
Version: 1.8.0-1
Severity: normal

While bug 626234 has been fixed in gdal 1.7.3-3 it is still present in
Version 1.8.0-1 from experimental.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-01659-gf14eb00 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#628022: gdal: Java Interface not included

2011-05-26 Thread Sven Geggus
Package: gdal
Version: 1.8.0-1
Severity: wishlist

Please include the Java Native Interface in future Package builds (Needed for
running geoserver).

See http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix for
instructions.

Sven


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-01659-gf14eb00 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#614355: dropbear: daemon looks for xauth binary at wrong place

2011-02-21 Thread Sven Geggus
Package: dropbear
Version: 0.52-6~iosb1
Severity: normal

dropbear binary is still looking for /usr/bin/X11/xauth which is however
located at /usr/bin/xauth in squeeze and above. A simple change in
debian/rules fixes this.

Furthermore bug #495795 is still unresolved after 2.5 years!

The package does still not include a scp binary which makes it almost
useless as a lightweight openssh replacement for embedded systems.

Building it is an easy patch, however the /usr/bin/scp conflict needs to be
resolved as well and I don't know how to do this best.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-01659-gf14eb00 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dropbear depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

dropbear recommends no packages.

Versions of packages dropbear suggests:
ii  openssh-client1:5.5p1-6  secure shell (SSH) client, for sec
pn  runit none (no description available)
ii  udev  164-3  /dev/ and hotplug management daemo
ii  xauth 1:1.0.4-1  X authentication utility

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610400: [Pkg-scicomp-devel] Bug#610400: opencv: usage of external lapack breaks cvCalibrateCamera2

2011-02-08 Thread Sven Geggus
Sven Geggus schrieb am Donnerstag, den 03. Februar um 10:11 Uhr:

  Do you check on i386?  I checked on amd64, but I could not get
  Segmentation fault.
 
 Yes, this is a 32 bit machine.

Just cross checked on 64bit squeeze. No segfault there!

Sven

-- 
The source code is not comprehensible
 (found in bug section of man 8 telnetd on Redhat Linux)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610400: [Pkg-scicomp-devel] Bug#610400: opencv: usage of external lapack breaks cvCalibrateCamera2

2011-02-03 Thread Sven Geggus
Nobuhiro Iwamatsu schrieb am Donnerstag, den 03. Februar um 03:35 Uhr:

 Do you check on i386?  I checked on amd64, but I could not get
 Segmentation fault.

Yes, this is a 32 bit machine.

Sven

-- 
/* Fuck me gently with a chainsaw... */
(David S. Miller in /usr/src/linux/arch/sparc/kernel/ptrace.c)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610400: [Pkg-scicomp-devel] Bug#610400: opencv: usage of external lapack breaks cvCalibrateCamera2

2011-02-02 Thread Sven Geggus
Nobuhiro Iwamatsu schrieb am Montag, den 24. Januar um 04:33 Uhr:

 I checked this using opencv-2.1.0/samples/c/calibration.cpp.
 I does not have segmentation fault.

It does when called with correct parameters like in our usage scenario:
 c/  ./calibration  -w 6 -h 8 -s 2 -n 10 -o camera.yml -op -oe right*.jpg
When the live video from camera is used as input, the following hot-keys may
be used:
  ESC, 'q' - quit the program
  'g' - start capturing images
  'u' - switch undistortion on/off
Segmentation fault

In contrast when fix_3rdparty_build.patch is removed from
debian/patches/series the resultion package works just fine (no segfault).

Lapack in charge is libatlas3gf-base 3.8.3-27 from Debian squeeze

Regards

Sven

-- 
We just typed make
(Stephen Lambrigh, Director of Server Product Marketing at Informix
  about porting their Database to Linux)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610400: opencv: usage of external lapack breaks cvCalibrateCamera2

2011-01-18 Thread Sven Geggus
Package: opencv
Version: 2.1.0-3
Severity: important
Tags: squeeze sid

Since Version 2.1.0-1 the opencv package has been altered to no longer use
the internal lapack library (opencv_lapack) by means of the
fix_3rdparty_build.patch.

Unfortunately this will at least cause a segmentation fault in
cvCalibrateCamera2. Probably other lapack related functions are also
affected.

Removing fix_3rdparty_build.patch from package build leads to a usable
package.

C-code for testing the mentioned function is available on request.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-01659-gf14eb00 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603470: [DebianGIS-dev] Bug#603470: libmapnik0.7: package linked against broken external AGG

2010-11-15 Thread Sven Geggus
Francesco P. Lovergine schrieb am Montag, den 15. November um 11:19 Uhr:

 This is also something bad, because it violates the original upstream will
 IMHO.

Yes it does because Mapnik is licenced under LGPL

 Note also that the embedded copy is a 2.3 or 2.4 version, and we used the
 same approach for mapserver to avoid those kind of problems.

Its a patched version of 2.4

 Seriously someone should consider an AGG fork from 2.4
 which is something maybe mapserver folks already did.

I posted an URL to the discussion of the problem.

In there it has been mentioned, that they consider 2.5 dead anyway and that
currently 2.4 development ist going on here:
http://agg.svn.sourceforge.net/viewvc/agg/agg-2.4/

See http://www.mail-archive.com/mapnik-us...@lists.berlios.de/msg02970.html

 My best guessing is moving to the embedded copy if resulting issues are
 grave enough to compromise its use.

There are occasional hangs of the rendering library resulting in 100% CPU usage.

Sven

-- 
I'm a bastard, and proud of it
  (Linus Torvalds, Wednesday Sep 6, 2000)

/me is gig...@ircnet, http://sven.gegg.us/ on the Web



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603470: libmapnik0.7: package linked against broken external AGG

2010-11-14 Thread Sven Geggus
Package: libmapnik0.7
Severity: important

The current Version of Mapnik in Debian (squeeze and sid) has been
linked against the AGG library provided by the system.

Looks like this library (2.5.x) is more or less unmaintained. For
this reason mapnik provides a custom Version of the AGG library which
fixes the bugs which causes mapnik to hang.

The discussion about this topic can be found here:
http://www.mail-archive.com/mapnik-us...@lists.berlios.de/msg02953.html

I know that the debian policy is to always use external libraries, but
this renders the provided package more or less unusable.

Unfortunately I don't have patches for AGG to fix this without
breaking the debian policy.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.4-robert-you-suck+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#567007: mapnik: New upstream release 0.7.0 available

2010-01-26 Thread Sven Geggus
Package: mapnik
Version: 0.6.1-1
Severity: wishlist


Upstream has released Version 0.7.0 a few days ago.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27.37-ztdummy
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/local/bin/bash3



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563108: boost1.40: New upstream Version 1.41

2009-12-30 Thread Sven Geggus
Package: boost1.40
Severity: wishlist


Upstream has a New Release (1.41) since November 17th where upcoming
software releases (Namely Mapnik 0.7.0 which will be released in a
few days time) already start to depend on.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.6 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532446: mapserver: new upstream Version 5.4.1

2009-06-09 Thread Sven Geggus
Package: mapserver
Version: 5.2.2
Severity: wishlist

Upstream Version is already at 5.4.1, please update.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#511874: gdal: New upstream release 1.6.0 available

2009-01-15 Thread Sven Geggus
Package: gdal
Severity: wishlist

gdal 1.6.0 has been available for more than a month now but has yet to find
its way into debian experimental/unstable.

Regards

Sven

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27.6-ztdummy
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#511766: clig: tcl Version defunct

2009-01-14 Thread Sven Geggus
Package: clig
Version: 1.9.11.1-3
Severity: important
Tags: patch


The tcl Version of the clig package does no longer work:

 ~/ # echo package require clig |tclsh
can't find package clig

This can be fixed with a symbolic link:

 ~/ # for i in /usr/share/tcltk/tcl8.*; do ln -s /usr/share/clig/ $i; done

 ~/ # echo 'package require clig; puts [package present clig]' |tclsh
0.0.0

BTW, as far as the dependencies of clig are concerned. clig does work with
any Version of tcl starting from 8.0 to 8.5.

I think it's rather inconvenient when tcl8.4 is installed just because of an
invalid clig dependency.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27.6-ztdummy
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages clig depends on:
ii  tcl8.48.4.19-2   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.19-2   Tk toolkit for Tcl and X11, v8.4 -

clig recommends no packages.

clig suggests no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501127: gdal: BigTIFF support not enabled

2008-10-04 Thread Sven Geggus
Package: gdal
Version: 1.5.2-3
Severity: wishlist


The current Version of gdal does not support Tiff files 4GB
(BigTIFF). The reason for this is that gdal is compiled against the
systems Tiff library instead of the internal one provided by gdal. 

The problem can be solved easily by adding --with-libtiff=internal to
debian/rules and removing libtiff4-dev from Build-Depends.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485582: gdal: Please update to new upstream release

2008-06-10 Thread Sven Geggus
Package: gdal
Severity: wishlist

A new upstream release 1.5.2 which fixes quite a few bugs is available.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#468172: cgi-mapserver: Mapserver should be build with fastcgi support

2008-02-27 Thread Sven Geggus
Package: cgi-mapserver
Version: 4.10.0-5+etch1
Severity: wishlist


cgi-mapserver should be build with fastcgi support, this is a seasy as
installing libfcgi-dev and adding --with-fastcgi=/usr to debian/rules

Sven

-- System Information:
Debian Release: 4.0
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cgi-mapserver depends on:
ii  lib 2.3.6.ds1-13etch4GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii  lib 7.15.5-1etch1Multi-protocol file transfer libra
ii  lib 2.2.1-5+etch2FreeType 2 font engine, shared lib
ii  lib 1:4.1.1-21   GCC support library
ii  lib 2.0.33-5.2   GD Graphics Library version 2
ii  lib 1.3.2-4  Geospatial Data Abstraction Librar
ii  lib 2.2.3-3  Geometry engine for Geographic Inf
ii  lib 1.4.4-3  the GNU TLS library - runtime libr
ii  lib 0.6.5-1  GNU libidn library, implementation
ii  lib 6b-13The Independent JPEG Group's JPEG 
ii  lib 1.4.4-7etch4 MIT Kerberos runtime libraries
ii  lib 1.2.15~beta5-1   PNG library - runtime
ii  lib 8.1.11-0etch1PostgreSQL C client library
ii  lib 4.1.1-21 The GNU Standard C++ Library v3
ii  lib 2:1.0.3-7X11 client-side library
ii  lib 1:3.5.5-2X11 pixmap library
ii  pro 4.5.0-2  Cartographic projection filter and
ii  zli 1:1.2.3-13   compression library - runtime

cgi-mapserver recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451932: tar: Please include xattrs patch

2007-11-19 Thread Sven Geggus
Package: tar
Version: 1.19-1
Severity: wishlist

Hello,

Fedora is shipping with a Version of tar which honors acls and extended file
attributes. The related RPM Source package includes a file called 
tar-1.17-xattrs.patch
which is responsible for this. It would be nice to have this patch included in 
future
Versions of the Debian Version of tar.

Regards

Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441789: fvwm: Please update to current upstream version!

2007-09-11 Thread Sven Geggus
Package: fvwm
Version: 1:2.5.18-3
Severity: wishlist

Hello,

please update to current upstream version. current Version in sid 2.5.21
while the current upstream Version is 2.5.23.

Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#416276: Privilege Separation for WebDAV

2007-03-26 Thread Sven Geggus
Package: apache
Version: 1.3.34-4.1
Severity: wishlist

There is a Privilege Separation patch for Apache available on
http://oss.metaparadigm.com/apache-privsep/. It would be very nice to have
this included in the Standard Debian package.

Regards

Sven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#338124: RFP: owfs -- 1-wire device access for Linux

2005-11-08 Thread Sven Geggus
Package: wnpp
Severity: wishlist


* Package name: owfs
  Upstream Author : Paul H Alfille [EMAIL PROTECTED]
* URL : http://owfs.sourceforge.net/
* License : GPL
  Description : 1-wire device access for Linux

owfs is a collection of methods for accessing a 1-wire network
(http://www.maxim-ic.com/1-Wire.cfm) on Linux.

It includes a fuse module, http-server, c-api and bindings to script-languages
(Perl, Python, PHP, Tcl).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327359: qmake generates invalid -Lpath linker Option

2005-09-09 Thread Sven Geggus
Package: libqt4-dev
Version: 4.0.1-1

--cut--
[EMAIL PROTECTED]:./tmp2 echo foo.pro
[EMAIL PROTECTED]:./tmp2 qmake foo.pro
[EMAIL PROTECTED]:./tmp2 grep ^LIBS Makefile 
LIBS  = $(SUBLIBS) -L/usr/lib
-L/tmp/buildd/qt4-x11-4.0.1/lib -lQtGui -L/usr/X11R6/lib
-laudio -lXt -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama
-lfreetype -lXext -lX11 -lm -lQtCore -lfontconfig -lz -ldl -lpthread
--cut--

The invalid Option I am talking about is -L/tmp/buildd/qt4-x11-4.0.1/lib.

Regards

Sven

-- 
C is quirky, flawed, and an enormous success
(Dennis M. Ritchie)

/me is [EMAIL PROTECTED], http://sven.gegg.us/ on the Web


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#213017: mutt-1.5.4i: record does not work correctly with imap and tunnel enabled

2005-09-07 Thread Sven Geggus
Adeodato Simó schrieb am Mittwoch, den 07. September um 10:18 Uhr:
   Again, upstream would like to know if you can reproduce this with mutt
   1.5.10. They'll close the bug in a while if you fail to provide an
   answer.

hm, I found a workaround for this in changing IMAP-Servers from courier-imap to
dovecot. Thus it is not possible for me to reproduce this at the moment.

Sven

-- 
and on the third day he rebooted into Linux-1.3.84
(Linus Torvalds, Easter Kernel Release 1996)

/me is [EMAIL PROTECTED], http://sven.gegg.us/ on the Web


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#299778: sum button broken in Math Panel

2005-03-16 Thread Sven Geggus
Package: lyx
Version: 1.3.4-2
Severity: normal

It is impossible to add a sum, integral, etc. to a formula using Math
Panel in the current Version of lyx.

Instead of adding those symbols, it is possible to change character styles
using the Sum-Button!

Regards

Sven

-- 
Sven Geggus @ Fraunhofer IITB, Fraunhoferstr. 1, 76131 Karlsruhe, Germany
Web: http://wsd.iitb.fhg.de/ Phone: +49 721 6091-422, Fax: +49 721 6091-233
Linux powered DATA aquisition and evaluation, embedded systems,
combustion engine diagnosis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]