[Bug 720613] [NEW] natty fai: FAI_DEBOOTSTRAP should be adapted to natty specific values

2011-02-17 Thread Andreas Sindermann
Public bug reported:

root@faisrv:~# lsb_release -rd
Description:Ubuntu natty (development branch)
Release:11.04

In /etc/fai/make-fai-nfsroot.conf the Debian (squeeze) entry for 
FAI_DEBOOTSTRAP should be 
replaced by the correspind value for Ubuntu natty:

+FAI_DEBOOTSTRAP=natty http://archive.ubuntu.com/ubuntu;
-FAI_DEBOOTSTRAP=squeeze http://cdn.debian.net/debian;

** Affects: fai (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720613

Title:
  natty fai: FAI_DEBOOTSTRAP should be adapted to natty specific values

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 714570] [NEW] natty fai: debootstrap doesn't install aptitude in nfsroot

2011-02-07 Thread Andreas Sindermann
Public bug reported:

root@faisrv:~# lsb_release -rd
Description:Ubuntu natty (development branch)
Release:11.04

The FAI /usr/sbin/make-fai-nfsroot script creates a chroot environment
('nfsroot') using the debootstrap command.

At least with Ubuntu 11.04 Alpha 2 the debootstrap command no longer installs 
the 'aptitude' package by default in this
nfsroot environment. As 'aptitude' is missing, the nfsroot environment stays 
incomplete and cannot be used for the further installation process.

To resolve this issue, the natty fai-server package needs to be modified
this way:

In /etc/apt/make-fai-nfsroot.conf the last line should be changed to:

FAI_DEBOOTSTRAP_OPTS=--exclude=info --include=aptitude

Andreas

** Affects: fai (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714570

Title:
  natty fai: debootstrap doesn't install aptitude in nfsroot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112331] Re: impossible to print via cups

2008-06-11 Thread Andreas Sindermann
This is also the case with Ubuntu Hardy!

Using strace it turns out that xfig is using lp instead of lpr so that 
if the environment variables LPDEST or PRINTER have been set
a wrong print command is created (mixture of lp with BSD lpr options),
in this example the queue 'x1' is preselected via LPDEST/PRINTER:

[pid 16884] execve(/usr/bin/lp, [lp, -o raw, -Px1], [/* 42 vars
*/] unfinished ...

/usr/share/doc/xfig/README.gz  says:

If you have a SYSV system but use BSD-style printing (lpr instead of lp) you
must define -DBSDLPR in the Imakefile/Makefile.

So either xfig needs to be recompiled with this option switched on or it needs
to be recompiled so that it will use SYSV options (-d x1 instead of -Px1).

-- 
impossible to print via cups 
https://bugs.launchpad.net/bugs/112331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164916] gutsy: old distribution name in /etc/fai/apt/sources.list

2007-11-24 Thread Andreas Sindermann
Public bug reported:

In the gutsy version of fai-server /etc/fai/apt/sources.list refers to
the older feisty repository.

** Affects: fai (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gutsy: old distribution name in /etc/fai/apt/sources.list
https://bugs.launchpad.net/bugs/164916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51410] Re: udev problem with usb stick

2006-08-09 Thread Andreas Sindermann
Unfortunately the stick and its owner have left the institute in the
meantime = no further info available, sorry

-- 
udev  problem with usb stick
https://launchpad.net/bugs/51410

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51432] Re: cupsys prints empty pages

2006-07-19 Thread Andreas Sindermann
This is not entirely true, they also think it's pure luck that it's printed
with the alternate pstops filter:

h.blischke:
The generated PostScript file does by no means conform to the DSC.
As the pstops filter (any instance of any CUPS version) depends on 
the input to be DSC conforming, successful printing is a matter of 
chance (the alternate pstops filter successfully handles the file, but I 
think it is pure luck).

mike:
We cannot support non-conforming files that advertise that they are 
conforming. The Xfig software should be patched upstream to fix the 
output, either by not using %!PS-Adobe-M.n or by correcting the DSC 
problems...

-- 
cupsys prints empty pages
https://launchpad.net/bugs/51432

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51432] Re: cupsys prints empty pages

2006-07-13 Thread Andreas Sindermann
The CUPS people say that the generated PostScript file does by no means conform 
to the DSC and that it's pure luck that any of the
pstops filters successfully prints the PS-code. They reject support
for DSC non-conforming files and suggest xfig to be fixed. The xfig
author Brian V. Smith who I informed (and thanked for his software!!)
suggest to fix fig2dev myself in that way that it produces only 
%!PS instead of %!PS-Adobe-2.0. But as the CUPS people say
that it's more or less luck that one of the pstops filters successfully
prints the PS code it might be a better idea to create correct DSC 
conforming code. (of which I don't have any clue, of course, that I'd
be able to offer a fix... ;-(

-- 
cupsys prints empty pages
https://launchpad.net/bugs/51432

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51432] Re: cupsys prints empty pages

2006-07-04 Thread Andreas Sindermann
Opened CUPS.org STR:

http://www.cups.org/str.php?L1817

-- 
cupsys prints empty pages
https://launchpad.net/bugs/51432

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51432] Re: cupsys prints empty pages

2006-06-30 Thread Andreas Sindermann
Yes, different printers from Xerox: A Phaser 5500 (former Tektronix) and
a Xerox DocuPrint N4525.

-- 
cupsys prints empty pages
https://launchpad.net/bugs/51432

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51096] Re: can't add printer with cups' web interface: CUPS-Add-Modify-Printer: Unauthorized

2006-06-27 Thread Andreas Sindermann
Ok, after adding cupsys to the shadow group as 'root' i can add
new printers, thanks.

-- 
can't add printer with cups' web interface: CUPS-Add-Modify-Printer: 
Unauthorized
https://launchpad.net/bugs/51096

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 45099] Re: client 1.2.0 to 1.1.2x server over IPP: Only RAW printing works

2006-06-20 Thread Andreas Sindermann
The provided packages don't help for the Bad Request issue in Bug
Report 42516  
https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/42513

[EMAIL PROTECTED]:~$ lpr -Px1 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px1 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px1 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px1 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px1 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px1 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px0 bla.ps 
[EMAIL PROTECTED]:~$ lpr -Px0_single bla.ps 
lpr: Bad Request
[EMAIL PROTECTED]:~$ lpr -Px1_single bla.ps 
lpr: Bad Request
[EMAIL PROTECTED]:~$ lpr -Px1_single bla.ps 
lpr: Bad Request
[EMAIL PROTECTED]:~$ lpr -Px1_single bla.ps 
lpr: Bad Request

So a few times it works but in general it doesn't.

Here the technical infos:

Client:
Package: cupsys-client
Source: cupsys
Version: 1.2.1-2ubuntu1.1

Server (Redhat EL AS 4 Update 3):
$ rpm -qa|grep cups
cups-libs-1.1.22-0.rc1.9.10
cups-1.1.22-0.rc1.9.10
cups-devel-1.1.22-0.rc1.9.10

-- 
client 1.2.0 to 1.1.2x server over IPP: Only RAW printing works
https://launchpad.net/bugs/45099

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 45099] Re: client 1.2.0 to 1.1.2x server over IPP: Only RAW printing works

2006-06-20 Thread Andreas Sindermann
** Attachment added: error logfile for lpr returning 'Bad Request'
   http://librarian.launchpad.net/3101212/error_log

-- 
client 1.2.0 to 1.1.2x server over IPP: Only RAW printing works
https://launchpad.net/bugs/45099

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs