Hi,
I have been up and running a while and am running stable but this is
Gentoo. ;) I found a script that tells you what your CFLAGS are
suposed to be and it is different from what I am using. This is what I
am using now, from make.conf of course:
>CFLAGS="-march=athlon-xp -O3 -pipe -fomit-fra
On 04 December 2005 07:13, Joseph wrote:
> On Sat, 2005-12-03 at 23:03 -0600, Dale wrote:
> > Maybe you should do a killall for A4. LOL If it is dead it can't use
> > it. LOL Pesky things. So many choices, so few answers.
> >
> > Dale
> >
> > :-)
>
> I would love to :-/
> I think it is a bug i
Dear my friends,
i'm going to deploy gentoo on a Compaq Proliant ML350 server. so can
any body recommend the best make.conf & kernel configurations for this
server.
server configurations,
#lspci
:00:00.0 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
:00:00.1 Host bridge: Broadcom CNB
Dale wrote:
Hi,
I have been up and running a while and am running stable but this is
Gentoo. ;) I found a script that tells you what your CFLAGS are
suposed to be and it is different from what I am using. This is what I
am using now, from make.conf of course:
CFLAGS="-march=athlon-xp -O3 -
Unsubscribe
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 03, 2005 7:02 AM
To: [EMAIL PROTECTED]
Subject: Digest of gentoo-user@gentoo.org issue 454 (27878-27927)
Topics (messages 27878 throught 27927):
[gentoo-user] OpenOffice update fro
El Nino wrote:
>Dear my friends,
>
>i'm going to deploy gentoo on a Compaq Proliant ML350 server. so can
>any body recommend the best make.conf & kernel configurations for this
>server.
>
>
>
>all advices are welcome...
>
>
>
I have a Compaq Proliant 6000 if that would help. I'm not familiar wi
Hi again,
I have a computer that really needs a bigger drive but it is all I have
right now. What temp files can I delete and not mess up anything? Here
is why:
> swifty / # df
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/hda6 3564108 3506388 57
On Sun, 2005-12-04 at 04:13 -0600, Dale wrote:
> Hi again,
>
> I have a computer that really needs a bigger drive but it is all I have
> right now. What temp files can I delete and not mess up anything? Here
> is why:
>
> > swifty / # df
> > Filesystem 1K-blocks Used Available Us
On 21:39 Sat 03 Dec , John Holden wrote:
> [EMAIL PROTECTED] wrote:
> Type "emerge --update mozilla-firefox" as root. To my knowledge,
> portage does not provide the binary package of Firefox 1.5.x.
>
>
> [EMAIL PROTECTED] ~ $ eix firefox
> * www-client/mozilla-firefox
> Available vers
Haim Ashkenazi wrote:
>do you have WIPE_TMP="yes" in /etc/conf.d/bootmisc? if not (and you
>don't have any other means of cleaning /tmp, chances are you have too
>many files in /tmp (e.g. every movie you ever viewed with firefox).
>you can change the setting like the example above and reboot the m
LOL It helped a little bit, but not much.
> swifty / # df
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/hda6 3564108 3505584 58524 99% /
> udev12738880127308 1% /dev
> /dev/hda148312 37412
On Sunday 04 December 2005 09:35, Dale wrote:
> Hi,
>
> I have been up and running a while and am running stable but this is
> Gentoo. ;) I found a script that tells you what your CFLAGS are
> suposed to be and it is different from what I am using. This is what I
>
> am using now, from make.conf
Hemmann, Volker Armin wrote:
>O3 makes binaries much, much bigger. Bigger binaries need more cache&load
>time. So bigger binaries are slower a lot of time.
>-fomit-frame-pointer is fine, fmpgmath=sse may or may not make your apps
>slower or faster. msse, mmmx, m3dnow are (mostly) harmless.
>
>
I am trying to install gentoo from the web by following the steps in the
Gentoo Linux x86 Handbook for a stage 1 install. This works well up to
a point.
When I execute
# emerge --emptytree system
after some time the process terminates with a message similar to
cd ../obj_s; -I../c++ -I../inc
After "Machine check exception polling timer started." Nothing happens any
more.
I'd start with acpi=off, and try to isolate the problem from there.
sorry this doesn't help. BTW: my chipset is on the acpi blacklist, it was
allways disabled by default.
Sascha.
--
gentoo-user@gentoo.org mail
On Sun December 4 2005 4:11 am, Kristian Poul Herkild wrote:
> Dale wrote:
> > Hi,
> >
> > I have been up and running a while and am running stable but this is
> > Gentoo. ;) I found a script that tells you what your CFLAGS are
> > suposed to be and it is different from what I am using. This is
Mike Kenny wrote:
> I am trying to install gentoo from the web by following the steps in
> the Gentoo Linux x86 Handbook for a stage 1 install. This works well
> up to a point.
>
> When I execute
> # emerge --emptytree system
> after some time the process terminates with a message similar to
>
>
Dale wrote:
Hemmann, Volker Armin wrote:
O3 makes binaries much, much bigger. Bigger binaries need more cache&load
time. So bigger binaries are slower a lot of time.
-fomit-frame-pointer is fine, fmpgmath=sse may or may not make your apps
slower or faster. msse, mmmx, m3dnow are (mostly) harm
Dale wrote:
Mike Kenny wrote:
I am trying to install gentoo from the web by following the steps in
the Gentoo Linux x86 Handbook for a stage 1 install. This works well
up to a point.
When I execute
# emerge --emptytree system
after some time the process terminates with a message similar to
Kristian Poul Herkild wrote:
>
> Personally I stick to -O2 since -O3 usually won't do much in reality.
> -O3 takes longer to compile, and there is very little or no gain at
> all (and sometimes the gain is negative).
>
> If space is the most important issue you might want to compile for
> smallest
Robert Crawford wrote:
On Sun December 4 2005 4:11 am, Kristian Poul Herkild wrote:
-mfpmath=sse is not a good idea, the consensus is it actually lowers
performance. -msse -mmmx -m3dnow are redundant (implied by
-march=athlon-xp), and should be removed from your cflags line, but SHOULD be
Dale schreef:
> LOL It helped a little bit, but not much.
>
>
>> swifty / # df Filesystem 1K-blocks Used Available
>> Use% Mounted on /dev/hda6 3564108 3505584 58524
>> 99% / udev12738880127308 1% /dev
>> /dev/hda1
>
>
> FilesystemSize Used Avail Use% Mounted on
> tmpfs 252M 5.2M 247M 3% /
> /newroot/dev/cdroms/cdrom0
>59M 59M 0 100% /mnt/cdrom
> /dev/loop/052M 52M 0 100% /mnt/livecd
> tmpfs 252M 1.2M 251M 1%
Dale wrote:
You should have plenty of space then. You are not half way there yet.
If you put a full KDE on there, it will be close.
You may want to do a env-update then exit the chroot. Just type in
env-update the exit to exit. Then go back and chroot in again following
this:
mount -t pr
Holly Bostick wrote:
>
> OK, ideas
>
>1 (Traditional): delete the contents of /usr/portage/distfiles.
>
Already gone. I use http-replicator from my main rig. I do wish I
could tell emerge to delete them after it finishes compiling though.
>
>2 (Traditional, little-known): Check /var/tmp/p
Dear friends,
is it a good idea to deploy a dns server + mail server on one server?
--
...
"The future lies ahead."
___
< Have you mooed today? >
\^__^
\ (oo) \___
(__) \ )\/\
On 18:28 Sun 04 Dec , El Nino wrote:
> Dear friends,
>
> is it a good idea to deploy a dns server + mail server on one server?
>
> --
> ...
> "The future lies ahead."
> ___
> < Have you mooed today? >
>
> \^__^
>
Hi all,
I was upgrading gcc using the directions in the GCC Upgrade Guide. All
was going well. I was user what the Guide refers to as the "safer"
method. I got to the 321 of 642 mark and the upgrade bombed.
The specific upgrade being done was cyrus-sasl. Early in the output it
complained abou
Dale schreef:
> Holly Bostick wrote:
>
>> 3 (Tough Love): You don't want to get rid of KDE, but there's a
>> good chance you don't need all of KDE-- you might consider trimming
>> it.
> I plan to let my mom use it if I move so I hope I can keep it all.
Now, see, that's where you lose me bec
On 08:06 Sun 04 Dec , C. Beamer wrote:
> Hi all,
>
> I was upgrading gcc using the directions in the GCC Upgrade Guide. All
> was going well. I was user what the Guide refers to as the "safer"
> method. I got to the 321 of 642 mark and the upgrade bombed.
>
> The specific upgrade being don
Hi,
I tried to update my gcc using emerge -e (Safer method)
as described in gcc-upgrading-guide, but apparently I
screwed something up. I did:
emerge -uav gcc
gcc-config i686-pc-linux-gnu-3.4.4
source /etc/profile
emerge -e system
emerge -e world
emerge -aC =sys-devel/gcc-3.3*
Now whenever I star
Hi,
On 14:58 Sun 04 Dec , Jarry wrote:
> Hi,
> I tried to update my gcc using emerge -e (Safer method)
> as described in gcc-upgrading-guide, but apparently I
> screwed something up. I did:
>
> emerge -uav gcc
> gcc-config i686-pc-linux-gnu-3.4.4
> source /etc/profile
> emerge -e system
> emer
[EMAIL PROTECTED] wrote:
> Hi,
> On 14:58 Sun 04 Dec , Jarry wrote:
>
>>Hi,
>>I tried to update my gcc using emerge -e (Safer method)
>>as described in gcc-upgrading-guide, but apparently I
>>screwed something up. I did:
>>
>>emerge -uav gcc
>>gcc-config i686-pc-linux-gnu-3.4.4
>>source /etc/
Hi,
On 15:22 Sun 04 Dec , Jarry wrote:
> [EMAIL PROTECTED] wrote:
>
> > Hi,
> > On 14:58 Sun 04 Dec , Jarry wrote:
> >
> >>Hi,
> >>I tried to update my gcc using emerge -e (Safer method)
> >>as described in gcc-upgrading-guide, but apparently I
> >>screwed something up. I did:
> >>
> >>em
On 12/4/05, El Nino <[EMAIL PROTECTED]> wrote:
Dear friends,is it a good idea to deploy a dns server + mail server on one server?I would say "yes". Like the other poster, I'm also running qmail+djbdns, and haven't had any problems.
It's also a good idea to have more than one DNS server, IMO.
it seems that parts of courier are missing in portage, like the smtp
and the web admin parts, probably others. is there an ebuild i can
download to get the missing peices? or will i have to install from
source? is there a reason why they arent in portage? like they will
crash a gentoo system or so
Hi,
As I can remember, the livecd has a binary. You can copy that library to
your /usr/lib and use it to fix your problem.
Or:
You can make a symlink to the newer libstdc++, maybe can work.
Regards,
István
I get the same error:
emerge libstdc++-3.3.4
/usr/bin/python: error while loading sh
Nick Smith wrote:
it seems that parts of courier are missing in portage, like the smtp
and the web admin parts, probably others. is there an ebuild i can
download to get the missing peices? or will i have to install from
source? is there a reason why they arent in portage? like they will
crash a
Nick Rout wrote:
> What the hell has xpdf got to do with any of this? Unless I am missing
> something, you are printing a ps document to the printer. Where does
> pdf fit into this?
xpdf handles ps files.
Joseph, have you tried File/Print/Properties/Page size=Letter/Save/Print in
kpdf?
--
Norb
Chances are your mom would be happy with email (unless she has yahoo), firefox, games (my mom couldn't rest until she had mastered all the solitares that came on a suse kde install) and openoffice - maybe add in some music players, the typical firefox plugins (like flash) and leave it. My mom was q
On 12/4/05, kashani <[EMAIL PROTECTED]> wrote:
> Nick Smith wrote:
> > it seems that parts of courier are missing in portage, like the smtp
> > and the web admin parts, probably others. is there an ebuild i can
> > download to get the missing peices? or will i have to install from
> > source? is t
stage 3 is the suggested way of doing it nowadays anyway. If you're a sp33d d3m0n you can always run the bootstrap and emerge -e system, emerge -e world after you've installed everything. It will take a long while, but since it's still up and running while it does this, that's generally okay.
On 12
On 12/4/05, Dale <[EMAIL PROTECTED]> wrote:
> LOL It helped a little bit, but not much.
>
> > swifty / # df
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > /dev/hda6 3564108 3505584 58524 99% /
> > udev12738880127308
[EMAIL PROTECTED] writes:
Hi,
At the end of that same quide there're some hints on most common errors.
So to just continue on with the recompile run:"#emerge --resume --skipfirst".
But that will work only if no other emerge command was run in between.
Later you could investigate about this err
On Sun, 2005-12-04 at 14:18 -0300, Norberto Bensa wrote:
> Nick Rout wrote:
> > What the hell has xpdf got to do with any of this? Unless I am missing
> > something, you are printing a ps document to the printer. Where does
> > pdf fit into this?
>
> xpdf handles ps files.
>
> Joseph, have you tr
On Sun, 2005-12-04 at 04:42 -0600, Dale wrote:
> LOL It helped a little bit, but not much.
>
> > swifty / # df
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > /dev/hda6 3564108 3505584 58524 99% /
> > udev1273888012730
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nick Smith wrote:
> thanks, i thought that courier-imap relied on courier, so i assumed it
> would have emerged it, i was wrong, thanks for the help.
If there's anything you need to know about courier-mta on gentoo, just let me
know.
- --
Arturo "Bu
My wife alerted me to a problem the other day with SquirrelMail-1.4.5
having a problem with attaching files. I tried it this morning and I
couldn't attach files either. I would have just reverted to a previous
version of Squirrelmail, but there doesn't seem to be one available.
Any thoughts on th
It's also a good idea to have more than one DNS server, IMO.
First of all, HTML mail! Yuck.
Back to the point, like DJB said somewhere, having more DNS servers than servers
actually serving content is kinda useless.
If your DNS server dies, you lose DNS and therefore mail... But if your
mai
Anyone have experience with getting write to work on an external
usb drive attached to gentoo box. Read/write from a windows xp box.
I have the usb drive viewable from windowsXP thru network places. I
can navigate all thru it but cannot write to it.
Settings in /etc/samba/smb.con look like:
Hello!
I have a problem with the opengl: if I emerge the wxGTK-2.4.2-r4 package
(stable on AMD64 profile), I read that:
[...]
checking for GL/gl.h... yes
checking for -lGL... no
checking for -lMesaGL... no
configure: error: OpenGL libraries not available
!!! ERROR: x11-libs/wxGTK-2.4.2-r4 failed
On 12/4/05, Matan Peled <[EMAIL PROTECTED]> wrote:
>
> First of all, HTML mail! Yuck.
Heh .. silly gmail defaults. ;)
>
> Back to the point, like DJB said somewhere, having more DNS servers than
> servers
> actually serving content is kinda useless.
>
> If your DNS server dies, you lose DNS and
Catalin Trifu wrote:
Hi,
I have the following issue with font rendering. My settings are to
use 10px fonts (mostly Verdana). The things is sometimes the fonts are
smaller, sometimes are bigger (the way i see them on screen).
It is really weird to have it like this and is annoying to
Hi everyone,
There's one thing that has kind of been a little annoying since I
started using gentoo a few months ago. That's the fact that when
you open multiple bash logins, only the history of the last one logged
out actually gets saved. Now I know that redhat saves all of
them. Does anyone k
Kristian Poul Herkild wrote:
Robert Crawford wrote:
On Sun December 4 2005 4:11 am, Kristian Poul Herkild wrote:
-mfpmath=sse is not a good idea, the consensus is it actually lowers
performance. -msse -mmmx -m3dnow are redundant (implied by
-march=athlon-xp), and should be removed from y
I've tried setting up access restrictions based on name resolution. From
what I've read in the apache.org docs all is configured correctly. If I
use an ip address in the allow statement it works as expected. However
if I use a FQDN apache forbids access. The logs show the client ip that
matches
Trenton Adams <[EMAIL PROTECTED]> writes:
> Hi everyone,
>
> There's one thing that has kind of been a little annoying since I started
> using gentoo a few months ago. That's the fact that when you open multiple
> bash logins, only the history of the last one logged out actually gets
> saved. No
Chris Fairles wrote:
Kristian Poul Herkild wrote:
Robert Crawford wrote:
On Sun December 4 2005 4:11 am, Kristian Poul Herkild wrote:
-mfpmath=sse is not a good idea, the consensus is it actually lowers
performance. -msse -mmmx -m3dnow are redundant (implied by
-march=athlon-xp), and s
On Sun, 04 Dec 2005 10:55:06 -0700
Joseph wrote:
> On Sun, 2005-12-04 at 14:18 -0300, Norberto Bensa wrote:
> > Nick Rout wrote:
> > > What the hell has xpdf got to do with any of this? Unless I am missing
> > > something, you are printing a ps document to the printer. Where does
> > > pdf fit in
On Sun, 4 Dec 2005 09:38:17 -0800, Steven Susbauer wrote:
> since I want the actual installed programs to stay even with a
> depclean, I add them to my world file ( equery l kde-base/ | grep
> kde-base >> /var/lib/portage/world ).
That will put all kde-base files in world, even libraries and othe
[snip]
> > Nick might be right. Maybe I'm looking at wrong places.
> > What application is used to send print job to a printer?
> > I'm sending postscript file ps with command: lpr -P printer_name
> >
> > Kpdf will not open ps file.
> > when save a print_job as pdf file and try to print it using k
051204 Harry Putnam wrote:
> Trenton Adams <[EMAIL PROTECTED]> writes:
>> when you open multiple bash logins,
>> only the history of the last one logged out actually gets saved.
> I've used for over a year a bash built-in called 'histappend'
> that can be put into .bash_profile like this: 'shopt
On Sun, 04 Dec 2005 13:24:11 -0700
Joseph wrote:
> [snip]
> > > Nick might be right. Maybe I'm looking at wrong places.
> > > What application is used to send print job to a printer?
> > > I'm sending postscript file ps with command: lpr -P printer_name
> > >
> > > Kpdf will not open ps file.
>
[snip]
> > >
> > >From Sql-Ledger when I select PS (postscript) + Screen it allows me to
> > view it or save it as PS - postscript file.
> > If I select PS (postscript) + printer, it goes directly to printer.
> >
> > I was even following this instruction (an excellent) document the
> > explain som
Hello.
I am writing an ebuild for bookmarkbridge
(bookmarkbridge.sf.net), which depends on qt-4.0.1.
configure (by means of pkg-config) is not findind
QtGui, although the file QtGui.pc is installed
(as /usr/lib64/qt4/QtGui.pc).
First of all, why QtGui.pc is not installed on a
standard location?
It's relatively easy to delete the libraries from the world file. All I keep in there is stuff I know I want, like kscd or whatever. You also have to delete the 3.4.3 version numbers from the files, which can be a pain if you don't know how to use vi.
It is for the most part easier to start with a
and how do I compile all the packages, since these does not exist in world file?
On 12/3/05, Richard Fish <[EMAIL PROTECTED]> wrote:
> On 12/3/05, Cláudio Henrique <[EMAIL PROTECTED]> wrote:
> > Hi, there,
> >
> > When I do a emerge -epv world, not all the packages I have installed
> > on the sys
On Sun, 4 Dec 2005 13:30:57 -0800, Steven Susbauer wrote:
> It is for the most part easier to start with a blank slate; in my case I
> like having everything and deleting things I know I don't need, because
> otherwise I'm likely to forget something I do.
I've done it the other way around. unmerg
Here is the output of the emerge command:
test_commands.cc: In function `int main(int, char**)':
test_commands.cc:240: error: no matching function for call to
`KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
char[5], const char[5])'
command.h:176: note: candidates are:
KioSMTP::
On Sun December 4 2005 6:35 am, Dale wrote:
> Kristian Poul Herkild wrote:
> > Personally I stick to -O2 since -O3 usually won't do much in reality.
> > -O3 takes longer to compile, and there is very little or no gain at
> > all (and sometimes the gain is negative).
> >
> > If space is the most imp
On 12/4/05, Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Nick Smith wrote:
> > thanks, i thought that courier-imap relied on courier, so i assumed it
> > would have emerged it, i was wrong, thanks for the help.
>
> If there's anything yo
Pongracz Istvan wrote:
> Hi,
>
> As I can remember, the livecd has a binary. You can copy that library to
> your /usr/lib and use it to fix your problem.
>
> Or:
>
> You can make a symlink to the newer libstdc++, maybe can work.
>
I have successfully used a symlink in the past but your mileage
Hi,
An idea came to my mind. I'm a proud Gentoo User, and I see day by day
how
portage gets clever and how my Gentoo distro does work better everyday.
I'm gonna make a very little proposal (maybe it's now developed, but
I've no
idea how to make it work).
Since Linux K
Richard Fish wrote:
>In addition to Holly's comments, I would take a look at the output of
>"emerge --pretend --prune".
>
Funny, that was what I did. Even though it is a recent install it still
had several version of some stuff. It took up a bit of room too.
>You can also delete just the dis
A couple of days ago someone posted a magic incantation to prune kde-3.4.3
from its slot.
I can't find it again not even in my own mailboxes.
I may have imagined it, if not point me to it please.
--
Big Tone
--
gentoo-user@gentoo.org mailing list
On Sunday 04 December 2005 05:56 pm, Rafael Fernández López
<[EMAIL PROTECTED]> wrote:
> I don't want to download newer versions of Linux kernel,
> because my computer does work perfectly with the current one.
>
> If I set gentoo-sources in package.mask, an "emerge -vuD world" will
> f
On Sun, 4 Dec 2005 17:49:16 -0500, Robert Crawford wrote:
> Have you deleted the content in /var/tmp/portage (not the directory
> itself)?
It doesn't matter if you delete the directory too, portage will create it
when needed.
However, it is inadvisable to delete the entire directory if it conta
On Sun, 4 Dec 2005 23:45:13 +, Tony Davison wrote:
> A couple of days ago someone posted a magic incantation to prune
> kde-3.4.3 from its slot.
This one?
qpkg -I -nc -g kde-base | xargs emerge -P
--
Neil Bothwick
Vuja De: the feeling that you've never been here before.
signature.asc
D
On Sun December 4 2005 6:37 am, Kristian Poul Herkild wrote:
> Robert Crawford wrote:
> > On Sun December 4 2005 4:11 am, Kristian Poul Herkild wrote:
> >
> >
> >
> > -mfpmath=sse is not a good idea, the consensus is it actually lowers
> > performance. -msse -mmmx -m3dnow are redundant (implied b
Hi,
I have an ancient Dell Inspiron 3000 running Gentoo with a 2.6.14
kernel. I'm trying to get USB to work.
# grep USB .config | grep "=y$"
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD
I want to print to "letter" size paper.
I'm using Sql-Ledger to print invoices, program is set to print with
command:
lpr -P Printer Name
Sql-Ledger is using latex forms to generate invoices. So to my
understanding the program will be using "dvips" to convert latex to
postscript and send it direc
Hi there,
I got a new VCOM optical mouse, model C235-PS2-V. And I'm having
problems with it. On Windows XP or with the Linux kernel 2.4.30
(OpenMosix) it works fine. But on linux kernel 2.6.14-r2 (Gentoo
Sources), it lights off and stays off unless I halt the system.
I believe this is relat
I've unmerged several kde packages from what was originally probably a
full kde install. Now on starx the startkde command cannot be found.
I hate to reinstall everthing I unmerged just to find this command.
These are the candidates from emerge.log
1132029646: *** emerge --verbose unmerge kde
On Sun, 2005-12-04 at 18:05 -0700, Joseph wrote:
> I want to print to "letter" size paper.
> I'm using Sql-Ledger to print invoices, program is set to print with
> command:
> lpr -P Printer Name
> Sql-Ledger is using latex forms to generate invoices. So to my
> understanding the program will be u
kdebase, I believeOn 12/4/05, Harry Putnam <[EMAIL PROTECTED]> wrote:
I've unmerged several kde packages from what was originally probably afull kde install. Now on starx the startkde command cannot be found.I hate to reinstall everthing I unmerged just to find this command.
These are the candida
On Sun, 04 Dec 2005 20:27:28 -0600
Harry Putnam wrote:
> I've unmerged several kde packages from what was originally probably a
> full kde install. Now on starx the startkde command cannot be found.
[EMAIL PROTECTED] /tmp $ which startkde
/usr/kde/3.4/bin/startkde
[EMAIL PROTECTED] /tmp $ qpkg
On Sun, 04 Dec 2005 18:05:31 -0700
Joseph wrote:
> I want to print to "letter" size paper.
> I'm using Sql-Ledger to print invoices, program is set to print with
> command:
> lpr -P Printer Name
> Sql-Ledger is using latex forms to generate invoices. So to my
> understanding the program will be
Harry wrote:
> . . . . . . Now on starx the startkde command cannot be found.
Steven Susbauer <[EMAIL PROTECTED]> writes:
> kdebase, I believe
Sorry folks this was something of a false alarm or at least the wrong
question. It wasn't really missing (startkde) but whatever package
puts that bin
On Sun, 2005-12-04 at 12:09 -0600, Michael Sullivan wrote:
> My wife alerted me to a problem the other day with SquirrelMail-1.4.5
> having a problem with attaching files. I tried it this morning and I
> couldn't attach files either. I would have just reverted to a previous
> version of Squirrelm
Nick Rout <[EMAIL PROTECTED]> writes:
> On Sun, 04 Dec 2005 20:27:28 -0600
> Harry Putnam wrote:
>
>> I've unmerged several kde packages from what was originally probably a
>> full kde install. Now on starx the startkde command cannot be found.
>
> [EMAIL PROTECTED] /tmp $ which startkde
> /usr/
On Sun, 04 Dec 2005 21:03:50 -0600
Harry Putnam wrote:
> Nick Rout <[EMAIL PROTECTED]> writes:
>
> > On Sun, 04 Dec 2005 20:27:28 -0600
> > Harry Putnam wrote:
> >
> >> I've unmerged several kde packages from what was originally probably a
> >> full kde install. Now on starx the startkde comma
On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote:
> On Sun, 04 Dec 2005 18:05:31 -0700
> Joseph wrote:
>
> > I want to print to "letter" size paper.
> > I'm using Sql-Ledger to print invoices, program is set to print with
> > command:
> > lpr -P Printer Name
> > Sql-Ledger is using latex forms
Nick Rout <[EMAIL PROTECTED]> writes:
> The point being that when you upgrade kde the environment variable
> may not be reset until you re-read those files (which I think
> happens if you run env-update).
Haa that sounds like a very likely suspect and also a command I'd
completely forgotten. I h
Hi, I'm trying to emerge kde-meta, but i get stuck here (the "error" reproduces with "emerge kde-meta"):
--
gentoo ~ # emerge kde-meta
Calculating dependencies ...done!
>
On Sun, 04 Dec 2005 20:29:05 -0700
Joseph wrote:
> On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote:
> > On Sun, 04 Dec 2005 18:05:31 -0700
> > Joseph wrote:
> >
> > > I want to print to "letter" size paper.
> > > I'm using Sql-Ledger to print invoices, program is set to print with
> > > comma
On Mon, 2005-12-05 at 17:25 +1300, Nick Rout wrote:
> On Sun, 04 Dec 2005 20:29:05 -0700
> Joseph wrote:
>
> > On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote:
> > > On Sun, 04 Dec 2005 18:05:31 -0700
> > > Joseph wrote:
> > >
> > > > I want to print to "letter" size paper.
> > > > I'm using S
Thanks guys.On 12/4/05, Philip Webb <[EMAIL PROTECTED]> wrote:
051204 Harry Putnam wrote:> Trenton Adams <[EMAIL PROTECTED]> writes:>> when you open multiple bash logins,>> only the history of the last one logged out actually gets saved.
> I've used for over a year a bash built-in called 'histappen
On Mon, 2005-12-05 at 17:25 +1300, Nick Rout wrote:
> On Sun, 04 Dec 2005 20:29:05 -0700
> Joseph wrote:
>
> > On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote:
> > > On Sun, 04 Dec 2005 18:05:31 -0700
> > > Joseph wrote:
> > >
> > > > I want to print to "letter" size paper.
> > > > I'm using S
Hi there,
Does anyone have any experience of this, please? I have a number of
users with roaming profiles on a Windows Domain Controller (SBS 2003).
I don't want to use Exchange as a mailserver but instead an IMAP sever
such as Courier (which I'm familiar with).
Each user will have to change
On Dec 4, 2005, at 6:03 pm, Arturo 'Buanzo' Busleiman wrote:
Nick Smith wrote:
thanks, i thought that courier-imap relied on courier, so i assumed it
would have emerged it, i was wrong, thanks for the help.
If there's anything you need to know about courier-mta on gentoo, just
let me know.
1 - 100 of 109 matches
Mail list logo