On Monday 26 June 2006 05:16, Dave Oxley wrote:
> I left an emerge of Qt running at the weekend which downgraded my Xorg
> from 7.0 to 6.8 (I was missing virtual/x11 ~amd64 in package.keywords).
> When I came back to the machine I unmerged Xorg which deleted a load of
> libraries that were installe
Rafael Castro wrote:
>
> On Jun 26, 2006, at 12:16 AM, Dave Oxley wrote:
>
>> I left an emerge of Qt running at the weekend which downgraded my Xorg
>> from 7.0 to 6.8 (I was missing virtual/x11 ~amd64 in package.keywords).
>> When I came back to the machine I unmerged Xorg which deleted a load of
On Monday 26 June 2006 09:00, Dave Oxley wrote:
> if [ ! -d "$j" ] && [ ! -f "$j" ];
That will output symlinks as missing too since they are neither a file nor a
directory..
--
Bo Andresen
pgpnoeANsl4Zp.pgp
Description: PGP signature
If you don't want to check md5sums with equery check then this would
work... ;)
# cd /var/db/pkg && for pkg in */*; do
grep ^dir "$pkg"/CONTENTS | cut -d" " -f2 | \
while read dir; do
if [[ ! -d "$dir" ]]; then
echo D
Why not use software RAID ? You don't necessarily need
the hardware RAID and as far as I know software RAID works just as
fine as the hardware RAID.
Catalin
Allan Spagnol Comar wrote:
> Good afternoon list.
>
> I am trying now for 8 days to make nvidia RAID works on gentoo
> systems; I
On 6/25/06, fei huang <[EMAIL PROTECTED]> wrote:
On 6/25/06, Richard Fish <[EMAIL PROTECTED] > wrote:
I compared all the open() system calls between outputs generated by root and
the normal user, and found something strange: both root and the normal user
version trying to open libstdc++.so.6, af
On 6/25/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:
This is probably possible with esearch too. But does anybody know of a way to
get it with portage, bash or gentoolkit?
Well, there is probably a better way to write this script, but here is
a method that will do it with bash. The idea i
On Monday 26 June 2006 08:44, Bo Ørsted Andresen wrote:
> I was of course considering something like this:
>
> # cd /var/db/pkg && ls * |
> ${some_magic_regular_expression_to_remove_version}
>
> But I have found it impossible to make a regular expression that does break
> for at least one of those:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bo Ørsted Andresen wrote:
> But I have found it impossible to make a regular expression that does break
> for at least one of those:
>
> media-fonts/font-adobe-100dpi-1.0.0
> media-fonts/font-adobe-75dpi-1.0.0
> media-fonts/font-adobe-utopia-type1-1.
On 6/26/06, Richard Fish <[EMAIL PROTECTED]> wrote:
On 6/25/06, fei huang <[EMAIL PROTECTED]> wrote:> On 6/25/06, Richard Fish <[EMAIL PROTECTED] > wrote:
> I compared all the open() system calls between outputs generated by root and> the normal user, and found something strange: both root and the
When attempting an install on an HP DL360 with a CCISS SCSI controller the
installer quits when attempting the partitioning with the message:
"The setup program seems to have failed"
No other info is given.
I then tried several things to circumvent it, first I partitioned the disk
with fdisk pr
Catalin Trifu wrote:
> Why not use software RAID ? You don't necessarily need
> the hardware RAID and as far as I know software RAID works just as
> fine as the hardware RAID.
Especially so, as those cheap "hardware" raids aren't hardware
RAID at all but just a software RAID. Why not use the
On 6/26/06, Catalin Trifu <[EMAIL PROTECTED]> wrote:
Why not use software RAID ? You don't necessarily need
the hardware RAID and as far as I know software RAID works just as
fine as the hardware RAID.
Hi,
Well, usually hardware raid is much better, at least if you want
raid5/6, for rai
On Monday 26 June 2006 10:45, Jure Varlec wrote:
> sed -r 's/-[^-]+(-r[0-9]+)*$//'
This was exactly what I was looking for. Since the following command did not
produce any relevant output I can confirm that this works for everything
currently in portage.
# cd /usr/portage && \
find . -n
He probably want's to use fakeraid because he wants to have a dual-boot Windows-Linux, both using raid. I also have had the same problem with 2.6.16 + dmraid, and the only solution I found was to use kernel 2.6.15-r9 (just <
2.6.16). Only 2.6.15 gives me other problems...
On 26/06/06, Friedrich Gö
I agree it seems a bit small, but as long as ur getting "misses" your cache is working. The next time you do emerge -e world (and as long as you haven't changed your compiler) you should get lots of "hits".
The cache is good for when you do emerge -e system, then world. As many packages will jus
On Monday 26 June 2006 11:21, Maarten wrote:
> I'm willing to do the install manually, but the 2006 manual sadly does not
> suggest an alternative to using the installer.
The naming suck but it is still there. Just pick the latest version rather
than the 2006.0 specific networkless handbook. You
Leandro Melo de Sales wrote:
> I know Horde IMP, but does someone know others which is
> better?
No. What's missing?
Hm - does anyone know of a Webmail system, which makes use of
"Web 2.0"/AJAX and behaves a bit like gmail?
Alexander Skwar
--
Some people pray for more than they are willing to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
When trying to install sun-jdk and sun-jre-bin with ~amd64 keyword
enabled, I unmerged java-config because of blocked packages.
When unmerged and tried to emerge sun-jdk and sun-jre-bin it tries to
download java-config-wrapper-0.8
roundcube?
http://www.roundcube.net/
On 6/26/06, Alexander Skwar <[EMAIL PROTECTED]> wrote:
Leandro Melo de Sales wrote:> I know Horde IMP, but does someone know others which is> better?
No. What's missing?Hm - does anyone know of a Webmail system, which makes use of"Web 2.0"/AJAX and behaves a
On Monday 26 June 2006 13:11, Rafael Fernández López wrote:
> It is a 4 KB package, if someone could send it to me by mail or
> whatever... I'd be thanked !!
Sure.. we'd love to but... to quote you: "not downloadable".
--
Bo Andresen
pgpySemuDiRRb.pgp
Description: PGP signature
Hi all on the list; thanks for attention. I need to use fake RAID
because of windows ( I had incresed in 80% the performance of windows
because of the fake raid :) ). I know linux software RAID is good, and
I had already used on a box running just linux, but I really need to
use dual boot on this
What is the best way to handle the files that etc-update states needs to
be updated?
It displays a list of all the files that need updating, but does it
actually put this list into a file anywhere so that I can manually look
them over to see what the differences are?
Or could anyone suggest
> I thought X clients shouldn't bring the X server down, but this is
> clearly what's happening here. I can reproduce it everytime.
> I don't even know where to start looking.
>
> Does anyone ever had a problem similar to this?
>
I've noticed the same thing starting last Tuesday (I'm ~x86).
Hopefu
On Monday 26 June 2006 14:36, Sean wrote:
> What is the best way to handle the files that etc-update states needs to
> be updated?
There are three competing utilities for this purpose. The official etc-update
(which sucks and should have been deprecated a long time ago... ;) ),
dispatch-conf and
Hi. sorry for my english.edit /boot/grub/grub.confin line kernel /bzImage-2.6.15-r5 root=/dev/sdaadd -rokernel /bzImage-2.6.15-r5 root=/dev/sda -ro
2006/6/25, Catalin Trifu <[EMAIL PROTECTED]>:
Hi,I have just got a new machine with nForce4 chipset and 250GB SATA drive.I am trying to com
unfortunately, no unusual environment settings found, but there is a very important message that I haven't noticed. that is the libstdc++ root loads is libstdc++.so.5, however the user load the version libstdc++.so.6, so that's why they goes to /usr/lib/libstdc++-v3/ and /usr/lib/gcc/i686-pc-li8nu
On 6/26/06, Ezequiel Carmona <[EMAIL PROTECTED]> wrote:
Hi. sorry for my english.edit /boot/grub/grub.confin line kernel /bzImage-2.6.15-r5 root=/dev/sdaadd -rokernel /bzImage-2.6.15-r5 root=/dev/sda -royou should specify a partition with the root parameter,
e.g. /dev/sda1this partition is where y
Sean wrote:
> What is the best way to handle the files that etc-update states needs to
> be updated?
Check them.
> It displays a list of all the files that need updating, but does it
> actually put this list into a file anywhere
Not to my knowledge.
> so that I can manually look
> them over
Bo Ørsted Andresen wrote:
> On Monday 26 June 2006 14:36, Sean wrote:
>> What is the best way to handle the files that etc-update states needs to
>> be updated?
>
> There are three competing utilities for this purpose. The official etc-update
> (which sucks and should have been deprecated a long
Richard Fish wrote:
> This works, but it does seem to take a long time!
Probably because of all those dirnames and basename calls. Try:
cd /usr/portage
find . -name "*.ebuild" | sed -e 's/\.\///g' | while read ebuild; do
pkg=${ebuild%/*}
category=${pkg%/*}
pkgdir=${ebuild
On Mon, 26 Jun 2006, Bo Ørsted Andresen wrote:
> There are three competing utilities for this purpose. The official etc-update
> (which sucks and should have been deprecated a long time ago... ;) ),
> dispatch-conf and cfg-update.
Actually all the update tools have pros and cons.
For example, lo
On Monday 26 June 2006 16:24, Alexander Skwar wrote:
> Hm. Why? What's bad about etc-update?
I dislike using diff. On my desktop I use meld (all graphical) and on my
server I use vimdiff. dispatch-update takes care of trivial merges (changes
in cvs headers or commentaries) and changes in files t
On Monday 26 June 2006 16:29, A. Khattri wrote:
> For example, looking at diffs using vim via etc-update is easier to read
> than dispatch-conf. The fact that dispatch-conf can use archiving is nice
> but it uses the (archaic) rcs tool to do it.
>
> For me, seeing the diffs clearly is more importan
On 6/26/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:
On Monday 26 June 2006 14:36, Sean wrote:
> What is the best way to handle the files that etc-update states needs to
> be updated?
There are three competing utilities for this purpose. The official etc-update
(which sucks and should have
Hello!
Somebody using cinelerra-cvs under AMD64??
I compiled it in some different versions and when I
run it I only get a small X window with anything
inside.
However, it works if you do it from source code,
directly downloaded from the project web page.
what could be done? may it be a problem
I just posted this on linuxprinting.foomatic.devel, but I guess some
here might have the same problem, namely that the HPLIP printer
drivers fail when combined with CUPS' Backend Error Handler:
To fully utilize the capabilities of our HP LaserJets I recently
installed HPLIP and was quite pissed o
Hello
I want to compile lynx with the following option:
--enable-default-colors
As far as I know this option isn't adjustable by any
global/local use flag. I know I can add this option to
my:
/usr/portage/www-client/lynx/lynx-2.8.5-r2.ebuild
but I will have to do that everytime i upgrade lynx.
1
Daniel da Veiga wrote:
> On 6/26/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:
>
>> On Monday 26 June 2006 14:36, Sean wrote:
>> > What is the best way to handle the files that etc-update states
>> needs to
>> > be updated?
>>
>> There are three competing utilities for this purpose. The offici
Pawel K wrote:
> Hello
> I want to compile lynx with the following option:
> --enable-default-colors
>
> As far as I know this option isn't adjustable by any
> global/local use flag. I know I can add this option to
> my:
> /usr/portage/www-client/lynx/lynx-2.8.5-r2.ebuild
>
> but I will have to d
On Mon, 26 Jun 2006 08:43:01 -0700 (PDT), Pawel K wrote:
> I want to compile lynx with the following option:
> --enable-default-colors
>
> As far as I know this option isn't adjustable by any
> global/local use flag. I know I can add this option to
> my:
> /usr/portage/www-client/lynx/lynx-2.8.5-
On Mon, 26 Jun 2006 10:59:09 -0500, Teresa and Dale wrote:
> > I don't see why use other tool. Etc-update works great...
> > I've been using it since my first Gentoo install 2 years ago and never
> > needed (neither bothered looking for) this other tools you mentioned.
If you haven't tried them,
Bo Ørsted Andresen wrote:
On Monday 26 June 2006 13:11, Rafael Fernández López wrote:
 It is a 4 KB package, if someone could send it to me by mail or
whatever... I'd be thanked !!
Sure.. we'd love to but... to quote you: "not downloadable".
This might be related to the
On Sunday 25 June 2006 16:26, Stefan Schweizer wrote:
> Michael W. Holdeman wrote:
> > I am having trouble with cups, part of the problem seems to be I have
> > no /usr/lib/cups/backend/ipp
> >
> > Where do I get it?
> >
> > Mike
>
> /usr/lib/cups changed to /usr/libexec/cups in cups-1.2
> you can
On Monday 26 June 2006 18:37, Roy Wright wrote:
> This might be related to the next gen java support overlay being merged
> into the main tree. You might want to check out the gentoo-java thread
> "migration-overlay
> entering main tree".
It most certainly is. This is a hard masked package that i
On 6/26/06, Roy Wright <[EMAIL PROTECTED]> wrote:
Bo Ørsted Andresen wrote:This might be related to the next gen java support overlay being merged intothe main tree. You might want to check out the gentoo-java thread"migration-overlayentering main tree".
Yes, this shouldn't affect usual arch or ev
Neil Bothwick wrote:
>On Mon, 26 Jun 2006 10:59:09 -0500, Teresa and Dale wrote:
>
>
>
>>>I don't see why use other tool. Etc-update works great...
>>>I've been using it since my first Gentoo install 2 years ago and never
>>>needed (neither bothered looking for) this other tools you mentioned.
>
On Mon, 26 Jun 2006, Bo Ørsted Andresen wrote:
> On Monday 26 June 2006 16:29, A. Khattri wrote:
> > For example, looking at diffs using vim via etc-update is easier to read
> > than dispatch-conf. The fact that dispatch-conf can use archiving is nice
> > but it uses the (archaic) rcs tool to do i
On Mon, 26 Jun 2006, Teresa and Dale wrote:
> I also seem to recall that dispatch-conf didn't keep back-ups on mine.
> I had the directory but it was always empty even after a lot of
> updates. You know of any reason for that?
Is use-rcs=yes in /etc/dispath-conf.conf ?
--
A
--
gentoo-user@g
Bo Ørsted Andresen wrote:
On Monday 26 June 2006 16:24, Alexander Skwar wrote:
Hm. Why? What's bad about etc-update?
I dislike using diff.
Hm. dispatch-conf uses diff as well and etc-update can be configured
to use a different program.
On my desktop I use meld (all graphical) and on my
ser
On Monday 26 June 2006 19:28, A. Khattri wrote:
> > > For me, seeing the diffs clearly is more important...
> >
> > Why would you think that cfg-update and dispatch-conf cannot show you the
> > diffs?
>
> Vim diff?
Was that a question?! diff is the default. I have used vimdiff, kompare and
now I'
A. Khattri wrote:
For example, looking at diffs using vim via etc-update is easier to read
than dispatch-conf. The fact that dispatch-conf can use archiving is nice
but it uses the (archaic) rcs tool to do it.
For me, seeing the diffs clearly is more important...
ACK
But dispatch-conf uses d
Justin R Findlay wrote:
> On Sat, Jun 24, 2006 at 10:18:02PM +0200, Benno Schulenberg wrote:
>
>> Colleen Beamer wrote:
>>
>>> Jun 23 22:04:15 localhost hdc: drive not ready for command
>>> Jun 23 22:04:15 localhost hdc: ATAPI reset complete
>>> Jun 23 22:05:15 localhost hdc: irq timeout: s
On Monday 26 June 2006 11:58, James Buckley wrote:
> He probably want's to use fakeraid because he wants to have a
> dual-boot Windows-Linux, both using raid. I also have had the same
> problem with 2.6.16+ dmraid, and the only solution I found was to use
> kernel 2.6.15-r9 (just < 2.6.16). Only 2.
A. Khattri wrote:
>On Mon, 26 Jun 2006, Teresa and Dale wrote:
>
>
>
>>I also seem to recall that dispatch-conf didn't keep back-ups on mine.
>>I had the directory but it was always empty even after a lot of
>>updates. You know of any reason for that?
>>
>>
>
>Is use-rcs=yes in /etc/dispath
Upgrading an old machine used by teh church for hyms etc... on the screen. I
have a bunch of graphics imported into ooo for backgrounds. Anyone know where
ooo stores thiese bitmaps? I need to do a complete reinstall of gentoo on
this machine (I think it is the original 1.4 I installed a long tim
Hi I use a A8N-E, with nvidia raid controler 2 segate SATA disks
working at RAID-0 ( sttriping ), I had installed gentoo base system
and grub successfully, but at boot time with kernel 2.6.16 it cannot
find device on /dev/mapper and with kernel 2.6.15-r1 it has a kernel
panic saiyng it can´t find
060626 Sean wrote:
> What is the best way to handle the files
> that etc-update states needs to be updated?
You provoked a bit of a debate (smile), but in case it's still not clear,
I've long used Etc-update with Gvim as defined in /etc/etc-update.conf :
# pager for use with diff commands (see
On Monday 26 June 2006 13:11, Rafael Fernández López wrote:
> When trying to install sun-jdk and sun-jre-bin with ~amd64 keyword
> enabled, I unmerged java-config because of blocked packages.
If you sync again now you will find that it has been replaced with version 0.9
which does download. If yo
Le lundi 26 juin 2006 à 08:36 -0400, Sean a écrit :
> What is the best way to handle the files that etc-update states needs to
> be updated?
I use dispatch-conf with color highlighting
the big advantage of dispatch-conf is that you can configure it to
replace config files that you didn't modify a
On Monday 26 June 2006 20:28, Allan Spagnol Comar wrote:
> Hi I use a A8N-E, with nvidia raid controler 2 segate SATA disks
> working at RAID-0 ( sttriping ), I had installed gentoo base system
> and grub successfully, but at boot time with kernel 2.6.16 it cannot
> find device on /dev/mapper and w
On Monday 26 June 2006 14:24, Allan Spagnol Comar wrote:
> Hi all on the list; thanks for attention.
For the future when you want more attention, please keep it in the same
thread. It's not like we only notice new threads...
--
Bo Andresen
pgpubP2agmrF9.pgp
Description: PGP signature
Tibor Liktor wrote:
roundcube?
http://www.roundcube.net/
Unfortunately after a nice release back in Feb the project is looking
like it's dead in the water. Roundcube is a little feature short to be a
full webmail system for real users though it's passable if you just need
a web interface t
Colleen Beamer wrote:
> 2) I was successfully able to burn a data CD in KDE 3.5 with k3b
Writing normally occurs at a lower speed than reading. When mine
was dying, reading a CD went fine when running at low speed, but
the data rate dropped as soon as it started to gear up.
> 3) I was successf
On 6/24/06, Mark Knecht <[EMAIL PROTECTED]> wrote:
Hi,
Is there a good, graphical ssh-enabled file system browser that I
could set up on my wife and son's machines that would allow them to
move files back and forth between machines without them having to
understand ssh and escape characters? T
On 6/25/2006, "Leandro Melo de Sales" <[EMAIL PROTECTED]> wrote:
>Hi all,
>
> I'm looking for a good webmail which I can use Courier IMAP/POP3
>and QMail. I know Horde IMP, but does someone know others which is
>better?
Squirrelmail is good, but I find it a little slow so have switched to
iloh
On 6/24/06, Pavel Kouřil <[EMAIL PROTECTED]> wrote:
OK, i have some anime in *.mkv, subtitles are in the file(softsub), and
I can't see them in mplayer. When I open video in Xine, xine will crash.
VLC doesn't have Advanced SubStationAlpha support. Do you know any
player, where ASS/SAA working fin
I've noticed a small improvement in logon time with my ISP
-- 10 -> 7 sec -- since dropping Rp-pppoe for the new Baselayout method.
Congrats to whichever devs are responsible (dox still cb improved).
--
,,
SUPPORT ___
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Evan Klitzke wrote:
> If you are using Gnome, the best option is just to use Nautilus, which
> has this functionality built in. Just click Places | Connect to
> Server, and fill in your info. This will create a normal nautilus
> window that you can d
On 6/26/06, Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]> wrote:
If you are using kde:
konqueror sftp://[EMAIL PROTECTED]/path]
Incidentally you can do the same thing in nautilus :-) Ctrl-L will
bring up a location dialog, and then you can use
sftp://[EMAIL PROTECTED]/path] to open up the fol
On Mon, 26 Jun 2006, Evan Klitzke wrote:
On 6/26/06, Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]> wrote:
If you are using kde:
konqueror sftp://[EMAIL PROTECTED]/path]
Incidentally you can do the same thing in nautilus :-) Ctrl-L will
bring up a location dialog, and then you can use
sf
On Tue, 27 Jun 2006 09:13:39 +1200 (NZST)
Jamie wrote:
>
> On 6/25/2006, "Leandro Melo de Sales" <[EMAIL PROTECTED]> wrote:
>
> >Hi all,
> >
> > I'm looking for a good webmail which I can use Courier IMAP/POP3
> >and QMail. I know Horde IMP, but does someone know others which is
> >better?
>
ok, I will keep it in one thread, but last one got "killed" or it look
like .. :(
in advance sorry.
On 6/26/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:
On Monday 26 June 2006 14:24, Allan Spagnol Comar wrote:
> Hi all on the list; thanks for attention.
For the future when you want mor
>
> I don't see why use other tool. Etc-update works great...
It works great, But the interface sucks.
> I've been using it since my first Gentoo install 2 years ago and never
> needed (neither bothered looking for) this other tools you mentioned.
--
gentoo-user@gentoo.org mailing list
On 6/26/06, Calvin Walton <[EMAIL PROTECTED]> wrote:
There's a patch on the mplayer mailing list for adding full ass/ssasupport, it should be in svn soon and hopefully into an mplayerrelease... If so, mplayer will be the first linux player with styledass subtitle support.
Cool. No need for fancy ka
On 6/25/06, krgn <[EMAIL PROTECTED]> wrote:
I know this must have been asked a few times, but I need to quick and
can't search a lot for info on the net. I would like to remove, say KDE
and GNOME from a system with all the packages they come with, and would
like to find a cmd-line option to emerg
On 6/26/06, Allan Spagnol Comar <[EMAIL PROTECTED]> wrote:
I tryed to dmraid + 2.6.16 and all I got was that /dev/mapper/* was
empty ( just have control node ). I had try 2.6.15-r1 and /de/mapper
was populated
Populated...with what? How are you determining this? Have you hacked
up the initrd/
List,Here's a new one. I ended up hard booting my system without shutting down first because I spilled beer on my keyboard.. ok, now that you're done laughing, here's the problem:localhost jbdubbs # /usr/kde/3.5/bin/kded
FATAL: DCOP communication problem!AbortedOn session start, KDE show an er
On 6/24/06, Colleen Beamer <[EMAIL PROTECTED]> wrote:
kaudiocreator is not working as expected. The only thing that I can
think of is that I don't have some setting correct and I'm darned if I
can figure out what it is.
Jun 23 22:04:15 localhost hdc: status timeout: status=0x80 { Busy }
Jun 23 2
Is there a way to shut the power of my laptop down and then power it
back on and have it resume right where it was when it was powered
down? I think this is called suspend/resume. I see there is a kernel
called suspend2-sources. Is there any way to do it with my
hardened-sources kernel?
- Gran
Bo Ørsted Andresen zlin.dk> writes:
The revdep-rebuild is good *after* emerging kde-meta. It will recompile third
party applications such as amarok against the new version of kde-meta. I
posted the simple steps at the bottom of my previous mail.
Assuming you really
do want to nuke kde com
On 6/24/06, Mark Knecht <[EMAIL PROTECTED]> wrote:
That said, I seem to have file system problems on my external 1394
hard drives. I do not know if this is due to a recent move to
2.6.17-rt1, or bad maintenance on my part, or just bad luck. I've
Well, I've had various problems with external
On 6/26/06, Grant <[EMAIL PROTECTED]> wrote:
Is there a way to shut the power of my laptop down and then power it
back on and have it resume right where it was when it was powered
down? I think this is called suspend/resume. I see there is a kernel
called suspend2-sources.
This uses suspend2,
I don´t remember hte exactly name of the device but is
/dev/mapper/nv_xxx1 NTFS
/dev/mapper/nv_xxx2 NTFS
/dev/mapper/nv_xxx3 NTFS
/dev/mapper/nv_xxx5 ext2 boot
/dev/mapper/nv_xxx6 swap
/dev/mapper/nv_xxx7 reiserfs /
/dev/mapper/nv_xxx8 reiserfs /tmp
/dev/mapper/nv_xxx9 reiserfs /var
/dev/mapper/nv
I got:
title=gentoo linux 2.6.15-r1
root (hd0,4)
kernel=/vmlinuz-2.6.15-gentoo-r1 root=/dev/ram0 init=/linuxrc
real_root=/dev/mapper/nv_xxx7 dodmraid
initrd /initrd
On 6/26/06, Richard Fish <[EMAIL PROTECTED]> wrote:
On 6/26/06, Allan Spagnol Comar <[EMAIL PROTECTED]> wrote:
> I tryed to dmraid
Jason Weisberger wrote:
> List,
>
> Here's a new one. I ended up hard booting my system without shutting
> down first because I spilled beer on my keyboard.. ok, now that
> you're done laughing, here's the problem:
>
> localhost jbdubbs # /usr/kde/3.5/bin/kded
> FATAL: DCOP communication prob
On Mon, Jun 26, 2006 at 05:44:09PM -0700, Grant wrote:
> Is there a way to shut the power of my laptop down and then power it
> back on and have it resume right where it was when it was powered
> down? I think this is called suspend/resume. I see there is a kernel
> called suspend2-sources. Is t
Grant wrote:
Is there a way to shut the power of my laptop down and then power it
back on and have it resume right where it was when it was powered
down?
Sure. Install the hibernate package and configure /etc/acpi/default.sh
properly:
case "$action" in
p
On Tuesday 27 June 2006 06:31, Teresa and Dale wrote:
> Jason Weisberger wrote:
> > List,
> >
> > Here's a new one. I ended up hard booting my system without shutting
> > down first because I spilled beer on my keyboard.. ok, now that
> > you're done laughing, here's the problem:
> >
> > local
Hi all!
I am pretty new to the world of gentoo, tho I've been using linux for
quite a while now (debian, gentoo). I am installing linux for friends,
and because they have pretty slow computers, I thought gentoo will be my
best choice. Of course, I did not expect to spend two weeks just
installing i
On 26 Jun 2006, at 21:54, kashani wrote:
Tibor Liktor wrote:
roundcube?
http://www.roundcube.net/
Unfortunately after a nice release back in Feb the project is
looking like it's dead in the water.
What makes you say that? The changelog seems to suggest activity.
http://trac.roundcube.ne
Hi Stroller,
I agree you, the Roundcube lives and happy. We are going to change the current Squirrelmail to Roundcube, as soon as we finish the localization. Every function seem properly working during the tests.
Best,
Tibor
On 6/27/06, Stroller <[EMAIL PROTECTED]> wrote:
On 26 Jun 2006, at 2
92 matches
Mail list logo