[Bug 54436] No printer dialog in xubuntu/xfprint

2006-07-29 Thread Rainer Fischer
Public bug reported:

Binary package hint: xubuntu-system-tools

On Fri, 2006-07-28 at 13:36 +0200, Rainer Fischer wrote:


> Nevertheless nothing happens on clicking

> "Print Dialog" in the accessories menu, and

> both printers are shown by name "unknown"

> in the "Print Manager" menu item.


FWLIW, I have my printer configed through CUPS and it prints
nicely

from Xfce and it's associated apps.  This is on FC5 so that might be

significant.


--

Boring Home Page - http://www.webtrek.com/joe

See my blog, sumo game ranks and other interesting junk


___

Xfce mailing list

[EMAIL PROTECTED]

http://foo-projects.org/mailman/listinfo/xfce

http://www.xfce.org


On Fri, 2006-07-28 at 15:26 +0200, Rainer Fischer wrote:


> Sorry, but I had been so happy to get the samba printing started that

> I totally forgot to answer your questions.

>

> Each time xfprint4 is invoked from a console (root or user) the

> messages are as follows (after bringing up the file dialog):

>

> (xfprint4:#job no.) Warning: failed request with status 1030 #4 times

> segmentation fault That should not occur (pointer set to something not

> allowed?)

[...]

> > Does it start and if not, what is the output (i.e. any error

> > messages, is it crashing with a segmentation fault)?

> >

> So it is. Please inform me, when the bug is being fixed.


The above is very strongly pointing to an issue with Xubuntu and
not

Xfce.  They built the packages wrong or something so if you could file a

bug report with them then you would be informed when the bug is fixed.

The bug is most definitely not with the Xfce code.


--

Boring Home Page - http://www.webtrek.com/joe

See my blog, sumo game ranks and other interesting junk


=
#0  0x08050495 in print_dialog_get_type ()
#1  0xb7971c72 in g_object_thaw_notify () from /usr/lib/libgobject-2.0.so.0
#2  0xb7972115 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#3  0xb7972d10 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#4  0xb7972e4e in g_object_new () from /usr/lib/libgobject-2.0.so.0
#5  0x0805114e in print_dialog_new ()
#6  0x0804e36b in main ()
(gdb) bt
#0  0x08050495 in print_dialog_get_type ()
#1  0xb7971c72 in g_object_thaw_notify () from /usr/lib/libgobject-2.0.so.0
#2  0xb7972115 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#3  0xb7972d10 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#4  0xb7972e4e in g_object_new () from /usr/lib/libgobject-2.0.so.0
#5  0x0805114e in print_dialog_new ()
#6  0x0804e36b in main ()
(gdb)

** Affects: xubuntu-system-tools (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
No printer dialog in xubuntu/xfprint
https://launchpad.net/bugs/54436

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


Re: [Bug 54436] Re: No printer dialog in xubuntu/xfprint

2006-10-05 Thread Rainer Fischer
Jani Monoses schrieb:
> please describe the problem and how to reproduce it in a few sentences,
>   
On 2006-07-28 I wrote:
´... nothing happens on clicking
"Print Dialog"  in the accessories menu,
and both printers are shown by name "unknown" in the "Print Manager" 
menu item.

Nothing has changed upto now. Actual kernel
is 2.6.15-27-386 or -686.
Installed printers: 1. HP Deskjet 690C (local),
2. HP Laserjet 1100 (remote).
Both are working well.
Typing xfprint4 filename I receive the
warning "failed request with status 1030"
continuing until "Segmentation fault"
is reported.
J.-F. Wauthy ([EMAIL PROTECTED]) told me
on 2006-08-05 that all this is due to a bug
in cups, and it should b fixed by filling in the
ServerName directive in the client.conf file
in /etc/cups.
I am on dapper with xfce 4.3.90.2 Beta 1.
A client.conf file cannot be found anywhere.
In cups.d/ports.conf I read
 Listen localhost:631
 Listen /var/run/cups/cups.sock
and in browse.conf:
 Browsing on.

 Hope that helps.

Regards,

Rainer



> the original report is confusing.  specify if you are on dapper or edgy.
> thanks
>
> ** Changed in: xubuntu-system-tools (Ubuntu)
> Sourcepackagename: xubuntu-system-tools => xfprint4
>
>

-- 
No printer dialog in xubuntu/xfprint
https://launchpad.net/bugs/54436

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

Re: [Bug 54436] Re: No printer dialog in xubuntu/xfprint

2006-10-05 Thread Rainer Fischer
On Thu, 05 Oct 2006 15:06:34 -, Jani Monoses wrote:

>could you try setting ServerName in /etc/cups/cupsd.conf then and see if
>it solved your problem? (man cupsd.conf)

I tried (see below), but nothing changed.
Enclosed you find my actual /etc/cups/cupsd.conf
(the last lines added by me upon your request):

Rainer

=   Attachment ==
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel warning

# Administrator user group...
SystemGroup lpadmin

# Only listen for connections from the local machine.
# These settings are configured in /etc/cups/cups.d/ports.conf so that
# changing them does not require to change this file.
# Listen localhost:631
# Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
# The 'Browsing' setting is configured in /etc/cups/cups.d/browse.conf
# so that changing it does not require to change this file.
# Browsing Off
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...

  Order allow,deny
  Allow localhost
  Allow @LOCAL


# Restrict access to the admin pages...

  Order allow,deny
  Allow localhost


# Restrict access to configuration files...

  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost


# Set the default printer/job policies...

  # Job-related operations must be done by the owner or an adminstrator...
  
Require user @OWNER @SYSTEM
Order deny,allow
  

  # All administration operations require an adminstrator to authenticate...
  
AuthType Basic
Require user @SYSTEM
Order deny,allow
  

  # Only the owner or an administrator can cancel or authenticate a job...
  
Require user @OWNER @SYSTEM
Order deny,allow
  

  
Order deny,allow
  


# Include files in /etc/cups/conf.d
Include /etc/cups/cups.d/ports.conf
Include /etc/cups/cups.d/browse.conf
#ServerName directive added 
#IIP address received by dhcp-server 192.168.178.1 (AVM Fritz!Box Fon WLAN 7170)
ServerName 192.168.178.23
# Hostname given by /etc/hosts
ServerName P300.wir
#
#

>
>-- 
>No printer dialog in xubuntu/xfprint
>https://launchpad.net/bugs/54436
>

-- 
No printer dialog in xubuntu/xfprint
https://launchpad.net/bugs/54436

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


Re: [Bug 54436] Re: xfprint4 crashes: no printer dialog in Xubuntu/Xfprint4

2007-08-19 Thread Rainer Fischer
On Fri, 17 Aug 2007 19:24:01 -, Lionel Le Folgoc wrote:

>Hi,
>
>Any news on this?

No, all seems to work fine:
  SYSTEM --> PRINT JOBS
   --> DIENSTE
 PRINTER SERVICE (hplip)

Rainer

>Thanks.
>
>** Changed in: xfprint4 (Ubuntu)
>   Status: Confirmed => Incomplete
>
>-- 
>xfprint4 crashes: no printer dialog in Xubuntu/Xfprint4
>https://bugs.launchpad.net/bugs/54436
>You received this bug notification because you are a direct subscriber
>of the bug.

-- 
xfprint4 crashes: no printer dialog in Xubuntu/Xfprint4
https://bugs.launchpad.net/bugs/54436
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 834564] [NEW] package linux-image-generic 2.6.38.11.26 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2011-08-26 Thread Rainer Fischer
Public bug reported:

Your summary goes wrong. The package has been successfully installed.
The is a *real* bug:
When installing Xubuntu 11.04 with an ubuntu-username written
in lower case letters, this username seems to be converted internally into
capital letters, so it will be accepted later only when the
CAPSLOCK key ist pressed.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-generic 2.6.38.11.26
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
AcpiTables:
 
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rainer 1318 F xfce4-volumed
  rainer 1323 F pulseaudio
 /dev/snd/seq:timidity   1028 F timidity
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
 Card hw:0 'CMI8738'/'C-Media CMI8738 (model 55) at 0xe400, irq 5'
   Mixer name   : 'CMedia PCI'
   Components   : ''
   Controls  : 41
   Simple ctrls  : 22
Date: Thu Aug 25 13:43:48 2011
ErrorMessage: Abhängigkeitsprobleme - verbleibt unkonfiguriert
HibernationDevice: RESUME=UUID=aec26e44-bacf-4417-b713-b5c4766842aa
InstallationMedia: Xubuntu 11.04 "Natty Narwhal" - Release i386 (20110426.1)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-6156
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=c28261ec-d26f-441a-8ac7-31958106fe30 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-11-generic N/A
 linux-backports-modules-2.6.38-11-generic  N/A
 linux-firmware 1.52
RfKill:
 
SourcePackage: linux
Title: package linux-image-generic 2.6.38.11.26 failed to install/upgrade: 
Abhängigkeitsprobleme - verbleibt unkonfiguriert
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/98
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 4.51 PG
dmi.board.name: MS-6156VA (VT693A)
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: 1.X
dmi.chassis.type: 2
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr4.51PG:bd10/20/98:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-6156:pvr1.X:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-6156VA(VT693A):rvr1.X:cvn:ct2:cvr:
dmi.product.name: MS-6156
dmi.product.version: 1.X
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-package i386 natty

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

Title:
  package linux-image-generic 2.6.38.11.26 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/834564/+subscriptions

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

[Bug 834564] Re: package linux-image-generic 2.6.38.11.26 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2011-08-26 Thread Rainer Fischer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/834564

Title:
  package linux-image-generic 2.6.38.11.26 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/834564/+subscriptions

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