Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Wed 19 Jun 2013, 02:32
All times are UTC - 4
 Forum index » Advanced Topics » Puppy Projects
Puppy Squeeze 009 Development
Moderators: Flash, JohnMurga
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 20 of 68 Posts_count   Goto page: Previous 1, 2, 3, ..., 18, 19, 20, 21, 22, ..., 66, 67, 68 Next
Author Message
dejan555


Joined: 30 Nov 2008
Posts: 2407
Location: Montenegro

PostPosted: Thu 23 Sep 2010, 12:45    Post_subject:  

Qt version of vlc is here Smile
There's pet with libqtcore4, libqtgui4 and libaudio deps included.

http://puppy.b0x.me/software/squeeze/qvlc/

_________________


Back to top
View user's profile Send_private_message Visit_website MSNM 
Karl Godt


Joined: 20 Jun 2010
Posts: 2730
Location: Kiel,Germany

PostPosted: Fri 24 Sep 2010, 19:05    Post_subject:  

Quote:
/usr/lib/cups/filter/pdftopdf failed"


dpup-001 already and luma-002 too !
Back to top
View user's profile Send_private_message Visit_website 
Jim1911

Joined: 19 May 2008
Posts: 2353
Location: Texas, USA

PostPosted: Fri 24 Sep 2010, 19:39    Post_subject:
Sub_title: CUPS password
 

The normal puppy password for user root woofwoof doesn't work with cups on this distribution. Anyone, know the correct one. Otherwise, Squeeze looks good.

Thanks,
Jim
Back to top
View user's profile Send_private_message 
calexand

Joined: 20 Nov 2009
Posts: 87

PostPosted: Sat 25 Sep 2010, 01:14    Post_subject:  

Wow, just tried this and it is fast! Just curious, what is Dpup safe browsing? Doesn't appear to work for me, went to www.grc.com and it had no trouble showing my ip address immediately... Did I miss something? (Yes, I did use it from the Internet Menu...)
Anyway, looks really good so far.
CA
Back to top
View user's profile Send_private_message 
DaveS


Joined: 09 Oct 2008
Posts: 3695
Location: UK

PostPosted: Sat 25 Sep 2010, 01:33    Post_subject:
Sub_title: CUPS password
 

Jim1911 wrote:
The normal puppy password for user root woofwoof doesn't work with cups on this distribution. Anyone, know the correct one. Otherwise, Squeeze looks good.

Thanks,
Jim


So far, I dont think anybody has found a way to add a printer........

_________________
Spup Frugal HD and USB
Root forever!
Back to top
View user's profile Send_private_message 
dejan555


Joined: 30 Nov 2008
Posts: 2407
Location: Montenegro

PostPosted: Sat 25 Sep 2010, 01:59    Post_subject:  

@DaveS and others I was able to add printer with the cupsd.conf you posted I believe but it wouldn't print.

@calexand, Dpup Safe Browsing is safer then normal in the means that it doesn't run browser as user root, but as user "nobody" which doesn't have any priviledges and can only write in /tmp. After you close safe browser it also removes created history, cookies and other stuff collected during browsing.

_________________


Back to top
View user's profile Send_private_message Visit_website MSNM 
JorgenS

Joined: 31 Dec 2009
Posts: 29

PostPosted: Sat 25 Sep 2010, 03:11    Post_subject: vlc in dpup
Sub_title: fullscreen problems
 

dejan555:
Quote:

Qt version of vlc is here
There's pet with libqtcore4, libqtgui4 and libaudio deps included.

http://puppy.b0x.me/software/squeeze/qvlc/


I have tried the vlc pet with deps included. When in fullscreen, I can't use the on screen controls. No problems when, in not fullscreen. I am running dpup-005 and have the nvidea-256.35 driver from lupu installed. I have a ION gpu.

JorgenS
Back to top
View user's profile Send_private_message 
Karl Godt


Joined: 20 Jun 2010
Posts: 2730
Location: Kiel,Germany

PostPosted: Sat 25 Sep 2010, 03:13    Post_subject:  

COPIED from luma-001 :

#
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $"
#
# 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 info

# Administrator user group...
# playdayz advised these two...
# SystemGroup root
SystemGroup lpadmin

# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all

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

# Restrict access to the server...
#<Location />
# Order deny,allow
#</Location>

# Restrict access to the admin pages...
#<Location /admin>
# Order deny,allow
#</Location>

# Restrict access to configuration files...
<Location /admin/conf>
AuthType None
# Require user @SYSTEM
Order deny,allow
</Location>

# Set the default printer/job policies...
<Policy default>
<Limit All>
Order deny,allow
</Limit>
</Policy>

#
# End of "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $".
#

SEEMS to work on dpup-003 now ; but still fails pdftopdf for now
Back to top
View user's profile Send_private_message Visit_website 
pemasu


Joined: 08 Jul 2009
Posts: 5174
Location: Finland

PostPosted: Sat 25 Sep 2010, 03:35    Post_subject:  

Might help here also. I built custom woof luci 512 with ubuntu cups packages. Same problems. I copied cupsd.conf from luci510 and ghostscript from luci building repo and it worked. Hmm... Looks like cupsd.conf is same as above. Sorry to waste thread space, but at least you can compare. Very Happy


http://distro.ibiblio.org/pub/linux/distributions/puppylinux/pet_packages-5/ghostscript_lucid-5.1.pet

Code:
#
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $"
#
#   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 info

# Administrator user group...
# playdayz advised these two...
# SystemGroup root
SystemGroup lpadmin

# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all

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

# Restrict access to the server...
#<Location />
#  Order deny,allow
#</Location>

# Restrict access to the admin pages...
#<Location /admin>
#  Order deny,allow
#</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType None
#  Require user @SYSTEM
  Order deny,allow
</Location>

# Set the default printer/job policies...
<Policy default>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

#
# End of "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $".
#
Back to top
View user's profile Send_private_message 
Iguleder


Joined: 11 Aug 2009
Posts: 1631
Location: Israel, somewhere in the beautiful desert

PostPosted: Sat 25 Sep 2010, 04:20    Post_subject:  

I say we should steal CUPS from Ubuntu or something. Wink

A newer CUPS is always good, we can take CUPS from 5.2 when playdayz makes it. 003 had the Lupu CUPS if I remember right, we can also roll back to it if you liked it Idea

I want to build some experimental 006 with all fixes and VLC plus the complete xorgwizard, not the hacked Lupu one, let's see how bad it is Laughing

_________________
Shahor, my Puppy concept
Back to top
View user's profile Send_private_message Visit_website MSNM 
ICQ 
dejan555


Joined: 30 Nov 2008
Posts: 2407
Location: Montenegro

PostPosted: Sat 25 Sep 2010, 04:41    Post_subject: Re: vlc in dpup
Sub_title: fullscreen problems
 

JorgenS wrote:
When in fullscreen, I can't use the on screen controls. No problems when, in not fullscreen.


Happens here too so it's not specific problem on your machine/gfx I will try to find out why this happens.

_________________


Back to top
View user's profile Send_private_message Visit_website MSNM 
calexand

Joined: 20 Nov 2009
Posts: 87

PostPosted: Sat 25 Sep 2010, 05:35    Post_subject:  

@Dejan555-Thanks for the info.
CA
Back to top
View user's profile Send_private_message 
Karl Godt


Joined: 20 Jun 2010
Posts: 2730
Location: Kiel,Germany

PostPosted: Sat 25 Sep 2010, 07:06    Post_subject:  

Code:
# ps | grep cupsd
 6106 root       0:00 /usr/sbin/cupsd -C /etc/cups/cupsd.conf
 8999 root       0:00 grep cupsd
# killall cupsd
# ps | grep cupsd
 9759 root       0:04 geany /etc/cups/cupsd.conf
11889 root       0:00 grep cupsd
# cupsd
# seamonkey http://127.0.0.1:631

after stopping cupsd and applying the fix by Dave_S adding a printer now works at dpup-005 cups-web-interface also .

GPL Ghostscript 8.71: Can't find initialization file gs_init.ps.

there are pdftops.conf and acroread.conf missing at /etc/cups - compared to luma-001 and also copying /usr/share/ghostscript + /var/lib/defoma to fix missing links from luma-001 didn't help .

/var/spool/cups inherits viewable .pdf files but they don't reach the printer now :

Epson_Stylus_SX410-1 geany job #2 root 83k Unknown processing since
Sat Sep 25 01:36:33 2010

Epson_Stylus_SX410-2 geany job #3 root 87k Unknown pending since
Sat Sep 25 01:47:16 2010
Back to top
View user's profile Send_private_message Visit_website 
Karl Godt


Joined: 20 Jun 2010
Posts: 2730
Location: Kiel,Germany

PostPosted: Sat 25 Sep 2010, 08:43    Post_subject:  

dpup-003 CUPS-1.4.4 :

PRINTING SUCCESS !!!!! Very Happy

+ Somehow dl libjbig2dec0_0.11-1_i386.deb

+ and libopenjpeg2_1.3+dfsg-4_i386.deb

+ copied /usr/share/ghostscript/8.71/Resource/Init + Font from luma-001

- without /var/lib/defoma

+ both missing /etc/cups files ( pdftops.conf , acroread.conf )

+++ pluged out a second cable for having a longer distance +++

NOW I WAS ABLE TO PRINT FROM GEANY AND EPDFVIEW

Will take me 24 hours to replay this at luma-002 and the other dpup-00* 's

Now at dpup-003 the cups-web-interface shows even the configuration file while at the other d-pup's it says something like file not found but is showing off /var/log/cups/*
Shocked Laughing Rolling Eyes Smile
Back to top
View user's profile Send_private_message Visit_website 
Karl Godt


Joined: 20 Jun 2010
Posts: 2730
Location: Kiel,Germany

PostPosted: Sat 25 Sep 2010, 12:40    Post_subject:  CUPS needs Ghostscript-Init  

dpup-002 : started to print after copying :

/usr/share/ghostscript/8.71/Resource:
CMap ColorSpace Decoding Encoding Init SubstCID

# ls /usr/share/ghostscript/8.71/Resource/Init

Code:
FCOfontmap-PCLPS2  gs_css_e.ps  gs_fonts.ps  gs_pdf_e.ps  gs_type1.ps
gs_agl.ps          gs_dbt_e.ps  gs_frsd.ps   gs_pdfwr.ps  gs_wan_e.ps
gs_btokn.ps        gs_diskf.ps  gs_icc.ps    gs_resmp.ps  opdfread.ps
gs_cet.ps          gs_diskn.ps  gs_il1_e.ps  gs_res.ps    pdf_base.ps
gs_cff.ps          gs_dpnxt.ps  gs_img.ps    gs_setpd.ps  pdf_cslayer.ps
gs_cidcm.ps        gs_dps1.ps   gs_init.ps   gs_statd.ps  pdf_draw.ps
gs_ciddc.ps        gs_dps2.ps   gs_l2img.ps  gs_std_e.ps  pdf_font.ps
gs_cidfm.ps        gs_dps.ps    gs_lev2.ps   gs_sym_e.ps  pdf_main.ps
gs_cidfn.ps        gs_dscp.ps   gs_ll3.ps    gs_trap.ps   pdf_ops.ps
gs_cidtt.ps        gs_epsf.ps   gs_mex_e.ps  gs_ttf.ps    pdf_rbld.ps
gs_cmap.ps         gs_fapi.ps   gs_mgl_e.ps  gs_typ32.ps  pdf_sec.ps
gs_cspace.ps       gs_fntem.ps  gs_mro_e.ps  gs_typ42.ps  xlatmap

http://packages.debian.org/squeeze/ghostscript
4 MB > XArchive 5.7 MB >> /man + /doc = 0.1 MB ... /etc + /var = empty ....../Init = 1.2 MB !!!!!!
Back to top
View user's profile Send_private_message Visit_website 
Display_posts:   Sort by:   
Page 20 of 68 Posts_count   Goto page: Previous 1, 2, 3, ..., 18, 19, 20, 21, 22, ..., 66, 67, 68 Next
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Puppy Projects
Jump to:  

Rules_post_cannot
Rules_reply_cannot
Rules_edit_cannot
Rules_delete_cannot
Rules_vote_cannot
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0976s ][ Queries: 12 (0.0207s) ][ GZIP on ]