Bug#882255: libc6-dev: #define _SC_PAGESIZE _SC_PAGESIZE in /usr/include/x86_64-linux-gnu/bits/confname.h

2018-12-20 Thread Florin Iucha
Package: libc6-dev
Version: 2.28-2
Followup-For: Bug #882255

Dear Maintainer,

Trying to compile a personal project using Clang7 and maximum warning
settings, it produced the following warning:

error: disabled expansion of recursive macro
[-Werror,-Wdisabled-macro-expansion]

/usr/include/x86_64-linux-gnu/bits/confname.h:134:24: note: expanded
from macro '_SC_PAGESIZE'   
 
#define _SC_PAGESIZE_SC_PAGESIZE

I think the confname.h has that line as a result of a mis-merge. There's
no point in defining X as X.

florin

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

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

Versions of packages libc6-dev depends on:
ii  libc-dev-bin2.28-2
ii  libc6   2.28-2
ii  linux-libc-dev  4.18.20-2

libc6-dev recommends no packages.

Versions of packages libc6-dev suggests:
pn  glibc-doc 
ii  manpages-dev  4.16-1

-- no debconf information



Bug#913409: libasound2: plugging in RME ADI2-DAC causes pulseaudio to crash in libasound2

2018-11-10 Thread Florin Iucha
I confirm that the following steps (with a detour learning about sbuild) 
got my DAC working again.



Thank you again Elimar and Michael!

florin


On 11/10/18 6:01 PM, Michael Stapelberg wrote:

The steps I used to verify the patch were:

% wget 
'http://git.alsa-project.org/?p=alsa-plugins.git;a=patch;h=a4e7e1282c57a2f4e83afe9a4008042d8b4c5bb9' 
-O /tmp/alsa.patch

% pk4 libasound2-plugins
% patch -p1 < /tmp/alsa.patch
% pk4-replace

On Sat, Nov 10, 2018 at 11:51 PM Florin Iucha <mailto:flo...@iucha.net>> wrote:


Elimar,


Seems to be a duplicate. I noticed that Michael was able to test
the patch from alsa (git). I tried to build pulseaudio and alsa
from source to debug the issue, but I'm getting to


libtool: link: gcc -shared  -fPIC -DPIC
modules/alsa/.libs/libalsa_util_la-alsa-util.o
modules/alsa/.libs/libalsa_util_la-alsa-ucm.o
modules/alsa/.libs/libals
a_util_la-alsa-mixer.o
modules/alsa/.libs/libalsa_util_la-alsa-sink.o
modules/alsa/.libs/libalsa_util_la-alsa-source.o
modules/.libs/libalsa_util_la-reserve-wr
ap.o modules/.libs/libalsa_util_la-udev-util.o
modules/.libs/libalsa_util_la-reserve.o
modules/.libs/libalsa_util_la-reserve-monitor.o
-Wl,--whole-archive /ho
me/florin/tools/alsa-lib/src/mixer//.libs/libmixer.a
/home/florin/tools/alsa-lib/src/control//.libs/libcontrol.a
-Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/f
lorin/tools/pulseaudio/src/.libs -Wl,-rpath
-Wl,/usr/local/lib/pulseaudio ./.libs/libpulsecore-12.2.so
<http://libpulsecore-12.2.so> ./.libs/libpulsecommon-12.2.so
<http://libpulsecommon-12.2.so> ./.libs/libpulse.so -L/ho
me/florin/tools/alsa-lib/src/
-L/home/florin/tools/alsa-lib/src/mixer/
-L/home/florin/tools/alsa-lib/src/control/ -ludev -ldbus-1
-lcap -lpthread -lrt -ldl -lm
  -g -O2   -Wl,-soname -Wl,libalsa-util.so -o
.libs/libalsa-util.so
/usr/bin/ld: .libs/libalsa-util.so: version node not found for
symbol snd_ctl_elem_info_get_dimension@@ALSA_0.9.3
<mailto:snd_ctl_elem_info_get_dimension@@ALSA_0.9.3>


How can I test the patch? Do I need to try and re-build the
package? Can I build alsa and pulseaudio just in some normal
directories and try it that way?


Thank you,

florin


On 11/10/18 2:01 PM, Elimar Riesebieter wrote:

Control: reassign -1 libasound2-plugins 1.1.7-2
Control: forcemerge 912921 -1

* Florin Iucha  <mailto:flo...@iucha.net>  [2018-11-10 
12:12 -0500]:


Package: libasound2
Version: 1.1.7-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

* What led up to the situation?

Purchased a new USB DAC. It worked fine last night, then this morning
it is crashing pulseaudio every time it is attached / turned on.

* What exactly did you do (or not do) that was effective (or
  ineffective)?

Plug the USB DAC.

* What was the outcome of this action?

Nov 10 12:03:07 herakles kernel: do_general_protection: 10 callbacks 
suppressed
Nov 10 12:03:07 herakles kernel: traps: pulseaudio[6311] general 
protection ip:7f8f3e557532 sp:7fff1aa8bb20 error:0 in 
libasound.so.2.0.0[7f8f3e51e000+8f000]

* What outcome did you expect instead?

Music coming out from the headphones.

Please checkhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912921


Elimar




--
Best regards,
Michael


Bug#913409: libasound2: plugging in RME ADI2-DAC causes pulseaudio to crash in libasound2

2018-11-10 Thread Florin Iucha

Thank you Michael.


florin


On 11/10/18 6:01 PM, Michael Stapelberg wrote:

The steps I used to verify the patch were:

% wget 
'http://git.alsa-project.org/?p=alsa-plugins.git;a=patch;h=a4e7e1282c57a2f4e83afe9a4008042d8b4c5bb9' 
-O /tmp/alsa.patch

% pk4 libasound2-plugins
% patch -p1 < /tmp/alsa.patch
% pk4-replace

On Sat, Nov 10, 2018 at 11:51 PM Florin Iucha <mailto:flo...@iucha.net>> wrote:


Elimar,


Seems to be a duplicate. I noticed that Michael was able to test
the patch from alsa (git). I tried to build pulseaudio and alsa
from source to debug the issue, but I'm getting to


libtool: link: gcc -shared  -fPIC -DPIC
modules/alsa/.libs/libalsa_util_la-alsa-util.o
modules/alsa/.libs/libalsa_util_la-alsa-ucm.o
modules/alsa/.libs/libals
a_util_la-alsa-mixer.o
modules/alsa/.libs/libalsa_util_la-alsa-sink.o
modules/alsa/.libs/libalsa_util_la-alsa-source.o
modules/.libs/libalsa_util_la-reserve-wr
ap.o modules/.libs/libalsa_util_la-udev-util.o
modules/.libs/libalsa_util_la-reserve.o
modules/.libs/libalsa_util_la-reserve-monitor.o
-Wl,--whole-archive /ho
me/florin/tools/alsa-lib/src/mixer//.libs/libmixer.a
/home/florin/tools/alsa-lib/src/control//.libs/libcontrol.a
-Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/f
lorin/tools/pulseaudio/src/.libs -Wl,-rpath
-Wl,/usr/local/lib/pulseaudio ./.libs/libpulsecore-12.2.so
<http://libpulsecore-12.2.so> ./.libs/libpulsecommon-12.2.so
<http://libpulsecommon-12.2.so> ./.libs/libpulse.so -L/ho
me/florin/tools/alsa-lib/src/
-L/home/florin/tools/alsa-lib/src/mixer/
-L/home/florin/tools/alsa-lib/src/control/ -ludev -ldbus-1
-lcap -lpthread -lrt -ldl -lm
  -g -O2   -Wl,-soname -Wl,libalsa-util.so -o
.libs/libalsa-util.so
/usr/bin/ld: .libs/libalsa-util.so: version node not found for
symbol snd_ctl_elem_info_get_dimension@@ALSA_0.9.3
<mailto:snd_ctl_elem_info_get_dimension@@ALSA_0.9.3>


How can I test the patch? Do I need to try and re-build the
package? Can I build alsa and pulseaudio just in some normal
directories and try it that way?


Thank you,

florin


On 11/10/18 2:01 PM, Elimar Riesebieter wrote:

Control: reassign -1 libasound2-plugins 1.1.7-2
Control: forcemerge 912921 -1

* Florin Iucha  <mailto:flo...@iucha.net>  [2018-11-10 
12:12 -0500]:


Package: libasound2
Version: 1.1.7-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

* What led up to the situation?

Purchased a new USB DAC. It worked fine last night, then this morning
it is crashing pulseaudio every time it is attached / turned on.

* What exactly did you do (or not do) that was effective (or
  ineffective)?

Plug the USB DAC.

* What was the outcome of this action?

Nov 10 12:03:07 herakles kernel: do_general_protection: 10 callbacks 
suppressed
Nov 10 12:03:07 herakles kernel: traps: pulseaudio[6311] general 
protection ip:7f8f3e557532 sp:7fff1aa8bb20 error:0 in 
libasound.so.2.0.0[7f8f3e51e000+8f000]

* What outcome did you expect instead?

Music coming out from the headphones.

Please checkhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912921


Elimar




--
Best regards,
Michael


Bug#913409: libasound2: plugging in RME ADI2-DAC causes pulseaudio to crash in libasound2

2018-11-10 Thread Florin Iucha

Elimar,


Seems to be a duplicate. I noticed that Michael was able to test the 
patch from alsa (git). I tried to build pulseaudio and alsa from source 
to debug the issue, but I'm getting to



   libtool: link: gcc -shared  -fPIC -DPIC
   modules/alsa/.libs/libalsa_util_la-alsa-util.o
   modules/alsa/.libs/libalsa_util_la-alsa-ucm.o modules/alsa/.libs/libals
   a_util_la-alsa-mixer.o
   modules/alsa/.libs/libalsa_util_la-alsa-sink.o
   modules/alsa/.libs/libalsa_util_la-alsa-source.o
   modules/.libs/libalsa_util_la-reserve-wr
   ap.o modules/.libs/libalsa_util_la-udev-util.o
   modules/.libs/libalsa_util_la-reserve.o
   modules/.libs/libalsa_util_la-reserve-monitor.o -Wl,--whole-archive /ho
   me/florin/tools/alsa-lib/src/mixer//.libs/libmixer.a
   /home/florin/tools/alsa-lib/src/control//.libs/libcontrol.a
   -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/f
   lorin/tools/pulseaudio/src/.libs -Wl,-rpath
   -Wl,/usr/local/lib/pulseaudio ./.libs/libpulsecore-12.2.so
   ./.libs/libpulsecommon-12.2.so ./.libs/libpulse.so -L/ho
   me/florin/tools/alsa-lib/src/
   -L/home/florin/tools/alsa-lib/src/mixer/
   -L/home/florin/tools/alsa-lib/src/control/ -ludev -ldbus-1 -lcap
   -lpthread -lrt -ldl -lm
  -g -O2   -Wl,-soname -Wl,libalsa-util.so -o .libs/libalsa-util.so
   /usr/bin/ld: .libs/libalsa-util.so: version node not found for
   symbol snd_ctl_elem_info_get_dimension@@ALSA_0.9.3


How can I test the patch? Do I need to try and re-build the package? Can 
I build alsa and pulseaudio just in some normal directories and try it 
that way?



Thank you,

florin


On 11/10/18 2:01 PM, Elimar Riesebieter wrote:

Control: reassign -1 libasound2-plugins 1.1.7-2
Control: forcemerge 912921 -1

* Florin Iucha  [2018-11-10 12:12 -0500]:


Package: libasound2
Version: 1.1.7-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

* What led up to the situation?

Purchased a new USB DAC. It worked fine last night, then this morning
it is crashing pulseaudio every time it is attached / turned on.

* What exactly did you do (or not do) that was effective (or
  ineffective)?

Plug the USB DAC.

* What was the outcome of this action?

Nov 10 12:03:07 herakles kernel: do_general_protection: 10 callbacks 
suppressed
Nov 10 12:03:07 herakles kernel: traps: pulseaudio[6311] general protection 
ip:7f8f3e557532 sp:7fff1aa8bb20 error:0 in 
libasound.so.2.0.0[7f8f3e51e000+8f000]

* What outcome did you expect instead?

Music coming out from the headphones.

Please check https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912921


Elimar


Bug#913409: libasound2: plugging in RME ADI2-DAC causes pulseaudio to crash in libasound2

2018-11-10 Thread Florin Iucha
Package: libasound2
Version: 1.1.7-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?

   Purchased a new USB DAC. It worked fine last night, then this morning
   it is crashing pulseaudio every time it is attached / turned on.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

   Plug the USB DAC.

   * What was the outcome of this action?

   Nov 10 12:03:07 herakles kernel: do_general_protection: 10 callbacks 
suppressed
   Nov 10 12:03:07 herakles kernel: traps: pulseaudio[6311] general protection 
ip:7f8f3e557532 sp:7fff1aa8bb20 error:0 in 
libasound.so.2.0.0[7f8f3e51e000+8f000]

   * What outcome did you expect instead?

   Music coming out from the headphones.


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

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

Versions of packages libasound2 depends on:
ii  libasound2-data  1.1.7-1
ii  libc62.27-8

libasound2 recommends no packages.

Versions of packages libasound2 suggests:
ii  libasound2-plugins  1.1.7-2

-- no debconf information



Bug#900704: kitty is not available as an alternative for x-terminal-emulator

2018-06-03 Thread Florin Iucha

James,


Thank you for the clarification and for the packaging!


Best,

florin


On 06/03/2018 08:45 PM, James McCoy wrote:

Control: severity -1 minor

On Sun, Jun 03, 2018 at 01:52:13PM -0400, Florin Iucha wrote:

After installing kitty and configuring it, I tried to set it up as my
default x-terminal-emulator, using the following command:

$ sudo update-alternatives --config x-terminal-emulator

However, kitty was not present in the list.

That's because it doesn't currently satisfy requirements of §11.8.3 of
Debian Policy for something providing x-terminal-emulator.

If/when it does that, it will start providing that alternative.

Cheers,




Bug#900704: kitty is not available as an alternative for x-terminal-emulator

2018-06-03 Thread Florin Iucha
Package: kitty
Version: 0.9.0-1
Severity: important

Dear Maintainer,

After installing kitty and configuring it, I tried to set it up as my
default x-terminal-emulator, using the following command:

   $ sudo update-alternatives --config x-terminal-emulator

However, kitty was not present in the list.

Please make kitty available as an alternative terminal emulator.

florin

-- System Information:
Debian Release: 9.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.0-2-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kitty depends on:
ii  kitty-terminfo  0.9.0-1
ii  libc6   2.27-3
ii  libfontconfig1  2.13.0-5
ii  libfreetype62.8.1-2
ii  libharfbuzz0b   1.7.6-1+b1
ii  libpng16-16 1.6.34-1
ii  libpython3.63.6.5-9
ii  libx11-62:1.6.4-3
ii  libxkbcommon-x11-0  0.8.0-1
ii  libxkbcommon0   0.8.0-1
ii  python3 3.6.5-3
ii  python3.6   3.6.5-9
ii  zlib1g  1:1.2.8.dfsg-5

kitty recommends no packages.

kitty suggests no packages.

-- no debconf information



Bug#830902: openBVE doesn't start

2016-08-05 Thread Florin Iucha

I am observing the same behavior. I am running Debian "Stretch".



Bug#682921: [Pkg-samba-maint] Bug#682921: samba: slow samba performance (both network and disk)

2012-07-28 Thread Florin Iucha
On Sat, Jul 28, 2012 at 03:06:33PM -0600, Christian PERRIER wrote:
 tags 682921 wontfix
 severity 682921 normal
 
 You really should forget about these parameters. I know you can ind
 some references here or there about socket optionsbut the Samba Team
 themselves discourages using them.

OK.  With or without, it makes no difference.

 Apart from that, I think that such performance issues should really be
 discussed with upstream, and probably not as a bug report. There are
 way too many parameters that can be involved that there is zero chance
 that one of the maintainers of samba in Debian really can help you.

Fair enough: https://bugzilla.samba.org/show_bug.cgi?id=9070

Thanks for your comment and your work on Debian!

Regards,
florin

-- 
Beware of software written by optimists!


signature.asc
Description: Digital signature


Bug#682921: samba: slow samba performance (both network and disk)

2012-07-26 Thread Florin Iucha
Package: samba
Version: 2:3.6.6-2
Severity: important

Dear Maintainer,

Context:  I have a workstation W (running Windows 7 Professional 64 bit)
and a server S running Debian GNU/Linux 64 bit).  The workstation is a
6-core Xeon, the server is a 4-core i7, both with hyperthreading.  The
workstation has 12GB of RAM, the server has 16.  The workstation has
on-board dual Intel gigabit Ethernet controllers (with Jumbo frames
enabled, IP checksum offload, TCP checksum offload, ...). The server
has dual Marvell SysKonnect gigabit Ethernet controllers (with Jumbo
frames enabled, IP checksum offload, TCP checksum offload, ...). They
are connected via a Cisco SG300-10 managed gigabit switch with Jumbo
frames enabled.

I have installed a fresh copy of Debian wheezy (kernel 3.2.0, samba
3.6.0).  On the system hard drive (Samsung 1TB, 7200 RPM) I have created
two logical volumes, formatted one with XFS (or ext4) and one exported
through iSCSI.

iperf with 128KB window on the Linux side and 1024KB window and 1024KB
length of buffer to send determines the speed to be 801mbit/second.

Importing the iSCSI partition on Windows, formatting it with NTFS,
then copying 11GB (basically tarring up C:\Program Files using 7-zip,
no compression) and monitoring the performance with 'dstat 5' on Linux
produces a steady stream of network receives and disk writes at 75-79
MBytes/second.

Connecting the mounted filesystem that is exported via Samba and writing
the same test file produces network receive rates that fluctuate between
21 MBytes/s and 51 MBytes/s (but clustered around 35-43 MBytes/s)
The disk writes are also interesting, as they go between 2.5KBytes/s
to 136MBytes/s.

Other than the test, the boxes are completely idle.

The only changes to the [global] section in smb.conf are:

   socket options = TCP_NODELAY SO_RCVBUF=131072 SO_SNDBUF=131072
   min receivefile size = 16384

Thank you,
florin

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages samba depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.44
ii  dpkg   1.16.4.3
ii  libacl12.2.51-8
ii  libattr1   1:2.4.46-8
ii  libc6  2.13-33
ii  libcap21:2.22-1
ii  libcomerr2 1.42.4-3
ii  libcups2   1.5.3-1
ii  libgssapi-krb5-2   1.10.1+dfsg-1
ii  libk5crypto3   1.10.1+dfsg-1
ii  libkrb5-3  1.10.1+dfsg-1
ii  libldap-2.4-2  2.4.31-1
ii  libpam-modules 1.1.3-7.1
ii  libpam-runtime 1.1.3-7.1
ii  libpam0g   1.1.3-7.1
ii  libpopt0   1.16-7
ii  libtalloc2 2.0.7+git20120207-1
ii  libtdb11.2.10-2
ii  libwbclient0   2:3.6.6-2
ii  lsb-base   4.1+Debian7
ii  procps 1:3.3.3-2
ii  samba-common   2:3.6.6-2
ii  update-inetd   4.43
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages samba recommends:
ii  logrotate  3.8.1-4
ii  tdb-tools  1.2.10-2

Versions of packages samba suggests:
ii  ctdb  1.12+git20120201-3
pn  ldb-tools none
pn  openbsd-inetd | inet-superserver  none
pn  smbldap-tools none

-- debconf information:
  samba/run_mode: daemons
  samba-common/title:


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



Bug#682669: fwanalog nightly run keeps sending information from the day it was installed

2012-07-24 Thread Florin Iucha
Package: fwanalog
Version: 0.6.9-6.1
Severity: important

I have installed fwanalog on July 14th and manually run it.  I presume
the package install scripts also set me up with a nice cron job, which
is handy.  But, I keep getting the same report over and over again:

   Date: Tue, 24 Jul 2012 00:00:01 -0500 (CDT)
   From: root r...@signbit.net
   To: r...@signbit.net
   Subject: Daily fwanalog report

   Block statistics of your firewall, created by fwanalog 0.6.9
   

   Analyzed blocked packets from Sat, Jul 14 2012 at 12:04 AM to Sat, Jul 14
 2012 at 11:39 AM (0.48 days).
   

My log file does exist and it does have entries newer than July 14.

Best,
florin

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fwanalog depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  analog 2:6.0-19+b1   web server log analyzer
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
ii  debconf [debconf-2 1.5.36.1  Debian configuration management sy
ii  perl   5.10.1-17squeeze3 Larry Wall's Practical Extraction 

fwanalog recommends no packages.

Versions of packages fwanalog suggests:
ii  iptables  1.4.8-3administration tools for packet fi

-- Configuration Files:
/etc/cron.d/fwanalog [Errno 13] Permission denied: u'/etc/cron.d/fwanalog'
/etc/fwanalog/fwanalog.opts changed:
outdir=/srv/www/log/fwanalog
logformat=iptables
inputfiles_mask=syslog*   # The name of your logfiles, with a wildcard if 
you want
inputfiles_dir=/var/log/ulog  # The directory where your logfiles are in,
#   e.g. /var/log
inputfiles_mtime=31   # How old the logfiles can be
inputfiles=`find $inputfiles_dir -maxdepth 1 -name $inputfiles_mask -mtime 
-$inputfiles_mtime | sort -r`
onehost=false
sep_hosts=false
sep_packets=false
analog=analog
date=date # should be GNU date or one which can print the 
timezone.
# see timezone below
grep=grep # should be GNU grep
egrep=egrep   # should be GNU egrep
zegrep=zegrep # this is just a shellscript on most systems. If you don`t 
# have it, copy it from another Unix-lookalike.
gzcat=gzcat   # needed only on OpenBSD 3.x
sed=sed
perl=perl
tcpdump=tcpdump   # needed only on OpenBSD 3.x
timezone=`$date +%z`


-- debconf information:
  fwanalog/cron: true
  fwanalog/language: English
  fwanalog/mailto: root


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



Bug#680142: selinux-policy-default: user_t cannot manage httpd_user_content_t (cannot view/edit files in $HOME/public_html)

2012-07-03 Thread Florin Iucha
Package: selinux-policy-default
Version: 2:0.2.20100524-7+squeeze1
Severity: important

Hello,

I have installed Debian Squeeze on my server, I have enabled SELinux in 
enforcing mode, then I have installed apache and
tried to serve some file from an user's home directory.

As root, I have enabled 'httpd_enable_homedirs', but after creating the 
'public_html' directory, a 'ls -lZ public_html'
returns:

d??  ? ?  ?  0 ?  ? public_html

Running same command as root, I get

drwxr-xr-x.  2 florin florin staff_u:object_r:httpd_user_content_t:s0 
4096 Jul 3 09:05 public_html

as expected.

I have searched the web for a solution, and I have found this note:

http://www.martinorr.name/selinux/patches/654_httpd_user_content

indicating that a fix for this problem was added to 0.2.20100524-11, but 
Squeeze only has 2:0.2.20100524-7+squeeze1.

Is it possible to backport just fix to the version in Squeeze?

Alternatively, is there a simple local policy that I can add to allow me to 
export
the 'public_html', until the next version comes along?

Thanks for your work on Debian!

florin


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages selinux-policy-default depends on:
ii  libpam-modules1.1.1-6.1+squeeze1 Pluggable Authentication Modules f
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries
ii  libsepol1 2.0.41-1   SELinux library for manipulating b
ii  policycoreutils   2.0.82-3   SELinux core policy utilities
ii  python2.6.6-3+squeeze7   interactive high-level object-orie

Versions of packages selinux-policy-default recommends:
ii  checkpolicy  2.0.22-1SELinux policy compiler
ii  setools  3.3.6.ds-7.2+b1 tools for Security Enhanced Linux 

Versions of packages selinux-policy-default suggests:
pn  logcheck  none (no description available)
pn  syslog-summarynone (no description available)

-- Configuration Files:
/etc/selinux/default/modules/active/file_contexts.local [Errno 13] Permission 
denied: u'/etc/selinux/default/modules/active/file_contexts.local'
/etc/selinux/default/modules/semanage.read.LOCK [Errno 13] Permission denied: 
u'/etc/selinux/default/modules/semanage.read.LOCK'
/etc/selinux/default/modules/semanage.trans.LOCK [Errno 13] Permission denied: 
u'/etc/selinux/default/modules/semanage.trans.LOCK'

-- 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#627738: tripwire configuration fails during installation if /tmp is mounted noexec

2011-05-23 Thread Florin Iucha
Package: tripwire
Version: 2.4.2-9
Severity: important

I have /tmp mounted with nosuid,noexec,nodev options and during the tripwire 
installation I have observed these error messages:

Can't exec /tmp/tripwire.config.35411: Permission denied at 
/usr/share/perl/5.10/IPC/Open3.pm line 168.
open2: exec of /tmp/tripwire.config.35411 configure  failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 59
tripwire failed to preconfigure, with exit status 255

Despite these errors, I have been prompted for setting up the site and local
key.

I do not know if the package is usable at this point, I will proceed with
caution.

Best,
florin


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tripwire depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  postfix [mail-transport 2.7.1-1+squeeze1 High-performance mail transport ag

tripwire recommends no packages.

tripwire suggests no packages.

-- Configuration Files:
/etc/cron.daily/tripwire [Errno 13] Permission denied: 
u'/etc/cron.daily/tripwire'

-- debconf information excluded



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



Bug#627739: tripwire: the passphrase entered using the text gui (dialog?) is not accepted later on

2011-05-23 Thread Florin Iucha
Package: tripwire
Version: 2.4.2-9
Severity: normal

I have changed /tmp to allow executable to run (see Bug#627738), purged 
tripwire then reinstalled it.

When prompted for generating site and local keys I accepted (this is a system 
that I am setting up right now, behind two firewalls and a custom routing 
scheme so I'm not concerned about hackers ATM) then proceeded to generate some 
random passwords using 'pwgen -y 32'.  I have entered the site and local 
passwords (via copypaste from another terminal window) and after the GUI 
config completed, I ran 'tripwire --init'.  I have pasted the local key again, 
but it is not accepted.

Are symbols allowed in the tripwire key?

Best,
florin

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tripwire depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  postfix [mail-transport 2.7.1-1+squeeze1 High-performance mail transport ag

tripwire recommends no packages.

tripwire suggests no packages.

-- Configuration Files:
/etc/cron.daily/tripwire [Errno 13] Permission denied: 
u'/etc/cron.daily/tripwire'

-- debconf information excluded



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



Bug#607463: python-twisted-calendarserver: the package depends on both python (= 2.5) and python2.5, so it pulls in python2.5

2010-12-18 Thread Florin Iucha
Package: python-twisted-calendarserver
Version: 8.2.0.svn27622-2
Severity: important


I am trying to install calendardserver on a system that is somewhat
constrained in terms of disk and memory space.  I already have python2.6
and the other dependencies installed, but this package wants to pull in
python2.5 .  Is python2.5 really necessary?


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#558462: rabbitmq-server logs in as rabbitmq and hangs on pam_mount password prompt

2009-12-02 Thread Florin Iucha
On Wed, Dec 02, 2009 at 10:29:25AM +, David Wragg wrote:
  [...]
  zeus:~# cd /var/log/rabbitmq/
  zeus:/var/log/rabbitmq# ls -la
  total 8
  drwxr-xr-x  2 rabbitmq rabbitmq   42 2009-11-28 22:16 .
  drwxr-xr-x 15 root root 4096 2009-11-28 22:16 ..
  -rw-r--r--  1 root root   31 2009-11-28 22:16 startup_err
  -rw-r--r--  1 root root0 2009-11-28 22:16 startup_log
  zeus:/var/log/rabbitmq# cat startup_err 
  reenter password for pam_mount:zeus:/var/log/rabbitmq# 
 
  The home directories on this box are mounted over CIFS, so I'm using
  pam-mount and the option is required.
 
  Is there something that can be done so rabbitmq doesn't go through PAM
  and doesn't get hung up on trying to mount some remote filesystems?
 
 I don't think the rabbitmq packages are doing anything unusual, and I
 wonder whether this affects any packages with init scripts that use
 su, directly or indirectly, to start a daemon.  So it might be a case
 of well don't do that.  I find it strange that pam_mount doesn't
 exclude system accounts (the rabbitmq user is created as a system
 account).
 
 One possible fix might be to edit /etc/pam.d/su to remove the
 pam_mount lines.

The customary setup is to add pam_mount to common-auth and
common-session, so it's hard to un-include them from su alone.

It's clear that rabbitmq is not at fault here, so you can close this
bug.

Thanks for the help,
florin

-- 
Bruce Schneier expects the Spanish Inquisition.
  http://geekz.co.uk/schneierfacts/fact/163


pgphR3xRCv00C.pgp
Description: PGP signature


Bug#558462: rabbitmq-server logs in as rabbitmq and hangs on pam_mount password prompt

2009-11-28 Thread Florin Iucha
Package: rabbitmq-server
Version: 1.7.0-3
Severity: important


I am trying to install rabbitmq-server on my debian testing/unstable amd64
machine and I am having difficulties.

This is the output from apt-get install rabbitmq-server:

The following NEW packages will be installed:
  rabbitmq-server
0 upgraded, 1 newly installed, 0 to remove and 279 not upgraded.
Need to get 0B/469kB of archives.
After this operation, 967kB of additional disk space will be used.
Selecting previously deselected package rabbitmq-server.
(Reading database ... 166501 files and directories currently installed.)
Unpacking rabbitmq-server (from .../rabbitmq-server_1.7.0-3_all.deb) ...
Processing triggers for man-db ...
Setting up rabbitmq-server (1.7.0-3) ...
Adding group `rabbitmq' (GID 121) ...
Done.
Adding system user `rabbitmq' (UID 112) ...
Adding new user `rabbitmq' (UID 112) with group `rabbitmq' ...
Not creating home directory `/var/lib/rabbitmq'.
Starting rabbitmq-server: 

At this point, dpkg waits forever.

The only thing in /var/log/rabbitmq is:

zeus:~# cd /var/log/rabbitmq/
zeus:/var/log/rabbitmq# ls -la
total 8
drwxr-xr-x  2 rabbitmq rabbitmq   42 2009-11-28 22:16 .
drwxr-xr-x 15 root root 4096 2009-11-28 22:16 ..
-rw-r--r--  1 root root   31 2009-11-28 22:16 startup_err
-rw-r--r--  1 root root0 2009-11-28 22:16 startup_log
zeus:/var/log/rabbitmq# cat startup_err 
reenter password for pam_mount:zeus:/var/log/rabbitmq# 

The home directories on this box are mounted over CIFS, so I'm using
pam-mount and the option is required.

Is there something that can be done so rabbitmq doesn't go through PAM
and doesn't get hung up on trying to mount some remote filesystems?

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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rabbitmq-server depends on:
ii  adduser3.111 add and remove users and groups
ii  erlang-base1:13.b.2.1-dfsg-1 Erlang/OTP virtual machine and bas
ii  erlang-mnesia  1:13.b.2.1-dfsg-1 Erlang/OTP distributed relational/
ii  erlang-os-mon  1:13.b.2.1-dfsg-1 Erlang/OTP operating system monito
ii  erlang-ssl 1:13.b.2.1-dfsg-1 Erlang/OTP implementation of SSL
ii  logrotate  3.7.8-4   Log rotation utility

rabbitmq-server recommends no packages.

rabbitmq-server suggests no packages.

-- no debconf information


pgpEGm8tGiAx0.pgp
Description: PGP signature


Bug#448788: postfix/postgrey: Sender address rejected: are not filtered out

2007-10-31 Thread Florin Iucha
Package: logcheck-database
Version: 1.2.63
Severity: important


I am running postfix with postgrey for graylisting and I'm getting tons
of :

   Oct 31 16:20:21 hermes postfix/smtpd[6778]: NOQUEUE: reject: RCPT from 
$HOST[$IP]: 450 4.2.0 : Sender address rejected: Server unavailable.  Try 
again later.; from= to=[EMAIL PROTECTED] proto=ESMTP  helo=$HOST

I am getting too many of those with an zero-length from and with
abqnm$RANDOM_STRING as the originator, so I suspect it is some
clever antispam or open relay testing tool.  At any rate, it is
generating waay too much noise.

Thanks,
florin

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- debconf information:
  logcheck-database/conffile-cleanup: false



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



Bug#448788: postfix/postgrey: Sender address rejected: are not filtered out

2007-10-31 Thread Florin Iucha
On Wed, Oct 31, 2007 at 07:56:55PM -0400, Justin Pryzby wrote:
 On Wed, Oct 31, 2007 at 05:42:50PM -0500, Florin Iucha wrote:
  Package: logcheck-database
  Version: 1.2.63
  Severity: important
  
  
  I am running postfix with postgrey for graylisting and I'm getting tons
  of :
  
 Oct 31 16:20:21 hermes postfix/smtpd[6778]: NOQUEUE: reject: RCPT from 
  $HOST[$IP]: 450 4.2.0 : Sender address rejected: Server unavailable.  Try 
  again later.; from= to=[EMAIL PROTECTED] proto=ESMTP  helo=$HOST
  
  I am getting too many of those with an zero-length from and with
  abqnm$RANDOM_STRING as the originator, so I suspect it is some
  clever antispam or open relay testing tool.  At any rate, it is
  generating waay too much noise.
 That's because the rule is:
 
 [^[:space:]]+: (Sender|Recipient) address rejected:
 
 so it seems that it should be
 
 [^[:space:]]*: (Sender|Recipient) address rejected:
 
 However it's not clear to me why the sender address is being rejected,
 as  is not only valid but required to be allowed for bounces.  I
 note that postfix is using  when I do: mail from: but not giving
 the server unavailable message (instead apparently treating it as
 the null originator).
 
 Can you confirm that DNS on the logcheck/postfix machine(s) is
 working?

Yes, it is working fine -- I am sending this message from that very
machine.

If it helps, here are two examples of messages:

 cut here ---
Oct 31 16:20:21 hermes postfix/smtpd[6778]: NOQUEUE: reject: RCPT from  
+co01-00511.bcc.de[212.68.65.128]: 450 4.2.0 : Sender address rejected: Server
+unavailable.  Try again later.; from= to=[EMAIL PROTECTED] proto=ESMTP
+helo=co01-00511.bcc.de   
Oct 31 16:29:36 hermes postfix/smtpd[6869]: NOQUEUE: reject: RCPT from  
+mailgw11.hrz.uni-giessen.de[134.176.2.191]: 450 4.2.0 : Sender address   
+rejected: Server unavailable.  Try again later.; from=   
+to=[EMAIL PROTECTED] proto=ESMTP helo=mailgw11.hrz.uni-giessen.de   
 cut here ---

I do have about 100 abqnm* messages a day:

hermes:/var/log# grep -c abqnm mail.log
96
hermes:/var/log# grep -c abqnm mail.log.0
108

florin

-- 
Bruce Schneier expects the Spanish Inquisition.
  http://geekz.co.uk/schneierfacts/fact/163


signature.asc
Description: Digital signature


Bug#367235: libvmime0: Crash in libvmime.so.0 when parsing a simple

2006-05-14 Thread Florin Iucha
On Sun, May 14, 2006 at 08:52:37PM +0300, Mattias Nordstrom wrote:
 Have you been able to backtrace the segfault?

Yes I have been able, but it is not interesting ;(

[EMAIL PROTECTED]:~/work/vmime$ ./a.out hello.eml 
Clam Analyze
Subject: Hello from VMime!
Segmentation fault

(gdb) set args hello.eml
(gdb) run
Starting program: /home/florin/work/vmime/a.out hello.eml
Clam Analyze
Subject: Hello from VMime!

Program received signal SIGSEGV, Segmentation fault.
0x2aef79b634da in std::vectorvmime::utility::refvmime::word,
std::allocatorvmime::utility::refvmime::word  ::begin () from
/usr/lib/libvmime.so.0
(gdb) bt
#0  0x2aef79b634da in std::vectorvmime::utility::refvmime::word, 
std::allocatorvmime::utility::refvmime::word  ::begin ()
   from /usr/lib/libvmime.so.0
#1  0x2aef79b61a03 in vmime::text::getWholeBuffer ()
   from /usr/lib/libvmime.so.0
#2  0x0040314b in main ()

 Running this code:

Your code runs fine. Mine crashes, and the difference is... dumping the
second header!

--- vmime.cpp   2006-05-14 13:06:11.0 -0500
+++ vmime_florin.cpp2006-05-14 13:06:05.0 -0500
@@ -25,4 +25,8 @@
 std::cout  Subject:  
 hdr-Subject()-getValue().dynamicCastvmime::text()-getConvertedText(ch)
  std::endl;
+
+std::cout  From:  
+hdr-From()-getValue().dynamicCastvmime::text()-getConvertedText(ch)
+ std::endl;
 }

---cut here---

You can replace hdr-From() with hdr-To(), with no change in the observable
behavior.

florin

-- 
There was a typo, but on the wrong page.
   -- Vipin Kumar


signature.asc
Description: Digital signature


Bug#367235: libvmime0: Crash in libvmime.so.0 when parsing a simple

2006-05-14 Thread Florin Iucha
On Sun, May 14, 2006 at 09:59:47PM +0300, Mattias Nordstrom wrote:
 Florin Iucha wrote:
  Your code runs fine. Mine crashes, and the difference is... dumping the
  second header!
 
 [SNIP]
 
  You can replace hdr-From() with hdr-To(), with no change in the observable
  behavior.
 
 The problem is probably the fact that From() does not return the same
 thing as a Subject(), which is only text.
 
 To extract From, you need to do something like this:
 
 std::cout  From:  
 hdr-From()-getValue().dynamicCastvmime::mailbox()-getName().getConvertedText(ch)

 hdr-From()-getValue().dynamicCastvmime::mailbox()-getEmail()  
  std::endl;
 
 This should fix the segfault. If you take a look at the docs you'll see
 that To and Cc also require special treatment, as they contain an array
 of addresses.

Oh, I re-read the manual and indeed one has to use vmime::mailbox instead
of vmime::text. You can close this Bug report as operator error.

However...

I did all the voodoo with dynamic cast to vmime::text and stuff, I
expect to get a decent error message back at runtime. Otherwise, what
is the purpose of all the song and dance and all the complicated type
traits and templates?

florin

-- 
There was a typo, but on the wrong page.
   -- Vipin Kumar


signature.asc
Description: Digital signature


Bug#299370: xlibs: the keyboard is useless in X on Ultra 1 Creator

2005-03-13 Thread Florin Iucha
Package: xlibs
Version: 4.3.0.dfsg.1-12
Severity: critical
Justification: breaks unrelated software

I have installed X on a Sun Ultra 1 with Creator graphics.

The keyboard works fine in framebuffer, but fails in X: it prints
different characters. This problem makes X and any other gui software
unusable on Sparc.

florin


-- Package-specific info:
Keyboard-related contents of XFree86 X server log file
/var/log/XFree86.0.log:
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) Option XkbRules sun
(**) XKB: rules: sun
(**) Option XkbModel type5
(**) XKB: model: type5
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
--
Symbol DRICreateInfoRec from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o 
is unresolved!
Symbol DRIQueryVersion from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o 
is unresolved!
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard Generic Keyboard handled by legacy driver
(**) Option Protocol BusMouse
(**) Configured Mouse: Protocol: BusMouse
(**) Option CorePointer
(**) Configured Mouse: Core Pointer
(**) Option Device /dev/psaux

XFree86 X server log files on system:
-rw-r--r--  1 root root 16043 2005-03-13 14:46 /var/log/XFree86.0.log



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: sparc (sparc64)
Kernel: Linux 2.6.11.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xlibs depends on:
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft1  4.3.0.dfsg.1-10 FreeType-based font drawing librar
ii  libxi6   4.3.0.dfsg.1-10 X Window System Input extension li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxmuu1 4.3.0.dfsg.1-10 lightweight X Window System miscel
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  libxtrap64.3.0.dfsg.1-10 X Window System protocol-trapping 
ii  libxtst6 4.3.0.dfsg.1-10 X Window System event recording an
ii  xlibs-data   4.3.0.dfsg.1-12 X Window System client data

-- no debconf information


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



Bug#261824: Ultra Creator 1

2005-03-12 Thread Florin Iucha
I am having the same problem on an Ultra Creator 1 SBUS 167 MHz
Openboot 3.11.

I have succesfully installed Debian testing using the net-installer daily
snapshot (dated 2005-02-24) but after reboot I get the
   Remapping the kernel... Fast Data Access MMU Miss

florin

-- 

Don't question authority: they don't know either!


signature.asc
Description: Digital signature


Bug#261824: Ultra Creator 1 boot problem (with 2.6.11 too)

2005-03-12 Thread Florin Iucha
I have installed the unofficial 2.6.11 Sparc 64 kernels advertised here:
   http://lists.debian.org/debian-sparc/2005/03/msg00057.html
but I still get the Fast Data Access MMU Miss when I attempt to
boot.

florin

-- 

Don't question authority: they don't know either!


signature.asc
Description: Digital signature


Bug#261824: Ultra Creator 1 boot problem (with 2.4.27 too)

2005-03-12 Thread Florin Iucha
I have tried 2.4.27 and I get a different trap: FP Disabled

florin

-- 

Don't question authority: they don't know either!


signature.asc
Description: Digital signature