A prolem with building OOo1.1.4

2005-04-08 Thread b rx
Hi: I encounter a problem when I build OOo1.1.4. The WARNING message is below: - optimize summary: 0 kb Replacing ${EVAL} with Replacing ${FILEFORMATNAME} with OpenOffice.org Replacing ${FILEFORMATVERSION} with 1.0 Replacing ${LONG_PRODUCTEXTENSION} with Replacin

Re: Package Management Rears Its Ugly Head

2005-04-08 Thread Nick Matteo
On Friday 08 April 2005 20:27, Dan McGhee wrote: > First Question: > > I'm not a fan of keeping unused sources around. But it seems to me that > the only way to update an application, when you're using sources, is to > uninstall the original and install the update. If I just keep the > Makefile f

Package Management Rears Its Ugly Head

2005-04-08 Thread Dan McGhee
As I prepare to go further into BLFS--I'm still installing the initial start-up configuration--I keep thinking about package management. I've been an rpm fan since I started Linux. I particularly like the rpm -U feature. However, the hint "more_control_and_pkg_man" makes a lot of sense. And

Re: Investigating /etc/profile

2005-04-08 Thread Dan McGhee
Simon Geard wrote: On Thu, 2005-04-07 at 19:56 -0500, Dan McGhee wrote: I also cannot mentally expand the expression $PATHVARIABLE="${!PATHVARIABLE:+:${!PATHVARIABLE}}" Can't blame you - that's pretty ugly. I've seen (and written) worse though, so let's break it down: The exclamation marks

Re: problems with courier

2005-04-08 Thread James Iwanek
Jason Gurtz wrote: I've seen some other people have issues when there is multiple domains etc... going on with courier, which can be a tad difficult to set up. You might want to give dovecot a try. I found wu-imap easy to setup but it is slow among other things. Sorry I can't give more explicit h

Re: problems with courier

2005-04-08 Thread Jason Gurtz
On 4/8/2005 13:27, James Iwanek wrote: > just set up courier and i can get it to receive mail for my local domain > but i don't seem to be able to get it to receive mail for my partners > domain - details below, any mail server guru's here? I've seen some other people have issues when there is m

problems with courier

2005-04-08 Thread James Iwanek
just set up courier and i can get it to receive mail for my local domain but i don't seem to be able to get it to receive mail for my partners domain - details below, any mail server guru's here? START MAIL LOG Apr 8 18:14:37 darkstar courieresmtpd: started,ip=[:::194.106.33.237]

Keyboard

2005-04-08 Thread Czifra Péter
Hello!I've got a problem with my keyboard. The Shift-e doesn't work. When I push the buttons doesn't happend anything. How can I correct this problem? The "E" works in application for exaple in vim.I use the LFS 6.0 and my keyboar is an normal hungarian keyboard, with special hungarian characters.

Re: Problem with pppoe demand dialing

2005-04-08 Thread Andrew Benton
Jens Bliemeister wrote: I am using pppd 2.4.3 and rp-pppoe 3.5 with kernel 2.6.9 compiled as stated in LFS 6.0 and the actual blfs. Does anyone know what might goes wrong. I really need help, because there are no error messages, it just does not work. Which version of libpcap did you compile be

Problem with pppoe demand dialing

2005-04-08 Thread Jens Bliemeister
Hello, for my home network I've got a DSL flatrate. The ISP disconnects after 24hours. But I wanted to do demand dialing anyhow. My problem now is, that after the 24 hours my ISP disconnects as you can see in the logfile snippet, but the reconnection will not work out. It states starting link,

Re: Investigating /etc/profile

2005-04-08 Thread Simon Geard
On Thu, 2005-04-07 at 19:56 -0500, Dan McGhee wrote: > I also cannot mentally expand the expression > $PATHVARIABLE="${!PATHVARIABLE:+:${!PATHVARIABLE}}" Can't blame you - that's pretty ugly. I've seen (and written) worse though, so let's break it down: The exclamation marks are like a pointer -

Re: Investigating /etc/profile

2005-04-08 Thread Simon Geard
On Thu, 2005-04-07 at 19:56 -0500, Dan McGhee wrote: > I also cannot mentally expand the expression > $PATHVARIABLE="${!PATHVARIABLE:+:${!PATHVARIABLE}}" Can't blame you - that's pretty ugly. I've seen (and written) worse though, so let's break it down: The exclamation marks are like a pointer -