Re: [gentoo-user] HOWTO: Freezing/unfreezing (groups of) processes

2021-02-05 Thread Ramon Fischer
run "kill -SIGSTOP 22455". To unfreeze it, I can run "kill -SIGCONT 22455". You can "SIGSTOP" on a pid multiple times consecutively without problems; ditto for "SIGCONT". So far, so good, but running "ps -ef | grep whatever" and then typing t

Re: [gentoo-user] Is grep broken?

2009-07-02 Thread Peter Humphrey
On Thursday 02 July 2009 08:23:19 Carlos wrote: > You could use the --include directive : > > grep -r --include=*html hmenu . Nice idea - thanks. -- Rgds Peter

Re: [gentoo-user] ebuild description

2009-04-25 Thread Alan McKinnon
On Saturday 25 April 2009 20:59:09 Michael P. Soulier wrote: > Often when I see something like dev-libs/libassuan, I say, "what the heck > is that"? > > So I look at the ebuild file... > > msoul...@anton:~$ grep DESCRIPTION > /usr/portage/dev-libs/libassuan/libassua

[gentoo-user] Re: gtkpod won't start

2007-11-22 Thread Thufir
On Thu, 22 Nov 2007 07:46:33 +0100, Dirk Heinrichs wrote: > So, what does "echo $DISPLAY" show? Also helpfull would be the output of > "ps -ef|grep X". How do you start X, via display manager (gdm, xdm, > kdm,...) or with startx after text console login? Quick resp

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

2011-07-19 Thread Neil Bothwick
On Tue, 19 Jul 2011 05:12:53 +0200, meino.cra...@gmx.de wrote: > So when doing > > find /tmp | grep -Z tmp | xargs -0 md5sum > > it should work comparable to > > find /tmp -print0 | xargs -0 md5sum > > but for me it does not. The man page specifically re

Re: [gentoo-user] kernel 3.2->3.5 upgrade unusable: keyboard borked

2012-12-02 Thread Bruce Hill
On Sun, Dec 02, 2012 at 08:06:43AM +, Mick wrote: > > You can check if rc-update -s -v | grep numlock (or rc-status -s | grep > numlock) shows it being set, otherwise add it to see if this makes a > difference. > -- > Regards, > Mick Though there is no /etc/conf.d

Re: [gentoo-user] OT - Question about conditionals and bash scripting

2006-10-12 Thread Neil Bothwick
On Thu, 12 Oct 2006 15:41:12 -0500, Michael Sullivan wrote: > while read LINE > do >whois $LINE | grep 'abuse' &> /dev/null >if $? != 0; then > echo "$LINE" >> noabuse.txt >fi > done < iplist > > I'm ge

Re: [gentoo-user] issues with equery (WAS: AIGLX responseness [...])

2006-11-01 Thread Bo Ørsted Andresen
On Wednesday 01 November 2006 05:27, Iain Buchanan wrote: > > > $ equery -N u -a xorg-server | grep aiglx\\\|xorg-server > > > > [SNIP] > > > > > [ Found these USE variables for x11-base/xorg-server-1.1.1-r1 ] > > > > > > nothing more! >

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

2015-04-17 Thread Todd Goodman
get 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 > something to do with the fact that they start with dots (ie, .Sent, > .Trash

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

2015-06-07 Thread Andrew Lowe
On 06/07/2015 09:00 PM, Volker Armin Hemmann wrote: > 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

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

2013-11-11 Thread Alexander Kapshuk
On 11/11/2013 04:52 PM, Bruce Hill wrote: > On Mon, Nov 11, 2013 at 01:44:10AM -0600, Dale wrote: >>> On 10/11/13 at 08:07pm, Walter Dnes wrote: >>> Try this hack :) >>> >>> $ ps -ef | grep [u]rxvt >>> yohan 3559 1 0 11:50 ?

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

2005-07-07 Thread Richard Fish
Michael Thompson wrote: >I am trying to extract information in my logs for a abuse department and am >using the code: > >Code: > >zcat /var/log/messages.*?.gz | grep 212.56.68.108 >> /home/mike/abuse1 > >The logs are standard: messages.??.gz > >However, whe

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

2005-07-08 Thread Toby Cubitt
On Thu, Jul 07, 2005 at 07:18:26PM +0100, Michael Thompson wrote: > I am trying to extract information in my logs for a abuse department and am > using the code: > > Code: > > zcat /var/log/messages.*?.gz | grep 212.56.68.108 >> /home/mike/abuse1 > > The log

Re: [gentoo-user] ssh-add: Could not open a connection to your authentication agent.

2008-04-16 Thread Eric Martin
--($:~)-- echo $SSH_AUTH_SOCK > /tmp/keyring-L12w0n/ssh > > --($:~)-- ps awux | grep keyri > mike 8073 0.0 0.2 16216 2632 ?SL 07:18 0:00 > /usr/bin/gnome-keyring-daemon --foreground --components=keyring > > --($:~)-- ps awux | grep seah > mike 6631 0.0 1.8 3

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

2008-04-24 Thread Florian Philipp
... > > > > > > > Yep, I'm using it (and the kernel module) and I get the same > > > > output of "dmesg | grep drm" > > > > > > > > If I remember correctly, only =x11-base/x11-drm-20071019 worked > > > > for me (at l

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

2008-04-24 Thread Mick
On Thursday 24 April 2008, Florian Philipp wrote: > On Thu, 2008-04-24 at 03:40 +0200, Sven Köhler wrote: > > Hi, > > > > is somebody using the package x11-base/x11-drm for intel's integrated > > graphics? > > I'd like to see the output of "dmesg |

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

2009-07-11 Thread Mick
On Monday 06 July 2009, Willie Wong wrote: > 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"

Re: [gentoo-user] AIGLX responseness (WAS: libGL issues & AIGLX slowness)

2006-10-31 Thread Iain Buchanan
On Mon, 2006-10-30 at 03:08 +0100, Bo Ørsted Andresen wrote: > On Monday 30 October 2006 02:43, Iain Buchanan wrote: > [SNIP] > > > By default equery only queries your installed packages (the specific > > > versions). > > > > > > # equery -N u

Re: [gentoo-user] swaps mounted randomly

2020-03-04 Thread n952162
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 mounts when I explicitly say swapon -a.  No problems in /var/log/messages. Anything from 'dmesg | grep -i swap' This, from this mor

Re: [gentoo-user] Genlop wonky again

2024-01-06 Thread Daniel Pielmeier
Am 5. Januar 2024 23:51:39 UTC schrieb Peter Humphrey : >Hello list, > >I've just had some strange output from genlop on my 16-thread i5 box, thus: > ># genlop -t libreoffice | /bin/grep minute > merge time: 37 minutes and 38 seconds. > merge time:

[gentoo-user] what is a normal 'emerge -ep system'?

2005-04-19 Thread Benno Schulenberg
What does a normal 'emerge -ep system' look like on x86 with a 2005.0 profile? Just now I saw someone mention having 158 packages in system. Here I have only 103: # emerge -ep system | grep ebuild | wc -l 103 But when I do an 'emerge --depclean -p' it ends with: Packa

Re: [gentoo-user] Useless error messages from iptables-restore

2007-05-02 Thread Benno Schulenberg
j UNSOLICITED The "-m tcp" is a typo, yes? The setting you might me missing is CONFIG_NF_CONNTRACK_IPV4=y. Grep through your .config and compare: # grep ^CONF /usr/src/linux/.config | grep -e _NF -e NETFILTER CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y CONFIG_NF_CONNTRACK_ENABLED=y C

Re: [gentoo-user] Apache and systemd problem

2023-05-12 Thread Alexandru N. Barloiu
How can you not miss it when it's specified in the ebuild? [root@ruja:~]# grep service /usr/portage/www-servers/apache/apache-2.4.55-r1.ebuild     # Then apache2.4.service can be used and systemd support controlled     systemd_newunit "${FILESDIR}/apache2.4-hardened.service" &

Re: [gentoo-user] ISO verification question.

2020-12-24 Thread David Haller
irst look at the checksum registered in the.DIGESTS.ascfile. For >instance, to get the SHA512 checksum: > >|user $||grep -A 1 -i sha512 install-amd64-minimal-20141204.iso.DIGESTS.asc| [..] >As both checksums match, the file is not corrupted and the installation can >continue. It'

Re: [gentoo-user] Skype is awesome, what is sound daemon for?

2005-06-09 Thread Digby Tarvin
t; /dev/null ` shellcheck2=` which esd 2> /dev/null ` artsdcheck=` ps x | grep artsd | grep -v grep ` ## We use ps ax for esd as esd can be used globaly for all users. esdcheck=` ps ax | grep "esd ." | grep -v grep ` skypecmd="${progpath}${progname}.bin" wrapsound="yes&q

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

2011-05-16 Thread Alan McKinnon
hree > threads, 'cat /var/log/apache2/access_log | grep "GET /Tmp/Linux/G" | grep > -v | sort > outfile' generated 117 lines. That's a lot more hits > than I can ever remember getting before when asking for help from a > mailing list (even if it did take 5 days

Re: [gentoo-user] Diskless setup fails to mount /

2011-06-03 Thread James Wall
: 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 noatime 0 2 > /var/diskless/abba

[gentoo-user] A quick and easy set of eix extension scripts for you holiday present.

2013-12-14 Thread Greg Woodbury
kages: all, installed, new (not installed) and updates. The script 'eixall' and its aliases 'eixupdate' 'eixnew' and 'eixinst' grep the associated lists and print matches to the standard out. You will need to make the '/usr/loca

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Fernando Canizo
El Wed, Jul 27, 2005 at 04:38:42AM -0400, Philip Webb me decía: > 050727 Richard Fish wrote: > > Fernando Canizo wrote: > >> $ ldd `which vim` | grep curses > >> libncurses.so.5 => /lib/libncurses.so.5 (0xb7f98000) > >> $ ldd `which mutt` | grep curses >

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

2008-05-05 Thread Willie Wong
ng off. 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 '^Mem'|awk &#x

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

2008-05-05 Thread Justin
ly fast. But as you can see the second time was much slower. I can't remember how that worked. 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

Re: [gentoo-user] Trouble with mysql

2005-08-31 Thread Tim Igoe
utdown Complete > > 050831 15:47:30 mysqld ended > check the output of ps aux look for mysqld processes in the list - if it is running then try killing the mysqld processes or restarting the machine > > I tried netstat | grep '3306': > > bullet mysql # netstat

Re: [gentoo-user] no more NV_SATA, etc support in kernel?

2005-11-30 Thread maxim wexler
balled kernel > 2.6.12-r6 > > or for the latest 2.6.14-r2. > > NV and SIL are still in the config file, but with > different names > > # grep SATA .config > ... > # CONFIG_SCSI_SATA_NV is not set > ... > # CONFIG_SCSI_SATA_SIL is not set > ... > > Do

Re: [gentoo-user] Problems with locale - ANSI_X3.4-1968

2006-06-30 Thread Kristian Poul Herkild
ine. >> >> Anybody familiar with this problem with UTF8 and ANSI_X3.4-1968? > > What version of glibc are you using? Also please post the output of the > following commands: > > locale -a > locale > grep -v '^$\|^#' /etc/locale.gen > grep -v '

Re: [gentoo-user] NFS setup

2019-08-18 Thread Peter Humphrey
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,nodev,noexec,relatime) It's the same on both clients. In the chroots, I se

Re: [gentoo-user] Genlop wonky again

2024-01-06 Thread Peter Humphrey
On Saturday, 6 January 2024 16:26:49 GMT Daniel Pielmeier wrote: > Am 5. Januar 2024 23:51:39 UTC schrieb Peter Humphrey : > >Hello list, > > > >I've just had some strange output from genlop on my 16-thread i5 box, thus: > > > ># genlop -t libreoffice | /bi

Re: [gentoo-user] Re: Re: Home Network Printing

2005-11-30 Thread Richard Fish
On 11/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Are you running cups? And if so, post the output of: grep -v "^#" /etc/cups/cupsd.conf | grep -v "^$" for both systems. -Richard -- gentoo-user@gentoo.org mailing list

[gentoo-user] Multi-file search & replace of text

2010-02-28 Thread Stroller
foo $ Using `grep` I can search *recursively* through directories to find the text I'm looking for. EG: `grep -R Gutenberg ~` I would like to find every instance of $foo in a directory hierarchy and replace it with $bar. Is there any tool that will combine all these operations for m

[gentoo-user] ebuild description

2009-04-25 Thread Michael P. Soulier
Often when I see something like dev-libs/libassuan, I say, "what the heck is that"? So I look at the ebuild file... msoul...@anton:~$ grep DESCRIPTION /usr/portage/dev-libs/libassuan/libassuan-1.0 .5.ebuild DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg"

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

2007-11-25 Thread Andrey Falko
On Nov 25, 2007 8:27 PM, <[EMAIL PROTECTED]> wrote: > Scripts that test for X running might work in a shell but not when the > script is run by cron. > > For example: This code: > tty|grep pts > retval=$? > if [[ $retval > 0 ]];then >print "X isn

Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ?

2008-10-30 Thread felix
On Thu, Oct 30, 2008 at 07:23:09PM -0700, Andrey Falko wrote: > It does get a little annoying when you want to use grep for all files in the > directory, but nothing a little for loop cannot fix: > > for i in /path/to/dir/*; do echo $i; bzcat $i | grep yay; done Sorry, not good

Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order?

2012-02-03 Thread Peter Humphrey
om man eix) seems to do the trick just fine. That's awfully complicated. Why not just grep completed /var/log/emerge.log ? Or grep completed /var/log/emerge.log | grep -v sync if you want to exclude emerge syncs. -- Rgds Peter Linux Counter 5290, 1994-04-23

[gentoo-user] new runlevel

2007-01-10 Thread Arnau Bria
Hi, I've created a new runlevel named Wireless where I'd like to configure my normal boot except network config, where I'd like to load net.rausb0 instead of net.eth0. So here are my outputs: # rc-update show boot|grep net net.lo | boot # rc-update show d

Re: [gentoo-user] Re: Where has gensync moved to?

2007-01-17 Thread Bertram Scharpf
Hi, Am Mittwoch, 17. Jan 2007, 19:54:58 +0100 schrieb Harm Geerts: > On Wednesday 17 January 2007 14:11, Bertram Scharpf wrote: > > # equery f gentoolkit-dev | grep 'gensync$' > > /usr/share/doc/gentoolkit-dev-0.2.6.2/deprecated/gensync > > /usr/share/doc/ge

Re: [gentoo-user] Re: setting path for qpkg

2005-12-15 Thread Francesco Riosa
James wrote: > Paul Varner gentoo.org> writes: > > > >> Actually it does: >> > > OK, let's say I'm looking or 'theoraenc' > > I just ran 'qgrep theora *' and got lots of hits, > > I ran 'qgrep theoraenc

Re: [gentoo-user] thinkorswim stock trading platform

2006-08-08 Thread Willie Wong
On Mon, Aug 07, 2006 at 09:21:00PM -0700, Penguin Lover Mark Knecht squawked: > OK, but grep doesn't say anything either since that's the only > line. For instance: > > [EMAIL PROTECTED] ~/Desktop $ cat TOS.txt | grep libc.so.6 > open("/lib/libc.so.6", O_RD

Re: [gentoo-user] Can't kill /usr/lib64/libreoffice/program/nsplugin

2013-10-15 Thread Alan McKinnon
m my suspicions? >> >> ps with the f option ? > > I always do 'ps -ef|grep name' but should that indicate whether midori > is to blame? > > - Grant > No, that will grep nsplugin only, that string is unlikely to appear in the line of ps output of it's pa

Re: [gentoo-user] Can't kill /usr/lib64/libreoffice/program/nsplugin

2013-10-15 Thread Grant
>>> >>> ps with the f option ? >> >> I always do 'ps -ef|grep name' but should that indicate whether midori >> is to blame? >> > No, that will grep nsplugin only, that string is unlikely to appear in > the line of ps output of it's paren

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

2015-06-07 Thread Alan McKinnon
On 07/06/2015 15:00, Volker Armin Hemmann wrote: > 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

[gentoo-user] dhcpd always shows "crashed" even though it's running

2015-09-03 Thread Mike Edenfield
fixed" or not. What makes rc-status think something is crashed, and how can I fix this? basement log # rc-status -v | grep crashed dhcpd [ crashed ] basement log # ps aux | grep dhcpd root 2214 0.0 0.0 8268 876 pts/0S+ 19:47 0:00 grep --colour=auto dhcpd dhcp 2648

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

2015-02-13 Thread Yuri K. Shatroff
13.02.2015 17:31, 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: re

Re: [gentoo-user] empty cdrom drive is busy or mounted

2019-08-21 Thread james
On 8/16/19 12:44 PM, Jack wrote: > ps auxf | grep systemd This is new turf for me. Upon issuing this command string I get:: # ps auxf | grep systemd root 24947 0.0 0.0 13964 996 pts/6S+ 15:43 0:00 | | | \_ grep --colour=auto systemd I have no c

Re: [gentoo-user] Re: Nice job,

2020-03-15 Thread Aidan Harris
l 'if ! symbols="$(readelf --symbols {} 2> /dev/null | grep -q qt_version)"; then exit 0; fi;q belongs -q {}' | grep -v -E '^dev-qt' | sort -u | grep -v -E '^plib_registry:')" Then I can just do `emerge -v1 --keep-going ${REVDEPS}`

Re: [gentoo-user] How to control SLOT?

2014-05-16 Thread Mick
unning amd64 with the odd exception (like enlightenment) and I have no enlightenment related masks set up. > Here's my setting that work for me: > > $ grep ACCEPT_KEYWORDS /etc/portage/make.conf > ACCEPT_KEYWORDS="~amd64" > > $ grep enlightenment /var/lib/portage/wor

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

2022-03-10 Thread Nikos Chantziaras
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_regular No grep or root needed.

Re: [gentoo-user] [OT] search for a string in a list of files but.....

2006-02-27 Thread Marco Calviani
Hi Boris, > try grep GetChi *.C poor me, this was very easy. It was my fault because man grep says it all. Many thanks for your help Boris, MC -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Return of My Continuing ALSA woes

2005-11-17 Thread abhay
On Thursday 17 Nov 2005 7:36 pm, Michael Sullivan wrote: >I've just rebuild kernel-2.6.14-gentoo-r2 Can we have output of lspci | grep Audio lsmod | grep snd emerge -pv alsa-driver dmesg Abhay pgpVG6964dwcR.pgp Description: PGP signature

Re: [gentoo-user] Re: Restart agetty after update @world?

2017-08-12 Thread Matthias Hanft
Nikos Chantziaras wrote: >> >> lsof | grep -w DEL | grep portage > > You should probably use app-admin/lib_users for this. Thank you, I didn't know this. Looks good (and found mysql in addition to my "lsof" command). -Matt

Re: [gentoo-user] mod_rewrite

2005-05-16 Thread Patrick
On Mon, 16 May 2005 09:36:28 -0700 darren kirby <[EMAIL PROTECTED]> wrote: > > > grep rewrite /etc/apache2/conf/apache.conf > > grep rewrite /etc/apache2/conf/apache2.conf > (on my apache2 install...) > > > and you'll likely see it. > > > &g

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

2009-09-10 Thread Dale
Philip Webb wrote: > 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 |

[gentoo-user] determining who is using a device

2005-05-29 Thread Mark Knecht
Hi, I've got this problem in a mytht log file when we try to watch TV: error reading from: /dev/v4l/video0 read: Device or resource busy Is lsof the correct way to determine what or who is keeping this device busy? I get this result: gandalf ~ # lsof | grep v4l mythbacke 21722

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

2005-06-27 Thread Philip Lawatsch
c3 or gcc4 profiles. > > > Aaargh, my fault. This is used by env-update and gets - *grep, grep, > grep* - written by it to /etc/ld.so.conf. > > After reading "man ld.so" I remember the LD_LIBRARY_PATH environment > variable ;-) > > You've got to set it t

Re: [gentoo-user] KDE 4.0.2 and composite

2008-03-12 Thread Alan McKinnon
[EMAIL PROTECTED] /var/portage/kde-base $ cd /var/portage/kde-base/ [EMAIL PROTECTED] /var/portage/kde-base $ grep -ir composite * | grep '4.0' | grep ebuild | cut -f1 -d: | sort | uniq kdebase/kdebase-4.0.1.ebuild kdelibs/kdelibs-4.0.1-r1.ebuild kdelibs/kdelibs-4.0.2.ebuild krunner/kr

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

2008-04-23 Thread Florian Philipp
On Thu, 2008-04-24 at 03:40 +0200, Sven Köhler wrote: > Hi, > > is somebody using the package x11-base/x11-drm for intel's integrated > graphics? > I'd like to see the output of "dmesg |grep -i drm" to see, of i actually > have some advanatge of using it.

[gentoo-user] Problem with Thinkpad lenovo 3500

2009-06-17 Thread Massimiliano Ziccardi
this: x...@localhost ~ $ glxinfo | grep renderer OpenGL renderer string: Software Rasterizer However, x...@localhost ~ $ glxinfo | grep direct direct rendering: Yes x...@localhost ~ $ dmesg | grep -i agp [1.708652] Linux agpgart interface v0.103 [1.708775] agpgart-intel :00:00.0:

Re: [gentoo-user] linux desktop search engines are ugly!

2007-08-28 Thread felix
There's another advantage to a desktop search engine: it can know about different file formats. Suppose you want to find everything which references New York City. If you want to use "traditional" find + grep + locate, you will have to throw "file" in the mix plus specia

Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade

2007-09-05 Thread Dan Farrell
0:80 no listening sockets available, shutting down >Unable to open logs and the command >zeus apache2 # while /bin/true ; do ps -eaf | grep http; done / > |grep -v grep shows that the threads are most likely causing the problem, somehow: here is the output: > root 9695

Re: [gentoo-user] noatime option is ignored for /

2007-05-13 Thread Benno Schulenberg
Robert Cernansky wrote: > and 'mount' command shows: > > /dev/sda6 on / type ext3 (rw,noatime,usrquota,grpquota) > > but /proc/mounts does not show noatime option: > > /dev/root / ext3 rw,data=ordered,usrquota,grpquota 0 0 Hmm, same thing here: # grep "/

Re: [gentoo-user] Finer grained kde*-meta packages

2007-06-18 Thread Boyd Stephen Smith Jr.
On Monday 18 June 2007 14:36:05 Neil Bothwick wrote: > I have most of KDE installed here, yet > only 67 kde-base packages in world. I run fairly light, I have about half that many: $ grep -c ^kde /var/db/pkg/world 31 I do have a number of KDE applications installed from other parts of th

Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order?

2012-02-03 Thread Hilco Wijbenga
gt;> eix '-I*' --format '' | sort -n | cut -f2-3 >> >> (straight from man eix) seems to do the trick just fine. > > That's awfully complicated. Why not just > grep completed /var/log/emerge.log > ? > > Or > grep completed /var/log/emerge.log | grep -v sync > if you want to exclude emerge syncs. :-) Yep, that works fine too. Was there a reason for all that HTML in your email?

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

2011-05-17 Thread Neil Bothwick
On Tue, 17 May 2011 01:33:39 +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 than that &

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

2011-05-17 Thread Stroller
On 17/5/2011, at 11:43am, Pandu Poluan wrote: > On 2011-05-17, Neil Bothwick wrote: >> On Tue, 17 May 2011 01:33:39 +0200, Alan McKinnon wrote: >> >>> grep "GET /Tmp/Linux/G" | /var/log/apache2/access_log | grep-v | >>> \ awk '{print $1}

Re: [gentoo-user] Re: OT: kernel parameters

2011-06-30 Thread Peter Humphrey
On Thursday 30 June 2011 14:28:26 Alan McKinnon wrote: > On Thursday 30 June 2011 13:58:39 Peter Humphrey did opine thusly: > > On Monday 27 June 2011 18:53:31 Remy Blank wrote: > > > Peter Humphrey wrote: > > > > Can anyone point me to the parameter concerned? I c

Re: [gentoo-user] Providing virtual dependency net

2012-11-28 Thread Adam Carter
Let me just say that I don't have rc_net_wlan0_provide="net" in /etc/rc.conf > on any of the 8 Gentoo boxen running on this LAN atm. And "rc-status | grep > sshd" reports "sshd [started]" on every one of them. Two are using wifi > and > therefore

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

2013-01-14 Thread Adam Carter
at -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 -pipe" # emerge --info squid | grep ^CFL CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe

[gentoo-user] Re: Where has gensync moved to?

2007-01-17 Thread Harm Geerts
On Wednesday 17 January 2007 14:11, Bertram Scharpf wrote: > Hi, > > # equery f gentoolkit-dev | grep 'gensync$' > /usr/share/doc/gentoolkit-dev-0.2.6.2/deprecated/gensync > /usr/share/doc/gentoolkit-dev-0.2.6.2/deprecated/gensync/gensync > > where has it move

Re: [gentoo-user] pysol problems

2006-09-27 Thread Bo Ørsted Andresen
entoo.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 RgbPath /etc/X11/xorg.conf #RgbPath"/usr/lib/X11/rgb

Re: [gentoo-user] re: xfce4-sensors-plugin pulling in nvidia-settings

2013-08-22 Thread Yuri K. Shatroff
On 22.08.2013 21:37, Alexander Kapshuk wrote: The version of the nvidia driver and nvidia settings I emerged is: box0=; equery list '*'|grep nvidia-driver x11-drivers/nvidia-drivers-319.32 I then emerged xfce4 as well as the xfce4-sensors-plugin (box0=; equery list '*'|grep

Re: [gentoo-user] Re: In search of an truecolor-capable terminal emulator

2017-04-29 Thread Floyd Anderson
On Sa, 29 Apr 05:15:50 +0200 tu...@posteo.de wrote: Hi, before changing my system I took a look at https://wiki.gentoo.org/wiki/Xorg/Hardware_3D_acceleration_guide Down the page there is a test, whohc on my system reports: glxinfo | grep rendering direct rendering: Yes GL_NV_path_rendering

Re: [gentoo-user] lsof on fail2ban

2015-01-06 Thread Mickaël Bucas
ry 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-server -s > /run/fail2ban/fail2ban.sock -p

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

2013-11-11 Thread Bruce Hill
On Mon, Nov 11, 2013 at 01:44:10AM -0600, Dale wrote: > > On 10/11/13 at 08:07pm, Walter Dnes wrote: > > Try this hack :) > > > > $ ps -ef | grep [u]rxvt > > yohan 3559 1 0 11:50 ?00:00:00 urxvt > > yohan 3667 1 0 11:52 ?00:

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

2008-05-05 Thread Volker Armin Hemmann
ds. > > > > > > > > q6600 with 2GB RAM > > 1 hour and 15 minutes? Now you are just showing off. > > 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\/1

Re: [gentoo-user] depclean+noreplace

2007-09-03 Thread Marc Joliet
Am Mon, 3 Sep 2007 08:47:48 +0100 schrieb Neil Bothwick <[EMAIL PROTECTED]>: > On Mon, 3 Sep 2007 10:39:56 +0300, Daniel Iliev wrote: > > > localhost ~ # grep python /var/lib/portage/world ###(<--No result) > > localhost ~ # emerge --noreplace dev-lang/python &

Re: [gentoo-user] SSH won't restart

2007-09-10 Thread Dan Farrell
connections) ("absolute path is necessary for re-exec") I still don't know what happened; here's what I can do: === [EMAIL PROTECTED] ~ $ ssh [EMAIL PROTECTED] Last login: Mon Sep 10 14:23:18 2007 from pascal

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

2008-05-24 Thread Robin Atwood
> provide dns > > > > i.e. the line starts with one or more spaces, 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 > > > >

Re: [gentoo-user] kmail delete problem

2006-02-02 Thread Paul
deas out there > > Hm, ok, for a USB mouse we are just talking kernel drivers...so let's > have a peak 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/con

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

2015-04-23 Thread Neil Bothwick
On Thu, 23 Apr 2015 07:32:54 -0400, Tanstaafl wrote: > What I'd like is the output you get with > > 'grep -ir "searchstring" .' > > which includes the line of text from each matching file that contains > the searchstring, like this: > > > ./

Re: [gentoo-user] webcam on Gentoo Logitech C270

2014-12-21 Thread Alexander Kapshuk
ON: >>>> > >CONFIG_SND_USB_AUDIO=y >>>> >>>> I guess you should also take a look at >>>> Device Drivers > Multimedia support > Media USB Adapters >>>> >>>> e.g. >>>> MEDIA_USB_SUPPORT >>>> MEDIA_CAMERA_SUPPORT

Re: [gentoo-user] SLiM fails to load Fluxbox

2009-04-16 Thread Marc Joliet
08:30 12/10/08)(gnome imlib nls > slit toolbar truetype -kde -vim-syntax -xinerama) > > li...@localhost ~ $ rc-status default | grep -i xdm > xdm [ started > ] > li...@localhost ~ $ cat /etc/conf.d/xdm | grep -i sl

Re: [gentoo-user] How does OpenRC know if a service is crashed?

2018-08-02 Thread Manuel Mommertz
me > paste-py eend $? > } > > stop() { > kill $(cat /opt/paste-py/paste.pid) > } > bulbizarre ~ # cat $(which paste-py.sh) > #!/bin/sh > > port="$(grep port /opt/paste-py/paste-py.conf | cut -d '=' -f 2)" > addr="$(grep addr /opt/paste

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

2016-04-30 Thread Mick
k wrote: > >>>> I seem to have mislaid my microcode somewhere, in the latest stable > >>>> gentoo kernel: > >>>> > >>>> # grep -i MICROCODE .config > >>>> # > >>> > >>> Grepping .config is unreliab

Re: [gentoo-user] syslogd hibernating

2021-01-15 Thread n952162
log files were immediately updated and reporting. I rebooted my machine, and the log files are untouched, it is again hibernating. Do you get something like this on your system? $ rc-update -s -v | grep syslog syslog-ng | default and, $ rc-service -v syslog-ng status

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

2015-04-05 Thread Mick
4 21:14 > > > /var/log/portage/elog/summary.log-20150104.gz > > > -rw-rw-r-- 1 portage portage 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

Re: [gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread Dave Nebinger
James wrote: is ntpd dying? ps -elf|grep ntp should show you something besides the grep. Yep. Attempt stop it and start it again: /etc/init.d/ntpd start fails. "/etc/init.d/ntpd zap" to clear out the invalid status, then do the 'start' again. -- gentoo-use

Re: [gentoo-user] Kernel not updating...

2006-02-17 Thread Neil Bothwick
On Thu, 16 Feb 2006 21:05:04 -0500, Ernie Schroder wrote: > # cat /etc/portage/package* | grep gentoo-sources grep gentoo-sources /etc/portage/package* is better, it shows which files match. -- Neil Bothwick C:\BELFRY is where I keep my .BAT files ^^^oo^^^ signature.asc Description:

Re: [gentoo-user] "eix" doesn't find a freshly installed package

2024-01-08 Thread Dr Rainer Woitok
Arve, On Sunday, 2024-01-07 19:43:31 +0100, you wrote: > ... > running eix > on its own by default only outputs 50 packages, so there's that. Not here: # env -i eix | grep -v : | grep -c / 24900 # Where do you t

[gentoo-user] Re: How to tie module name to Kernel CONFIG

2008-12-10 Thread Harry Putnam
Geralt <[EMAIL PROTECTED]> writes: > Hi, > > a generic way is: > 1) Go to /usr/src/linux > 2) grep tg3 $(find -name Makefile) Nice... I had come up with an even more shotgun approache. grep -r tg3 I didn't have enough sense to know it would be in Makefiles

[gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread James
John Jolet jolet.net> writes: > > But now when I run 'ntpq -p' I get: > > ntpq: read: Connection refused > is ntpd dying? ps -elf|grep ntp should show you something besides > the grep. Yep. Attempt stop it and start it again: /etc/init.d/ntpd start fail

Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Mantas Povilaitis
On 4/13/06, Patrick Börjesson <[EMAIL PROTECTED]> wrote: > You're sure you haven't installed x11-themes/gnome-themes explicitly > before? Send output of: > > grep gnome /var/lib/portage/world there is no gnome in my world-file: room17 mantas # grep gnome /var/lib

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

2005-07-07 Thread Nick Rout
On Fri, 08 Jul 2005 00:54:46 +0200 Richard Fish wrote: > Michael Thompson wrote: > > >I am trying to extract information in my logs for a abuse department and am > >using the code: > > > >Code: > > > >zcat /var/log/messages.*?.gz | grep 212.56.68.10

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