Hi there,
It just occurred to me that the emerges shall be much faster if emerges
were able to use config.cache set by other applications. The steps
during ./configure could be saved globally in an /etc/config.cache which
could be copied over by the current emerge step as it if was its own -
and b
On Sat, 18 Feb 2006 08:24:17 + Rohit Sharma <[EMAIL PROTECTED]>
wrote:
| But since I am a very average guy and there are many people much
| smarter than myself out there in gentoo, I think this idea has been
| discarded long ago since there are incompatibilities amongst various
| software in th
On Sat, 2006-02-18 at 08:24 +, Rohit Sharma wrote:
> Hi there,
> It just occurred to me that the emerges shall be much faster if emerges
> were able to use config.cache set by other applications. The steps
> during ./configure could be saved globally in an /etc/config.cache which
> could be co
On Sat, 18 Feb 2006 01:23:51 +0100, Maarten wrote:
> "You suck AND you are wrong"
> "I do not suck. YOU suck!"
> "Do NOT!"
> "Do TOO!"
> "No you suck. And you are wrong..."
>
> Now what age-group type conversation does that remind you of...?
The Internet Age :(
--
Neil Bothwick
Windows Error
Thanks Etaoin,
this has solved another issue. And another thing is learnt..
> # rm -rf default/
> rm: cannot remove `default/': Not a directory
> # rm -rf default
> #
>
> If you include the trailing slash, rm thinks that you are asking it to
> delete a directory, which "default" is not (it
Christopher Cowart wrote:
> If a cron generates any output while it's running, it tries to email it
> to [EMAIL PROTECTED]
Thanks Chris, I never understood this [EMAIL PROTECTED] (probably because I
have inadequate knowledge of many matters relating to mail within an OS).
Where is [EMAIL PROTEC
Hi list,
i have a small (indeed not very significant but annoying) problem
with my wireless card. The first time i start the dhcp client, even if
the dhcp is offering, the client goes in timeout; always the second
time it works immediately.
What may be the cause of this effect?
Regards and tha
> -Original Message-
> From: Mrugesh Karnik [mailto:[EMAIL PROTECTED]
> Sent: 17 February 2006 11:13
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Hardware issues, probably
> overheating, help?
>
>
> It says 400W on the power supply, but at the price I've
> bought t
maxim wexler wrote:
> Then it worked! Well, not quite. The test page printed
> OK but when I ran lpc reread as per the instructions
> at the close of the apsfilter setup, got this:
>
> sarawak heathen # lpc reread
> Printer '[EMAIL PROTECTED]' - cannot open connection - No
> such file or director
On Saturday 18 February 2006 02:38, Ciaran McCreesh <[EMAIL PROTECTED]>
wrote about 'Re: [gentoo-user] Thought : making the build/emerge faster':
> On Sat, 18 Feb 2006 08:24:17 + Rohit Sharma <[EMAIL PROTECTED]>
>
> wrote:
> | But since I am a very average guy and there are many people much
>
Ryan Tandy wrote:
> Maarten wrote:
>
>> Or else, if /usr can be mounted
>> noexec without trouble, I'll donate 75 bogomips to the FSF.
>>
>
> Can we get that in writing, with a signature, creative use of {sym,hard}
> links and nested mounts notwithstanding? ;)
Certainly ;-)
Oh well,
According to my Sent folder in evolution, I sent my
last message to gentoo-user on Sunday, February 12.
In that message I asked a question about procmail. I
also added as a postscript that I hadn't gotten
anything from gentoo-user in a couple of days. On
Monday (when I still hadn't gotten anythi
hello gentoos,
I recently updated to kde 3.4.3 and on the way a lost digikam, which
simply doesn't install.
###
larissa frelun # emerge digikam
Calculating dependencies ...done!
emerge (1 of 1) media-gfx/digikam-0.8.1-r1 to /
md5 files ;-) digikam-0.7.4-r1.ebuild
md5 files ;-) digikam-0.8
Sorry,
I forgot
of course I also run
###
emerge --oneshot =media-libs/libkipi-0.1.2 > =media-libs/libkexif-0.2.2
###
which worked as supposed but no luck with digikam after that either.
Fredrik
- Original Message -
From: "Fredrik Lundgren" <[EMAIL PROTECTED]>
To:
Sent: Saturday, Feb
Hi,
Well, I've already posted this problem at Gentoo forums, but as I get
no answers I decided to ask for your help too. I'm quite desperated!
Here's the issue: http://forums.gentoo.org/viewtopic-t-435070.html
Help me please!!
On 2006-02-18 15:58:24 +0100 (Sat, Feb), Izar Ilun wrote:
> Hi,
> Well, I've already posted this problem at Gentoo forums, but as I get no
> answers I decided to ask for your help too. I'm quite desperated!
>
> Here's the issue: http://forums.gentoo.org/viewtopic-t-435070.html
> I've just install
On Saturday 18 February 2006 08:58, "Izar Ilun" <[EMAIL PROTECTED]> wrote
about '[gentoo-user] Kernel Panic':
> Hi,
> Well, I've already posted this problem at Gentoo forums, but as I get no
> answers I decided to ask for your help too. I'm quite desperated!
>
> Here's the issue: http://forums.gen
On Saturday 18 February 2006 08:58, Izar Ilun wrote:
> Here's the issue: http://forums.gentoo.org/viewtopic-t-435070.html
>From your post:
title Ubuntu, kernel 2.6.12-9-386
root(hd1,1)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hdb2 ro quiet splash
initrd
Hi,
Since I have started a project that needs to be redistributed (it'll be
GPL)
I've started to deeply read Autoconf and Automake manuals.
Well, I had read some of FHS too, to know what I should do and what I
should
not do with my file hierarchy.
But, what came to my
On Saturday 18 February 2006 09:52, Rafael Fernández López wrote:
> "./configure ; make ; make install" (in an app called 'whatever') and it
> could create for example "/home/me/bin/whatever" and
> "/home/me/share/doc/whatever" or
> "/home/me/doc/whatever", and so on.
This is what --prefix is for.
Hi,It is possible today. When testing a new application, I will often install it in my own account. What you're looking for is the "--prefix" argument to "./configure". For example, "./configure --prefix=$HOME" will install the app in question into ~/bin, ~/lib, ~/share, etc.
dcmOn 2/18/06, Rafae
Am Samstag, 18. Februar 2006 16:52 Rafael Fernández López wrote:
> [...]
> But, what came to my mind (maybe it's possible today) is that we could make
> a new "file system" subtree in every ~.
> [...]
Hi,
how do you want to realize it? For what should it be good? I think there is a
Portage vari
El Sábado, 18 de Febrero de 2006 16:44, Zac Slade escribió:
> On Saturday 18 February 2006 09:52, Rafael Fernández López wrote:
> > "./configure ; make ; make install" (in an app called 'whatever') and it
> > could create for example "/home/me/bin/whatever" and
> > "/home/me/share/doc/whatever" or
Is [OT] marked because it has nothing to do with Gentoo. I mean when no
ebuild is provided, someone is a new user (doesn't know what --prefix is),
and by default with one shot "./configure ; make ; make install" it could be
installed in home.
Bye,
Rafael Fernández López.
pgp0aG0b1s49S
Bruce Burden wrote:
> On Fri, Feb 17, 2006 at 07:29:30PM +0100, Benno Schulenberg wrote:
> > Bo Andresen wrote:
> > > [ebuild R ] x11-base/x11-drm-20050502 0 kB
> >
> > There's a much more recent version of this, have you tried
> > that?
>
> Is it in the portage system? I did a "sync" a
On Saturday 18 February 2006 10:16, Rafael Fernández López wrote:
> > This is what --prefix is for.
> > ./configure --prefix=~/
> > make && make install
> > This puts it into /home/user/ where /home/user is considered to be /
> What I meant is that it could be selected as default option. My
On Saturday 18 February 2006 10:20, Rafael Fernández López wrote:
> Is [OT] marked because it has nothing to do with Gentoo. I mean when no
> ebuild is provided, someone is a new user (doesn't know what --prefix is),
> and by default with one shot "./configure ; make ; make install" it could
On 18 February 2006 15:05, Maarten wrote:
> Ryan Tandy wrote:
> > Maarten wrote:
> >> Or else, if /usr can be mounted
> >> noexec without trouble, I'll donate 75 bogomips to the FSF.
> >
> > Can we get that in writing, with a signature, creative use of {sym,hard}
> > links and nested mounts
18. Februar 2006 17:16, Rafael Fernández López:
> What I meant is that it could be selected as default option. My
> idea is to make easier new users to install apps that don't have, and that
> would like to, without having to read man configure.
New users usually do not install apps that their di
Hi,
had the same problem some weeks ago.
Reason was some header mangling done in the rz of my 'provider' that made the
mailing list discard my messages.
If gentoo+owner does not get back on you, maybe because they do not get your
messages?
Try bugzilla.
--
gentoo-user@gentoo.org mailing list
Hi all,
I have a problem with KMail regarding the GnuPG plugin. I think i just do not
know how to use it and where to find documentation, so a little help would be
useful.
The plugin itself works fine, I can send encrypted and signed messages, I get
always a prompt in which I can enter my pass
Hello,
/dev/null is acting weird. The permissions have recently changes
on a system I sync regularly. I can change the permissions back
to 666, but every time the system reboots, dev null resets to:
crw-rw 1 root 1, 3 Jan 20 10:05 /dev/null
How to I make permanent changes so that /dev/null i
Hi group,
After struggling unsuccessfully with CUPS I installed
lprng and apsfilter. I got as far as printing the test
page in apsfilter-setup but any attempt to print
fails.
Here's a recent xterm session:
[EMAIL PROTECTED] ~ $ lpq
Printer '[EMAIL PROTECTED]' - cannot open connection - No
such f
Bo Andresen gmail.com> writes:
>
> I have a laptop with a ATI Radeon 9000 Mobility graphics card. I wanted to
> get
> 3d rendering working with the free dri drivers so I followed this howto:
> http://www.gentoolinux.org/doc/en/dri-howto.xml
Extremely cool! I tried some time ago, and gave up
>Hi,
>On 'gentoo-portage-dev' ML there are such patch (for portage-2.1_preX)
>plus in portage there's a package:
>* dev-util/confcache
> Available versions: 0.3.3 0.4 0.4.1
> Installed: 0.4.1
> Homepage:http://dev.gentoo.org/~ferringb/confcache
> Description:
Hi!
Is there a tool to identify a CD/DVD/R/RW-manufacturer?
--
gentoo-user@gentoo.org mailing list
18. Februar 2006 17:46, James:
> /dev/null is acting weird. The permissions have recently changes
> on a system I sync regularly. I can change the permissions back
> to 666, but every time the system reboots, dev null resets to:
> crw-rw 1 root 1, 3 Jan 20 10:05 /dev/null
>
> How to I make pe
On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> Hi!
>
> Is there a tool to identify a CD/DVD/R/RW-manufacturer?
Cdrecord tries to detect the disk manufacturer at the beginning of the
write process. Look for cdrecord output messages. Here is an example
using a TDK blank CD (your mes
As I've read in http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers
there's no way to make it work for a Radeon above 9100. Oh !! mine is
Mobility Radeon 9700, if I want DRI through open source drivers, I've no way
to do it?
Bye,
Rafael Fernández López.
pgp9zokH8act6.pgp
Description
--- Andrew Gaydenko <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Is there a tool to identify a
> CD/DVD/R/RW-manufacturer?
cat /proc/ide/hdd/model
This works if your cdrom is /dev/hdd, replace otherwise.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the
Uwe Thiem wrote:
> On 18 February 2006 15:05, Maarten wrote:
>
>>Ryan Tandy wrote:
>>
>>>Maarten wrote:
>>Oh well, it only amounts to 23 days of my Athlons' undivided attention.
>>I'll live. ;-)
>
>
> 23 days conpressed into one second. That will be the hard part. ;-)
Well, maybe. Depending
Ibai and me are the same, so I apologize again for amuising you! :-)On 2/18/06, Ibai <[EMAIL PROTECTED]> wrote:
Fisrt of all, thanx for answering, I apologize for the excesive amount of info I brought!
Well, I'll try to answer your posts in order
>Just a guess.
>Do you have /dev/console dev
On Fri, 17 Feb 2006 21:54:04 -0800
gentuxx <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Also, one inherent flaw with your suggestion is the requirement of a
> livecd. I know you mentioned floppy, but these are SPARC boxen and I
> doubt I could fit all the d
On 2006-02-18 20:25:58 +0300 (Sat, Feb), Andrew Gaydenko wrote:
> Hi!
>
> Is there a tool to identify a CD/DVD/R/RW-manufacturer?
The only one I found so far is:
cdrecord -dummy -v dev=/dev/cdrw /dev/null
but it does not work on non-writers, and I havent looked for such tool
too hard :-)
Exa
On Sat, 2006-02-18 at 16:57 +, Rohit Sharma wrote:
> >Hi,
> >On 'gentoo-portage-dev' ML there are such patch (for portage-2.1_preX)
> >plus in portage there's a package:
> >* dev-util/confcache
> > Available versions: 0.3.3 0.4 0.4.1
> > Installed: 0.4.1
> > Homepage:
This shows a drive model rather media manufacturer.
=== On Saturday 18 February 2006 20:46, Andrei Slavoiu wrote: ===
--- Andrew Gaydenko <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Is there a tool to identify a
> CD/DVD/R/RW-manufacturer?
cat /proc/ide/hdd/model
This works if your cdrom is /dev
On Saturday 18 February 2006 19:00, Etaoin Shrdlu wrote:
> On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> > Hi!
> >
> > Is there a tool to identify a CD/DVD/R/RW-manufacturer?
>
> Cdrecord tries to detect the disk manufacturer at the beginning of the
> write process. Look for cdrecord
On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> Hi!
>
> Is there a tool to identify a CD/DVD/R/RW-manufacturer?
the drive?
hdparm
man hdparm, if you don't know which option you need.
the blanks?
none that is reliable - best to look at the package and google
--
gentoo-user@gentoo.o
On 2006-02-18 18:52:49 +0100 (Sat, Feb), Izar Ilun wrote:
> > >Do you have /dev/console device existing?
> >
> > No, I don't. At less now that I'm chrooting Gentoo via Ubuntu...
So check once more (ls -l /dev/console), try to create it, and see what happens:
mknod -m 0600 /dev/console c 5 1
.
>You need three things (my experience) - a patch for portage-2.1_preX/4;
>emerge "confcache" from portage and put FEATURES="...confcache..."
>in /etc/make.conf. This works for me.
>The patch is:confcache-final (IIRC) search mailing-list archives for it.
>Or mail me directly.
>
>
Thanks Rumen - I
Title: Re: [gentoo-user] Gentoo kixtstart/jumpstart equivalent
On 2/17/06 11:30 PM, "Ghislain Bourgeois" <[EMAIL PROTECTED]> wrote:
At my job, I designed a system we call Pullstart that we use to install Gentoo servers. I'm basically building what I call a "stage-4", which is simply a stage3
Hi list,
i was trying to upgrade udev from version 070-r1 to 079-r1; however
before trying to build the package it says:
>>> emerge (1 of 1) sys-fs/udev-079-r1 to /
>>> md5 files ;-) udev-079-r1.ebuild
>>> md5 files ;-) udev-081.ebuild
>>> md5 files ;-) udev-081-r1.ebuild
>>> md5 files
On Saturday 18 February 2006 19:13, Hemmann, Volker Armin wrote:
> this information is very useless...
>
> because the information is printed into the stamper to make the
> blanks. And when a manufacturer sells its stampers to another on, or a
> third buys them on the 'second hand' or 'grey ma
On 2006-02-18 19:03:21 +0100 (Sat, Feb), Rafael Fernández López wrote:
> As I've read in http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers
> there's no way to make it work for a Radeon above 9100. Oh !! mine is
> Mobility Radeon 9700, if I want DRI through open source drivers, I've no
On 2006-02-18 19:42:03 +0100 (Sat, Feb), Marco Calviani wrote:
> !!! Digest verification Failed:
> !!!/usr/portage/sys-fs/udev/files/udev.rules.post_012
> !!! Reason: Filesize does not match recorded size
>
> i have tried with emerge sync, but nothing changed.
>
> Any help?
Compare your
And he may have a good quality one but it's dying. I had to replace a PC
Power and Cooling recently. After 5 years one of the voltages was dropping
low. I finally caught it because on an alert by the motherboard monitor
which gave me an alarm. That system was doing the same - lock up or quit
On Saturday 18 February 2006 20:42, Marco Calviani wrote:
> Hi list,
>i was trying to upgrade udev from version 070-r1 to 079-r1; however
>
> before trying to build the package it says:
> >>> emerge (1 of 1) sys-fs/udev-079-r1 to /
> >>> md5 files ;-) udev-079-r1.ebuild
> >>> md5 files ;-)
Hi Mariusz
> Compare your file to my one, attached.
> Are there any differences?
diff sees no differences between the two files.
Regards,
MC
--
gentoo-user@gentoo.org mailing list
It seems that Bugzilla Bug 123249 reports similar problem.
2006/2/18, Marco Calviani <[EMAIL PROTECTED]>:
> Hi list,
>i was trying to upgrade udev from version 070-r1 to 079-r1; however
> before trying to build the package it says:
>
> >>> emerge (1 of 1) sys-fs/udev-079-r1 to /
> >>> md5
--- "Hemmann, Volker Armin"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> had the same problem some weeks ago.
>
> Reason was some header mangling done in the rz of my
> 'provider' that made the
> mailing list discard my messages.
>
> If gentoo+owner does not get back on you, maybe
> because they do no
On Saturday 18 February 2006 11:52, "Izar Ilun" <[EMAIL PROTECTED]> wrote
about 'Re: [gentoo-user] Kernel Panic':
> > >Just a guess.
> > >Do you have /dev/console device existing?
> >
> > No, I don't. At less now that I'm chrooting Gentoo via Ubuntu...
> >
> > >ls /mnt/gentoo/dev/[hms]* -ld
> >
>
* On Feb 17 16:16, Neil Bothwick (gentoo-user@lists.gentoo.org) wrote:
> net.eth0 isn't actually failing when ifplugd detects no cable. It is
> shown as inactive rather than stopped. You could try starting the
> interface from /etc/conf.d/local only if eth0 is not active with
>
> etc/init.d/net.et
> Thanks Chris, I never understood this [EMAIL PROTECTED] (probably because I
> have inadequate knowledge of many matters relating to mail within an OS).
> Where is [EMAIL PROTECTED], where is mail for [EMAIL PROTECTED] stored, how
> is it
> meant to be retrieved?
localhost means your box. Any
Hi,
On Sat, 18 Feb 2006 18:51:21 +0100
Maarten <[EMAIL PROTECTED]> wrote:
> Back to the thread... I started wondering about something. I thought a
> 100% full root filesystem was deadly, but never thought about /tmp.
> So I'd like to ask, what is more deadly for a system, a full root FS, a
> full
--- Rafael Fernández López
<[EMAIL PROTECTED]> wrote:
> As I've read in
>
http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers
>
> there's no way to make it work for a Radeon above
> 9100. Oh !! mine is
> Mobility Radeon 9700, if I want DRI through open
> source drivers, I've no way
> t
I've experienced this problem before. The developers insist the ebuild
is absolutely correct, but it doesn't always attempt to migrate conf
changes to /etc/udev.
The easiest way to fix this problem permanently is to
$ sudo rm /etc/udev/{permissions,rules}.d/50-*
$ sudo emerge -av udev
This will b
Add the following lines to ~/.gnupg/gpg.conf:
keyserver x-hkp://pgp.mit.edu
keyserver-options auto-key-retrieve include-disabled include-revoked \
honor-keyserver-url
(Except don't break the line in your conf)
The keyserver-option "auto-key-retrieve" tells gpg to try to get a key
from a keys
On Friday 17 February 2006 06:03, Bo Andresen wrote:
> I have a laptop with a ATI Radeon 9000 Mobility graphics card. I wanted to
> get 3d rendering working with the free dri drivers so I followed this
> howto: http://www.gentoolinux.org/doc/en/dri-howto.xml
>
I got my 9100 IGP to do 3d via the h
Hello group,
after tweaking apsfilter some more I seemed to have
resolved the problem down to one final, unfixable
error.
>From lpd -F -D1
Fatal error - Another print spooler active, possibly
lpd process '6715'
2006-02-18-15:51:48.626 sarawak [7177] lpd cleanup:
done, exit(0)
ps -A gives
(sni
On Sat, 18 Feb 2006 14:58:24 -0500, Thomas Kirchner wrote:
> > preup() {
> > [ ${IFACE} == "eth0" ] && /etc/init.d/net.eth1 --quiet status
> > && /etc/init.d/net.eth1 pause return 0
> > }
>
> Thanks for this - it looks quite handy. Is preup() executed after
> ifplug notices a connection? When
Hemmann, Volker Armin tu-clausthal.de> writes:
>
> On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> > Hi!
> >
> > Is there a tool to identify a CD/DVD/R/RW-manufacturer?
>
> the drive?
> hdparm
>
> man hdparm,
hdparm i /dev/hdc
Model=TOSHIBA DVD-ROM SD-R2412, FwRev=1015, Serial
I'm trying to see if I can tweak things a little bit. Here are the
last 2 entries from the output of "lspci -v"...
05:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60
[Radeon X300
(PCIE)] (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc Unknown device 1b60
Flags
I'm trying to clean some cruft out of the kernel. "lspci" shows...
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidi
I'll tell you later on, now I'm tired & alkoholic! ;-)On 2/18/06, Boyd Stephen Smith Jr. <[EMAIL PROTECTED]
> wrote:On Saturday 18 February 2006 11:52, "Izar Ilun" <
[EMAIL PROTECTED]> wroteabout 'Re: [gentoo-user] Kernel Panic':> > >Just a guess.> > >Do you have /dev/console device existing?> >> >
Hi all,
the kde laptop taskbar applet, klaptop, occasionally gets dislodged!
atm it's in the top left corner of the screen, but the main panel is
down the bottom.
I can still click on it, and see how much power is remaining, but it
seems a bit weird. The only way to get it back into place is to
Hi again,
The kde tryout is progressing well. However, I just tried to plug in my
usb storage drive. Nothing happened.
I found the Settings > Peripheral > storage media; and there is an
option:
"Enable HAL backend (No support for HAL on this system)" which is greyed
out.
I have definately comp
Hey all.
I'm curious as to why a handful of /dev/ entries seem to be pointing to
the same device - notably, to hdc, which is my DVD burner. See here:
lrwxrwxrwx 1 root root 3 Feb 18 05:29 cdrom -> hdc
lrwxrwxrwx 1 root root 3 Feb 18 05:29 cdrw -> hdc
lrwxrwxrwx 1 root root
On Sun, 2006-02-19 at 16:21 +0930, Iain Buchanan wrote:
> Hi again,
>
> The kde tryout is progressing well. However, I just tried to plug in my
> usb storage drive. Nothing happened.
>
> I found the Settings > Peripheral > storage media; and there is an
> option:
> "Enable HAL backend (No suppo
Jeff wrote:
>lrwxrwxrwx 1 root root 3 Feb 18 05:29 cdrom -> hdc
>lrwxrwxrwx 1 root root 3 Feb 18 05:29 cdrw -> hdc
>lrwxrwxrwx 1 root root 3 Feb 18 05:29 dvd -> hdc
>lrwxrwxrwx 1 root root 3 Feb 18 05:29 dvdrw -> hdc
>brw-rw 1 root cdrom22, 0
79 matches
Mail list logo