Re: [gentoo-user] No update-eix-remote

2006-12-14 Thread Ryan Tandy

Douglas Linford wrote:

1. iDeq ~# echo app-portage/eix  /etc/portage/package.keywords


I think you're missing an atom in there.  The correct command, unless 
I've mistaken your intent, is:


# echo 'app-portage/eix ~x86'  /etc/portage/package.keywords

(that is, assuming your arch is x86; sub your own arch as necessary). 
I'm surprised Portage didn't complain about the incomplete line when you 
tried to emerge it.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No update-eix-remote

2006-12-14 Thread Ryan Tandy

Neil Bothwick wrote:

It's in man portage

Format:
- comments begin with #
- one DEPEND atom per line followed by additional KEYWORDS
- lines without any KEYWORDS imply unstable host arch


Thanks for the clarification.

*fires up sed*
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Using a remote DVD writer

2006-11-28 Thread Ryan Tandy

Mick wrote:

Hi All,

My laptop does not have a DVD writer, only a DVD/CD player.  On the other 
hand, my desktop has the works.  Other than booting the desktop in Gentoo and 
burning DVDs directly, is there a way to use it remotely from my laptop?  Can 
I define in K3B my desktop's DVD drive(s)?  How can I set this up for a LAN 
connection?


While at it, is there a way to achieve this at all when the desktop is not 
running Gentoo, but WinXP?


PS. I do not currently have SAMBA configured on either box.


Use mkisofs (app-cdr/cdrtools) to prepare an ISO image and transfer that 
over to the box with the burner.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] Progress bar for cp?

2006-11-23 Thread Ryan Tandy

Daniel Vrcic wrote:

* Richard Fish [EMAIL PROTECTED] [06-11-21 13:37]:

On 11/20/06, Ryan Tandy [EMAIL PROTECTED] wrote:

[...]

Any other (simple) way of getting a progress bar for large files?

Use another program, like the filemanager in your desktop, or scp
(yes, scp works for local copying as well!).
-Richard


How do you get progress bar with scp?



does it automatically iirc

either that or scp -v
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mysql-5.* unmasked

2006-11-23 Thread Ryan Tandy

A. Khattri wrote:

Calculating world dependencies |
!!! All ebuilds that could satisfy =dev-db/mysql-5.0* have been masked.
!!! One of the following masked packages is required to complete your
request:
- dev-db/mysql-5.0.26-r1 (masked by: package.mask)


You need to mask the virtual package that's depending on that, not the 
mysql package itself.


$ sudo sed -i -e 's,dev-db/mysql,virtual/mysql,g' /etc/portage/package.mask

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



Re: [gentoo-user] Reformat/repartition USB flash drive to ext2/3?

2006-11-18 Thread Ryan Tandy

Kevin O'Gorman wrote:

I am annoyed with using vfat on my USB flash drives because I cannot
get proper permissions and ownership.  Not for the security (meaningless
on a drive that easy to steal, unless encrypted), but annoying anyway.

Is there any technical reason I should not repartition it as something else
-- ext3 or xfs, say -- and allow executables and such?

++ kevin



Most people format their flash drives as vfat for interoperability, 
since all the major operating systems can read from and write to vfat 
filesystems.  If you know you'll only be plugging it into Linux systems, 
then go right ahead.  As far as ownership goes, remember that [ug]ids 
are stored numerically on the device, so a file that's owned by your 
user on your system may well be owned by (random example) apache on 
someone else's.


I seem to remember reading somewhere that one shouldn't use a 
journalling file system on flash-based devices such as USB drives (i.e. 
you should use ext2 rather than ext3), but I can't find the reference 
right now.  Can anyone clarify this for me?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lag de défilement : mise à jour de libpng ou erreur de config ?

2006-11-16 Thread Ryan Tandy

Nico wrote:

Salut la liste,

Je m'arrache les cheveux à essayer de me dépatouiller d'un problème de 
défilement *ultra* saccadé des pages dans les applis du genre Quanta, 
Konsole, Konqueror, enfin des programmes de KDE (je suis sous KDE 3.5.5) 
depuis hier.

Il ne s'est passé que 2 choses depuis que tout allait bien :
- mise à jour de la libpng
- j'ai décliqué puis recliqué sur Lisser les polices d'écran dans le 
centre de configuration de KDE, partie Apparences  Polices.


Les clics sur Lisser..., sur le coup, ça a rien changé, mais j'ai 
redémarrer la machine depuis et c'est là que ce problème est survenu.
Si je décoche l'option lisser... ça ne change pas grande, mais ça 
saccade un poil moins. De toute façon, ça ne saccadait pas jusque là, et 
là c'est digne d'un windows sans pilotes graphiques :)
Je suis sur un XP3000+ (32bits) + 6600GT, la 3d fonctionne nickel, je 
soupçonne KDE de tenter de faire un travail arrassant sur les polices 
dans 'ses' logiciels, car ça ne saccade pas dans tous les programmes qui 
ne proviennent pas de KDE.


Dois je vous fournir mes fichiers xorg.conf / fonts.conf / local.font ?


Salut,

Je n'utilise pas KDE, mais puisque tu as mis à jour la libpng, tu 
devrais peut-être essayer un 'revdep-rebuild' pour avoir une garantie 
qu'aucune lib n'est cassée.  Puisque ta problème a affaire avec l'écran 
c'est entièrement possible.


Aussi je n'ai pas pu comprendre 'saccader' (ne pas ayant le français 
comme langue première, tu comprends ;)) - pourrais-tu m'aider?


La prochaine fois je te conseillerai d'envoyer de telles lettres à la 
liste gentoo-user-fr, ou trouver quelqu'un qui peut t'aider à les 
traduire. ;)


English-speaking folks: There's a few key bits in the OP that I don't 
quite get, but the gist of it is: the OP is experiencing significant lag 
in (something) that he suspects to be caused by KDE because non-KDE 
programs aren't lagging.  The only changes he recently made are the 
libpng upgrade and deselecting and then reselecting again the Smooth 
(something to do with the screen - window edges perhaps?) option in 
kcontrol's Appearance settings.  The problem didn't start happening 
right away when he changed the option - only after a reboot, which makes 
me suspect the libpng upgrade (i.e. the next time libpng was loaded).


HSCHBTIC (hope someone can help better than I can ;)),
Ryan

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw3945 and 128 bit WEP encryption

2006-11-14 Thread Ryan Tandy

Peter Kelly wrote:

Yes, the daemon is running.  It starts when you modprobe ipw3945.


Are you sure about that?  It doesn't do that for me.  Try a 'ps ax | 
grep ipw'.  In addition to the kernel daemons [ipw3945/0] and 
[ipw3945/1], there should be an instance of the userspace daemon 
/sbin/ipw3945d, which for me is not started except through 
/etc/init.d/ipw3945d.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw3945 and 128 bit WEP encryption

2006-11-11 Thread Ryan Tandy

Peter Kelly wrote:

I emerge'd  ipw3945, but can't get it to work.


is ipw3945d running?

/etc/init.d/ipw3945d start
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Is there a simple .pls audio mp3-playing app?

2006-10-28 Thread Ryan Tandy

Walter Dnes wrote:


  I have one other need for an audioplayer.  I'm a paying subscriber of
Live365, and I need a simple audio player to launch and play streams
direct off a .pls file.


Hi,

I'm not familiar with Live365, but I listen to radio (http://kplu.org) 
and similar streams off the Internet sometimes, and I find that mplayer 
is more than up to the task, including dealing with pls files.


e.g.
$ mplayer http://www.abacast.com/media/pls/kplu/kplu-sc-48.pls

works for me every time.  I already have mplayer installed to watch 
DVDs, so it might as well serve another purpose.


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



Re: [gentoo-user] espn(wmp) on firefox?

2006-10-22 Thread Ryan Tandy

James wrote:

Hello,

I wanted to watch a football game over the internet using
espn. It requires Windows Media Player. Will any of the
Gentoo browsers support this format and if so, which ones
and which plugins work best?

Has anyone watched ESPN in a web browser on Gentoo, and if
so any caveats or gotchas?

James





If you're using Firefox or any other Netscape-compatible browser 
(Epiphany, Seamonkey), try mplayerplug-in with USE=win32codecs.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg 7.0+composite+radeon OSS drivers+radeon9200se : X cpu usage sometimes rockets to 80%

2006-10-10 Thread Ryan Tandy

b.n. wrote:

Richard Fish ha scritto:

Yeah, I'm not a fan of Xgl either, but I am of AIGLX, and I was under
the impression that the open source radeon driver had good support for
AIGLX.  I'm using nvidia, so I had to wait for the 9xxx driver release
before I could use it... :-(


I was under the impression AIGLX was dying in favour of Xgl. Well, I'll 
do my research :)


Quite the other way around, as far as I've been able to tell.  Xgl got 
greater publicity, yes, but AIGLX is the one that will eventually be the 
official solution - it's already present in Portage's xorg-server in 
some form.


By the way, the latest beta drivers from nVidia provide the OpenGL 
extension that Compiz and Beryl use, so you don't even need AIGLX nor 
Xgl, and DRI can remain enabled (wobbly quake3! ^_^).  My laptop at the 
moment has no overlays at all - xorg-server from ~x86, compiz from ~x86, 
and nvidia-drivers in package.unmask - and it's all working very nicely. 
:)  Hopefully other driver devs will follow suit.



I find the task switcher that displays live images of the windows, and
the scale effect (move the cursor to a corner of the screen and all
windows shrink and tile on the screen, and then you click on the one
you want to switch to) to be the most useful, 


Yes, an Exposè-like thing would be really useful. Is it *fast*?

Yes.  I tried compiz+AIGLX on my old Celeron 1.5GHz with integrated 
motherboard video (eeew!) just for kicks and it ran fairly smoothly - 
modest framerate, but definitely usable.  If you mean literally fast, 
then also yes - all of the animations happen within half a second or so 
(not that I've measured ;)).  There's a key shortcut, too, if you want 
to see jiggly windows in slow-mo.  (shift-f10 is the default, I believe? 
 Someone help me out on that one.)



although I could watch
my windows wobble and jiggle all day!


lol!

That is awfully cute. :)  My favorite feature is the window scaler.  Oh, 
and the way the rest of the desktop sort of drops into the background 
while Alt-Tabbing - it's subtle but cool.



For simple things like shadows and transparency, that could be done
independently of the window manager.  But for more complicated
effects, like the task switcher, or being able to animate window
operations, or flash windows that want attention, or the desktop cube
thingy, you need tighter integration with the window manager.


Sigh. I see. I wonder if/when common WMs/DEs will support these things 
out of the box (KDE, XFCE and Fluxbox are my favourites :) )


It depends on how important the WM is to the whole thing, you see. 
Compiz and its fork, Beryl, work very well with Gnome and KDE because 
the window manager isn't very important to them - it does very little 
besides manage windows, while (in Gnome for example) gnome-session and 
Nautilus do a lot of work as well.  There's even a separate program that 
handles window decorations (gnome-window-decorator in Gnome, kwin I 
think in KDE).  On the other hand, with Fluxbox, Openbox, and similar, 
the WM is all there is, so it's a big deal to change it.  You can't have 
Compiz integration in Fluxbox, since they both do the same thing, and 
will refuse to run at the same time.  I have, however, heard rumours of 
an Openbox clone with some Compiz code spliced into it in initial 
development... :D



m.


Ryan


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Annoying Bounces - myvietnam.org

2006-10-08 Thread Ryan Tandy

Nick Rout wrote:

Whenever I post to this list I get a slew of annoying bounce messages
like the following:

===
This is the Postfix program at host myvietnam.org.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to postmaster

If you do so, please include this problem report. You can
delete your own text from the message returned below.

The Postfix program

[EMAIL PROTECTED]: can't create user output file
==

Although some are directed at [EMAIL PROTECTED] and some at chau. Can
someone remove these people from the list. It has beeen going on for
some time now.



How long?  I don't recall seeing any from myvietnam.org.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem merging GCC so Glibc won't merge either!

2006-10-04 Thread Ryan Tandy

Jayson Smith wrote:

[...]


Hi,

You need to tell the system to use the new GCC version by hand - since 
GCC can have multiple versions installed simultaneously, it sticks to 
the old one by default.  Read 
http://www.gentoo.org/doc/en/gcc-upgrading.xml and follow the steps 
there *very* carefully!


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



Re: [gentoo-user] Another Emerge question

2006-10-04 Thread Ryan Tandy

Jayson Smith wrote:

Hi,
Thanks to all for their help with my GCC issue.  I've got Emerge -eav system
happily going, then plan to do an emerge -eav world.  Question is, I have a
Cron script that does an 'emerge sync' every night.  From the quantity of
packages being merged, this operation could well extend to the time when
that cron script runs.  Is Emerge smart enough to not disturb another copy
of itself if it sees that it's running, or will the 'emerge sync' happily
run and if so, will that mess stuff up for the currently active emerge run?
Thanks.



1. No, it will sync while it's running anyway.
2. Hard to be sure; I would disable the cron job temporarily just to be 
on the safe side.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - ipkungfu not

2006-10-04 Thread Ryan Tandy

Michael Sullivan wrote:

I'm having a problem with ipkungfu on one of my boxes.  According to the
log files, it's running, but it doesn't seem to be firewall-ing.  It's
not working on 192.168.1.2.  Here's nmap output from 192.168.1.3:

camille ~ # nmap -sT -PT 192.168.1.2

Starting Nmap 4.01 ( http://www.insecure.org/nmap/ ) at 2006-10-04 20:39
CDT
Interesting ports on bullet.espersunited.com (192.168.1.2):
(The 1657 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
25/tcp   open  smtp
53/tcp   open  domain
80/tcp   open  http
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
143/tcp  open  imap
445/tcp  open  microsoft-ds
587/tcp  open  submission
631/tcp  open  ipp
746/tcp  open  unknown
993/tcp  open  imaps
2049/tcp open  nfs
3632/tcp open  distccd
MAC Address: 00:10:4B:73:8E:81 (3com)

Nmap finished: 1 IP address (1 host up) scanned in 0.597 seconds



OK.  What does iptables -L report?  Is iptables in your default 
runlevel? (hint: it shouldn't be.)  If iptables is being started after 
ipkungfu for some reason, it may be overwriting ipkungfu's iptables 
rules with its saved (blank) ruleset.  Try 'rc-update del iptables  
reboot' if iptables is present in any runlevels.  When you start 
ipkungfu, are there any error messages?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Possible new gentoo user

2006-10-01 Thread Ryan Tandy

Lord Sauron wrote:
For your first time I'd highly suggest the graphical installer.  It'll 
save you some time, and while a lot of people correctly point out that 
it robs you of a great learning experience, it was the only thing that 
enabled a complete newbie (me) to successfully install gentoo.


I have to go the complete opposite direction from this.  I'd stay away 
from the graphical installer at least for a releases yet - IMO it isn't 
a very stable product yet (no offense installer team, just needs more 
time) and is known to break things on a regular basis.  Put in the time, 
do it by hand, and do it properly, configuring your own kernel and such. 
 It'll be worth it, because by the time you first boot your Gentoo, 
you'll already know exactly what's in it.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage parenthesis

2006-10-01 Thread Ryan Tandy

Grant wrote:

Could someone tell me why certain USE flags that should be enabled in
ebuilds are not and have parenthesis around them instead?

- Grant


The parentheses denote flags that are masked by your profile, e.g. 
selinux is only available on the selinux profile.  Some 
hardware-specific flags have this as well, e.g. altivec is masked on 
non-ppc profiles.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DHClient Woes - No Modules Loaded?

2006-10-01 Thread Ryan Tandy

Lord Sauron wrote:

On Sunday 01 October 2006 13:48, Jan-Hendrik Zab wrote:

PPS.
The iface_eth interface is completely out of date, take a _very_ good
look at `/etc/conf.d/net.example'.


I did, I updated it as best I could.


Well, could we take a look at it?

$ grep -v '^#' /etc/conf.d/net
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tulip driver problems; eth0 does not exist...netmount was not started...

2006-09-30 Thread Ryan Tandy

Steven G Wagner wrote:

I have a working hardened system, 2.6.16-hardened-r11, but I can't seem to
get eth0 recognized. My NIC is a Netgear FA310TX Rev D2 and I found that it
uses the Tulip driver. 


I've tried compiling this driver by itself into the kernel both built-in and
as a module. I've tried compiling the entire Tulip family of drivers into
my kernel, trying * next to every possible selection under Tulip and
again using m in every instance allowed. I listed tulip in
/etc/modules.autoload.d and it failed at boot, even though it was compiled
as a module. 


Everything is copasetic when I boot off the livecd and I can ping google,
etc. I tried emerging hotplug as one forum post I found indicated, but to no
avail. I've done my best to find posts related to this, seemingly, common
issue, but nothing has worked for me and I can't think of anything else to
try. I've combed the handbook as well, but nothing there has helped me. 


If anyone could help me I would really appreciate it. I have used Hardened
Gentoo before, but not on this older machine. 


Thanks a lot for any help,

Steve



Hi,

I'm using the Tulip driver on one of my older boxes too.  Under the 
Tulip family selection in menuconfig, only one of them actually 
compiles the tulip.o module - I forget the name of it (DEC something), 
but last time I built a kernel it was second in the list.  For it to 
work properly, I had to enable all the options for the tulip module - 
new bus layout, interrupt mitigation, whatever other fancy things it has 
there.  Are you sure it's the tulip.o driver you want, or is it some 
other driver from the tulip family?


You said that autoloading failed - can you paste the *exact* error 
message?  What happens if you try 'modprobe tulip' by hand, as root?


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



Re: [gentoo-user] Tulip driver problems; eth0 does not exist...netmount was not started...

2006-09-30 Thread Ryan Tandy

Steven G Wagner wrote:

Are you sure it's the tulip.o driver you want,


I'm pretty sure that's the one I need based on posts I've found by others
who are using the same card/chipset. If I could be sure it was loading and
eth0 was still not working I would assess that I need a different driver.
However, I don't believe I've been able to get the tulip driver loaded yet.

You said that autoloading failed - can you paste the *exact* error 
message?  What happens if you try 'modprobe tulip' by hand, as root?


Okay, I went back into menuconfig and enabled tulip family network device
support. Then I enabled the second dec... selection as a module and *
before each of the subheadings under this selection. Everything else in the
list of tulip family drivers is unselected. I added tulip to my
/etc/modules.autoload.d/kernel-2.6 file. 

On reboot, 
	Loading tulip module...

Failed to load tulip...

As root, modprobe tulip:
FATAL: module tulip not found


OK... what's the output from make modules  make modules_install? 
(when in /usr/src/linux)  What does modprobe tulip return if you run 
it *immediately* after make modules  make modules_install - i.e. 
without rebooting first?


According to Google, your card has the same chipset as mine, so the 
options I posted should work.  If you're still having trouble, I can 
post the relevant part of my .config.


Speaking of chipsets - what does 'lspci' (sys-apps/pciutils) say about 
the card?


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



Re: [gentoo-user] Tulip driver problems; eth0 does not exist...netmount was not started...

2006-09-30 Thread Ryan Tandy

Steven G Wagner wrote:

I finally got it working. Pinging my ipcop server works as well as google. I
compiled everything under tulip family network device support as a module
and listed 'tulip' in /etc/modules.autoload.d/kernel-2.6.

'lsmod' shows only tulip listed. I guess that gets me all squared away here.
Thanks a lot for all your help. I should document this problem and post it
to my website as I was only able to find a lot of scattered info in regards
to this card, the tulip driver and my particular problem in Gentoo.

Now back to the handbook to finish my install then onto the Gentoo file
server wiki...should be fun and hopefully I'll have a nice little secure
fileserver when all is finished.


Glad you got it working. :)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [nomerge] ?

2006-09-29 Thread Ryan Tandy

Meino Christian Cramer wrote:

[...]


When using --tree, [nomerge] denotes packages that are depended on by 
the one you want to install, but are already installed, so they won't be 
merged again.  They're there simply to show a more complete dep tree.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fonts [was: upgrading a large package, say Xorg]

2006-09-29 Thread Ryan Tandy

David Relson wrote:

  Since ATI's drivers are not 7.x
compatible I'm not using them. 


Yes, they are. 
http://digg.com/linux_unix/ATI_Beats_nVidia_to_Xorg_7_1_Compatible_Drivers

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] many corrupt links

2006-09-28 Thread Ryan Tandy

maxim wexler wrote:

Hi group,

I don't even know if this is a problem because my unit
is a 686 but these all display in flashing white on
red:

[EMAIL PROTECTED] ~ $ ls -l /usr/i386*/bin
total 0
lrwxrwxrwx 1 root root 57 Dec 20  2005 addr2line -
/usr/i386-pc-linux-gnu/binutils-bin/2.15.92.0.2/addr2line


Check your CHOST setting in /etc/make.conf.  If it's set to 
'i386-pc-linux-gnu' you may have a problem, and should remerge binutils 
and gcc pronto; otherwise, you're fine, except that you may have an old 
slot of gcc or binutils hanging around.  If your CHOST is, for example, 
'i686-pc-linux-gnu', you'd probably be safe to emerge -aP gcc binutils, 
and then rm -r /usr/i386*.


DISCLAIMER: ymmv.  Don't go around rm -r'ing anything unless you're sure 
it isn't being used. ;)

--
gentoo-user@gentoo.org mailing list



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

2006-09-24 Thread Ryan Tandy

Stephen Liu wrote:

[...]


$ sudo emerge -av bind-tools
--
gentoo-user@gentoo.org mailing list



Re: Fw: [gentoo-user] Whole lotta minimal

2006-09-20 Thread Ryan Tandy

Grant wrote:

 Can someone explain the great minimal breakout happening in portage or
 point me toward a link?  Is USE=minimal in make.conf the kind of
 thing you should do if you don't have a specific reason not to, or the
 kind of thing you shouldn't do unless you have a specific reason to.

 - Grant
The second one, but I can't come up with any possible reason for doing
so. The actual problem is that the flag has no 'real' global meaning,
which means that it might turn off some 'unnecessary' features in one
application and turn off one of the most useful in another.

So don't gamble with it. :)


Ok, good to know.  Can anyone report any packages they prefer to run
with USE=minimal ?

- Grant


app-editors/vim: I already know how to use vim, so I don't need 
vimtutor, and I can live without help files installed locally
net-misc/dhcp: I get my DHCP server from a different package, so no 
point building dhcpd
sys-libs/ncurses: don't want a zillion obscure terminal types installed 
in terminfo that I've never heard of


I wouldn't put minimal in make.conf - it's too easy to trip over.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Why directories aren't files?

2006-09-18 Thread Ryan Tandy

Matteo Pillon wrote:

For example, in Linux, you can't do 'cat .' while on FreeBSD you can.
Why? There is a practical reason?


I don't know why, but I do know that you can do 'less .'.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-18 Thread Ryan Tandy

Sigi Schwartz wrote:


So, how do I make new (testing-)settings apply without reboot?


/etc/init.d/net.eth0 restart

and wait a few seconds for your resolv.conf to be updated.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: What is up with the new domainname situation?

2006-09-17 Thread Ryan Tandy

Mick wrote:
I saw this: # dns_domain_eth0=your.domain in the /etc/conf.d/net.example and 
added: dns_domain=STUDY


but still .none comes up:

# domainname
(none)



the command should be: dnsdomainname (or hostname -d)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-17 Thread Ryan Tandy

Kevin O'Gorman wrote:

I was under the impression my video card was too old for the binary driver.
It's built into the motherboard but reports as
   ATI Technologies Inc Rage XL rev 39
does anybody know if the binary would help?

++ kevin

You want VIDEO_CARDS=mach64.  Be warned that this driver is still 
experimental.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Two systems or one?

2006-09-17 Thread Ryan Tandy

Grant wrote:

I'm going to build a new system to act as kind of a media system
(music, DVDs) and I'm not sure if I should incorporate my current
router/firewall system into the new system or keep them separate.
What would you guys do?

- Grant


I would put them together to save on power consumption.  Just remember 
that your firewall does face the open Net, so avoid putting any 
(non-encrypted) sensitive files on it.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: firewall minimized make.conf flags

2006-09-15 Thread Ryan Tandy

Brian Davis wrote:

The minimal USE flag might be nice to have.


Apparently the official position on that one is that it should be used 
(pardon the pun ;)) only in /etc/portage/package.use.  I know that in my 
case, having it turned on globally caused Shorewall not to work 
(requires iproute2 with -minimal).  In any case, it's one flag that you 
should definitely familiarize yourself with on a per-package basis if 
you plan to use it.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Power butten

2006-09-14 Thread Ryan Tandy

rob wrote:

How do you get power pitten to shutdown and power off Gentoo box

rob


# emerge sys-power/acpid
# rc-update add acpid default
# /etc/init.d/acpid start

and you're done!  The default configuration for acpid includes a handler 
for the power button event.


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



Re: [gentoo-user] coax spdif sound output on Intel 82801EB/ER audio

2006-09-13 Thread Ryan Tandy

Iain Buchanan wrote:
 [...]

mmm.  I'm rather fuzzy on exactly how it's done, but what you're going 
to have to do is set up a ~/.asoundrc that sets spdif as the default 
output device.


http://alsa.opensrc.org/intel8x0
http://gentoo-wiki.com/HOWTO_Dolby_Digital_Out_(AC3,_SPDIF)

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



Re: [gentoo-user] firewall minimized make.conf flags

2006-09-13 Thread Ryan Tandy

james wrote:

USE= -* hardened pic ncurses ssl acl crypt berkdb tcpd pam perl pcre python
readline bzip2 zlib apm krbr kerberos nptl nptlonly lm_sensors syslog 


Try tossing logrotate in there for kicks.  It's an absolute joy, 
especially on systems that you don't intend to interact directly with 
too often.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Simplified apache2

2006-09-13 Thread Ryan Tandy

[EMAIL PROTECTED] wrote:

  Even this is a bit more bloated than it needs to be. I have never used
  'tcpd'
 
Doesn't tcpd add security, thus suggesting it's use for a more secure 
system?
 
Thanks,

Brian


It can.  I haven't yet had a need to implement host-based security, and 
if I ever do, I plan to merge it into my existing iptables stuff.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Simplified apache2

2006-09-12 Thread Ryan Tandy

Michael Crute wrote:
USE=-* hardened pic ncurses ssl crypt berkdb tcpd pam perl python 
readline


Even this is a bit more bloated than it needs to be.  I have never used 
'tcpd' or 'berkdb' on any system I run, and 'perl' and 'python' are 
*much* more useful (IMO) as local flags (in package.use) than as global 
ones.  Even 'ssl' doesn't *have* to be there, especially in the global 
scope - 'www-client/links ssl' in package.use should be more than 
sufficient.  One flag missing from that line that I like to have is 
'bzip2' - tar just isn't quite the same without bz2 support. ;)


Also, be careful using the hardened flag without running the hardened 
profile.  The hardened profile masks out a couple of packages and flags 
that don't work so well on a hardened system.


BTW, the flags with underscores in them (kernel_linux, userland_GNU, 
elibc_glibc, video_cards_radeon and such) are known as USE_EXPAND or 
expanded USE flags.  VIDEO_CARDS and ALSA_CARDS are a couple you may be 
familiar with - when they're set in make.conf, emerge expands them 
automatically, so e.g. VIDEO_CARDS=radeon gets expanded to 
USE=video_cards_radeon.  KERNEL, USERLAND, and ELIBC are there for the 
use of packages that work differently on different systems - 
Gentoo/FreeBSD, Gentoo/OSX, and such - and should *only* be set by your 
profile.


Hope I've helped. :)

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



Re: [gentoo-user] Re: gcc upgrade from 3.x to 4.x, when should I run revdep-rebuild?

2006-09-11 Thread Ryan Tandy

Dale wrote:

Cheese, I'm learning something.  I already knew that it would not delete
files in /etc/ and now I know why.  LOL  I never put the two together
before you said that.


Well, the /etc thing is generally more due to CONFIG_PROTECT - it won't 
delete files from /etc regardless of whether or not you've modified 
them, because they're under CONFIG_PROTECTion.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] smaller xfce

2006-09-02 Thread Ryan Tandy

Enrico Weigelt wrote:

Hi folks,

I'm currently installing xfce and I dont need several things
like calendar, print, toys, etc. 


Is there any chance of selecting these compontents w/o installing
all packages by hand ?

A quick look at the ebuild shows up it's just an virtual package
pulling in the whole stuff. 

Perhaps we could give it some useflags to make the whole 
installation easier ?



cu


You can do this yourself, if you want to: simply copy the xfce 
meta-ebuild to your own overlay (man portage if you aren't sure how this 
works), and remove or comment out the packages you don't want.  I do 
this myself to get a GNOME without evolution, epiphany, and such 
(gnome-light doesn't like me :().  Next time the ebuild in the tree is 
updated, though, you'll have to repeat the whole process again before 
updating, or risk returning to the full package.


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



Re: [gentoo-user] backup tool for my Windows 98 desktop?

2006-09-02 Thread Ryan Tandy

Zhang Weiwu wrote:

[...]


For creating a compressed version of the partition, try passing it 
through gzip or such between dd and the output file; something like


# dd if=/dev/(win98) bs=512 | gzip -9  win98.gz

would probably do the trick.  To create an ISO image containing the 
file, you want mkisofs (included in cdrtools afaik):


# mkdir win98
# mv win98.gz win98/
# mkisofs -o win98.iso win98/

From there, it's standard cdrecord procedure.  To restore the partition 
later, simply boot to Linux and:


# mount /mnt/cdrom
# zcat /mnt/cdrom/win98.gz | dd of=/dev/(win98)

If even gzip -9 can't get the partition small enough for you, I'm not 
sure what to do.  Try using DBAN (dban.sourceforge.net) to cover the 
partition in zeroes before doing the Windows install; the repeated 
zeroes in the unused space will probably help reduce the compressed file 
size.


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



Re: [gentoo-user] [samba] No write to linux shares

2006-08-25 Thread Ryan Tandy

[EMAIL PROTECTED] wrote:

 [smWinBk]
   comment = 
   valid users = reader Harry
   path = /anex2/win_bk/
   writeable = yes
   guest ok = yes


Are you being logged in as a guest for some reason?  Try with guest ok 
= no and see if anything changes.  Don't forget to double check the 
local (unix) permissions on the share folder too.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to set domainname

2006-08-19 Thread Ryan Tandy

Alexander Skwar wrote:

· Ryan Tandy [EMAIL PROTECTED]:

In any case, how do I go about setting my domain name in /etc/conf.d/net 
if I still want to get my DNS server from DHCP (and I can't be sure it 
won't change without warning)?


Hm? Why should there be a problem? Just don't add a dns_servers
line to /etc/conf.d/net

Alexander Skwar


/etc/conf.d/net.example:637

# To use dns settings such as these, dns_servers_eth0 must be set!


It's working fine right now with the domain name being set in /etc/hosts 
- I'm just wondering if it's *possible* to do it the proper way 
without setting dns_servers_eth0.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux friendly consumer grade NAS

2006-08-19 Thread Ryan Tandy

Bryce Verdier wrote:
Anyone know anything about the above. My roommate and i are looking for 
something like that. But before i start doing blanket research, i was 
wondering if someone could point me in the right direction.


Thanks in advance,

bryce


Pull your old PII 200 out of the closet and build your own. ;)
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: How to set domainname

2006-08-19 Thread Ryan Tandy
Alexander Skwar listen at alexander.skwar.name writes:

 You know, you can play your sniping game yourself. It's boring.

I apologize if I appear to be trolling.  That's not my intention at all; I'm
more likely just not getting something (happens fairly often).  If that's the
case, maybe you can help resolve (haha, punny) it.

According to you:
 - hostname should be set in /etc/hosts
 - domain name should be set in /etc/conf.d/net (i.e., NOT in /etc/hosts)

According to /etc/conf.d/net.example:
 - DNS settings can be specified either per-interface, or globally (lines 638
and 639)
 - for any DNS settings (fex dns_domain) to be specified, the dns_servers
setting *must* be specified as well (line 637) (is this the point I'm
misinterpreting?)

delta ~ # cat /etc/hosts
127.0.0.1 deltalocalhost
delta ~ # cat /etc/conf.d/net
config_eth0=(dhcp)
dns_domain_eth0=mydomain.com
delta ~ # /etc/init.d/net.eth0 restart  /dev/null
delta ~ # dnsdomainname
dnsdomainname: Unknown host

What have I misunderstood?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to set domainname

2006-08-18 Thread Ryan Tandy

Graham Murray wrote:


But this thread is about setting the domain name initially. This is
something which desktop users want to do and the suggestion was that
/etc/conf.d/net is the correct place to set (as well as change on a
per-interface basis) this.


Context is everything. ;)  The post I was replying to was attempting to 
suggest otherwise.


In any case, how do I go about setting my domain name in /etc/conf.d/net 
if I still want to get my DNS server from DHCP (and I can't be sure it 
won't change without warning)?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Network connection repeatedly failing!

2006-08-17 Thread Ryan Tandy

Samuel Baldwin wrote:

On a more serious note:

I get this when I try to run route add default 10.0.0.1 
http://10.0.0.1, as on the live CD (I thought I had already 
configured the network anyway, in /etc/conf.d/net .


Have you run '/etc/init.d/net.eth0 start'?  Alternatively, is net.eth0 
in your default runlevel? (hint: try '/etc/init.d/net.eth0 status')  Are 
there any messages from the script (error or otherwise) in 
/var/log/messages?


If you actually want to set routes by hand, the command should be 'route 
add default gw 10.0.0.1' (you're missing 'gw').


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



Re: [gentoo-user] looking for a terminal w/ url activation capability

2006-08-17 Thread Ryan Tandy

Enrico Weigelt wrote:

Hi folks,

I'm looking for an X11 terminal emulator, which can detect URLs
and allows the user to click on them to exeucute an command 
with them. 


I'm using mutt als MUA and often get mails links. When using mutt
via an X11 terminal, I'd like to be able to click on them so ie. 
mozilla gets called.


Does anyone know such an terminal ?


thx


x11-terms/rxvt-unicode

You may need USE=perl.  I'm not sure exactly how it works, just that 
it can. ;)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ifplugd and netplug annoyance

2006-08-16 Thread Ryan Tandy

Mike Williams wrote:
But the interface is never actually brought 
down, and that's my problem, I *want* the interface brought *down*.


in /etc/conf.d/ifplugd:
AUTO=yes

man ifplugd for more details.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to set domainname

2006-08-16 Thread Ryan Tandy

Anthony E. Caudel wrote:

Well, perhaps.  It is in my /etc/hosts.  But domainname still returns (none)


By default, the 'domainname' command returns your NIS/YP domainname, 
which not many of us have.  Try 'dnsdomainname' instead - it may have 
the result you're looking for.


delta ~ # domainname
(none)
delta ~ # dnsdomainname
tarpman.homelinux.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ifplugd and netplug annoyance

2006-08-16 Thread Ryan Tandy

Neil Bothwick wrote:

On Wed, 16 Aug 2006 16:05:33 -0700, Ryan Tandy wrote:

But the interface is never actually brought 
down, and that's my problem, I *want* the interface brought *down*.  

in /etc/conf.d/ifplugd:
AUTO=yes


The latest baselayout ebuild tells you to remove this file. baselayout
runs ifplugd now, it shouldn't be run separately. As Richard said,
use /etc/conf.d/net for this.




Hmm.  Just re-read /etc/conf.d/net.example and there's a bunch of stuff 
here I never noticed - and I've had baselayout-1.12* ever since it 
entered ~x86, too.  I guess it's time to read the Changelog(s) a bit 
more closely.  Although I knew that ifplugd shouldn't be run on its own 
any more, I had assumed (famous last words, right? ;)) that it still 
used /etc/conf.d/ifplugd.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] UDP traffic?

2006-08-14 Thread Ryan Tandy

Winston Messer wrote:

You may need to enable IPX support or something, but I really don't know
much about IPX on Linux.


You need IPX support in your kernel (CONFIG_IPX) and net-misc/ipx-utils. 
 UDP in Starcraft works fine for me, however, although this is with 
regular Wine rather than Cedega.  Try running from a console rather than 
using the Cedega GUI, and see if you get any error messages.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] howto update portage/packages without an internet connection

2006-08-14 Thread Ryan Tandy

Jed R. Mallen wrote:

hello,

i've got a gentoo box with no internet connection at home.
i have broadband at the office, but running WinXP.

can i download the portage tree updates at the office, copy it to my
gentoo box, install packages i want but make it output links of the
needed packages instead of trying to download the pkgs, bring the list
of links at work, then download the pkgs there?

is this possible?

thanks much


Try 'emerge -fpuDN world'.  WARNING: The list will likely be VERY long. 
 It'll output multiple possible sources for each file - any one will do 
although the first one listed is likely to be the fastest.


As for the portage tree update, simply download 
snapshots/portage-latest.tbz2' from your favorite mirror, untar it to 
/usr/portage, and run emerge --metadata (-- important!) to update your 
tree.


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



Re: [gentoo-user] Guidance on encrypting my /home

2006-08-12 Thread Ryan Tandy

John J. Foster wrote:

Do you encrypt your home directory?

Not on my desktop.  On my laptop, however, everything except /boot is 
encrypted (/, /home, swap).



What apps and/or combination of apps do you use, and why?


sys-apps/util-linux with USE=crypt, and app-crypt/loop-aes.


Which ciphers do you prefer? Why?


AES256, because that's what the HOWTO used. :P


Is it well supported?


It has a README... :P

Actually, I've never had a problem with it. :)  It's ~arch only, though, 
and it's been that way for as long as I've used it.



What apps and/or files don't play well with encrytion?


None that I've found.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to determine what ethernet is doing

2006-08-02 Thread Ryan Tandy

[EMAIL PROTECTED] wrote:

James [EMAIL PROTECTED] writes:


cat /proc/net/ip_conntrack  to see connections


I must need something installed:

cat: /proc/net/ip_conntrack: No such file or director



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



Re: [gentoo-user] grub passwords - how do I limit OS selection?

2006-07-30 Thread Ryan Tandy

Mark Knecht wrote:

My son is
a Windows user for playing games. I do not want him using Windows when
he chooses since the gaming gets in the way of school, as it should
for any healthy 14 year old boy. ;-)


If you're using an NT-based version of windows (NT4, 2000, XP, or one of 
those fancy Vista previews), you can use the Administrator account (or 
any user with admin rights, e.g. your wife) to disable your son's 
account when he isn't allowed to be gaming.  Or, change his password to 
something of your choice, and type it in for him when he is allowed to 
play, same as you would at the GRUB prompt.


And if you're using a Windows NT4, I hope for your sake it doesn't have 
network drivers installed. :)



  What I really want is when the machine turns on he gets Linux
unless myself or my wife grants him access to Windows.


How's your C? ;)

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



Re: [gentoo-user] recoverning from deleted gcc

2006-07-28 Thread Ryan Tandy

James wrote:

gcc-config error: Could not run/locate gcc
*** The command 'gcc -o conftestconftest.c' failed.
*** You must set the environment variable CC to a working compiler.


Run 'gcc-config -l' (letter L, not number 1), and then run gcc-config 
again with the number of the first 3.4 compiler in the list (e.g. 
'gcc-config 1').  Then try your emerge again.  If emerge is still 
working even with 3.3 gone, however, there's a decent chance you don't 
need 3.3...

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unable to mount root fs on uknown - block (0,0)

2006-07-26 Thread Ryan Tandy

Hemmann, Volker Armin wrote:

On Wednesday 26 July 2006 13:03, askar k wrote:

It's interesting for me, what the other people do when they install
Gentoo 2006.0???


they know how to built a working kernel.

Really, if you don't know how to do it, maybe you should not try gentoo at 
all?


That's not very nice - I had no idea how to build a working kernel 
either when I first tried Gentoo.  I just stumbled through it, hitting ? 
on every single option, and somehow got it to boot on the first try 
through sheer dumb luck.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PORTAGE message

2006-07-22 Thread Ryan Tandy

Kevin O'Gorman wrote:

WARN: prerm
Please upgrade your package (libmpeg3-1.5.2) to use 
toolchain-funcs.eclass




Needs to be fixed by the maintainer of the ebuild.  If you feel like it, 
file a bug (check first to see that there isn't already one), or if you 
really feel like being obnoxious, e-mail the maintainer (check in the 
ebuild).

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11-7.0 upgrade question

2006-07-21 Thread Ryan Tandy

Mark Knecht wrote:

However, isn't that only part of the required file set?
There are patches and other things generally needed to allow an ebuild
actually install correctly. Where do I get those?


Just direct ${BROWSER} to sources.gentoo.org, and look in the gentoo-x86 
repository.  Anything that could ever at some time have been acquired 
via --sync is in there.  If a file seems to be missing (i.e. has been 
deleted), click Show x dead files at the top, e.g.:


http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/files/?hideattic=0

where hideattic=0 is the important part.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11, $VIDEO_CARDS binary packages

2006-07-20 Thread Ryan Tandy

Alexander Puchmayr wrote:
Nope, doesn't work. Same problem. I emerged with --nodeps the xorg-x11 
package, with exactly the video-cards I want. Then I've tried the -k as you 
suggested, and still *ALL* other video-drivers are shown in the list, and 
VIDEO_CARDS did not show the same content as without -k.


Haha, silly me.  I forgot it would use the binary xorg-x11 anyway.  How 
about emerge -k --depsonly xorg-x11?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11-7.0 upgrade question

2006-07-19 Thread Ryan Tandy

Mark Knecht wrote:

I am having trouble updating these machines since
neither the kernel or the ati-drivers ebuilds are available in portage
any more and, unfortunately, nothing that is in portage seems to boot
and work correctly.


If they work for you and there's no security issues, then why upgrade? :)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11-7.0 upgrade question

2006-07-19 Thread Ryan Tandy
I'd like to apologize for sending without thinking there.  I'm not 
particularly good with names, and didn't at all connect you with the 
same MythTV user who's been posting all along.  I realise how 
frustrating that probably is for you.  That said, let's see if I can help:


Mark Knecht wrote:

3) The Pundit-R machines use xor-x11-6.8.2-r1. Unfortunately for me
the maintainers have removed it from portage. I'm stuck in a masking
issue to keep it working.


Have you checked in Gentoo CVS?  Every ebuild that has ever existed is 
still in CVS, in the Attic.  To use your example: 
http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-x11/?hideattic=0 
 reveals your missing xorg-x11-6.8.2-r1.ebuild.  The ebuild itself is 
at 
http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild


Hope that helps.

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



Re: [gentoo-user] xorg-x11, $VIDEO_CARDS binary packages

2006-07-19 Thread Ryan Tandy

Alexander Puchmayr wrote:
Well, I think I got the conecpt behind meta packages. My question was why do 
I get a different content of the VIDEO_CARDS-variable when I specify -k 
in emerge or not???


You can't change the USE flags a binary package was built with.  Binary 
packages are built with a certain set of flags, and they're stuck with 
that set of flags until you recompile the whole thing.


I'd recommend you emerge --nodeps xorg-x11 in order to change its 
USEflags to the ones you want (no compilation necessary), and then 
emerge -k to pull in the binary packages depended on by its new flags, 
which will save you the compiling time.


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



Re: [gentoo-user] How to create my own linux distribution

2006-07-18 Thread Ryan Tandy

David Corbin wrote:


I've considered the idea of a custom distribution to do this.  There is no 
doubt in my mind, that any such distribtuion would be based on an existing 
one, with tweaks that deal with where updates come from, and what packages 
are availble, etc.  Gentoo or Debian are the two likely candidates.  I'm not 
*sure* a customized distribution is appropriate.


There's an excellent reason why Gentoo is seriously leaning towards 
calling itself a metadistribution.  Look into tools such as catalyst. 
 You can build LiveCDs for installing into a known-good environment, 
Stage 4 archives that require minimal configuration after 
installation, or even (since, as you mentioned, the targets fall into a 
few distinct categories) full disc images on (a) local staging box(es) 
and simply image everything across to the targets.  If you're 
uncomfortable with having a production system loaded with gcc, portage, 
and such, you can build your own releases locally, and simply batch 
update the targets when convenient.  The images built by catalyst are 
*not* required to contain portage or the portage tree.


Portage and catalyst are *very* powerful tools if you look into their 
depths.  Rsync and friends used in conjunction with a local staging 
system can IMO make maintaining such a system incredibly easy.


Yes, I'm available for consulting. :P
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA - which config file is correct

2006-07-15 Thread Ryan Tandy

pat wrote:

Hi all,

I have question about alsa configuration. I know how to configure the driver
etc., bud during the configuration I've found that the condifuration is
mentioned in 3 files:
1) /etc/modules.d/alsa
2) /etc/modules.conf
3) /etc/modprobe.conf

The part I'm talking about is:
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0

What is difference between these files ??? I think main should be the 1st one,
but the others what are good for ??? Or can someone light it to me ???

Thanks a lot

Pat


Just run alsaconf (media-sound/alsa-utils) - it'll do it for you.

If you'd rather not, /etc/modules.d/alsa is the one you want. 
Afterwards, run modules-update to automatically update the other two files.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Ryan Tandy

Hemmann, Volker Armin wrote:

On Saturday 15 July 2006 01:01, Ryan Tandy wrote:

Korthrun wrote:

#   Load  dri

Uncomment that line, and restart X.


no.

That has to be commented - or removed.

Read the docs. Read the nvidia readme.


Oops, my bad - I've never had an nvidia card, sorry.  Assumed it was the 
same as others. *blush*

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Ryan Tandy

Korthrun wrote:

#   Load  dri


Uncomment that line, and restart X.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Ryan Tandy

Meino Christian Cramer wrote:

-O3 -m3dnow -march=athlon-xp
-mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
-funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
-finline-functions -falign-functions=4 -mpreferred-stack-boundary=2


Hmm... do you get a different result with, for example, CFLAGS=-Os 
-march=athlon-xp -pipe?


Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if 
changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to 
dig deeper. ;)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SVN stopped working after update of neon?

2006-07-12 Thread Ryan Tandy

Daevid Vincent wrote:

[EMAIL PROTECTED] $ svn update
svn: Unrecognized URL scheme for
'https://trac.myserver.com/svn/projects/foo/trunk'


# echo 'dev-util/subversion -nowebdav'  /etc/portage/package.use
# emerge -N dev-util/subversion
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SVN stopped working after update of neon?

2006-07-12 Thread Ryan Tandy

Daevid Vincent wrote:

[ebuild   R   ] dev-util/subversion-1.3.2-r1  USE=apache2 bash-completion
berkdb minimal nls perl python ruby* zlib -emacs -java -nowebdav


Er, whoops.  Where's that darn cancel button when I need it?
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Things that can be improved

2006-07-11 Thread Ryan Tandy

Dale wrote:

Careful with that -5 option.


delta ~ # ( while true ; do echo -5\n ; done ) | etc-update

*shifty eyes*
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Things that can be improved

2006-07-08 Thread Ryan Tandy

Daniel Iliev wrote:

Neil Bothwick wrote:

EXTRA_ECONF=--disable-runtime-cpudetection emerge --options mplayer

This doesn't work with every ebuild, but it does with most of them.



Correct. This doesn't work for mplayer.



[EMAIL PROTECTED] ~ $ equery u mplayer
[ Searching for packages matching mplayer... ]
[ Colour Code : set unset ]
[ Legend: Left column  (U) - USE flags from make.conf ]
[  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for media-video/mplayer-1.0_pre8 ]
 U I
snip
 - - cpudetection  : Enables runtime cpudetection
snip

So, you want USE=-cpudetection for mplayer.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DRI? ATI X300 PCIe

2006-07-08 Thread Ryan Tandy

fire-eyes wrote:

On Friday 07 July 2006 21:51, Ryan Tandy wrote:

Set VIDEO_CARDS=radeon or USE=video_cards_radeon, and emerge -N
xorg-x11.  Worked for me (Radeon 9600 XT) as of the first X -configure
run, with no additional messing about.  The driver name is radeon if
you like to do xorg.conf by hand.


Hm. I had VIDEO_CARDS at radeon already, however, I am curious about the 
video_cards_radeon USE flag. I set this and an emerge -Np xorg-x11 doesn't 
show anything. What listens to that USE flag?




VIDEO_CARDS=radeon implies USE=video_cards_radeon (a nifty Portage 
feature called USE_EXPAND).  Depending on your xorg-x11 version and 
ACCEPT_KEYWORDS:


for ~arch (~x11-base/xorg-x11-7.1), xorg-server and mesa are the ones 
that use it.


for arch (~x11-base/xorg-x11-7.0), it's the xorg-x11 ebuild itself that 
has it.


If you're running ~arch, installing 7.0 will still pull in the newer, 
~arch mesa and xorg-server, so all 3 ebuilds will have the flag.  I'm 
not sure how well this configuration works.


And when I said emerge -N xorg-x11 in my original mail, it should have 
been emerge -ND xorg-x11, so that xorg-server and mesa get updated with 
the new flag as well.  On the other hand, if you already have it set, 
nothing will be rebuilt.


Have you checked that your xorg.conf is set to use that driver?  Also, 
I've never owned a PCIe system, so I don't know what support for that is 
like.  As always, YMMV ;)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sharing access to my laptop

2006-07-08 Thread Ryan Tandy

Grant wrote:

My girlfriend's laptop's internal wireless card doesn't seem to
compatible with WPA and I don't want to use WEP on my Gentoo router.
This leaves me with the options of either getting her to buy a new
wireless card or sharing my laptop.  She has a user account on my
laptop and I use gdm so it's easy for her to log in, but is there
anything that can be done about the situation where I'm logged in and
away, xscreensaver has locked the screen, and she wants to log into
her account and use the system?

- Grant


[EMAIL PROTECTED] ~ $ equery u xscreensaver
[ Searching for packages matching xscreensaver... ]
[ Colour Code : set unset ]
[ Legend: Left column  (U) - USE flags from make.conf   
  ]
[  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for x11-misc/xscreensaver-5.00 ]
 U I
snip
 - - new-login   : Enables users to create new logins even if the X 
screen is locked by someone else

snip

:)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Imagemagick fails

2006-07-08 Thread Ryan Tandy

gentuxx wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

revdep-rebuild tells me that I need to remerge ImageMagick, but then
fails during the remerge.  This is the error I get:

libxml2  -O2 -march=pentium4 -fomit-frame-pointer -Wall -pthread -MT
coders/coders_png_la-png.lo -MD -MP -MF
coders/.deps/coders_png_la-png.Tpo -c -o coders/coders_png_la-png.lo
`test -f 'coders/png.c' || echo './'`coders/png.c; \
then mv -f coders/.deps/coders_png_la-png.Tpo
coders/.deps/coders_png_la-png.Plo; else rm -f
coders/.deps/coders_png_la-png.Tpo; exit 1; fi
coders/png.c: In function 'ReadOnePNGImage':
coders/png.c:1755: warning: implicit declaration of function
'png_access_version'
coders/png.c:1764: error: 'png_ptr' undeclared (first use in this
function)
coders/png.c:1764: error: (Each undeclared identifier is reported only
once
coders/png.c:1764: error: for each function it appears in.)
make: *** [coders/coders_png_la-png.lo] Error 1
make: *** Waiting for unfinished jobs

!!! ERROR: media-gfx/imagemagick-6.2.5.5 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  imagemagick-6.2.5.5.ebuild, line 86:   Called die

Any ideas?

- --
gentux
echo hfouvyyAhnbjm/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint == 5495 0388 67FF 0B89 1239  D840 4CF0 39E2
18D3 4A9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEsEPUTPA54hjTSp4RAt1AAJ0Uwn+pbGdjEIAFIAvKg+zygmYmpwCffSW6
JoklQthphWWLh4h/qoxNPzw=
=zYM/
-END PGP SIGNATURE-



Try remerging libpng and/or libxml2.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]MPlayer: CPU Detection? (was: [OT]Things that can be improved)

2006-07-08 Thread Ryan Tandy

Daniel Iliev wrote:

Quote:
==
Config files successfully generated by ./configure !

  Install prefix: /usr
  Data directory: /usr/share/mplayer
  Config direct.: /usr/share/mplayer


  Byte order: little-endian
  Optimizing for: Runtime CPU-Detection enabled
==


Byte order: little-endian
Optimizing for: pentium4 mmx mmxext sse sse2 mtrr

[ebuild   R   ] media-video/mplayer-1.0_pre8  USE=X alsa gif gtk i8x0 
jpeg mmx mmxext opengl png sse sse2 truetype unicode vorbis win32codecs 
xv xvid -3dfx -3dnow -3dnowext -aac -aalib -arts -bidi -bindist -bl 
-cdparanoia -cpudetection -custom-cflags -debug -dga -directfb -doc -dts 
-dv -dvb -dvd -dvdread -encode -esd -fbcon -ggi -ipv6 -jack -joystick 
-libcaca -lirc -live -livecd -lzo -mad -matrox -musepack -nas -nvidia 
-openal -oss -real -rtc -samba -sdl -speex -svga -tga -theora -v4l -v4l2 
-x264 -xanim -xinerama -xmms -xvmc 0 kB


And according to the ebuild, it works properly...

if use cpudetection || use livecd || use bindist
myconf = ${myconf} --enable-runtime-cpudetection
fi

I'm hoping they aren't, but are livecd or bindist in your USE?  Is your 
MPlayer ebuild coming from an overlay?  Have you synced recently?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Imagemagick fails

2006-07-08 Thread Ryan Tandy
if /bin/sh ./libtool --silent --tag=CC --mode=compile 
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand 
-I/usr/include/freetype2 -I/usr/include/libxml2  -O2 -march=pentium4 
-pipe -Wall -pthread -MT coders/coders_png_la-png.lo -MD -MP -MF 
coders/.deps/coders_png_la-png.Tpo -c -o coders/coders_png_la-png.lo 
`test -f 'coders/png.c' || echo './'`coders/png.c; \
	then mv -f coders/.deps/coders_png_la-png.Tpo 
coders/.deps/coders_png_la-png.Plo; else rm -f 
coders/.deps/coders_png_la-png.Tpo; exit 1; fi

coders/png.c: In function 'ReadOnePNGImage':
coders/png.c:1755: warning: implicit declaration of function 
'png_access_version'

coders/png.c:1764: error: 'png_ptr' undeclared (first use in this function)
coders/png.c:1764: error: (Each undeclared identifier is reported only once
coders/png.c:1764: error: for each function it appears in.)
make: *** [coders/coders_png_la-png.lo] Error 1

!!! ERROR: media-gfx/imagemagick-6.2.5.5 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  imagemagick-6.2.5.5.ebuild, line 86:   Called die

!!! compile problem
!!! If you need support, post the topmost build error, and the call 
stack if relevant.


[EMAIL PROTECTED] ~ $

Well. :P

On second thought, I should have checked Bugzilla *before* downloading 
and compiling all that...


https://bugs.gentoo.org/show_bug.cgi?id=136452

Bottom line: you need ~x86 libpng and imagemagick until libpng-1.2.12-r1 
and imagemagick-6.2.8.0 are stabled.


HTH. ;)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]MPlayer: CPU Detection?

2006-07-08 Thread Ryan Tandy

Daniel Iliev wrote:

Blaah! It is all my fault. bindist was on. And I can't even remember
why and when I have done this. Strange.



Can't think why you would either.  It's meant for when you're building 
GRP packages.  You should probably turn it off if that isn't your intention.


In any case, glad I could help. :)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DRI? ATI X300 PCIe

2006-07-07 Thread Ryan Tandy

fire-eyes wrote:

Hi,

I am interested in getting my ATI X300 (r300 or r370, conflicting info out 
there), which is a PCIe card, working with DRI with open source drivers. I am 
using xorg-x11-7.1 .


r370 is the chipset on the card, r300 is the (experimental) DRI driver 
that would be supporting it.


Any ideas? I am specifically looking for ways of doing this not including 
messing with overlays, that is a major pain, and (opinon) I shouldn't have to 
do that anyway.


Set VIDEO_CARDS=radeon or USE=video_cards_radeon, and emerge -N 
xorg-x11.  Worked for me (Radeon 9600 XT) as of the first X -configure 
run, with no additional messing about.  The driver name is radeon if 
you like to do xorg.conf by hand.


Disclaimer: The DRI functionality is still experimental.  Some functions 
(specular lighting in particular) don't behave exactly as expected.  For 
example, a couple of XScreensaver hacks don't work quite right for me. 
Still a darn sight better than software, though... ;)



Cheers.


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



Re: [gentoo-user] DRI? ATI X300 PCIe

2006-07-07 Thread Ryan Tandy

Richard Fish wrote:


How about googleearth?  Have you tried it?

-Richard


Haven't, sorry.  May do when I get a moment though.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Protecting my server against an individual

2006-07-05 Thread Ryan Tandy

Alexander Skwar wrote:

Ryan Tandy wrote:

you're running a firewall of some kind (and you'd be crazy not to for 
any publically accessible box),


Actually, I'd disagree. If only the necessary publicly accessible services
are running on a box, what good should a firewal (I suppose you mean
packet filter, like iptables) do? The only useful measure I can think about,
is to do rate limiting. But what else?

Alexander Skwar


Point taken, and agreed with.  I retract the crazy not to part; 
however, some netfilter/iptables features can be very handy in limiting 
access to said services (e.g. dropping all SSH connections not coming 
from your IP).


I guess sometimes my Windows days do come back to haunt me... ;)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world favorites: pros and cons

2006-07-05 Thread Ryan Tandy

Daniel Iliev wrote:

5) The best reason for manual removing individual packages from the
world set is to prevent them from upgrading.


I wouldn't call that a good reason.  /etc/portage is there for that kind 
of thing.  If you remove a package from world, and nothing depends on 
it, then it'll get swept up next time you --depclean without remembering 
to put it back first.  If you remove a package from world, and something 
depends on it, it'll get upgraded anyway next time you -u or -uD.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Protecting my server against an individual

2006-07-05 Thread Ryan Tandy

Lord Sauron wrote:

If you can, what I'd do is try and get the guy's MAC Address or
something and then totally block that off.  That's send him away right
quickly.  I don't know enough to know if that'd be totally possible,
but if the guy isn't terribly intelligent, that'll send him packing.


net-analyzer/macchanger ;)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Protecting my server against an individual

2006-07-05 Thread Ryan Tandy

Steven Susbauer wrote:


On Wed, 5 Jul 2006, Ryan Tandy wrote:


Lord Sauron wrote:

If you can, what I'd do is try and get the guy's MAC Address or
something and then totally block that off.  That's send him away right
quickly.  I don't know enough to know if that'd be totally possible,
but if the guy isn't terribly intelligent, that'll send him packing.

net-analyzer/macchanger ;)



What's this? Portage on Windows?


More just to mention that there is such a thing out there.  And if it 
exists for us, chances are he has a similar tool available.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Protecting my server against an individual

2006-07-04 Thread Ryan Tandy

Grant wrote:

It has come to my attention that a particular person I know may be
intent on attacking my server/website in any way possible.  He doesn't
know much about Linux but does know Windows.  What kind of things
should I lock down to protect my remote hosted server?  I don't have
time to get too crazy with security right now, but what kinds of
simple tricks might this fellow learn by asking around on forums, etc?


Assuming your packages are all up to date security-wise (glsa-check) and 
you're running a firewall of some kind (and you'd be crazy not to for 
any publically accessible box), there isn't much stuff you can do 
(without investing a bunch of time and effort in learning new things) 
besides change your passwords a bit more frequently and keep a close eye 
on logs from network-accessible programs (sshd, httpd, firewall).

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package version notification (~/+)?

2006-07-03 Thread Ryan Tandy

John J. Foster wrote:

Excellent. Thanks Neil and Allan. You know, I just went back and re-read
the man page for portage, and it made perfect sense. I'd read that
page probably 10 times before and didn't get it. 


Not to rain on your parade, but please don't let your joy get in the way 
of your mail being safe for work/school/etc ;)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xgl, masked packages, and me going crazy

2006-07-02 Thread Ryan Tandy

Mauro Arnoldi wrote:

[...]


# sed -i '/libdrm/d' /etc/portage/package.keywords
# echo 'x11-libs/libdrm -*'  /etc/portage/package.keywords
# emerge -uND world
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USE flag

2006-06-30 Thread Ryan Tandy

Jeremy Olexa wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ryan Tandy wrote:

Jeremy Olexa wrote:

without gtk support (aka ncurses) then I would re-emerge profuse WITHOUT

Er... maybe I misunderstood something, but gtk and ncurses are two
COMPLETELY different things.


right. that is what I meant. if you didn't want a gtk interface you
would end up using a ncurses interface ;) yes?



Ah, my misinterpretation.  I thought you meant that GTK == ncurses, 
rather than (!GTK) == ncurses.


Sorry all for the wasted bandwidth. ;)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Should KDE programs be shown in Ubuntu Gnome menu?

2006-06-30 Thread Ryan Tandy

Alexander Skwar wrote:

Alexander Skwar schrieb:

[ nothing again... ]


Please excuse me once more... I'm still looking for that darn cancel
feature for e-mails. Did anyone spot it yet? :)

Alexander Skwar



...

Set yourself up a local SMTP server.  Patch the source to apply a delay 
of 5 minutes between the server being handed a message and actually 
sending it, and a hook to cancel a queued message. :)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USE flag

2006-06-28 Thread Ryan Tandy

Jeremy Olexa wrote:

without gtk support (aka ncurses) then I would re-emerge profuse WITHOUT


Er... maybe I misunderstood something, but gtk and ncurses are two 
COMPLETELY different things.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Accessing mailserver with ssh

2006-06-19 Thread Ryan Tandy

Mick wrote:

I don't know how I have managed
without  netcat all this time  . . .  it can do almost everything but
take the dog out for a walk! :-))


Didn't you read the man page?

 -W[dksa]
 --walk=(dog,kid,spouse,away)

$ sudo nc -Wd

:P
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge wxGTK with gtk2 in your USE

2006-06-17 Thread Ryan Tandy

michael higgins wrote:


Unfortunately, I don't see, simply, where that flag is available. What am I 
missing?


I think the info is slightly out of date.  Try remerging wxGTK with X 
in USE.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Speed up ATI Radeon X300 with google-earth?

2006-06-17 Thread Ryan Tandy

Walter Dnes wrote:


  Can I set any tweaks for the open source ATI Radeon driver to speed
things up?  I do *NOT* want to go back to fglrx.  It gave true Windows
emulation... including hard lockups that required power-recycling to get
out of... grrr.



Check out http://r300.sourceforge.net and/or http://dri.sourceforge.net 
for the experimental DRI driver - software rendering isn't going to get 
you anywhere.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] supported mp3 players (hardware)

2006-06-17 Thread Ryan Tandy

Alan wrote:


I don't have an ipod so I have no experience, but there is a 3rd party
firmware hack that replaces the ipod firmware and supports flac/ogg/etc
and adds nifty things.


plug class=shameless

http://ipodlinux.sourceforge.net

/plug

:D
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Ryan Tandy

Mauro Arnoldi wrote:


My ati drivers doesn't want to compile:

#emerge -pv ati-drivers

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

Calculating dependencies... done!
[blocks B ] =x11-base/xorg-server-1.0.99 (is blocking 
x11-drivers/ati-drivers-8.25.18)

[ebuild   R   ] x11-drivers/ati-drivers-8.25.18  USE=opengl 0 kB

I try with: emerge -O ati-drivers and I set the driver fglrx. The result:

(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module fglrx (module does not exist, 0)
(EE) No drivers available


-Richard


Then you may need to use a different xorg-server version.  If that 
doesn't pose a major problem, then


# emerge -C xorg-server
# emerge -D ati-drivers

Simply installing the ati-drivers should automatically pull in the 
newest xorg-server that they will work with.  There's a thread somewhere 
on forums.gentoo.org, and another one a while back on gentoo-dev, 
explaining the reason for the block.


When I first started with the ati-drivers, Xorg 6.8 was the latest 
available, but they would only work with 6.7 - so we had to wait until 
ATI released a new version before we could use 6.8.


Waiting a few weeks for the very latest xorg-server build won't kill you. ;)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kalarm still broken -- revdep-rebuild fails; need mass unmerge of old KDE things

2006-06-10 Thread Ryan Tandy

Kevin O'Gorman wrote:


It reported a bunch of problems with KDE itself.  Mostly with old versions,
so I'd like to unmerge them.  But I'm a bit unsure how to do that.  Do I 
have to

unmerge the component packages one by one, or is there some way to
name all of the components of KDE 3.2, 3.3 and 3.4 with one or three 
collective

names?

You still have kde-3.2 installed??  You've been around Gentoo longer 
than I have, that's for sure!


In any case:

emerge --prune kde kde-meta

emerge --pretend depclean

emerge depclean


Even if I do this, there remain some current complaints from revdep-rebuild:

  broken /usr/kde/3.5/lib/kde3/libkaddrbk_geo_xxport.so (requires  
libkabinterfaces.so.1)
  broken /usr/kde/3.5/lib/kde3/libkaddrbk_gmx_xxport.so (requires  
libkabinterfaces.so.1)
Plus some relating to openoffice-bin (I'm going to see if switching to 
plain openoffice helps)
and one relating to perl that stumps me because it comes from the 
imagemagick package
itself, and so presumably should know what version of its own libraries 
to use:


  broken 
/usr/lib/perl5/vendor_perl/5.8.7/i686-linux/auto/Image/Magick/Magick.so 
(requires  libMagick.so.6)


I guess I'll re-emerge imagemagick and see if it helps.


The correct procedure is to re-merge the package whose binary is doing 
the complaining, rather than the one whose library is being complained 
about.  A nonexistent libMagick.so.6 isn't a problem that will be solved 
by re-merging imagemagick; the solution is to re-merge perl, which will 
update its link to your newer version of imagemagick.  I don't know what 
KDE package the KDE libs up there belong to; try running them through 
'equery belongs', and re-merging the relevant package.


When doing simple replacement merges like this, it's useful to use the 
--oneshot or -1 option to emerge so that you don't get extra stuff 
dumped into world, such as a KDE lib that's normally only a dependency.



more complaining
This whole area seems a lot less automated than most of the portage stuff.
I know gentoo is a DIY type distribution, but this proceedure looks to 
me like
a magnet for operator error (not to mention confusion) and could use 
some attention.

/more complaining

Unfortunately, your system doesn't seem to have been getting the proper 
maintenance it needs in terms of keeping dynamic linking up to date and 
cleaning out older versions of stuff.  In such a case - yes, it does 
take a bit of work to get things running smoothly.


Revdep-rebuild is a fairly good program considering what it's being 
asked to do, but it isn't perfect - sometimes you just have to do a bit 
of digging to find out what's broken.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTP Server

2006-06-07 Thread Ryan Tandy

Neil Bothwick wrote:


That's a security risk! Doing nothing unsuccessfully means
doing something. You want him to do nothing successfully :)




...I'm not sure I follow your logic there.

In any case, -ie 's/false/true' and continue? :)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTP Server

2006-06-06 Thread Ryan Tandy

Daniel wrote:

  dad:x:1001:1001::/home/dad:/usr/lib/misc/sftp-server

That way, if his box gets compromised, the intruder doesn't have a shell 
on your machine, just the ability to delete your dad's website ;-)


What's wrong with /bin/false?

Then, if it's compromised, all he has is the ability to do nothing, 
unsuccessfully :)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] checking local packages against portage

2006-06-06 Thread Ryan Tandy

Joseph wrote:

Recently I found out that I had an old package avifile installed on my
system but it was no longer in portage. 


How to check packages that are installed on my system but are no longer
available in portage (so I can remove them)?



/usr/sbin/emaint --check
--
gentoo-user@gentoo.org mailing list



  1   2   3   >