Re: [gentoo-user] Re: modules built post kernel install (on the fly)

2006-03-05 Thread Boyd Stephen Smith Jr.
ave a question about your sig. > > Do you get that info from a single command or several? > > The answer is several, > for kernel version i did 'uname -r' > for gcc-version i did 'gcc -v' > for processor i did 'cat /proc/cpuinfo' > for ram &

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
On Sun, Aug 27, 2017 at 8:24 PM, IceAmber wrote: > iceamber@localhost:~ $ grep NOUVEAU /usr/src/linux/.config > CONFIG_DRM_NOUVEAU=m > CONFIG_NOUVEAU_DEBUG=5 > CONFIG_NOUVEAU_DEBUG_DEFAULT=3 > CONFIG_DRM_NOUVEAU_BACKLIGHT=y > > iceamber@localhost:~ $ grep -E 'nvidia

[gentoo-user] Re: Where does sudo get the PATH ?

2012-10-11 Thread Nicolas Richard
Pandu Poluan writes: > A bit desperate, but try : > > grep -R "texlive/2011" /etc/* I tried that already youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 /etc youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 ~root /root/.bash_history:cd /usr/local/texlive/2011 /root

[gentoo-user] [OT]: grep -Z not working ???

2011-07-18 Thread meino . cramer
Hi, the manual page of grep mentioned the following: -Z, --null Output a zero byte (the ASCII NUL character) instead of the character that normally follows a file name. For example, grep -lZ outputs a zero byte after each file name instead of the usual

Re: [gentoo-user] bash script question

2014-08-18 Thread Kerin Millar
On 18/08/2014 12:29, Stroller wrote: On Mon, 18 August 2014, at 10:42 am, wraeth wrote: On Mon, 2014-08-18 at 18:54 +1000, Adam Carter wrote: But this matches if grep fails both times as well as when it matches both time. Any ideas? If you don't mind using a quick loop, you coul

[Solved] Re: [gentoo-user] Re: bash upgrading problem

2019-01-22 Thread Jacques Montier
ld ever invoke sudo. So I'd say > > that you should first find out what command is being executed with > > sudo. > > To do that, try to emerge bash, and when the sudo prompt pops up, > > switch > > to another terminal window and do: > > &g

Re: [gentoo-user] [OT] Which openoffice

2008-05-05 Thread b.n.
Willie Wong ha scritto: Since we've come this far, I really want to know what is your virtual p*n*s length: echo `uptime|grep days|sed 's/.*up \([0-9]*\) day.*/\1\/10+/'; cat /proc/cpuinfo|grep '^cpu MHz'|awk '{print $4"/30 +";}';free|grep '

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Alexander Kapshuk
On Mon, Jan 21, 2019 at 3:43 PM Jacques Montier wrote: > > > Le lun. 21 janv. 2019 à 14:16, Alexander Kapshuk > a écrit : >> >> >> >> What is the output of: >> env | grep libsandbox.so >> > > There is no output of env | grep libsandbox.so,

Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen

2006-05-29 Thread Richard Fish
On 5/29/06, Bertram Scharpf <[EMAIL PROTECTED]> wrote: # ethtool eth1 | grep Speed Speed: 100Mb/s # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed Speed: 10Mb/s # ethtool eth1 | grep Speed Speed: 100Mb/s I have no idea what the rest of your m

Re: [gentoo-user] How reliable is emerge --info output?

2013-01-14 Thread Bruce Hill
s it should (the -flto is added to that package only) but for > firefox it appears that -O2 has been stripped, and not replaced with -O3, > which IIRC is the default for that package. > > # grep ^CFL /etc/make.conf > CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2

[gentoo-user] Ethernetkarte, Geschwindigkeit verstellen

2006-05-29 Thread Bertram Scharpf
Hallo, um die Funktionstüchtigkeit eines (selbstgecrimpten) Netzwerkkabels zu untersuchen, möchte ich die Geschwingigkeit der Ethernetkarten herunterstellen. Leider stellt die sich sofort wieder zurück: # ethtool eth1 | grep Speed Speed: 100Mb/s # ethtool -s eth1 speed 10 ; ethtool

Re: [gentoo-user] ps shows pegasus process running - what is it?

2009-11-07 Thread Stroller
On 7 Nov 2009, at 10:01, Volker Armin Hemmann wrote: On Samstag 07 November 2009, Stroller wrote: Hi there, I have just found a process called "pegasus" running on my machine. Does anyone know what it is, please? # ps -e | grep peg 816 ?00:00:00 pegasus # A Google s

Re: [gentoo-user] somebody using x11-drm?

2008-04-24 Thread Florian Philipp
On Thu, 2008-04-24 at 12:52 +0400, Andrew Gaydenko wrote: > === On Thursday 24 April 2008, Florian Philipp wrote: === > ... > > > > Yep, I'm using it (and the kernel module) and I get the same output > > of "dmesg | grep drm" > > > &

[gentoo-user] OT - grep: The -P option is not supported

2006-10-25 Thread Michael Sullivan
I have a script I wrote a couple of weeks ago. Part of the script scans email files and returns IP addresses found in them. I did this with this command: cat * | grep -Po "\[\d+\.\d+\.\d+\.\d+\]" It worked fine right up until this afternoon. Now I get this: [EMAIL PROTECTED] ~/

Re: [gentoo-user] [OT] pet peeve: sending normal output to stderr (env-update)

2006-11-14 Thread Daniel Iliev
-update.sh outputs this message with a simple "echo", so no output > to stdout here. However portage writes most ">>>" messages to stderr. > > You can either file a bug report on bugs.gentoo.org to try and get the > behavior changed, or use "emerge ... 2&

Re: [gentoo-user] Re: [FIXED] Protecting a package in package.keywords?

2006-12-14 Thread Neil Bothwick
On Wed, 13 Dec 2006 22:32:35 -0500, Travis Osterman wrote: > # cat /etc/portage/package.keywords | grep ivtv > media-tv/ivtv > # cat /etc/portage/package.mask | grep ivtv > ~media-tv/ivtv-0.9.0 > # emerge -pv ivtv > [ebuild N] media-tv/ivtv-0.9.1 Here you are unkeyword-ma

Re: [gentoo-user] kmail delete problem

2006-02-02 Thread Richard Fish
k at your kernel configuration. Please post the output of: zcat /proc/config.gz | grep -e USB -e MOUSE | grep -v "^#" or if you don't have /proc/config.gz: grep -e USB -e MOUSE /usr/src/linux/.config | grep -v "^#" -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] What is causing x11-terms/xterm to be dragged in?

2006-05-27 Thread Neil Bothwick
On Fri, 26 May 2006 20:05:34 -0700 (PDT), [EMAIL PROTECTED] wrote: > $ grep USE /etc/make.conf | grep -v "^#" > USE="berkdb innodb" > > I have no /usr/portage/package.use > > $ grep USE /etc/make.profile/make.defaults > USE="alsa apm arts a

Re: [gentoo-user] search files for "text string"

2015-06-06 Thread Alexander Kapshuk
text string in them "Check/Money Order" >> I've tried: >> find -type f -print0 | xargs -r0 grep -F 'Check/Money Order' >> it doesn't work. >> What is a better method of searching files? >> -- >> Joseph >> >

Re: [gentoo-user] system wants to emerge unstable package

2024-01-22 Thread syscon edm
; > [ebuild U ] net-misc/asterisk-18.20.2 > > > > Please post the output of : > > > $ emerge -pvt asterisk > > After you change your asterisk package mask to: > > =net-misc/asterisk-20.* > > or, > > =net-misc/asterisk:0/20 Package: cat /etc/portage/pa

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-19 Thread Dale
o attention to whether it is actually set. Try >>>> >>>> emerge -evp world | grep 'ABI_X86=32' >>> Sorry, that should be >>> >>> emerge -evp world | grep 'ABI_X86="32' >>> >>> >> >> >> Yep

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
Kapshuk < alexander.kaps...@gmail.com> wrote: > On Sun, Aug 27, 2017 at 8:24 PM, IceAmber wrote: > > iceamber@localhost:~ $ grep NOUVEAU /usr/src/linux/.config > > CONFIG_DRM_NOUVEAU=m > > CONFIG_NOUVEAU_DEBUG=5 > > CONFIG_NOUVEAU_DEBUG_DEFAULT=3 &

Re: [gentoo-user] Re: How's the openrc update going for everyone?

2011-05-11 Thread Dale
Nikos Chantziaras wrote: On 05/11/2011 06:53 PM, Nikos Chantziaras wrote: On 05/11/2011 06:42 PM, Dale wrote: That was quick: root@fireball / # grep LC_ALL /etc/env.d/* root@fireball / # Guess that is not in env.d anywhere. :/ Then I guess you can create it on your own. See: http

Re: [gentoo-user] Trouble with mysql

2005-08-31 Thread Paul Maszy
    You shouldnt have restarted.     mysql is already starting on boot up. It showing that many mysql daemons is normal and ok.     # /etc/init.d/mysql stop --- You will probably get an error here, if everything happened as you said. If not, your done.       kill -9 `ps -ef | grep mysql

Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Volker Armin Hemmann
On Sonntag 29 November 2009, Sebastian Beßler wrote: > Am 29.11.2009 17:23, schrieb Jarry: > > Harry Putnam wrote: > >> How can I determine the motherboard make and model? I mean without > >> opening the case. > > > > # emerge sys-apps/dmidecode > > #

Re: [gentoo-user] Better than equery list|grep something

2006-02-03 Thread Andrei Slavoiu
--- Harry Putnam <[EMAIL PROTECTED]> wrote: > A while back some posted a way to avoid doing: > equery list|grep package to get info like version > or whatever. > > It involved limiting what list returned by some > method before it gets > to grep. > > A

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Richard Fish wrote: On 6/28/06, Darren Grant <[EMAIL PROTECTED]> wrote: GCC_SPECS= Hmm, suspicious. Where is this coming from? ("grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile*") Does "unset GCC_SPECS && emerge --oneshot glibc" work any bett

Re: [gentoo-user] search files for "text string"

2015-06-07 Thread Volker Armin Hemmann
Am 06.06.2015 um 18:45 schrieb Joseph: > I've bunch of php files in many directories and I need to file a text > string in them "Check/Money Order" > > I've tried: > find -type f -print0 | xargs -r0 grep -F 'Check/Money Order' > it doesn't

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Dale
Yohan Pereira wrote: > On 11/11/13 at 01:44am, Dale wrote: >> Yohan Pereira wrote: >>> On 10/11/13 at 08:07pm, Walter Dnes wrote: >>>> [i660][waltdnes][~] ps -ef | grep firefox >>>> waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox >>>>

Re: [gentoo-user] text output from the kernel during boot is not showing

2023-04-24 Thread thelma
None of them produce any output: - dmesg| grep -i fatal - dmesg| grep -i error - dmesg| grep -i warn On 4/24/23 16:11, Jude DaShiell wrote: After a boot, dmesg| grep -i fatal && dmesg|grep -i error&&dmesg| grep -i warn may help. If I were doing that for my own uses, I'

Re: [gentoo-user] ps shows pegasus process running - what is it?

2009-11-07 Thread Volker Armin Hemmann
gt; Does anyone know what it is, please? > >> > >> # ps -e | grep peg > >> 816 ?00:00:00 pegasus > >> # > >> > >> A Google suggested I might be able to find it's path thusly: > >> # ps -e -o pid,args | grep peg > &

Re: [gentoo-user] [OT] rrd to CSV

2009-07-06 Thread Willie Wong
On Sun, Jul 05, 2009 at 11:07:23PM +0100, Penguin Lover Mick squawked: > > from Cacti forums): > > | grep -v NaN | grep '' | tr e ' ' \ > > | awk {'print "Q"$2"qcq"$3"qcq"$9"Q"'} \ > > | tr Q '&q

Re: [gentoo-user] mysql build error

2007-02-28 Thread Bo Ørsted Andresen
On Wednesday 28 February 2007 07:19:10 Uwe Thiem wrote: > > Are you sure there isn't a second entry setting CXXFLAGS=O3? Or perhaps > > in your env? > > > > # grep CXXFLAGS /etc/make.conf > > # env | grep CXXFLAGS > > [EMAIL PROTECTED] ~ $ grep CXX /etc/

Re[4]: [gentoo-user] Nginx with PHP-FPM

2012-04-05 Thread Stefan Schmiedl
l both components how to communicate with each other. What is the output of curl -I http://localhost/info.php and of curl http://localhost/info.php assuming that you still have the file info.php that showed up in the logs quoted in your original post. Also: ps ax | grep

Re: [gentoo-user] Re: [FIXED] Protecting a package in package.keywords?

2006-12-13 Thread Travis Osterman
e what you wanted to say was that a package can be "masked by: ~arch keyword" without being in package.mask and hence won't be installed because it's masked by something... I was speaking more of the following situation: # cat /etc/portage/package.keywords | grep ivtv me

Re: [gentoo-user] splitdebug

2006-06-15 Thread Neil Bothwick
On Wed, 14 Jun 2006 17:01:18 -0700, Richard Fish wrote: > ldd `which kontact kmail knode akregator` | grep '=>' | awk '{print > $3}' \ > | sort | uniq | xargs equery belongs | grep '/' | sort | uniq \ > | xargs printf "=%s\n" | xargs

Re: [gentoo-user] grep -lr ignoring subdirs that start with dot (.)?

2015-04-17 Thread Neil Bothwick
On Fri, 17 Apr 2015 16:57:49 -0400, Tanstaafl wrote: > So, from the target users top level Maildir: > > grep -lr * | xargs ls -lt > > ^^^ appears to work, and does return results for the cur and new > subdirs, but seems to be ignoring the rest of the Maildirs. Maybe it has

Re: [gentoo-user] x11-terms/xterm loops error upon launch

2021-05-10 Thread Dr Rainer Woitok
the following message being printed ad nauseam to the screen: > > open ttydev: I/O error No idea what's the cause, but I had success with a small script contain- ing: fvwm --replace & while sleep 1 && ! ps -efu rainer | grep FvwmIconMan | grep -qv grep do :

Re: [gentoo-user] Trouble with mysql

2005-08-31 Thread Michael Sullivan
d server running on > > port: 3306 ? > > 050831 15:47:30 Aborting > > > > 050831 15:47:30 /usr/sbin/mysqld: Shutdown Complete > > > > 050831 15:47:30 mysqld ended > > > > > > check the output of ps aux > look for mysqld processes in the list - i

[gentoo-user] SLiM fails to load Fluxbox

2009-04-16 Thread Liviu Andronic
-misc/slim Installed versions: 1.3.1-r5(16:01:49 08/04/09)(branding pam screenshot) [I] x11-wm/fluxbox Installed versions: 1.0.0-r2(15:08:30 12/10/08)(gnome imlib nls slit toolbar truetype -kde -vim-syntax -xinerama) li...@localhost ~ $ rc-status d

Re: [gentoo-user] swaps mounted randomly

2020-03-04 Thread n952162
(I see I forgot the case-insensitive flag on the grep, but when I add that, the result is the same.) On 2020-03-05 07:44, n952162 wrote: On 2020-03-05 00:55, Adam Carter wrote: On Wed, Mar 4, 2020 at 9:19 PM n952162 <mailto:n952...@web.de>> wrote: Yes, everything moun

Re: [gentoo-user] Re: udev and init.d. Should it be running now?

2009-09-10 Thread Philip Webb
090910 Dale wrote: > I noticed I now have a udev in /etc/init.d/. > I checked, it is not running but udevd is not running either: > r...@smoker / # /etc/init.d/udev status > * status: stopped >r...@smoker / # ps aux | grep udev > root 30451 0.0 0.0 1888 504 pts/0

Re: [gentoo-user] Potential Supid question re Grep

2005-07-07 Thread A. Khattri
On Thu, 7 Jul 2005, Michael Thompson wrote: > Apr 24 06:39:51 polaris INPUT BLOCKED: IN=eth1 OUT= > MAC=00:09:5b:1f:16:42:06:05:5d:9f:a3:74:08:00 SRC=212.56.68.108 > DST=212.159.25.17 LEN=71 TOS=0x00 PREC=0xA0 TTL=58 ID=0 DF PROTO=UDP > SPT=46245 DPT=161 LEN=51 Looks OK and grep sh

[gentoo-user] Re: How to tell Cron X is running or not

2007-11-25 Thread reader
"Andrey Falko" <[EMAIL PROTECTED]> writes: > How about something like this: retval=`ps aux | grep tty | grep X | awk > '{print $2}'` > > Or retval=`cat /tmp/.X0-lock` > > Or even better: > > if [[ -e "/tmp/.X0-lock" ]];then Yup, both

Re: [gentoo-user] Brother Scanner

2012-10-19 Thread Joseph
On 10/20/12 03:42, Silvio Siefke wrote: Morning, On Fri, 19 Oct 2012 19:23:03 -0600 Joseph wrote: run: find -type f -print0 | xargs -r0 grep -F '0x04f9' or find -type f -print0 | xargs -r0 grep -F '0x01eb' post the content of that file. siefke@gentoo-desk : /etc/s

Re: [gentoo-user] OT - Extracting IP addresses with grep

2006-10-12 Thread Willie Wong
On Thu, Oct 12, 2006 at 01:51:05PM -0500, Michael Sullivan wrote: > [EMAIL PROTECTED] ~/.maildir/.SPAM/cur $ cat * | grep -P m/\d+\.\d+\.\d > +\.\d+/ You might want the expression in quotes to prevent bash from intercepting those backslashes. grep -P '\d+\.\d+\.\d+\.\d+' HTH

Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen

2006-05-29 Thread Uwe Thiem
glish speaking lst. > > # ethtool eth1 | grep Speed > Speed: 100Mb/s > # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed > Speed: 10Mb/s > # ethtool eth1 | grep Speed > Speed: 100Mb/s > > Was muß ich noch abstellen? Auto-negotiatio

Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen

2006-05-29 Thread Roger
Richard Fish wrote: > On 5/29/06, Bertram Scharpf <[EMAIL PROTECTED]> wrote: > >> # ethtool eth1 | grep Speed >> Speed: 100Mb/s >> # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed >> Speed: 10Mb/s >> # ethtool eth1 | grep

[gentoo-user] Bash query OT

2006-07-09 Thread Dave S
FILE=`mktemp` || exit 1 chkrootkit -q\ | grep -v 'PACKET SNIFFER(/sbin/dhclient3'\ | grep -v '/usr/lib/jvm/.java-gcj.jinfo'\ | grep -v '/usr/lib/realplay-10.0.6/share/default/.realplayerrc'\ | grep -v '/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/.systemPrefs'\ |

Re: [gentoo-user] Removing Specific Kernel Sources

2005-12-18 Thread Myk Taylor
/src/linux" workDir="${KBUILD_OUTPUT:-/tmp/kernel}" binDir="/boot" # get a list of config stems configNames="$*" # if 'all' is one of the config names, set configNames to be all the # config files in the current directory # elif no parameters specified,

Re: [gentoo-user] ps shows pegasus process running - what is it?

2009-11-07 Thread Volker Armin Hemmann
On Samstag 07 November 2009, Stroller wrote: > Hi there, > > I have just found a process called "pegasus" running on my machine. > Does anyone know what it is, please? > > # ps -e | grep peg >816 ?00:00:00 pegasus > # > > A Google suggested

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Hans-Werner Hilse
Hi, On Mon, 27 Jun 2005 19:33:25 +0200 Philip Lawatsch <[EMAIL PROTECTED]> wrote: > > LDPATH. Have a look at /etc/env.d/05gcc. > > Hm, strange enough, this never shows up in my environment. Neither with > gcc3 or gcc4 profiles. Aaargh, my fault. This is used by env-up

Re: [gentoo-user] 'if echo hello' in .bashrc

2009-05-09 Thread Etaoin Shrdlu
On Saturday 9 May 2009, 12:43, Stroller wrote: > My question is: > Do BSD & other greps also support GREP_OPTIONS ? A quick google search reveals that NetBSD and FreeBSD use GNU grep, while OpenBSD uses BSD grep, which (at least according to the man page - see http://tinyurl.com/cs

Re: [gentoo-user] How can I re-read the "error" messages during boot?

2011-09-05 Thread David Abbott
he logs on the services? Or is there a way to slow > down booting? > Enable logging or you may find it with dmesg grep rc_logger /etc/rc.conf then you can grep errors grep WARNING /var/log/rc.log HTH

Re: [gentoo-user] Re: Where does sudo get the PATH ?

2012-10-11 Thread Pandu Poluan
On Oct 11, 2012 11:54 PM, "Nicolas Richard" wrote: > > Pandu Poluan writes: > > A bit desperate, but try : > > > > grep -R "texlive/2011" /etc/* > > I tried that already > > youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 /etc > &

Re: [gentoo-user] linux make modules solved

2006-06-17 Thread Bo Ørsted Andresen
On Saturday 17 June 2006 13:48, Etaoin Shrdlu wrote: > Using --color=auto, on the > other hand, is the correct way to do the "right" thing, ie grep > itself "knows" whether it should emit escape sequences to colorize the > output (if it's really outputting

Re: [gentoo-user] Re: Root can't write to files owned by others?

2022-03-11 Thread Michael
On Friday, 11 March 2022 03:04:47 GMT Nikos Chantziaras wrote: > On 10/03/2022 20:44, Michael wrote: > > ~ # sysctl -a | grep fs.protected_regular > > fs.protected_regular = 1 > > To check the current value of a setting, you can just run: > >sysctl fs.protected_r

[gentoo-user] Re: gio/pcmanfm sftp:// "operation not supported"

2022-10-26 Thread Grant Edwards
On 2022-10-26, Grant Edwards wrote: > The problem wasn't that the daemon was missing. There is a DBUS > daemon, and other things that use DBUS (e.g. notifications) work fine. > > What was apparently missing was a "session" > > $ set | grep dbus (same resul

Re: [gentoo-user] somebody using x11-drm?

2008-04-24 Thread Andrew Gaydenko
get the same > > > output of "dmesg | grep drm" > > > > > > If I remember correctly, only =x11-base/x11-drm-20071019 worked > > > for me (at least there was a reason for me to put it > > > in /etc/portage/package.keywords) > > > >

Re: [gentoo-user] rsync via ssh

2007-11-04 Thread Roger Mason
ccessible directly. Maybe this will help you. > > > #!/bin/bash > SSL_COMMAND="ssh -p [EMAIL PROTECTED] -f -N -L 8000:localhost:873" > SSL_PID=`ps aux | grep "$SSL_COMMAND" | egrep -v 'grep' | awk '{print $2}'` > > i

[gentoo-user] Re: dynamic libraries - tree view ?

2011-01-17 Thread walt
On 01/17/2011 12:22 AM, Helmut Jarausch wrote: Hi, on one of my machines, googleearth crashes. An ldd /opt/googleearth/googleearth.bin | grep crypto shows that it tries to load both /usr/lib32/libcrypto.so.0.9.8 and /usr/lib32/libcrypto.so.1.0.0 On a different machine it only loads /usr

Re: [gentoo-user] ata6: exception Emask 0x10 SAct 0x0 SErr 0x4000000 action 0xe frozen

2013-08-01 Thread David Haller
n' CTRLS=( $(/sbin/lspci | grep 'ATA\|IDE') ) IFS="$oIFS" for arg; do if test -z "${arg/ata*}"; then arg="${arg/ata}" fi if test -z "${arg/*.*}"; then ata="${arg%.*}" subid="$(printf "%i&qu

Re: [gentoo-user] grep -lr ignoring subdirs that start with dot (.)?

2015-04-17 Thread covici
THE > > DATE/TIMEs... > > > > So, from the target users top level Maildir: > > > > grep -lr * | xargs ls -lt > > > > ^^^ appears to work, and does return results for the cur and new > > subdirs, but seems to be ignoring the rest of the Maildi

Re: [gentoo-user] Getting rid of unwanted languages (Was: Re: gimp help not available, even with USE doc)

2020-05-04 Thread Peter Humphrey
On Monday, 4 May 2020 15:08:12 BST Dr Rainer Woitok wrote: Here are mine for comparison: # grep -E '^(LANG|LC_|L10)' /etc/portage/make.conf L10N="en-GB en" LANG="en_GB.UTF-8" LANGUAGE="en_GB.UTF-8" # env | grep -E '^(LANG|LC_|L10)' LANG=en_

Re: [gentoo-user] power button to shutdown for openrc?

2019-11-16 Thread n952162
And, incidentally, I don't know if anybody's interested, but on my system, I changed this: if pidof x $PMS > /dev/null ||     ( test "$XUSER" != "" && pidof dcopserver > /dev/null && test -x /usr/bin/dcop && /usr

Re: [gentoo-user] text output from the kernel during boot is not showing

2023-04-24 Thread Jude DaShiell
None of them produce any output: > - dmesg| grep -i fatal > - dmesg| grep -i error > - dmesg| grep -i warn > > > On 4/24/23 16:11, Jude DaShiell wrote: > > After a boot, > > dmesg| grep -i fatal && dmesg|grep -i error&&dmesg| grep -i warn > > may he

Re: [gentoo-user] is a nice "place" :-D

2011-05-16 Thread Willie Wong
On Tue, May 17, 2011 at 01:33:39AM +0200, Alan McKinnon wrote: > grep "GET /Tmp/Linux/G" | /var/log/apache2/access_log | grep-v | \ > awk '{print $1}' | sort | uniq | wc > > In true grand Unix tradition you cannot get quicker, dirtier or more > effective &g

[gentoo-user] Re: Better than equery list|grep something

2006-02-03 Thread Thomas Kirchner
* On Feb 3 13:41, Harry Putnam (gentoo-user@lists.gentoo.org) wrote: > A while back some posted a way to avoid doing: > equery list|grep package to get info like version or whatever. > > It involved limiting what list returned by some method before it gets > to grep. You can

Re: [gentoo-user] splitdebug

2006-06-14 Thread Richard Fish
On 6/14/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: Like this: # emerge -ep kontact kmail knode akregator | awk '$1~/ebuild/{print $4}' | \ sed -e 's/\-[0-9][A-Za-z0-9._-]*$//' | grep lib | xargs emerge -vp This will merge all of system. I was think

Re: [gentoo-user] splitdebug

2006-06-14 Thread Bo Ørsted Andresen
On Thursday 15 June 2006 02:01, Richard Fish wrote: > I was thinking more like: > > ldd `which kontact kmail knode akregator` | grep '=>' | awk '{print $3}' \ >     | sort | uniq | xargs equery belongs | grep '/' | sort | uniq \ >     | xargs pr

Re: [gentoo-user] Re-emerge missing files

2006-06-26 Thread Bo Ørsted Andresen
If you don't want to check md5sums with equery check then this would work... ;) # cd /var/db/pkg && for pkg in */*; do grep ^dir "$pkg"/CONTENTS | cut -d" " -f2 | \ while read dir; do if [[ ! -d "$dir" ]]

[gentoo-user] lsof on fail2ban

2015-01-05 Thread Adam Carter
AFAIK fail2ban tails log files to find login failures, but when i try lsof its not reading daemon.log/auth.log/whatever for sshd's login failure messages. # ps -ef | grep fail2 root 518 1 0 Jan01 ?00:05:22 /usr/bin/python3.4 /usr/lib64/python-exec/python3.4/fail2ban-serv

Re: [gentoo-user] Need help with a regex

2008-05-24 Thread Alan McKinnon
followed by the text > "provide", followed by one or more spaces and a single word. i have > come up with: > >grep -e ^\s+provide\s+\w /etc/init.d > > but, as usual, nothing is matched. What am I doing wrong? "grep -e" is not the same thing as "egrep&q

Re: [gentoo-user] Problem building statically linked e2fsprogs

2008-09-24 Thread Albert Hopkins
On Wed, 2008-09-24 at 21:39 +0200, Maarten wrote: > Hi List, > [...] > > # Grep works fine... > [EMAIL PROTECTED] ~ $ ldd /bin/grep > linux-gate.so.1 => (0xe000) > libc.so.6 => /lib/libc.so.6 (0xb7e42000) > /lib/ld-linux.so.2 (0xb7f

Re: [gentoo-user] Trouble with mysql

2005-08-31 Thread Michael Sullivan
u already have another mysqld server running on > > port: 3306 ? > > 050831 15:47:30 Aborting > > > > 050831 15:47:30 /usr/sbin/mysqld: Shutdown Complete > > > > 050831 15:47:30 mysqld ended > > > > > > I tried netstat | grep '3306': > &

[gentoo-user] Re: Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?

2016-04-30 Thread Jonathan Callen
the latest stable >>>> gentoo kernel: >>>> >>>> # grep -i MICROCODE .config >>>> # >>> >>> Grepping .config is unreliable, and always has been. >> >> I usually use something like: >> >> grep MICROCODE $

[gentoo-user] ps shows pegasus process running - what is it?

2009-11-07 Thread Stroller
Hi there, I have just found a process called "pegasus" running on my machine. Does anyone know what it is, please? # ps -e | grep peg 816 ?00:00:00 pegasus # A Google suggested I might be able to find it's path thusly: # ps -e -o pid,args | grep peg 816 [pega

[gentoo-user] 'if echo hello' in .bashrc

2009-05-08 Thread Stroller
Hi there, I've just realised that grep hasn't been highlighting results in colour, and it occurred to me that I was sure it has supported this facility for some time. Thus I discovered the --colour=always flag to grep and trying to make this permanent I stumbled upon this

Re: [gentoo-user] [OT] rrd to CSV

2009-07-05 Thread Mick
t; Will probably want to run this on a cron job and email/save it. > > -- > > Regards, > > Mick > > Judging from a few cursory google searches, it won't output to CSV, but you > can easily convert it. Try piping the file/output to these commands > (yanked > >

Re: [gentoo-user] Update World situation (again)

2007-08-08 Thread Mark Knecht
> Colleen > Just an idea but how about something like cat /var/log/emerge.log | grep nvidia | grep Unmerging and from there go back to whatever was removed by the emerge? An example: dragonfly log # cat emerge.log | grep mythtv | grep Unmerging 1114219795: === Unmerging... (media-tv/mythtv

Re: [gentoo-user] mysql build error

2007-02-27 Thread Uwe Thiem
Anyway, I will give it a > > try after copying CFLAGS over to CXXFLAGS verbatim. > > > > Will let you know about the outcome. Alright, that yielded the very same outcome. > > Are you sure there isn't a second entry setting CXXFLAGS=O3? Or perhaps in > your env?

Re: [gentoo-user] failure to login with xdm or gdm

2012-06-08 Thread Allan Gottlieb
; had to uninstall gdm, delete the user and group gdm, completely delete > /var/lib/gdm, and install gdm again for it to work. > > What does > > $ grep gdm /etc/passwd > $ grep gdm /etc/group > > say? > > Regards. I have "fixed" the problem by downgrading polkit

Re: [gentoo-user] Re: Plasma-runtime compilation problems

2011-08-24 Thread Michael Schreckenbauer
ys that I don't know about yet. Anyone > > have a different trick to do the same thing? > > wonko@weird ~ $ grep -r /usr/include/plasma/service.h /var/db/pkg/ > /var/db/pkg/kde-base/kdelibs-4.7.0-r1/CONTENTS:obj > /usr/include/plasma/service.h e9ddea9052c900f1f87c57025a0f36f0 13

Re: [gentoo-user] How 2 disable synaptic pad (driver)

2011-01-02 Thread xing
-- cat ~/bin/toggle-touchpad #/bin/sh # synclient version if(synclient -l | grep "TouchpadOff" | grep -q "0") ; then synclient TouchpadOff=1 else synclient TouchpadOff=0 fi

Re: [gentoo-user] pysol problems

2006-09-27 Thread Mark Knecht
ed. > > > > How about? > > > > https://bugs.gentoo.org/show_bug.cgi?id=96933#c15 > > Hi Bo, >I'm assuming you are pointing me at the comment about a bad RgbPath > that worked for fixing your issue? Yep, it was this line that was causing my issue: # grep Rg

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
10 SMP Sat Aug 26 13:15:20 UTC 2017 x86_64 >> >> Might be a good idea to rebuild x11-base/xorg-server for your current kernel. >> >> What's the output of the command lines below? >> grep NOUVEAU linux/.config >> grep -E 'nvidia|VIDEO_CARDS' /etc/portage/make.conf > > This one too please: > grep -si nouveau /var/log/* Also, let's make sure mesa has the USE flags below enabled: equery -q u mesa | grep -E 'gallium|nouveau' +gallium +video_cards_nouveau

Re: [gentoo-user] NFS setup

2019-08-18 Thread Adam Carter
On Sun, Aug 18, 2019 at 7:11 PM Peter Humphrey wrote: > On Sunday, 18 August 2019 09:30:36 BST Adam Carter wrote: > > > Is the output of 'mount | grep nfs' the same on the two client machines? > > $ mount | grep nfs > nfsd on /proc/fs/nfsd type nfsd (rw,nosuid,

Re: [gentoo-user] Re: Gentoo install script

2012-07-03 Thread Kaddeh
partitions: # Get Existing Drives existing_drives=$(fdisk -l | grep /dev | grep -i disk | cut -c11-13) # Set default drive default_drive=$(fdisk -l | grep --max-count=1 /dev | cut -c11-13) echo -e "What drive do you want to partition? [$existing_drives]: \c" read drive and then cr

Re: [gentoo-user] Re: Gentoo install script

2012-07-04 Thread Michael Mol
hese changes into consideration. > > Dynamic detection of drives and partitions: > > # Get Existing Drives > existing_drives=$(fdisk -l | grep /dev | grep -i disk | cut -c11-13) > > # Set default drive > default_drive=$(fdisk -l | grep --max-count=1 /dev | cut -c11-13) &g

Re: [gentoo-user] Can not reach log in screen in X

2005-07-01 Thread George Roberts
Daniel da Veiga wrote: >Your xorg.conf would be better... > >What are you using to run the X? /etc/init.d/xdm or startx? >Did you try ALT + F7? for the logs it seems your X is running... > >Could you post the result of "ps af | grep xdm" ? > > > > Th

Re: [gentoo-user] /var/tmp/notmpfs - does not exist

2015-09-05 Thread Rich Freeman
orrect your PORTAGE_TMPDIR setting. > > This must be set somewhere in /etc/portage, it's not a standard setting. > What do you get from > > grep -r var/tmp/tmpfs /etc/portage > This is the correct approach to troubleshooting this, but he should be using: grep -r var/tmp/notmpfs

[gentoo-user] A non-root user can delete files belonging to root. What's going on?

2015-02-13 Thread Alan Mackenzie
Hi, Gentoo. I'm clearing out dross from my home directory, as me (not as root) and I've just deleted this file: -rw-r--r-- 1 rootroot 0 Apr 11 2011 grep , simply by typing $ rm grep. I was prompted with: rm: remove write-protected regular empty file ■grep■?

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
mpt pops up, switch > to another terminal window and do: > >ps aux | grep sudo > > What's the output of that? > > > ps aux | grep sudo 267:root 19845 0.0 0.0 54260 4304 pts/0S+ 19:23 0:00 sudo eix-update 269:root 19857 0.0 0.0 10856 916 pts/1S+ 19:24 0:00 grep -n sudo -- Jacques

Re: [gentoo-user] where is /usr/portage?

2019-11-11 Thread Dale
Francesco Turco wrote: > On Mon, Nov 11, 2019, at 14:00, Dale wrote: >> root@fireball / # cat /etc/make.conf | grep var >> PORT_LOGDIR=/var/log/portage/ >> source /var/lib/layman/make.conf >> DISTDIR="/var/cache/portage/distfiles/" >> PKGDIR="/va

[gentoo-user] Diskless setup fails to mount /

2011-06-02 Thread Dan Johansson
on the server I see this in syslog: "rpc.mountd[6772]: refused mount request from 192.168.1.14 for /diskless/abba (/): not exported" This is how my filesystems are mounted ad exported: torsson# grep diskless /etc/fstab /dev/vg00/lvol11/var/diskless reiserfs

Re: [gentoo-user] My Rosegarden Woes

2005-12-28 Thread michael higgins
'm not a guru. I went through many days of pain to have a system working. It was working well yesterday. I'll see about today... '-) Yep. Still functions well. lsmod |grep snd snd_virmidi 4096 0 snd_seq_virmidi 8128 1 snd_virmidi (... I installed this, but

Re: [gentoo-user] portage summary logs not rotated any more

2015-04-04 Thread Alexander Kapshuk
565 Dec 26 20:53 > > /var/log/portage/elog/summary.log-20141228.gz > > -rw-rw-r-- 1 portage portage 1842 Dec 22 17:52 > > /var/log/portage/elog/summary.log-20141222.gz > > > > grep Messages summary.log | sed '1h;$!d;x;G;q' > > > > >>>

Re: [gentoo-user] Mounting USB sticks automagically.

2019-12-20 Thread Mick
On Friday, 20 December 2019 11:35:45 GMT Dr Rainer Woitok wrote: > Mick, > > On Thursday, 2019-12-19 18:30:47 +, you wrote: > > ... > > consolekit will work for this purpose - is it running? It should be in > > your default runlevel. > >$ rc-update show

Re: [gentoo-user] text output from the kernel during boot is not showing

2023-04-24 Thread thelma
in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Mon, 24 Apr 2023, the...@sys-concept.com wrote: None of them produce any output: - dmesg| grep -i fatal - dmesg| grep -i error - dmesg| grep -i warn On 4/24/23 16:11, Jude DaShiell

Re: [gentoo-user] Wireless problem

2007-08-22 Thread Christian
: #!/bin/bash DRIVER=ipw3945 DAEMON=ipw3945d DEVICE=face if [[ -z $1 ]]; then echo "Usage: $0 [start|stop|static]" exit 0 fi if [[ x$1x != xstartx && x$1x != xstopx && x$1x != xstaticx ]]; then echo "Usage: $0 [start|stop|static

<    1   2   3   4   5   6   7   8   9   10   >