Re: [gentoo-user] ssh problem

2011-02-26 Thread Adam Carter
The nc command does nothing when run from the same host I'm trying to ssh in to. Ok so you may not have an ssh problem (so ignore the ssh specific stuff for now) you have a network problem. It will be either routing or firewalling. If you can ping the box, then its a firewall problem. So, try

Re: [gentoo-user] ssh problem

2011-02-26 Thread Mick
On Saturday 26 February 2011 07:49:44 Adam Carter wrote: The nc command does nothing when run from the same host I'm trying to ssh in to. Ok so you may not have an ssh problem (so ignore the ssh specific stuff for now) you have a network problem. It will be either routing or firewalling.

Re: [gentoo-user] Ebuild hacking howto

2011-02-26 Thread Mick
On Saturday 26 February 2011 00:43:43 Mark Shields wrote: Saw that you linked to the creating an updated ebuild from gentoo-wiki, so what I say may overlay quite a bit, but hear me out: It depends on how the ebuild is built. If it references the version by the ebuild file name, which is

[gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-26 Thread Mick
I have unmerged x11-drivers/xf86-input-mouse and x11-drivers/xf86-input- keyboard and also removed mouse and keyboard from my /etc/make.conf, which now only contains: INPUT_DEVICES=synaptics evdev However, portage seems to want to pull in x11-drivers/xf86-input-mouse and

Re: [gentoo-user] Random reboots. Where to start?

2011-02-26 Thread Mick
On Saturday 26 February 2011 00:24:50 Dale wrote: Volker Armin Hemmann wrote: let memtest86 run - for 12h. increase ram voltage - a bit. Like 0.01V. get a different psu. 12 hours? By that time, I would be in a rubber room. I would go nuts. lol I did let it run for almost 5 hours tho.

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread Roman Zilka
Amankwah (Sat, 26 Feb 2011 11:19:22 +0800): On Fri, Feb 25, 2011 at 06:26:51PM -0800, Grant wrote: I used to use slocate like this to search the filesystem for a file: foo*.txt but mlocate doesn't seem to accept wildcards. I tried to figure out how to do it with find but failed.

Re: [gentoo-user] Re: Finally got my Acer Aspire 4551 notebook 100% functional

2011-02-26 Thread Mick
On Tuesday 22 February 2011 21:51:43 walt wrote: On 02/22/2011 09:51 AM, Walter Dnes wrote: I finally got my Acer 4551 100% functional under 64-bit Gentoo linux. Congratulations :) Thanks to various people on various linux forums who spelled out the answers, and also to Mr. Google

Re: [gentoo-user] ssh problem

2011-02-26 Thread dhk
On 02/26/2011 03:13 AM, Mick wrote: On Saturday 26 February 2011 07:49:44 Adam Carter wrote: The nc command does nothing when run from the same host I'm trying to ssh in to. Ok so you may not have an ssh problem (so ignore the ssh specific stuff for now) you have a network problem. It will

Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-26 Thread Jesús J . Guerrero Botella
You could always grep for INPUT_DEVICES into /etc/portage, user -R for recursive search. Also, make sure there's no other statement for INPUT_DEVICES in make.conf after the one you posted above. -- Jesús Guerrero Botella

Re: [gentoo-user] Re: automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-26 at 06:00 Nikos Chantziaras wrote: Make sure you have udev enabled for your desktop environment. Or HAL, if it doesn't support udev. Then it will just work. hi nikos, the only package in xfce that has a flag for udev is xfce-base/xfce4-session and it is set. i-m afraid it

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-25 at 19:42 Dale wrote: * xfce-extra/xfce4-mount-plugin Available versions: 0.5.5 {debug} Homepage:http://www.xfce.org/ Description: Mount plugin for the Xfce panel That last one should put you on the right path for sure. hi dale, i do have the

[gentoo-user] Problem with /devcdrom /dev/sro

2011-02-26 Thread Roger Cahn
Hi, Since I have installed kernel amd64 I have nomore cdrom and sr0 in /dev Here is my emerge --info: Portage 2.1.9.25 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.11.2-r3, 2.6.36-gentoo-r5 x86_64) = System uname:

Re: [gentoo-user] Problem with /devcdrom /dev/sro

2011-02-26 Thread Volker Armin Hemmann
On Saturday 26 February 2011 13:03:00 Roger Cahn wrote: Hi, Since I have installed kernel amd64 I have nomore cdrom and sr0 in /dev Here is my emerge --info: which is useless. dmesg and kernel config would be much more helpfull. Especially the scsi part of kernel config. Stuff like cdrom

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread Marc Joliet
Am Fri, 25 Feb 2011 23:31:07 -0200 schrieb luis jure l...@internet.com.uy: hello list, Hi, i'm old-fashioned and i never cared for this automount thing, but now i have two pen drives and two usb hard disks that i have to mount and umount all the time, and doing it by hand every time is

Re: [gentoo-user] ssh problem

2011-02-26 Thread Adam Carter
When ssh'ing in from a remote updated Gentoo box the Read from socket failed: Connection reset by peer message is displayed. This message is not displayed when trying to ssh in from inside the network. Ok that's different (and not consistent with the Connection timed out message, but lets

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread luis jure
hi marc, It seems that for Xfce you want the Thunar Volume Manager plugin i had already installed this plugin, but it doesn't seem to do much: an icon for the device appears on the side panel, but no corresponding mount point is created under /media. when i click on the icon a Not Authorized

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-26 Thread Mark Knecht
On Fri, Feb 25, 2011 at 8:10 PM, Dale rdalek1...@gmail.com wrote: SNIP Not to long ago, there was only a 150 or so packages for system regardless of the USE flags. I think that you are just mistaken about this point. I have pretty much always been able to make @system package count blow up by

Re: [gentoo-user] Random reboots. Where to start?

2011-02-26 Thread Dale
Mick wrote: Before you start tweaking voltages and replacing PSUs you better test your *new* memory modules thoroughly, even if that means that you will be using your old machine for a day or so. Personally I usually remove all memory modules and then test one at a time overnight with memtest

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-26 Thread Neil Bothwick
On Fri, 25 Feb 2011 22:10:27 -0600, Dale wrote: Not exactly. I'm saying I don't think X stuff should be in the system set regardless of USE flags. There is no X stuff in @system. what you are seeing is that some dependencies of @system have X in their IUSE, so pull in X, but that doesn't

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-26 at 11:30 luis jure wrote: i had already installed this plugin, but it doesn't seem to do much: an icon for the device appears on the side panel, but no corresponding mount point is created under /media. when i click on the icon a Not Authorized message appears. i'm getting

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread Marc Joliet
Am Sat, 26 Feb 2011 11:30:45 -0200 schrieb luis jure l...@internet.com.uy: hi marc, Hi Luis, It seems that for Xfce you want the Thunar Volume Manager plugin i had already installed this plugin, but it doesn't seem to do much: an icon for the device appears on the side panel, but no

[gentoo-user] Re: automounting usb drives

2011-02-26 Thread Nikos Chantziaras
On 02/26/2011 04:46 PM, luis jure wrote: on 2011-02-26 at 11:30 luis jure wrote: i had already installed this plugin, but it doesn't seem to do much: an icon for the device appears on the side panel, but no corresponding mount point is created under /media. when i click on the icon a Not

Re: [gentoo-user] Ebuild hacking howto

2011-02-26 Thread Dale
Mick wrote: Not related to the OP's question, but couldn't stop myself from asking: Why is/was webmin dropped from portage? I saw bug 348432 for webmin-1.530, but other than offering an ebuild it didn't say. From gentoo-dev: # Diego E. Pettenòflamee...@gentoo.org (10 Aug 2010) # on

Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-26 Thread Mick
On Saturday 26 February 2011 11:26:38 Jesús J. Guerrero Botella wrote: You could always grep for INPUT_DEVICES into /etc/portage, user -R for recursive search. Also, make sure there's no other statement for INPUT_DEVICES in make.conf after the one you posted above. Thanks, I checked for

Re: [gentoo-user] Re: automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-26 at 16:53 Nikos Chantziaras wrote: Do you have any entries for those devices in /etc/fstab? If yes, delete them. They interfere with automounting. i had already deleted them, only after doing so the device icon began to appear on thunar. but i can't mount it as a normal user,

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-26 at 15:47 Marc Joliet wrote: According to the README file [0], udiskie uses consolekit to obtain necessary permissions. That means that you need to emerge xfce4-session with the use flags +consolekit. i recompiled xfce4-session with +consolekit, but the situation remains

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread Christoph Brendes
Hi, for me it works (xfce 4.8 with udev and udisk) please check if you - enable the volume manager (thunar preferences: Advanced tab) - you are in the plugdev group On Sat, 26 Feb 2011 11:30:45 -0200 luis jure l...@internet.com.uy wrote: It seems that for Xfce you want the Thunar Volume

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-26 Thread Dale
Neil Bothwick wrote: On Fri, 25 Feb 2011 22:10:27 -0600, Dale wrote: Not exactly. I'm saying I don't think X stuff should be in the system set regardless of USE flags. There is no X stuff in @system. what you are seeing is that some dependencies of @system have X in their IUSE, so

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-26 at 16:17 Christoph Brendes wrote: Hi, for me it works (xfce 4.8 with udev and udisk) please check if you - enable the volume manager (thunar preferences: Advanced tab) - you are in the plugdev group yes to both... :-(

[gentoo-user] Re: automounting usb drives

2011-02-26 Thread Nikos Chantziaras
On 02/26/2011 05:09 PM, luis jure wrote: on 2011-02-26 at 16:53 Nikos Chantziaras wrote: Do you have any entries for those devices in /etc/fstab? If yes, delete them. They interfere with automounting. i had already deleted them, only after doing so the device icon began to appear on

Re: [gentoo-user] Random reboots. Where to start?

2011-02-26 Thread Yohan Pereira
On Saturday 26 Feb 2011 04:36:32 AM Dale wrote: I booted a USB stick and it ran a long time with no problem. ok this may have nothing to do with it but was it a 32 bit OS on the usb stick? does it use all 8 gigs? dont know if this makes any diffrence though just guessing. -- - Yohan Pereira

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread Christoph Brendes
On Sat, 26 Feb 2011 13:27:11 -0200 luis jure l...@internet.com.uy wrote: on 2011-02-26 at 16:17 Christoph Brendes wrote: Hi, for me it works (xfce 4.8 with udev and udisk) please check if you - enable the volume manager (thunar preferences: Advanced tab) - you are in the plugdev

Re: [gentoo-user] Random reboots. Where to start?

2011-02-26 Thread Dale
Yohan Pereira wrote: On Saturday 26 Feb 2011 04:36:32 AM Dale wrote: I booted a USB stick and it ran a long time with no problem. ok this may have nothing to do with it but was it a 32 bit OS on the usb stick? does it use all 8 gigs? dont know if this makes any diffrence though just

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-26 Thread Neil Bothwick
On Sat, 26 Feb 2011 09:24:18 -0600, Dale wrote: I see your point but that isn't what I have been talking about. When I run emerge -e system, it pulls in a bunch of X stuff including KDE. Yea, it is because of USE flags but that didn't used to be the case. If I recall correctly, my system

[gentoo-user] Joining bayes-dbs?

2011-02-26 Thread meino . cramer
Hi, due to a temporary misconfiguration I have several db's (berkdb) of spamassassins bayes feature on my hd. All are of different users (I currently use nobody:nobody as user for spamd). I would like to combine/join them into one db. How can I acchieve this most painlessly ? Best regards and

Re: [gentoo-user] Random reboots. Where to start?

2011-02-26 Thread Volker Armin Hemmann
On Friday 25 February 2011 18:24:50 Dale wrote: Volker Armin Hemmann wrote: let memtest86 run - for 12h. increase ram voltage - a bit. Like 0.01V. get a different psu. 12 hours? you are right. 24h is better.

Re: [gentoo-user] Ebuild hacking howto

2011-02-26 Thread Mick
On Saturday 26 February 2011 14:56:35 Dale wrote: Mick wrote: Not related to the OP's question, but couldn't stop myself from asking: Why is/was webmin dropped from portage? I saw bug 348432 for webmin-1.530, but other than offering an ebuild it didn't say. From gentoo-dev: #

[gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17

2011-02-26 Thread Mick
Where are being these set? I currently have: $ echo $XDG_CONFIG_DIRS /etc/xdg $ echo $XDG_DATA_DIRS /usr/local/share:/usr/share I'm asking because although Enlightenment-17 picks up the kde menu from there, it does not seem to recognise the respective application icons. If I set the icons

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread Marc Joliet
Am Sat, 26 Feb 2011 13:14:32 -0200 schrieb luis jure l...@internet.com.uy: on 2011-02-26 at 15:47 Marc Joliet wrote: According to the README file [0], udiskie uses consolekit to obtain necessary permissions. That means that you need to emerge xfce4-session with the use flags +consolekit.

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread Grant
I used to use slocate like this to search the filesystem for a file: foo*.txt but mlocate doesn't seem to accept wildcards.  I tried to figure out how to do it with find but failed.  Can anyone point me in the right direction? - Grant Try locate */foo*.txt. mlocate seems to match

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread Grant
I used to use slocate like this to search the filesystem for a file: foo*.txt but mlocate doesn't seem to accept wildcards.  I tried to figure out how to do it with find but failed.  Can anyone point me in the right direction? - Grant How about this? find -name foo*.txt ? I can't get

Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17

2011-02-26 Thread David W Noon
On Sat, 26 Feb 2011 17:50:02 +0100, Mick wrote about [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17: Where are being these set? I currently have: $ echo $XDG_CONFIG_DIRS /etc/xdg $ echo $XDG_DATA_DIRS /usr/local/share:/usr/share Take a look at /etc/env.d/*xdg*, which

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread luis jure
on 2011-02-26 at 09:33 Grant wrote: I can't get find to work. This works: locate *foo*.txt but none of these work: find /my/folder -name foo*.txt find /my/folder -name *foo*.txt find /my/folder -type f -name '*foo*.txt' What am I doing wrong? I do need the find to be recursive in that

Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17

2011-02-26 Thread Mick
On Saturday 26 February 2011 18:12:42 David W Noon wrote: On Sat, 26 Feb 2011 17:50:02 +0100, Mick wrote about [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17: Where are being these set? I currently have: $ echo $XDG_CONFIG_DIRS /etc/xdg $ echo $XDG_DATA_DIRS

Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17

2011-02-26 Thread Mike Gilbert
On Sat, Feb 26, 2011 at 11:41 AM, Mick michaelkintz...@gmail.com wrote: Where are being these set? I currently have: $ echo $XDG_CONFIG_DIRS /etc/xdg $ echo $XDG_DATA_DIRS /usr/local/share:/usr/share See /etc/env.d/30xdg-data-local and /etc/env.d/90xdg-data-base.

Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-26 Thread Mark Knecht
On Sat, Feb 26, 2011 at 7:04 AM, Mick michaelkintz...@gmail.com wrote: On Saturday 26 February 2011 11:26:38 Jesús J. Guerrero Botella wrote: You could always grep for INPUT_DEVICES into /etc/portage, user -R for recursive search. Also, make sure there's no other statement for INPUT_DEVICES

Re: [gentoo-user] Ebuild hacking howto

2011-02-26 Thread Marc Joliet
Am Sat, 26 Feb 2011 16:28:35 + schrieb Mick michaelkintz...@gmail.com: On Saturday 26 February 2011 14:56:35 Dale wrote: Mick wrote: Not related to the OP's question, but couldn't stop myself from asking: Why is/was webmin dropped from portage? I saw bug 348432 for

[gentoo-user] usb modem pantech uml290

2011-02-26 Thread Valmor de Almeida
Hello, Is anyone using the uml290 modem? I've never used one and recently acquired this model. What other kernel support is needed in addition to usb modem? and what package is needed to connect the modem (currently I use wicd for wired and wireless connection on a laptop where I intend to use

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread Roman Zilka
I used to use slocate like this to search the filesystem for a file: foo*.txt but mlocate doesn't seem to accept wildcards.  I tried to figure out how to do it with find but failed.  Can anyone point me in the right direction? - Grant How about this? find -name foo*.txt ?

[gentoo-user] Re: ALSA - Still No Sound

2011-02-26 Thread walt
On 02/15/2011 02:43 AM, dhk wrote: On 02/14/2011 12:29 PM, walt wrote: On 02/14/2011 03:43 AM, dhk wrote: What are the Intel HD Audio codecs? I don't remember doing anything explicitly for them. How do I check them? Thanks. Under the HD-Intel sound card driver menu there are several

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-26 Thread Mike Gilbert
On Sat, Feb 26, 2011 at 10:24 AM, Dale rdalek1...@gmail.com wrote: I don't object to having X stuff installed, I just don't think it should be pulled into the system set. The system set (@system) is comprised ONLY of the packages listed in the various packages files under /usr/portage/profiles.

[gentoo-user] Re: strange library dependencies

2011-02-26 Thread walt
On 02/25/2011 01:51 AM, Helmut Jarausch wrote: Hi, I've just emerged app-text/djview4 which went through without any errors. But invoking djview4 fails due to missing libraries libdjvulibre.so.15 and libtiff.so.3 On my system there the more recent versions libdjvulibre.so.21

[gentoo-user] Re: Random reboots. Where to start?

2011-02-26 Thread walt
On 02/25/2011 03:10 PM, Dale wrote: I got a good power supply but it could still be that. Even the best and most expensive break from time to time. I think I could swap mine out from my old rig if needed. This new rig doesn't pull near as much as my old one. How can you tell how much power

Re: [gentoo-user] Re: Random reboots. Where to start?

2011-02-26 Thread Mark Knecht
On Sat, Feb 26, 2011 at 2:20 PM, walt w41...@gmail.com wrote: On 02/25/2011 03:10 PM, Dale wrote: I got a good power supply but it could still be that. Even the best and most  expensive break from time to time. I think I could swap mine out from my old rig if needed. This new rig doesn't

[gentoo-user] Re: automounting usb drives

2011-02-26 Thread walt
On 02/26/2011 03:40 AM, luis jure wrote: on 2011-02-26 at 06:00 Nikos Chantziaras wrote: Make sure you have udev enabled for your desktop environment. Or HAL, if it doesn't support udev. Then it will just work. hi nikos, the only package in xfce that has a flag for udev is

Re: [gentoo-user] Re: Random reboots. Where to start?

2011-02-26 Thread Dale
Mark Knecht wrote: On Sat, Feb 26, 2011 at 2:20 PM, waltw41...@gmail.com wrote: On 02/25/2011 03:10 PM, Dale wrote: I got a good power supply but it could still be that. Even the best and most expensive break from time to time. I think I could swap mine out from my old rig if

Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-26 Thread Jesús J . Guerrero Botella
2011/2/26 Mick michaelkintz...@gmail.com: On Saturday 26 February 2011 11:26:38 Jesús J. Guerrero Botella wrote: You could always grep for INPUT_DEVICES into /etc/portage, user -R for recursive search. Also, make sure there's no other statement for INPUT_DEVICES in make.conf after the one

Re: [gentoo-user] Re: automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-26 at 14:44 walt wrote: xfce4-session also recognizes the policykit and consolekit USE flag, and those two things seem to be the way of the future (until tomorrow, anyway) for desktop managers like kde and gnome. xfce has always been closely related to gnome, and it still uses the

Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17

2011-02-26 Thread David W Noon
On Sat, 26 Feb 2011 20:00:01 +0100, Mick wrote about Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17: [snip] and they contain: $ cat /etc/env.d/30xdg-data-local XDG_DATA_DIRS=/usr/local/share COLON_SEPARATED=XDG_DATA_DIRS XDG_CONFIG_DIRS $ cat

Re: [gentoo-user] Re: automounting usb drives

2011-02-26 Thread Paul Colquhoun
On Sun, 27 Feb 2011 11:04:41 luis jure wrote: on 2011-02-26 at 14:44 walt wrote: xfce4-session also recognizes the policykit and consolekit USE flag, and those two things seem to be the way of the future (until tomorrow, anyway) for desktop managers like kde and gnome. xfce has always been

Re: [gentoo-user] Re: automounting usb drives

2011-02-26 Thread luis jure
on 2011-02-27 at 11:32 Paul Colquhoun wrote: If it involved PolicyKit, that may be the cause. Look in /etc/PolicyKit/PolicyKit.conf and see if that is blocking your access. mmm... i don't have this file (or the /etc/PolicyKit directory, for that matter). i only have the /etc/polkit-1

Re: [gentoo-user] Re: automounting usb drives

2011-02-26 Thread Paul Colquhoun
On Sun, 27 Feb 2011 13:10:37 luis jure wrote: on 2011-02-27 at 11:32 Paul Colquhoun wrote: If it involved PolicyKit, that may be the cause. Look in /etc/PolicyKit/PolicyKit.conf and see if that is blocking your access. mmm... i don't have this file (or the /etc/PolicyKit directory, for that

Re: [gentoo-user] automounting usb drives

2011-02-26 Thread Duong Yang Ha Nguyen
On Sat, 26 Feb 2011, Christoph Brendes wrote: On Sat, 26 Feb 2011 13:27:11 -0200 luis jure l...@internet.com.uy wrote: on 2011-02-26 at 16:17 Christoph Brendes wrote: Hi, for me it works (xfce 4.8 with udev and udisk) please check if you - enable the volume manager (thunar

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread Stroller
On 26/2/2011, at 5:33pm, Grant wrote: I can't get find to work. This works: locate *foo*.txt but none of these work: find /my/folder -name foo*.txt find /my/folder -name *foo*.txt find /my/folder -type f -name '*foo*.txt' $ mkdir -p /my/folder mkdir: cannot create directory `/my':

[gentoo-user] Downgrade kdepim 4.5.94.1 to 4.4.10

2011-02-26 Thread Alan McKinnon
Hi, I upgraded kdepim a while ago to most recent recent snpashots (4.5.94.1) This has proved less than successful, such as calendars do not work at all and akonadi sync takes forever on large mail collections. So I want to go back to 4.4.10 till such time as stuff actually works. The upgrade

Re: [gentoo-user] Search filesystem with a wildcard

2011-02-26 Thread Stroller
On 27/2/2011, at 6:30am, Alan McKinnon wrote: On Sunday 27 February 2011 03:46:48 Stroller wrote: On 26/2/2011, at 5:33pm, Grant wrote: find /my/folder -type f -name '*foo*.txt' He didn't quote the search string and neither did the grandparent. Find will do what he's asking and it's