[gentoo-user] Best DialUp Programm

2006-09-26 Thread Suranga Kasthuriarachchi
Dear All,I'm using CDMA Internet Connection, and i'm going to use it with Gnome, so what is the best software to use for dialup.Thanking You,Suranga


Re: [gentoo-user] 64-bit system?

2006-09-26 Thread Grant

 You'll only notice a speed increase with applications that need to
 caculate very large numbers, like encryption keys and certain
 scientific apps.  Everything else will basically run just as fast in
 32-bit mode as it will in 64-bit.  There are exceptions in certain
 media encoders that don't have hardware optimizations for 64-bit, that
 may actually run faster as 32-bit apps.

Well, the registers are not only twice longer, but there is twice as much of
them as in 32-bit. And THIS is what optimising compilers are fond of. More
registers mean less in-memory temporary variables, which in turn means less
memory accesses. This gives speed improvement. For SMP systems it gives huge
difference - as the memory is shared between CPUs and they must fight for it.

I have an amd64 system for over a year (or is it 2-yrs?). I had some glitches:

* Need to use binary 32-bit firefox to have flash - still have problems with
  some fonts not appearing in flash
* Need to use 32-bit java to make 32-bit OpenOffice happy
* Some forensic packages won't compile on 64-bit due to bad coding techniques

But besides that - my AMD64 3000+ just rocks. I had definitely much more
problems with 64-bit XP, but since getting rid of it (XP not problems) I am
fully 64-bit positive :D


That's what I just bought.  A Sempron64 3000+.  So, if there isn't an
amd64 package available, I can always use x86?  Does portage make it
easy to do this?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Question about the dcop utility: How to use it from a remote computeR?

2006-09-26 Thread Alan McKinnon
On Tuesday 26 September 2006 10:50, Wolfgang Liebich wrote:
 Hi,
 This is probably partiallay OT, but google didn't help me
 much until now.
 I'm logged in on my new computer, Machine N. I have setup ssh
 to connect by DSA key to my old computer, Machine O. Now i
 want to use the dcop program on O to give me a list of all
 open konqueror sessions on O. At first I just want to do
 something like:
 new machine:ssh old machine '/usr/kde/3.5/bin/dcop'
 But I always get ERROR: Couldn't attach to a DCOP server'
 What gives?

dcop will only work properly in the same session as the kdeinit 
that launched it. So, if you start konsole from KDE and run 
dcop it will work. The ssh session is not attached to kdeinit 
in any way so won't contact the dcop server.

I've never had to do what you want to accomplish so I don't have 
a definitive answer. I'd read the docs for dcop and see if 
there's an answer there. Alternatively (thinking out the box 
here), maybe try launch screen from a kde session and attach it 
to an ssh session...

alan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Video cataloging software

2006-09-26 Thread Grant

   Does anyone know of software that will catalog videos like banshee or
   rhythmbox catalogs music?  Preferrably something that can launch
   mplayer for playback.  Does this exist?
  
   - Grant
 
  For short home clips, like those taken with a digital camera, or for
  store-bought movies on DVD?

 I'm looking for something to organize store-bought movies on DVD which
 are backed up on my hard drive.  MythTV does a good job, I believe,
 but I don't want that entire interface.

 - Grant


You might want to look at:
http://griffith.vasconunes.net/
and
http://www.periapsis.org/tellico/


Griffith looks awesome.  I wish it was in portage.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About dig command and others

2006-09-26 Thread Neil Bothwick
On Mon, 25 Sep 2006 20:37:29 -0700 (PDT), Stephen Liu wrote:

 Tks for your link.  I have dig' installed and running here.
 
 I can't recall which of the following commands is correct ?

Try man dig

 $ dig ISP_URL Website_URL
 Website_IP_address displayed.
 
 $ dig Website_URL ISP_URL
 Website_IP_address not displayed

Neither, the man page explains the correct syntax.


-- 
Neil Bothwick

Windows '96 artificial intelligence: Cant Compress Hard Drive but dont
worry I'll delete all files over size 50,000 that'll give you some space.


signature.asc
Description: PGP signature


[gentoo-user] Re: [solved] elog saves messages in wrong folder

2006-09-26 Thread Marc Blumentritt
Neil Bothwick schrieb:
 On Tue, 26 Sep 2006 10:08:20 +0200, Marc Blumentritt wrote:
 Portage has always saved two logfiles for each emerge, one with all the
 raw output and one with the e* messages. The elog options extract some,
 or all depending on your settings, of the information from the the latter
 file.

OK. Now I did a proper check of my log situation and I realized, that
nothing is wrong here! I was just confused by the name format, as Neil
wrote, combined with the fact, that some programs do not create any
elog, if there are no messages to log (e.g. lcdsplash).

Thanks for making this clear for me.
Marc

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] pppoe-start problem

2006-09-26 Thread Stephen Liu
Hi folks,

Gentoo_amd64
gnome-light

Frequently on running;

# pppoe-start
... Connected.

# ifconfig
only showing 2 sections
loLink encap:Local Loopback
ppp0  Link encap:Point-to-Point Protocol

eth0  Link encap:Ethernet  HWaddr 00:13:D4:FE:DA:87 disappeared

Internet can't be browsed.  I have to run;

# pppoe-stop

then ran again;
# pppoe-start
at least 4 trials before ISP can be connected.

# ifconfig
this time showing 3 sections
eth0  Link encap:Ethernet  HWaddr 00:13:D4:FE:DA:87
loLink encap:Local Loopback
ppp0  Link encap:Point-to-Point Protocol

Please advise how to fix this problem.  TIA

Furthermore it comes to my notice that recently browsing Internet is rather 
slow, click - sit back - wait, taking a while before another page popup.  The 
PC is connected to 1.5M broadband.

Please advise how to check the problem and fix it.  Tks.

B.R.
SL


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Question about the dcop utility: How to use it from a remote computeR?

2006-09-26 Thread Wolfgang Liebich
Hi,
This is probably partiallay OT, but google didn't help me much until
now.
I'm logged in on my new computer, Machine N. I have setup ssh to connect
by DSA key to my old computer, Machine O. Now i want to use the dcop
program on O to give me a list of all open konqueror sessions on O. At
first I just want to do something like:
new machine:ssh old machine '/usr/kde/3.5/bin/dcop'
But I always get ERROR: Couldn't attach to a DCOP server'
What gives?
puzzled in Vienna,
Wolfgang
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: elog saves messages in wrong folder

2006-09-26 Thread Neil Bothwick
On Tue, 26 Sep 2006 10:08:20 +0200, Marc Blumentritt wrote:

 OK, I checked some of the files in /var/log/portage and it is getting
 stranger! I have both types of log files with the new name format. 2
 examples are attached to this mail (gzipped). Both (genkernel and
 linux-headers) were emerged at the same day in one update of my system.

Portage has always saved two logfiles for each emerge, one with all the
raw output and one with the e* messages. The elog options extract some,
or all depending on your settings, of the information from the the latter
file.


-- 
Neil Bothwick

Bohtre, said Pooh, as his dyslexia worsened


signature.asc
Description: PGP signature


Re: [gentoo-user] About dig command and others

2006-09-26 Thread Stephen Liu
Hi Boyd,

  Is there another method to check/verify my suspicion.  TIA

 Based on the original post, it sounds to me like your ISP is (intentionally 
 or not) blocking that site.  There's very little (probably nothing) you 
 could do to prove they are doing it intentionally.
  
Actually I'm not interested on the site being blocked which is/was censored to 
a blank page.  It was because of an article against the owner of my ISP.  This 
owner owns 2 ISPs. All their subcribers can't browse the blocked site.  This 
happening went to public on newspapers.  Some subscribers made complaint to the 
authority concerned.

 What you've already 
 done (tried via other ISPs and a proxy service) already proves the site is 
 blocked 

I can browse the site via proxydom.com without problem.  On my search 
installing foxyproxy, the addon, on Firefox can browse the site.  I'm running 
SeaMonkey on this Gentoo box.  I'm now learning how to make foxyproxy to work 
on SeaMonkey.

My sole interest is to learn accumulating my IT knowhow.  How to prove this 
malpractice is done by my ISP.

 (although, I suppose it could be the site blocking your ISP and 
 not vice-versa).
The owner of the site also made complaint to the telecommunication authority 
here.

Others noted with tks.

B.R.
SL



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge tinyca fails...

2006-09-26 Thread Bo Ørsted Andresen
On Tuesday 26 September 2006 11:54, Steve [Gentoo] wrote:
[SNIP]
 Any ideas?
[SNIP]

Yep. Search bugs.gentoo.org for open bugs against gnome-libs...

http://bugs.gentoo.org/show_bug.cgi?id=135283

-- 
Bo Andresen


pgpSTQhgj3jzr.pgp
Description: PGP signature


[gentoo-user] emerge tinyca fails...

2006-09-26 Thread Steve [Gentoo]
After getting into a real pickle with a kernel upgrade (causing me to
corrupt my /dev) I opted to re-install from the latest minimal install
CD rather than try to unpick the mess.  My gentoo box is used almost
exclusively used remotely as a mail/web server - however I find tinyca a
very useful tool which I use occasionally (remotely over SSH/X11) -
tinyca is the only GUI application I need to install.

In the past I've run emerge tinyca and all the dependencies were sorted
out for me... However, with the latest portage, and only
apache/zope/postfix/dovecot/openssh installed from it, when I emerge
tinyca,  gnome-base/gnome-libs-1.4.2 is identified as a dependency - and
this does not compile (error messages below.)  As far as I am aware,
I've set no USE flags that should affect this package...

Any ideas?

--
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-DWITH_GTK -DDEBUG -DGNOME_LIB -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -O2 -march=pentium2
-pipe -I/usr/include/db1 -Wall -Wunused -c readXPM.c  -fPIC -DPIC -o
.libs/readXPM.lo
readXPM.c:138:21: error: X11/xpm.h: No such file or directory
readXPM.c:148: error: expected declaration specifiers or '...' before
'XpmImage'
readXPM.c:164: error: expected declaration specifiers or '...' before
'XpmImage'
readXPM.c: In function 'doXpm':
readXPM.c:189: error: 'xpm_image' undeclared (first use in this function)
readXPM.c:189: error: (Each undeclared identifier is reported only once
readXPM.c:189: error: for each function it appears in.)
readXPM.c:240: warning: implicit declaration of function 'my_x_query_colors'
readXPM.c:282: warning: implicit declaration of function 'XpmFreeXpmImage'
readXPM.c: In function '_XmHTMLReadXPM':
readXPM.c:299: error: 'XpmImage' undeclared (first use in this function)
readXPM.c:299: error: expected ';' before 'xpm_image'
readXPM.c:300: error: 'XpmInfo' undeclared (first use in this function)
readXPM.c:300: error: expected ';' before 'foo'
readXPM.c:303: error: 'xpm_image' undeclared (first use in this function)
readXPM.c:304: error: 'foo' undeclared (first use in this function)
readXPM.c:306: warning: implicit declaration of function
'XpmCreateXpmImageFromBuffer'
readXPM.c:307: error: 'XpmSuccess' undeclared (first use in this function)
readXPM.c:311: warning: implicit declaration of function 'XpmGetErrorString'
readXPM.c:314: warning: implicit declaration of function 'XpmFreeXpmInfo'
readXPM.c:322: error: too many arguments to function 'doXpm'
readXPM.c: In function '_XmHTMLCreateXpmFromData':
readXPM.c:338: error: 'XpmImage' undeclared (first use in this function)
readXPM.c:338: error: expected ';' before 'xpm_image'
readXPM.c:339: error: 'XpmInfo' undeclared (first use in this function)
readXPM.c:339: error: expected ';' before 'foo'
readXPM.c:342: error: 'xpm_image' undeclared (first use in this function)
readXPM.c:343: error: 'foo' undeclared (first use in this function)
readXPM.c:345: warning: implicit declaration of function
'XpmCreateXpmImageFromData'
readXPM.c:345: error: 'XpmSuccess' undeclared (first use in this function)
readXPM.c:360: error: too many arguments to function 'doXpm'
make[2]: *** [readXPM.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/gtk-xmhtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/gnome-libs-1.4.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  gnome-libs-1.4.2.ebuild, line 64:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.
--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] RTC, is it needed?

2006-09-26 Thread Mick
On Tuesday 26 September 2006 04:55, Richard Fish wrote:

  CONFIG_RTC_LIB=y
  CONFIG_RTC_CLASS=y
  CONFIG_RTC_HCTOSYS=y
  CONFIG_RTC_HCTOSYS_DEVICE=rtc0

 But these are not needed.

Thank you Richard!  Grateful as always.  :)
-- 
Regards,
Mick


pgpLERJTbj2Cr.pgp
Description: PGP signature


Re: [gentoo-user] Accidentally reformatted my EVMS root partition. Any hope of recovering data?

2006-09-26 Thread Wolfgang Illmeyer
try running reiserfsck, with --rebuild-sb and/or --rebuild-tree, as needed. 
But keep a copy of the partition around (as mentioned in the other posting), 
just in case you find a better way to rescue your files.

/Wolfgang
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Flashing the BIOS

2006-09-26 Thread Matteo Pillon
Hi,

On Sun, Sep 17, 2006 at 10:03:38AM +0100, Mick wrote:
 Thanks Iain, you're right.  I redownloaded and tried again - but it's not a 
 zipped archive:
 =
 # unzip SP27128.exe
 Archive:  SP27128.exe
   End-of-central-directory signature not found.  Either this file is not
   a zipfile, or it constitutes one disk of a multi-part archive.  In the
   latter case the central directory and zipfile comment will be found on
   the last disk(s) of this archive.
 unzip:  cannot find zipfile directory in one of SP27128.exe or
 SP27128.exe.zip, and cannot find SP27128.exe.ZIP, period.
 =
 
 That message is pretty categorical I think.

I thinks this is an update made with installshield (frow HP, I guess).
Try extracting files from it with:
   app-arch/unshield
  Latest version available: 0.5
  Latest version installed: [ Not Installed ]
  Size of files: 318 kB
  Homepage:  http://synce.sourceforge.net/synce/unshield.php
  Description:   InstallShield CAB file extractor.
  License:   MIT

Bye.

-- 
 * Pillon Matteo
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] NTP or chrony?

2006-09-26 Thread Hans-Werner Hilse
Hi,

On Fri, 22 Sep 2006 22:28:28 +0100 Mick [EMAIL PROTECTED]
wrote:

 Hmm, for some reason my ISP's ntp server does not work with my Gentoo
 (it works with WinXP):
 [...]
 What's this port time unreachable message - the rdate command times
 out of course.

Well, the time port (37 tcp/udp) is not reachable. rdate is _NOT_
ntp. ntp port would be 123. And you need an ntp client, which rdate is
not. Some ntp servers offer also the classic time service, but that's
not a requirement.

-hwh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Flashing the BIOS

2006-09-26 Thread Daniel da Veiga

On 9/17/06, Iain Buchanan [EMAIL PROTECTED] wrote:

On Sat, 2006-09-16 at 23:12 +0100, Mick wrote:
 Thanks.  I tried unzipping it, but no go:
 
 # unzip SP27128.exe.part
 unzip:  cannot find or open SP27128.exe.part, SP27128.exe.part.zip or
 SP27128.exe.part.ZIP.
 

hey, I just jumped in on this thread - your file called
SP27128.exe.part sounds like mozilla or some other download manager
never finished downloading it, so it's probably incomplete...



In fact, that is the default name for a Compaq/HP Software Pack... And
its just a packed bios, so, you may want to extract it at another
computer with win OS and use the extracted files.

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] I have 146,000 files in lost+found. How do I sort them?

2006-09-26 Thread Boyd Stephen Smith Jr.
On Monday 25 September 2006 22:55, Robert Persson [EMAIL PROTECTED] 
wrote about '[gentoo-user] I have 146,000 files in lost+found. How do I 
sort them?':
 Am I likely to find many usable files in that /lost+found directory?

Maybe.  I tried to recover a corrupted ext3 boot recently and was unable to 
pull anything useful out of lost and found that was larger than a 
symlink. :(  If a number of files NOT in lost+found were corrupt, it's 
likely most of the files in lost+found are corrupt as well.

That said, /boot data is generally easy to replace, so I put no effort into 
recovering files that were corrupted.  If the data was valuable, if might 
be worth it to spend some time sorting those out.

 If I can, how can I best sift through them?

Carefully. :)

 Is there a utility, or 
 something I could drop into a simple bash script, that would look at the
 first few bytes of the file and, say, identify it as a jpeg or an xml
 file, so that it could be given an appropriate file extension, deleted
 or moved?

As the other poster mentioned, the file utility is useful for identifying 
the type of file.  Keep in mind though that is only looks at the first few 
bytes of the file, if there's corruption later on file won't notice.

 Or is there one that could distinguish a text file from a 
 binary?

Of course, file does this to some extent.  A MIME type of text/* is 
generally text, while anything else is binary.  But, file's output (by 
default) isn't a simple binary or text string.

Some of the GNU utilities that are meant for text files will complain 
before operating on a binary file, so you could use those for this task, 
possibly.  (I'm thinking of less and grep.)  In particular, 
grep '[^[:print:]]' should return true when run against a file that 
contains non-printable characters (like control characters or NUL, and, 
depending on locale, non-7-bit-clean characters).

 Are there any other strategies I could use to sift through these files
 (assuming it would be worth doing)?

Well, before you write some sort of bash script around file to rename 
stuff, you'll probably want to remove anything that is clearly trash, like 
device nodes or 0-length files.  Something like:
find lost+found \! \( -type f -o -type d \ -o -type l \) -o -empty -delete
should work if you are using GNU find.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgpMg3bjhF81I.pgp
Description: PGP signature


Re: [gentoo-user] pppoe-start problem

2006-09-26 Thread Boyd Stephen Smith Jr.
On Tuesday 26 September 2006 03:18, Stephen Liu [EMAIL PROTECTED] wrote 
about '[gentoo-user] pppoe-start problem':
 Hi folks,

 Gentoo_amd64
 gnome-light

 Frequently on running;

 # pppoe-start

Hrm, are we still using pppoe-start?  I thought the new baselayout handled 
pppoe (and other ppp connections) just like normal connections:
1. Configure in /etc/conf.d/net
2. Symlink net.$IFACE to net.lo
3. Start/Stop/Query via /etc/init.d/net.$IFACE

I could be thinking about testing (since I run ~amd64) and this may not 
apply to stable, but have a look at /etc/conf.d/net.example and make sure 
your configuration is correct.

If you think it is correct, please provide the output of:
/etc/init.d/net.eth0 start
and
grep -Ev '^[[:space:]]*(#|$)' /etc/conf.d/net

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgpPS0LiIox8k.pgp
Description: PGP signature


Re: [gentoo-user] pppoe-start problem

2006-09-26 Thread Stephen Liu
Hi Boyd,

Tks for your advice.

 I thought the new baselayout handled 
 pppoe (and other ppp connections) just like normal connections:
 1. Configure in /etc/conf.d/net

/etc/conf.d/net is a file

# cat /etc/conf.d/net
config_eth0=( 192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255 )
routes_eth0=( default gw 192.168.0.1 )
config_eth0=( dhcp )

 2. Symlink net.$IFACE to net.lo
net.lo is on /etc/init.d/

What is net.$IFACE?  Tks.


B.R.
SL


3. Start/Stop/Query via /etc/init.d/net.$IFACE

I could be thinking about testing (since I run ~amd64) and this may not 
apply to stable, but have a look at /etc/conf.d/net.example and make sure 
your configuration is correct.

If you think it is correct, please provide the output of:
/etc/init.d/net.eth0 start
and
grep -Ev '^[[:space:]]*(#|$)' /etc/conf.d/net



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Video cataloging software

2006-09-26 Thread Dotan Cohen

On 26/09/06, Grant [EMAIL PROTECTED] wrote:

  Does anyone know of software that will catalog videos like banshee or
  rhythmbox catalogs music?  Preferrably something that can launch
  mplayer for playback.  Does this exist?
 
  - Grant

 For short home clips, like those taken with a digital camera, or for
 store-bought movies on DVD?

I'm looking for something to organize store-bought movies on DVD which
are backed up on my hard drive.  MythTV does a good job, I believe,
but I don't want that entire interface.

- Grant



You might want to look at:
http://griffith.vasconunes.net/
and
http://www.periapsis.org/tellico/

Dotan Cohen
http://essentialinux.com/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Question about the dcop utility: How to use it from a remote computeR?

2006-09-26 Thread Boyd Stephen Smith Jr.
On Tuesday 26 September 2006 03:50, Wolfgang Liebich 
[EMAIL PROTECTED] wrote about '[gentoo-user] Question about 
the dcop utility: How to use it from a remote computeR?':
 I'm logged in on my new computer, Machine N. I have setup ssh to connect
 by DSA key to my old computer, Machine O. Now i want to use the dcop
 program on O to give me a list of all open konqueror sessions on O. At
 first I just want to do something like:
 new machine:ssh old machine '/usr/kde/3.5/bin/dcop'
 But I always get ERROR: Couldn't attach to a DCOP server'

I've never used DCOP, but I figured this was probably related to 
environment variables, so I did an strace on a simple dcop invocation to 
try and figure out why it can't find the (presumably) running dcop server 
on O.

On my system communication with the local DCOP server is via 
~/.DCOPserver_hostname__0, and I'm fairly sure the _0 at the end 
corresponds to part of my DISPLAY setting, :0, indicating a local X 
server.  You may need to set your DISPLAY environment variable on O 
before you do the dcop invocation.

Assuming O is a standard desktop machine and you are the only one logged 
on to it, you should be able to do something like:
ssh O env DISPLAY=:0.0 dcop
to get the standard dcop output.

The only sure-fire way to determine the correct DISPLAY setting is to pull 
it from the X session you want to connect to. E.g.:
$ env | grep ^DISPLAY
DISPLAY=:0.0

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgpvryhK5Ef8w.pgp
Description: PGP signature


Re: [gentoo-user] cups problem

2006-09-26 Thread Boyd Stephen Smith Jr.
On Tuesday 26 September 2006 03:55, Paul Stear [EMAIL PROTECTED] 
wrote about '[gentoo-user] cups problem':
 When I
 start cupsd I get the following message:-
  /etc/init.d/cupsd start
  * Starting cupsd ...
 cupsd: Child exited on signal 15!

:(

 Any ideas what to do next?

Did cupsd write any log messages (to somewhere in /var/log) before dying?

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgp7yPd59PjgU.pgp
Description: PGP signature


Re: [gentoo-user] pppoe-start problem

2006-09-26 Thread Boyd Stephen Smith Jr.
On Tuesday 26 September 2006 10:01, Stephen Liu [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] pppoe-start problem':
 # cat /etc/conf.d/net
 config_eth0=( 192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255 )
 routes_eth0=( default gw 192.168.0.1 )
 config_eth0=( dhcp )

Yeah, this doesn't have any configuration for your ppp0 device.  Please 
read /etc/conf.d/net.example for how to properly configure your pppoe 
connection using the new baselayout.

  2. Symlink net.$IFACE to net.lo

 net.lo is on /etc/init.d/

 What is net.$IFACE?  Tks.

$IFACE stands in for the interface (IFACE) name.  E.g. lo, eth0, or ppp0.

On my computer:
$ ls /etc/init.d/net.* -l
lrwxrwxrwx 1 root root 6 Aug 27 01:17 /etc/init.d/net.br0 - net.lo
lrwxrwxrwx 1 root root 6 Sep 15 21:17 /etc/init.d/net.eth0 - net.lo
lrwxrwxrwx 1 root root 6 Aug  2 02:11 /etc/init.d/net.eth1 - net.lo
-rwxr-xr-x 1 root root 30341 Sep 15 23:00 /etc/init.d/net.lo

I belive you'll need to have a net.eth0 that is a symlink to net.lo as well 
as a net.ppp0 that is a symlink to net.lo.

Before we go any further, what version of baselayout are you using?

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgp3b3KEfak1n.pgp
Description: PGP signature


[gentoo-user] Re: pppoe-start problem

2006-09-26 Thread Marc Blumentritt
Hi Stephen,

Stephen Liu schrieb:
 I thought the new baselayout handled 
 pppoe (and other ppp connections) just like normal connections:
 1. Configure in /etc/conf.d/net
 
 /etc/conf.d/net is a file
 
 # cat /etc/conf.d/net
 config_eth0=( 192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255 )
 routes_eth0=( default gw 192.168.0.1 )
 config_eth0=( dhcp )
 
 2. Symlink net.$IFACE to net.lo
 net.lo is on /etc/init.d/
 
 What is net.$IFACE?  Tks.
 

I read in the last weeks some of your posts and I have to ask: Did you
ever read once the Gentoo Handbook [1]? A lot of your questions you
could have answered yourself, if you have read it, like setting up your
network. Please read it completly. It is written for beginners in Gentoo
 and as a reference!

No insult intended.
Marc

[1] http://www.gentoo.org/doc/en/handbook/index.xml

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About dig command and others

2006-09-26 Thread Boyd Stephen Smith Jr.
On Monday 25 September 2006 22:37, Stephen Liu [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] About dig command and others':
  Is there another method to check/verify my suspicion.  TIA

Based on the original post, it sounds to me like your ISP is (intentionally 
or not) blocking that site.  There's very little (probably nothing) you 
could do to prove they are doing it intentionally.  What you've already 
done (tried via other ISPs and a proxy service) already proves the site is 
blocked (although, I suppose it could be the site blocking your ISP and 
not vice-versa).

 I can't recall which of the following commands is correct ?

Neither, dig doesn't take URLs.

You are probably wanting something like:
dig google.com
* Looks up the address for google.com using the nameserver listed 
in /etc/resolv.conf

or:
dig @151.164.1.1 google.com
* Looks up the address for google.com using 151.154.1.1 (ns1.swbell.net)

You should be able to compare how various DNS servers resolve the address 
you are trying to browse using varations of those two commands.  However, 
dig is capable of much more, so you might want to read the dig manpage 
displayed by:
man dig

Also, keep in mind that your ISP could resolve the domain's ip address 
properly and still block the site.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgpYZeuf4OOqZ.pgp
Description: PGP signature


[gentoo-user] bad nano

2006-09-26 Thread maxim wexler
Hi group,

Nano starts and displays a blank screen but whatever I
type this is what appears:


tget_key_buffer(): key_buffer_len = 1
pparse_kbinput():
kbinput = 119, meta_key = 0, func_key = 0, escapes =
0, byte_digits = 0, retval = 119
 gget_shortcut(): kbinput = 119, meta_key = 0,
func_key = 0
  
   gget_toggle(): kbinput = 119, meta_key = 0
  

wget_key_buffer(): key_buffer_len = 1
parse_kbinput(): kbinput = 97, meta_key = 0,
func_key = 0, escapes = 0, byte_digits = 0, retval =
97
  

get_shortcut(): kbinput = 97, meta_key = 0, func_key =
0
   get_toggle(): kbinput =
97, meta_key = 0
  
aget_key_buffer(): key_buffer_len = 1
  

parse_kbinput(): kbinput = 116, meta_key = 0, func_key
= 0, escapes = 0, byte_digits = 0, retval = 116
  
  get_shortcut(): kbinput = 116,
meta_key = 0, func_key = 0
 get_toggle(): kbinput = 116, meta_key = 0
  t

Only the last key typed t appears. But the control
keys work.

This happens in Konsole and the non-X console. The KDE
editors, Kate etc work OK as does nedit which was
emerged seperately.

Can somebody suggest a fix?

-Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: elog saves messages in wrong folder

2006-09-26 Thread Marc Blumentritt
Richard Fish schrieb:
 I'm on portage 2.1.2_pre1-r1, and logs are still appearing in
 /v/l/portage/elog/ for me.  So I'm really thinking this behavior will
 only show up with particular make.conf settings.  Can either of you
 post your make.conf please?

Here it is:

cat /etc/make.conf
# These settings were set by the catalyst build script that
automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CHOST=i686-pc-linux-gnu
#CFLAGS=-march=i686 -O2 -fomit-frame-pointer -pipe
#CFLAGS=-march=i686 -Os -fomit-frame-pointer -pipe -msse -mmmx
-mfpmath=sse
CFLAGS=-march=c3-2 -Os -fomit-frame-pointer -pipe -msse -mmmx -mfpmath=sse
CXXFLAGS=${CFLAGS}
ARCH=x86
ACCEPT_KEYWORDS=x86
PORTAGE_TMPDIR=/var/tmp/portage
PORTDIR=/usr/portage
DISTDIR=${PORTDIR}/distfiles
#PKGDIR=${PORTDIR}/packages
PORTDIR_OVERLAY=
#PORTDIR_OVERLAY=/usr/local/portage/gentoo-de ${PORTDIR_OVERLAY}
PORTDIR_OVERLAY=/usr/local/portage/epios ${PORTDIR_OVERLAY}
PORTDIR_OVERLAY=/usr/local/portage/my_ebuilds ${PORTDIR_OVERLAY}
PORT_LOGDIR=/var/log/portage
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://distfiles.gentoo.org 
SYNC=rsync://rsync.de.gentoo.org/gentoo-portage
PORTAGE_RSYNC_RETRIES=3
RSYNC_TIMEOUT=180
MAKEOPTS=-j2
PORTAGE_NICENESS=3
AUTOCLEAN=yes
VIDEO_CARDS=via
ALSA_CARDS=via82xx

LINGUAS=de us

# layman
source /usr/portage/local/layman/make.conf

# Lirc options:
LIRC_DEVICES=imon

#PORTAGE_ELOG_CLASSES=warn error info log
PORTAGE_ELOG_CLASSES=warn error info
PORTAGE_ELOG_SYSTEM=save

FEATURES=ccache distlocks userpriv parallel-fetch -buildpkg
#FEATURES=ccache distlocks sandbox userpriv usersandbox
CCACHE_SIZE=2G
#USE=nptl
USE=16bit \
-acl -adabas -adns -aim -arts -avantgo \
-bidi -bindist -bluetooth \
-canna -chipcard -cups \
-dba \
expat
fortran -foomaticdb -freewnn \
gdbm -gimp -gimpprint \
-hbci \
-icq -innodb input_devices_keyboard input_devices_mouse -ipv6 -irmc \
-jabber \
-kde -kdepim -kerberos \
-ldap \
-msn mysqli \
nptl nptlonly \
-ofx -openexr \
-pcmcia -pda php -ppds \
-rdesktop \
-samba -sametime -scanner -slp -smartcard \
unichromepro unicode \
vdr verbose video_cards_via -visualization \
win32codecs \
X -xface -xml2 \
-yahoo

Thanks for the help in advance.
Marc

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: elog saves messages in wrong folder

2006-09-26 Thread Marc Blumentritt
Neil Bothwick schrieb:
 On Mon, 25 Sep 2006 23:47:57 -0400, Philip Webb wrote:
 There's a little confusion here. Portage now saves all package logfiles
 in the latter format. The files you are seeing on $PORT_LOGDIR are
 probably portage logs, not elog output. Have you checked the contents of
 the files? If they contain more than the e* messages you have asked for,
 these are not your ELOG files.

OK, I checked some of the files in /var/log/portage and it is getting
stranger! I have both types of log files with the new name format. 2
examples are attached to this mail (gzipped). Both (genkernel and
linux-headers) were emerged at the same day in one update of my system.

For me, it looks like, that it depends upon chance, which type of log
file will be left on my system (it overwrites the first one, which is
saved).

Any ideas?

Marc



binz4eiUvcuS3.bin
Description: application/gzip


sys-kernel_genkernel-3.4.1_20060924-135307.log.gz
Description: application/gzip


[gentoo-user] PDF Editor

2006-09-26 Thread sean

Hello All,

Can anyone recommend an application to edit a pdf file, and I am 
running 64 bit Gentoo, so it needs to be compatible?


Thanks,
Sean
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Video cataloging software

2006-09-26 Thread Neil Bothwick
On Tue, 26 Sep 2006 08:34:55 -0700, Grant wrote:

 Griffith looks awesome.  I wish it was in portage.

http://bugs.gentoo.org/show_bug.cgi?id=13


-- 
Neil Bothwick

I must have slipped a disk; my pack hurts.


signature.asc
Description: PGP signature


Re: [gentoo-user] bad nano

2006-09-26 Thread Benno Schulenberg
maxim wexler wrote:
 Nano starts and displays a blank screen but whatever I
 type this is what appears:


 tget_key_buffer(): key_buffer_len = 1  [...]

Remove the debug USE flag from your /etc/make.conf.

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sftplogging USE flag in openssh

2006-09-26 Thread Mick
I can't remember seeing this flag before.
==
[ebuild U ] net-misc/openssh-4.3_p2-r5 [4.3_p2-r3] USE=X ldap pam 
tcpd -X509 -chroot -hpn -ipv6 -kerberos -libedit 
(-selinux) -sftplogging -skey -smartcard
  -static 
0 kB 
==

Do I need/want it?

-- 
Regards,
Mick


pgpN3lOjv4AUP.pgp
Description: PGP signature


Re: [gentoo-user] sftplogging USE flag in openssh

2006-09-26 Thread Dave V
Here's how to find out:
$ grep sftplogging /usr/portage/profiles/use.*
/usr/portage/profiles/use.local.desc:net-misc/openssh:sftplogging - Enables 
sftp logging patch

Dave

On Tue, 26 Sep 2006 17:38:06 +0100
Mick [EMAIL PROTECTED] wrote:

 I can't remember seeing this flag before.
 ==
 [ebuild U ] net-misc/openssh-4.3_p2-r5 [4.3_p2-r3] USE=X ldap pam 
 tcpd -X509 -chroot -hpn -ipv6 -kerberos -libedit 
 (-selinux) -sftplogging -skey -smartcard  
 -static 
 0 kB 
 ==
 
 Do I need/want it?
 
 -- 
 Regards,
 Mick
 


-- 
Your reasoning powers are good, and you are a fairly good planner.


pgpkUhFOH51TM.pgp
Description: PGP signature


Re: [gentoo-user] PDF Editor

2006-09-26 Thread Christopher E. Granade
sean wrote:
 Hello All,

 Can anyone recommend an application to edit a pdf file, and I am
 running 64 bit Gentoo, so it needs to be compatible?

 Thanks,
 Sean
In general, PDFs aren't very editable after having been made. What kinds
of edits did you need to make?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Philip Webb
060926 sean wrote:
 Can anyone recommend an application to edit a pdf file

  root: root eix pdftk
* app-text/pdftk
  Available versions:  1.12
  Homepage:http://www.accesspdf.com/pdftk
  Description: A tool for manipulating PDF documents

  root: root which pdftohtml
/usr/bin/pdftohtml
  root: root equery belongs /usr/bin/pdftohtml
app-text/poppler-0.5.3 (/usr/bin/pdftohtml)

 I am running 64 bit Gentoo, so it needs to be compatible?

It's easy to test them  find out (smile).

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Piotr Gąsiorowski

On Tue, 26 Sep 2006 17:39:05 +0200, sean [EMAIL PROTECTED] wrote:


Hello All,

 Can anyone recommend an application to edit a pdf file, and I am  
running 64 bit Gentoo, so it needs to be compatible?


 Thanks,
 Sean


OpenOffice Writer can easily export your documents as PDF files, but for  
editing existing PDFs - I don't know :(.


Regards,
Piotrek
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Mauro Faccenda
On Tuesday 26 September 2006 12:39, sean wrote:
 Hello All,

  Can anyone recommend an application to edit a pdf file, and I am
 running 64 bit Gentoo, so it needs to be compatible?

kword can import from .pdf files.

hope it helps.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] enlightenment - greyed out window borders

2006-09-26 Thread Helmut Jarausch
Hi,
I desparately need help.

I've installed 0.16.8.1 / 0.16.8.3 / 0.16-cvs on my Gentoo box (Xorg 7.0.0)
with the Brushedmetal-Tigert theme.
The borders of applications windows are greyed out, the Enlightenment pop up 
windows (middle mouse button)
are grey with sunken font.
When trying to select a background all icons look the same.
I have started without an $HOME/.e16 folder.
I have tried to set 
export XLIB_SKIP_ARGB_VISUALS=1

but nothing helps.

Many thanks for any hints,
Helmut.
-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread b.n.

Mauro Faccenda wrote:

On Tuesday 26 September 2006 12:39, sean wrote:

Hello All,

 Can anyone recommend an application to edit a pdf file, and I am
running 64 bit Gentoo, so it needs to be compatible?


kword can import from .pdf files.

hope it helps.


I don't think this is what the OP wanted but... wow. I didn't know it. I 
just tried, it's not always perfect but it works.

It's one of these secrets of free software that should be more widely known.

m.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sftplogging USE flag in openssh

2006-09-26 Thread Daniel Iliev
Dave V wrote:
 Here's how to find out:
 $ grep sftplogging /usr/portage/profiles/use.*
 /usr/portage/profiles/use.local.desc:net-misc/openssh:sftplogging - Enables 
 sftp logging patch

 Dave
   

Here is my let's say more gentooish way for the same thing:


[EMAIL PROTECTED] ~ # euse -i sftplogging
global use flags (searching: sftplogging)

no matching entries found

local use flags (searching: sftplogging)

[-] sftplogging (net-misc/openssh):
Enables sftplogging patch



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Question about the dcop utility: How to use it from a remote computeR?

2006-09-26 Thread Mike Myers
Hi!You need to use either the --all-sessions or --all-users switch, or just use --user or --session and specify which you want to work with. Since several instances of KDE can run on the same computer, dcop needs to know which one to use if you aren't runnign the dcop command from the KDE session.
On 9/26/06, Wolfgang Liebich [EMAIL PROTECTED] wrote:
Hi,This is probably partiallay OT, but google didn't help me much untilnow.I'm logged in on my new computer, Machine N. I have setup ssh to connectby DSA key to my old computer, Machine O. Now i want to use the dcop
program on O to give me a list of all open konqueror sessions on O. Atfirst I just want to do something like:new machine:ssh old machine '/usr/kde/3.5/bin/dcop'But I always get ERROR: Couldn't attach to a DCOP server'
What gives?puzzled in Vienna,Wolfgang--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] NTP or chrony?

2006-09-26 Thread Mick
On Tuesday 26 September 2006 14:05, Hans-Werner Hilse wrote:
 Hi,

 On Fri, 22 Sep 2006 22:28:28 +0100 Mick [EMAIL PROTECTED]

 wrote:
  Hmm, for some reason my ISP's ntp server does not work with my Gentoo
  (it works with WinXP):
  [...]
  What's this port time unreachable message - the rdate command times
  out of course.

 Well, the time port (37 tcp/udp) is not reachable. rdate is _NOT_
 ntp. ntp port would be 123. And you need an ntp client, which rdate is
 not. Some ntp servers offer also the classic time service, but that's
 not a requirement.

Thank you.  It's clear to me know.  I got confused because rdate will happily 
connect to other ntp servers (e.g. ntp.demon.co.uk) but as you say some still 
provide the time service. 
-- 
Regards,
Mick


pgpewnHhuc3Mc.pgp
Description: PGP signature


[gentoo-user] OT: Postfix mail sorting and filtering with virtual users

2006-09-26 Thread Jiri Cincura

Hi *,

is there any how-to or manual how to create something like mail
filtering/sorting i.e. via procmail (or something like procmail), but
for virtual users (there's no users with unix accounts)?

Thanks for any hints.


--
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Friedrich Göpel
On 11:39 Tue 26 Sep , sean wrote:
 Hello All,
 
 Can anyone recommend an application to edit a pdf file, and I am running 
 64 
 bit Gentoo, so it needs to be compatible?
 
 Thanks,
 Sean

Hi,

As it happens I was just faced with the same question and found this:
http://applications.linux.com/article.pl?sid=05/01/06/0612209

Mostly the comments are interesting.
If you just need to fill out a form or similar you can use gimp,
but if you need to do proper editing apparently scribus is the best
tool according to this.

Hope this helps.


Cheers,

Friedrich Göpel
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad nanoRESOLVED

2006-09-26 Thread maxim wexler

 Remove the debug USE flag from your /etc/make.conf.
 
 Benno

Awsome! May I ask how you knew this? Was it something
in my post? What is the connection between the debug
flag and strange nano behaviour?

-Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad nano RESOLVED

2006-09-26 Thread Benno Schulenberg
maxim wexler wrote:
  Remove the debug USE flag from your /etc/make.conf.

 Awsome! May I ask how you knew this?

Those strange outputs have been posted before.

 What is the connection between the debug
 flag and strange nano behaviour?

What debug in most other ebuilds does I don't know, but in nano it 
switches on all those print statements.  Normally you would then 
redirect error output to a file, 'nano somefile 2debugoutput', so 
you don't get those lines dumped to the screen.

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ghostscript fails to build during revdep-rebuild

2006-09-26 Thread Grant

I'm getting the following when trying to emerge ghostscript via revdep-rebuild:

jbig2_huffman.c:(.text+0x37): undefined reference to `rpl_malloc'
./obj/jbig2_huffman.o:jbig2_huffman.c:(.text+0x366): more undefined
references to `rpl_malloc' follow
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to [EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to [EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to [EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to
[EMAIL PROTECTED]'
/usr/X11R6/lib/libcups.so: undefined reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1

!!! ERROR: app-text/ghostscript-esp-8.15.1_p20060430 failed.

Can anyone help with this or should I file a bug?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread ps
hi,

 Can anyone recommend an application to edit a pdf file, and I am 
 running 64 bit Gentoo, so it needs to be compatible?

does the following ebuild works for you ? : 
http://atrey.karlin.mff.cuni.cz/~sanda/pdfedit/

expect unimplemented features and bugs.
better than nothing :)

pavel
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] custom ebuild questions

2006-09-26 Thread nate
I'm not sure if this is the proper list, if it is not I apologize and  
if someone could tell me which I should use it would be appreciated.


I'm having a few issues, and I'm not exactly sure where these are  
exactly.


First off I built a custom apache-2.0.58 ebuild from the one in the  
portage tree.  It seems to have compiled just fine, and reads all of  
our previous apache configs, it even loads up php just fine and  
dandy.  The reason for this custom build was we needed a specific  
layout that we have created, which was used during the compiling of  
apache.


Next onto php.  Since our application relies heavily on php for the  
back end we have several patches that we have created, as well as  
needing very specific things done in the ./configure portion of  
compiling.  The patches applied just fine, I looked for the lines  
that were changed in the source code while it was compiling and they  
did change.  The ./configure that I put inside /usr/portage/eclass/ 
depend.apache also ran with no problems.


My php.ini location was specified in two locations, first with --with- 
config-file-path=/etc/apache as well as modifying PHP_INI_DIR=/etc/ 
apache/ in /usr/portage/eclass/php5_1-sapi.eclass, though a php -i  
still shows the default location for the gentoo build at /etc/php/ 
apache2-php5/php.ini.  I know it's silly to require our php.ini to be  
in /etc/apache, but currently that's where a *lot* of code looks for  
that file, symbolic links cause issues so the file must reside there.


Finally libphp5.so does not seem to compile *at all.*  This is  
troublesome considering I am compiling with the apache support  
enabled.  Without that I won't be able to use php scripts through  
apache, any idea why that doesn't exist?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Andrew Gaydenko
Pavel,

I have tried that ebuild (with patch) and got linking error shown below.


Andrew
__

../xpdf/xpdf/libxpdf.a(GlobalParams.o): In function 
`GlobalParams::GlobalParams(char*)':
GlobalParams.cc:(.text+0x4277): undefined reference to `paperinit'
GlobalParams.cc:(.text+0x427c): undefined reference to `systempapername'
GlobalParams.cc:(.text+0x428c): undefined reference to `paperinfo'
GlobalParams.cc:(.text+0x4296): undefined reference to `paperpswidth'
GlobalParams.cc:(.text+0x42af): undefined reference to `paperpsheight'
GlobalParams.cc:(.text+0x42c5): undefined reference to `paperdone'
../xpdf/xpdf/libxpdf.a(GlobalParams.o): In function 
`GlobalParams::GlobalParams(char*)':
GlobalParams.cc:(.text+0x4a7f): undefined reference to `paperinit'
GlobalParams.cc:(.text+0x4a84): undefined reference to `systempapername'
GlobalParams.cc:(.text+0x4a94): undefined reference to `paperinfo'
GlobalParams.cc:(.text+0x4a9e): undefined reference to `paperpswidth'
GlobalParams.cc:(.text+0x4ab7): undefined reference to `paperpsheight'
GlobalParams.cc:(.text+0x4acd): undefined reference to `paperdone'
collect2: ld returned 1 exit status
make[2]: *** [pdfedit] Error 1

=== On Wednesday 27 September 2006 01:45, [EMAIL PROTECTED] wrote: ===
hi,

 Can anyone recommend an application to edit a pdf file, and I am 
 running 64 bit Gentoo, so it needs to be compatible?

does the following ebuild works for you ? : 
http://atrey.karlin.mff.cuni.cz/~sanda/pdfedit/

expect unimplemented features and bugs.
better than nothing :)

pavel
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] custom ebuild questions

2006-09-26 Thread nate
Another thing to add to this, pear does not appear to compile with  
the apache build.


I have this in my /etc/portage/package.use: dev-lang/php apache2  
sockets mysql mysqli cli xml xsl pcre pdo-external session sqlite  
curl gd iconv jpeg pcntl pear png posix soap snmp ssl zlib bzip2  
bcmath ctype calendar curlwrappers gdbm exif dbm unicode


According to this url: http://gentoo-wiki.com/HOWTO_PHP_5_with_PEAR  
all that pear needs in order to compile are the following USE flags:  
cli pcre xml zlib.  Maybe I'm a little out of it, but if you use the  
ebuild command does it use /etc/portage/package.use or is that only  
for emerge?



On Sep 26, 2006, at 3:31 PM, nate wrote:

I'm not sure if this is the proper list, if it is not I apologize  
and if someone could tell me which I should use it would be  
appreciated.


I'm having a few issues, and I'm not exactly sure where these are  
exactly.


First off I built a custom apache-2.0.58 ebuild from the one in the  
portage tree.  It seems to have compiled just fine, and reads all  
of our previous apache configs, it even loads up php just fine and  
dandy.  The reason for this custom build was we needed a specific  
layout that we have created, which was used during the compiling of  
apache.


Next onto php.  Since our application relies heavily on php for the  
back end we have several patches that we have created, as well as  
needing very specific things done in the ./configure portion of  
compiling.  The patches applied just fine, I looked for the lines  
that were changed in the source code while it was compiling and  
they did change.  The ./configure that I put inside /usr/portage/ 
eclass/depend.apache also ran with no problems.


My php.ini location was specified in two locations, first with -- 
with-config-file-path=/etc/apache as well as modifying  
PHP_INI_DIR=/etc/apache/ in /usr/portage/eclass/php5_1- 
sapi.eclass, though a php -i still shows the default location for  
the gentoo build at /etc/php/apache2-php5/php.ini.  I know it's  
silly to require our php.ini to be in /etc/apache, but currently  
that's where a *lot* of code looks for that file, symbolic links  
cause issues so the file must reside there.


Finally libphp5.so does not seem to compile *at all.*  This is  
troublesome considering I am compiling with the apache support  
enabled.  Without that I won't be able to use php scripts through  
apache, any idea why that doesn't exist?

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread ps
 I have tried that ebuild (with patch) and got linking error shown below.

most i can say is that it works on my x86 box (gcc-3.3.6,binutils-2.16.1-r2).
(the patch is not needed to apply; ebuild will do.)

many reasons possible why linker doesnt find the reference and i'm not
going to debug it...

pavel
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ghostscript fails to build during revdep-rebuild

2006-09-26 Thread Philip Webb
060926 Grant wrote:
 I'm getting the following when trying to emerge ghostscript

I had a similar problem,
but it disappeared after I updated to modular X  did an 'eix-sync'.
Make sure everything else is upto-date  try again.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Postfix mail sorting and filtering with virtual users

2006-09-26 Thread Sarpy Sam

On 9/26/06, Jiri Cincura [EMAIL PROTECTED] wrote:

Hi *,

is there any how-to or manual how to create something like mail
filtering/sorting i.e. via procmail (or something like procmail), but
for virtual users (there's no users with unix accounts)?

Thanks for any hints.

Maildrop

http://gentoo-wiki.com/HOWTO_Email_Virtual_Server_Maildrop_and_Spam_Assasin

This helped me out.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] cups-pdf configuration?

2006-09-26 Thread Mark Knecht

Hi,

  Short version: Where does the cups-pdf printer put output files by default?

  I emerged cups-pdf and installed a printer using it. No problems
setting up a PDF printer (as far as I can tell) but I cannot find any
output when I print a test page. I did restart cups to ensure the new
printer was really enabled.

  eix cups-pdf points me at this web site:

http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf

Looking there indicates we are supposed to copy a config file to
/etc/cupsd but the file isn't there after the emerge, nor is it in
/etc/conf.d as far as I can tell. Is it required? I would assume so
but maybe the docs are out of date?

  Thanks in advance for any pointers you can provide.

Cheers,
Mark
--
gentoo-user@gentoo.org mailing list



[gentoo-user] [SOLVED]: cups-pdf configuration?

2006-09-26 Thread Mark Knecht

Found it in /var/spoll/cups-pdf

sorry for the noise.

Cheers,
Mark

On 9/26/06, Mark Knecht [EMAIL PROTECTED] wrote:

Hi,

   Short version: Where does the cups-pdf printer put output files by default?

   I emerged cups-pdf and installed a printer using it. No problems
setting up a PDF printer (as far as I can tell) but I cannot find any
output when I print a test page. I did restart cups to ensure the new
printer was really enabled.

   eix cups-pdf points me at this web site:

http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf

Looking there indicates we are supposed to copy a config file to
/etc/cupsd but the file isn't there after the emerge, nor is it in
/etc/conf.d as far as I can tell. Is it required? I would assume so
but maybe the docs are out of date?

   Thanks in advance for any pointers you can provide.

Cheers,
Mark


--
gentoo-user@gentoo.org mailing list



[gentoo-user] pysol problems

2006-09-26 Thread Mark Knecht

Hi,
  My wife's machine started having troubles running pysol. After a
very quick browse of the Bugzilla system I didn't locate anything
specifically for this error:

[EMAIL PROTECTED] ~ $ pysol
Traceback (most recent call last):
 File /usr/games/lib/pysol/pysol.py, line 121, in ?
   sys.exit(main(sys.argv))
 File /usr/games/lib/pysol/main.py, line 424, in main
   r = pysol_main(args)
 File /usr/games/lib/pysol/main.py, line 367, in pysol_main
   r = pysol_init(app, args)
 File /usr/games/lib/pysol/main.py, line 121, in pysol_init
   top = MfxRoot(className=PACKAGE)
 File /usr/games/lib/pysol/tk/tkwrap.py, line 75, in __init__
   apply(Tkinter.Tk.__init__, (self,), kw)
 File /usr/lib/python2.4/lib-tk/Tkinter.py, line 1569, in __init__
   self.tk = _tkinter.create(screenName, baseName, className,
interactive, want objects, useTk, sync, use)
__main__.TclError: this isn't a Tk applicationunknown color name Black
[EMAIL PROTECTED] ~ $

  I tried re-emerging pysol, as well as tk  gtk+. I also deleted
directory specific .pysol stuff to let it start over but nothing so
far has fixed it.

dragonfly ~ # emerge -pv pysol tk gtk+ python

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] games-board/pysol-4.82-r1  0 kB
[ebuild   R   ] dev-lang/tk-8.4.9  USE=threads 0 kB
[ebuild   R   ] x11-libs/gtk+-2.8.19  USE=X jpeg -debug -doc -tiff
-xinerama 0  kB
[ebuild   R   ] dev-lang/python-2.4.3-r1  USE=berkdb gdbm ipv6
ncurses readline  ssl tk -bootstrap -build -doc -nocxx -ucs2 8 kB

Total size of downloads: 8 kB
dragonfly ~ #

  All ideas appreciated.

Thanks,
Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pysol problems

2006-09-26 Thread Bo Ørsted Andresen
On Wednesday 27 September 2006 04:44, Mark Knecht wrote:
[SNIP]
 __main__.TclError: this isn't a Tk applicationunknown color name Black
[SNIP]
All ideas appreciated.

How about?

https://bugs.gentoo.org/show_bug.cgi?id=96933#c15

-- 
Bo Andresen


pgpnetUCPhUh7.pgp
Description: PGP signature