Notices


Reply
Thread Tools
Posts: 11 | Thanked: 5 times | Joined on Jan 2010
#71
Any easier way to implement this? I'm interested!
 

The Following User Says Thank You to WillianWives For This Useful Post:
longcat's Avatar
Posts: 333 | Thanked: 153 times | Joined on Feb 2010 @ blah blah
#72
Are you talking about print option in conversations, or elsewhere around ?
 
Posts: 11 | Thanked: 5 times | Joined on Jan 2010
#73
Im thinking about printing .doc files over my network printer...
 
Posts: 569 | Thanked: 462 times | Joined on Jul 2010 @ USA
#74
It looks like Apple is working toward wireless printing from their iphone, ipad, etc. now:

http://www.geek.com/articles/mobile/...y-hp-20100915/
 
Posts: 8 | Thanked: 1 time | Joined on Sep 2010 @ germany
#75
hi,
no chance to get anything printed here.
cups format aplication/postscript not supported
everytime i try to print i get this answer ...

anyone an idea?

greetz
 
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#76
Hmm, I get error on liboauth0, seams I cant install cups correctly due to version mismatch on liboauth0.
Anyone else got that problem?
Facebook stuff have it as dependence.

I get this:
Setting up liboauth0 (0.8.8-2) ...
Optifying usr/share/doc/liboauth0 -> /opt/maemo/usr/share/doc/liboauth0
mv: cannot rename '/usr/share/doc/liboauth0': No such file or directory
dpkg: error processing liboauth0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
liboauth0
E: Sub-process /usr/bin/dpkg returned an error code (1)

Last edited by toxaris; 2010-09-27 at 11:02.
 
Posts: 8 | Thanked: 1 time | Joined on Sep 2010 @ germany
#77
create the file that is missing!
get root
then vi /usr/share/doc/liboauth0
save it and try again
 
Posts: 8 | Thanked: 1 time | Joined on Sep 2010 @ germany
#78
anyone a idea for my problem descriped above?

greetz
 
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#79
@ghostcube and @mase:

I think I figured out both issues at once. The cups script DOES have a linking command in it, but it never runs. Reason being, the libpam0g library has an incorrect header in its postinst script. And since libpam0g doesn't install, neither does the cups script.

If you look at the postinst script to libpam0g, it calls out for #!/bin/bash which doesn't exist on a default N900. That call has to be changed to /bin/sh (which works fine).

This is why it was working for some people and not others. Some people have installed a working version of bash on their system, so it silently worked for them. Those without it, apt-get installed them, but failed on the config (which is silent in app manager).

The good news is, you can fix it pretty easily. Attached is a re-pack of the libpam0g library with the proper fix (bash ->sh). Use dpkg to install it as shown below and it should overwrite the existing one, then configure properly. The second command gets dpkg to configure anything else that needs configuring still (like cups).
Code:
dpkg --install libpam0g_1.0.1-maemo1_armel.deb
dpkg --configure -a
Attached Files
File Type: deb libpam0g_1.0.1-maemo1_armel.deb (99.5 KB, 198 views)
 

The Following 3 Users Say Thank You to woody14619 For This Useful Post:
mase's Avatar
Posts: 355 | Thanked: 205 times | Joined on Jun 2010 @ Germany
#80
Maybe you should upload the repackaged libpam to the repos.
__________________
May the force be with us!
 

The Following User Says Thank You to mase For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 13:52.