Re: [gentoo-user] Re: cups - print job owner

2013-05-08 Thread Neil Bothwick
On Wed, 08 May 2013 08:47:40 +0200, Alan McKinnon wrote: > >> $ cat /etc/group | grep lp > > > > http://en.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_cat > > In code, yes. > > Whilst debugging on the command line, no. That's just nitpicking. >

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

2013-08-22 Thread Alexander Kapshuk
ettings and xfce4-sensors-plugin is leaving it as-is. > > Please post the results of > > equery depends nvidia-settings > grep -r nvidia-settings /etc/portage box0=; equery depends nvidia-settings * These packages depend on nvidia-settings: xfce-extra/xfce4-sensors-plugin-1.2.5 (video

Re: [gentoo-user] Rkhunter now showing Warnings for two files: /bin/egrep & fgrep

2015-01-27 Thread Tanstaafl
ged egrep and fgrep from binaries to shell scripts. > This happened a while ago on testing portage but the version with the > change only hit stable at the weekend. > > You can tell rkhunter to ignore them. > > % grep grep /etc/rkhunter.conf.local > SCRIPTWHITELIST=/bin/egre

[gentoo-user] Re: app-emulation/libguestfs-1.38.6 fails to build

2019-11-19 Thread Hartmut Figge
Adam Carter: >Are /lib/xcrypt and /lib64/xcrypt in /etc/ld.so.conf? hafi@i5-64 ~ $ grep xcrypt /etc/ld.so.conf hafi@i5-64 ~ $ So they are not. Perhaps elsewhere in /etc? Let's see. hafi@i5-64 ~ $ sudo grep -r xcrypt /etc /etc/portage/package.keywords:sys-libs/libxcrypt ~amd64 ha

Re: [gentoo-user] Copying root to SSD in one go...a good idea...or?

2020-04-05 Thread Dale
Neil Bothwick wrote: > On Sun, 5 Apr 2020 14:09:16 -0500, Dale wrote: > >> I've used the watch command but don't quite get it yet.  With the >> command below, how would watch be added to that to make it update every >> set number of seconds, say 10 seconds or so?

[gentoo-user] Re: search and replace "carriage return"

2014-02-04 Thread Grant Edwards
On 2014-02-03, Alan McKinnon wrote: > On 04/02/2014 01:14, Joseph wrote: >> I have a text file. How do I search and replace "carriage return"? >> > > > That is a horrible one to solve :-) > > All the usual tools (grep, sed, tr) are line oriented so they

Re: [gentoo-user] New system doesn't recognized bootable devise

2023-11-20 Thread thelma
On 11/20/23 11:26, Michael wrote: [snip] The first thing to establish is if your SSD is using MBR partitioning, or GPT: fdisk -l /dev/sda | grep 'Disklabel type' will output "dos" for MBR, or "gpt" for GPT. I suspect your SSD is using MBR. fdisk -l /dev/s

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

2024-01-22 Thread Michael
> > $ emerge -pvt asterisk After you change your asterisk package mask to: =net-misc/asterisk-20.* or, =net-misc/asterisk:0/20 please show the output of emerge --info | grep ACCEPT_KEYWORDS grep asterisk -r /etc/portage NOTE: On a stable amd64 arch, emerge will pull in the latest stab

Re: [gentoo-user] bad $PATH

2024-05-02 Thread Petr Vaněk
On Thu, May 02, 2024 at 01:55:42PM +0100, Jorge Almeida wrote: > I have /var/lib/bin in my $PATH (both as root and as normal user) > > [snip] What could be setting this? (grep /var/lib/bin /etc/conf.d/* > returns nothing) Do you have app-admin/xstow installed? This seems to

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

2016-01-18 Thread Dale
Neil Bothwick wrote: > On Mon, 18 Jan 2016 09:12:23 +, Neil Bothwick wrote: > >> equery hasuse checks which packages respect the given USE flag, it pays >> no attention to whether it is actually set. Try >> >> emerge -evp world | grep 'ABI_X86=32' >

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

2013-11-10 Thread Dale
it does not kill correctly and I try to restart that >> session, I get the error that the session is already running. > Long story short... "there can only be one" Firefox process *PER USER* > at any given time. Seriously... as regular user open up multiple > Firefox wi

Re: [gentoo-user] eth0 cannot start up

2010-08-06 Thread Mick
e system can be started, but when starting dhcp, it reports "Cannot > assign requested address". if tried ifconfig eth0 up, it reports the > same error. using dmesg|grep eth0 and dmesg|grep network, it shows the > system has detected my network card. > > any idea what is t

Re: [gentoo-user] PRNG is not seeded

2008-03-27 Thread Dale
Alex Schuster wrote: Roger Mason writes: Alex Schuster <[EMAIL PROTECTED]> writes: [/dev/random, /dev/urandom] Does anyone know what exactly creates these device nodes and why it could fail? Some kernel option? grep RANDOM /usr/src/linux/.config CONFIG_HW_RA

Re: [gentoo-user] Weird slocate behaviour - file ignored?

2009-08-07 Thread Alan McKinnon
r users 5.4G 2009-02-27 10:31 File.big > > $ sudo updatedb -v > foo > > Password: > > $ grep File.big foo > > /home/stroller/File.big > > $ locate File.big > > $ > > I get the same behaviour as you: > # updatedb -v | grep -i file.big > /home/pk/file

Re: [gentoo-user] Privoxy log access rights

2008-09-21 Thread Neil Bothwick
On Sun, 21 Sep 2008 14:05:35 +0100, Mick wrote: > Could you please tell me what is the access rights on the provoxy log > file on your machine? > > For some reason mine look like this: > > # ls -la /var/log/ | grep priv > drwxr-x--- 2 51 privoxy 408 Sep 21 07:4

Re: [gentoo-user] Packet Shaping

2007-04-17 Thread Elias Probst
our help! This is fun. > > - Grant Never got Shorewall traffic shaping to do anything. shorewall show | grep mark | grep -v "mark=0" | wc -l is 0. It seems to fail when classifying packets. Neither port based classifying worked nor ipp2p based classifying. If you have a working

Re: [gentoo-user] cvs server config error

2007-06-09 Thread Alex Schuster
t does. Look again :) Another method: [EMAIL PROTECTED] ~ --> grep server /usr/portage/profiles/use.* | grep cvs /usr/portage/tree/profiles/use.local.desc:dev-util/cvs:server - Enable server support I don't know about your problem, but for me the CVS server functionality also did not work whe

Re: [gentoo-user] Strange outbound requests

2012-01-20 Thread Paul Hartman
On Fri, Jan 20, 2012 at 5:27 PM, Michael Mol wrote: > If the machine is running linux, then 'watch "lsof -n|grep TCP|grep > 3680"' as root is a sloppy but effective way to find it. There's > probably some way to set up a firewall rule on the host in question >

Re: [gentoo-user] URGENT: nfs stopped working

2011-04-30 Thread Stroller
On 30/4/2011, at 4:34am, Michael Sullivan wrote: > > Mine says: > > camille ~ # zcat /proc/config.gz | grep -i nfs > CONFIG_NFS_FS=m > CONFIG_NFS_V3=y > # CONFIG_NFS_V3_ACL is not set > # CONFIG_NFS_V4 is not set > CONFIG_NFSD=m > CONFIG_NFSD_V3=y >

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

2011-06-30 Thread Peter Humphrey
On Thursday 30 June 2011 15:45:40 Dale wrote: > Peter Humphrey wrote: > > Hmm. Could be. I'll try setting those in my Gentoo kernel and see if it > > hangs. > > > > Thanks Alan. I did grep for "lockup" without success, so I suppose I > > must

Re: [gentoo-user] Sharing /home and swap

2011-12-27 Thread Andrew Lowe
ine, and that's very likely. When you're booted into SUSE, run cat /proc/filesystems to see what it supports. If your Gentoo /home file system is not there, you may need to load the module, eg. on this system; # grep ext /proc/filesystems ext2 ext4 # modprobe ext3 # grep ext /proc/filesystem

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

2006-11-14 Thread Richard Fish
. 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>&1 >/dev/null | grep -v -e '>>> Regenerating '". This will send stdout to

Re: [gentoo-user] Re: emacs shell color question

2006-12-27 Thread Tom Naujokas
On Wed, 2006-27-12 at 12:51 -0600, [EMAIL PROTECTED] wrote: > ...[snip]... > > Are you using [Xe]macs in console mode or in an xterm .. other? I'm starting xemacs from an xterm with the command "xemacs &". > What is the output of `alias|grep ls'? $ alias|g

Re: [gentoo-user] Re: gtk+ wants to install xorg-server

2006-12-31 Thread Bo Ørsted Andresen
t seem > to appear in the gtk ebuild. In the virtualx eclass which the gtk+ ebuild inherits [1]. # grep virtualx `portageq portdir`/x11-libs/gtk+/gtk+-2.10.6.ebuild inherit gnome.org flag-o-matic eutils debug autotools virtualx # grep 'X?' `portageq portdir`/eclass/virtualx.eclass DEPE

Re: [gentoo-user] Re: gtk+ wants to install xorg-server

2006-12-31 Thread Enrico Weigelt
* Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: > In the virtualx eclass which the gtk+ ebuild inherits [1]. > > # grep virtualx `portageq portdir`/x11-libs/gtk+/gtk+-2.10.6.ebuild > inherit gnome.org flag-o-matic eutils debug autotools virtualx > > # grep '

Re: [gentoo-user] QT4's qtconfig

2007-01-07 Thread Andrew Gaydenko
Have tried also, there isn't: equery f =x11-libs/qt-4.2.2 | grep qtconfig /usr/share/doc/qt-4.2.2/html/images/qtconfig-appearance.png /usr/share/doc/qt-4.2.2/html/qtconfig.html There *is* a tool's help, the tool is absent only :-) === On Sunday 07 January 2007 14:43, Petr

[gentoo-user] How to harden a system

2017-12-23 Thread Peter Humphrey
Hello list, Now that grsecurity is off-limits, I'm left wondering how to go about hardening a no-multilib box that will be exposed to the Big Bad World. To start with, it's not obvious which profile to use: $ eselect profile list | grep no-multi | grep hardened [23] default/linux/

Re: [gentoo-user] Kernel 4.9.95

2018-04-26 Thread Adam Carter
On Thu, Apr 26, 2018 at 8:28 PM, Peter Humphrey wrote: > On Thursday, 26 April 2018 11:13:12 BST Adam Carter wrote: > > Does grep . /sys/devices/system/cpu/vulnerabilities/* find anything? > > # grep . /sys/devices/system/cpu/vulnerabilities/* > /sys/devices/system/c

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

2015-04-17 Thread Tanstaafl
Hi all, Ok, this is driving me crazy... I want to be able to quickly search an entire users Maildir for an email containing a certain string, but output just the filenames WITH THE DATE/TIMEs... So, from the target users top level Maildir: grep -lr * | xargs ls -lt ^^^ appears to work, and

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

2015-06-06 Thread Neil Bothwick
On Sat, 6 Jun 2015 13:11:04 -0400, Philip Webb wrote: > > I've bunch of php files in many directories > > and I need to find a text string in them "Check/Money Order" > > 'cd' to the lowest dir which contains them all, > then 'grep -r "

Re: [gentoo-user] resolving names of local hosts locally

2015-12-16 Thread Tom H
one listens on port 53? # ss -ntl | grep :53 LISTEN 0 10 192.168.1.222:53 *:* LISTEN 0 10 192.168.1.221:53 *:* # ps ax | grep [na]med 791 ?Ssl0:00 /usr/sbin/named -f -4 -c /var/named1/named.conf -u named 799 ?

Re: [gentoo-user] Where is gmplayer?

2017-04-18 Thread Alan McKinnon
On 18/04/2017 23:21, Bertram Scharpf wrote: > On Tuesday, 18. Apr 2017, 13:11:02 -0500, R0b0t1 wrote: >> On Tue, Apr 18, 2017 at 12:51 PM, Bertram Scharpf >> wrote: >>> >>> % gmplayer >>> zsh: command not found: gmplayer >>> % equery f mpla

Re: [gentoo-user] Re: Issues with AMD_IOMMU

2017-05-15 Thread Adam Carter
CONFIG_X86_X2APIC=y # dmesg | grep -i x2apic # On my skylake box # dmesg | grep -i x2apic [0.044148] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [0.045802] DMAR-IR: Enabled IRQ remapping in x2apic mode [0.045908] x2apic enabled [0.046011] Swit

[gentoo-user] Is this a genlop bug?

2018-10-01 Thread Peter Humphrey
minute and 58 seconds. $ genlop -t rust | grep second merge time: 29 minutes and 26 seconds. merge time: 4 seconds. merge time: 10 seconds. merge time: 32 minutes and 44 seconds. $ genlop -t dev-lang/rust | grep second merge time: 29 minutes and 26 seconds.

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Peter Humphrey
ions. > > I did say that I know how to search - that is how I was able to find it. > > But... I don't WANT to switch on systemd support. You don't have to. At least, I haven't: $ grep -i systemd /usr/src/linux/.config # CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set

[gentoo-user] Converting shell globs to regular expressions

2023-04-13 Thread Dr Rainer Woitok
t; function, but this -- of course -- returns a Python style regular expression which I can't use together with "grep" or "gawk". So using this function would require moving and converting the "grep" and "gawk" specific code from my Shell scri

Re: [gentoo-user] python 3.12 update

2024-06-04 Thread Adam Carter
target yet emerge -pv --emptytree world 2>&1 | grep PYTHON_SINGLE_TARGET | grep -v python3_12 When this comes back with nothing, change the PYTHON_SINGLE_TARGET in package.use Run emerge with -U At some stage i'll update PYTHON_TARGETS: -* python3_11 python3_12 to PYTHON_TARGETS: -*

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

2016-01-19 Thread Neil Bothwick
On Tue, 19 Jan 2016 14:23:56 +0200, Nikos Chantziaras wrote: > >>> equery hasuse checks which packages respect the given USE flag, it > >>> pays no attention to whether it is actually set. Try > >>> > >>> emerge -evp world | grep 'ABI_X86=3

Re: [gentoo-user] KDE and the new plasma 5 thing

2016-04-14 Thread Neil Bothwick
On Thu, 14 Apr 2016 10:14:14 +0200, J. Roeleveld wrote: > > cat /etc/passwd ;-) > > > > Or if you want to get clever and give just a list of usernames > > > > awk -F: '{print $1}' /etc/passwd > > This doesn't work when using LDAP authenticat

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

2016-04-30 Thread Mick
I seem to have mislaid my microcode somewhere, in the latest stable gentoo kernel: # grep -i MICROCODE .config # As a result I get this during boot: # /etc/init.d/microcode_ctl start * Updating microcode ... microcode_ctl: cannot open /dev/cpu/microcode for writing errno=2 (No such file or

Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
>> > >> > Does "qdepends -r dev-lang/python:3.3" reveal anything helpful? >> >>allan ~ # qdepends -r dev-lang/python:3.3 >>depends: no matches found for your query >> >> Looks like no. > > How about something a bit less

[gentoo-user] Beta autodepclean script (not yet ready for primetime)

2010-07-11 Thread Walter Dnes
a bunch of stuff (cutting-&-pasting lines from cleanscript), and revdep-rebuild hasn't found any breakages. If you are unsure about any of its suggestions, please ask on this list. -- Walter Dnes #!/bin/bash echo exit > cleanscript emerge --pretend --depclean |\ grep -A1 "^ .*/" |\ grep -v "^ \*" |\ grep -v "^--" |\ sed ":/: { N s:\n:: s/selected: /-/ s/^ /emerge --depclean =/ }" >> cleanscript

Re: [gentoo-user] Win4Lin problems

2005-06-25 Thread Michael Sullivan
/init.d/vnetd status > If it says started but ps ax | grep vnetd returns nothing, "zap" it: > /etc/init.d/vnetd zap then /etc/init.d/vnetd start again. > > On 6/25/05, Michael Sullivan <[EMAIL PROTECTED]> wrote: > > I don't think that vnetd is running, even

Re: [gentoo-user] Beagle eating up Resources!! (BEagled-index-helper)

2007-02-28 Thread Albert Hopkins
lah | xargs -0 -iARG grep "string" ARG ' > quite frankly disgusting Some people may actually get more use out of it. For example I use it several times a day. I agree totally that it's far from perfect, but so far the best solution I've tried. A 'find ... |

[gentoo-user] strange MySQL issue

2007-06-21 Thread Sergey A. Kobzar
/usr/sbin/mysqld: ready for connections. Version: '5.0.42-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Gentoo Linux mysql-5.0.42 MySQL process exists: # ps ax | grep mysql 4208 ?Ssl0:00 /usr/sbin/mysqld --defaults-file=/etc/mysql/my.cnf --basedir=/usr

[gentoo-user] strange MySQL issue

2007-06-21 Thread Sergey A. Kobzar
/usr/sbin/mysqld: ready for connections. Version: '5.0.42-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Gentoo Linux mysql-5.0.42 MySQL process exists: # ps ax | grep mysql 4208 ?Ssl0:00 /usr/sbin/mysqld --defaults-file=/etc/mysql/my.cnf --basedir=/usr

Re: [gentoo-user] libpcre.so.0 not used, yet system broken...

2012-05-31 Thread Jarry
/nmap-6.00 (dev-libs/libpcre) sys-apps/grep-2.12 (pcre ?>=dev-libs/libpcre-7.8-r1) sys-apps/less-445-r1 (pcre ? dev-libs/libpcre) www-client/epiphany-extensions-3.4.0 (pcre ?>=dev-libs/libpcre-3.9-r2) equery d -a libpcre spits out tons of packages, though. Assuming the ebuilds have the

Re: [gentoo-user] Re: DNS error with ssh

2011-07-08 Thread Adam Carter
t file either. Interestingly ping and host dont seem to read it. adam@sphinx ~ $ strace ping google.com 2>&1 | grep gai.conf adam@sphinx ~ $ strace host google.com 2>&1 | grep gai.conf adam@sphinx ~ $ strace ssh google.com 2>&1 | grep gai.conf open("/etc/gai.conf", O_RD

Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Mick
On Sunday 06 Nov 2011 02:14:02 Joseph wrote: > revdep-rebuild is showing: > broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14) > > rebuilding "bgtksourceview" doesn't help. > find /usr/ -name '*.la' -exec grep png14 {} + > is finding libgtkso

Re: [gentoo-user] copy a bunch of files...

2011-02-09 Thread Kfir Lavi
On Tue, Feb 8, 2011 at 8:27 PM, Mark Knecht wrote: > Hi, > Looking for a simple way to do a big copy at the command line. I > have a bunch of files (maybe 100 right now, but it will grow) that I > can find with locate and grep: > > c2stable ~ # locate Correlation | grep

Re: [gentoo-user] New install, I still can't send email. Same error too.

2006-01-17 Thread Dale
On Tuesday 17 January 2006 23:00, Richard Fish wrote: > find ~/.mozilla -name prefs.js -exec grep "mail.smtpserver" {} \; This is on my old install. [EMAIL PROTECTED] / # find home/dale/.mozilla -name prefs.js -exec grep "mail.smtpserver" {} \; user_pref("mail.

Re: [gentoo-user] What program produces message like these?

2006-03-29 Thread Vladimir G. Ivanovic
time messages from the kernel. AFAIK if they are showing up in dmesg output, they are coming from the kernel. Looks like you enabled DEBUG in your kernel: # cd /usr/src/linux-2.6.16.1 && grep -r class_device_create_uevent . ./drivers/base/class.c:static int class_device_cre

Re: [gentoo-user] Lowest common denominator compile

2017-09-05 Thread Walter Dnes
> work on the older systems? Yes. You need to find out CPU_FLAGS_X86 and "-march=" values the machines have, and use that in make.conf. Run the commands... cpuinfo2cpuflags-x86 gcc -c -Q -march=native --help=target | grep march= ...on the target machines. This will tell you what &quo

Re: [gentoo-user] Lowest common denominator compile

2017-09-05 Thread Grant
Yes. You need to find out CPU_FLAGS_X86 and "-march=" values the > machines have, and use that in make.conf. Run the commands... > > cpuinfo2cpuflags-x86 > gcc -c -Q -march=native --help=target | grep march= > > ...on the target machines. This will tell you what &q

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

2017-08-28 Thread Alexander Kapshuk
result is >> iceamber@localhost:~ $ modinfo nouveau | grep filename >> filename: >> /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/nouveau/nouveau.ko >> >> On Mon, Aug 28, 2017 at 2:17 PM, David Abbott wrote: >>> >>> On Mon, Aug 28, 2017 at 10:00

Re: [gentoo-user] Rkhunter now showing Warnings for two files: /bin/egrep & fgrep

2015-01-31 Thread Mick
On Monday 26 Jan 2015 22:53:53 Neil Bothwick wrote: > On Mon, 26 Jan 2015 11:27:05 -0500, Alec Ten Harmsel wrote: > > >> # grep Warning /var/log/rkhunter.log > > >> > > >> [03:10:32] Info: Emailing warnings to 'root' using command > > >&

Re: [gentoo-user] Re: AMD microcode updates - where are they?!

2019-07-12 Thread Adam Carter
> > $ dmesg | grep -i micro > > [0.622441] [drm] Loading ARUBA Microcode > > [5.763242] [drm] Loading hainan Microcode > > [6.653025] microcode: CPU0: patch_level=0x06001119 > > [6.657962] microcode: CPU1: patch_level=0x06001119 > > [6.

Re: [gentoo-user] Net work cards

2014-02-03 Thread Stephen Reynolds
dmesg | grep -i firmware I get nothing. dmesg | grep eth0 i get this below. [ 50.931566] r8169 :02:00.0: eth0: RTL8168evl/8111evl at 0xc9000467e000, bc:5f:f4:e8:59:14, XID 0c900800 IRQ 42 [ 50.931568] r8169 :02:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko

Re: [gentoo-user] log4j

2021-12-15 Thread Andrey F.
> embed log4j in code produced for IoT?): > > rattus ~ # locate *.jar|grep 4j > /usr/share/arduino/lib/log4j-api-2.12.0.jar > /usr/share/arduino/lib/log4j-core-2.12.0.jar > /usr/share/arduino/lib/slf4j-api-1.7.22.jar > /usr/share/arduino/lib/slf4j-simple-1.7.22.jar > rattus

Re: [gentoo-user] Updates = slow firefox

2010-04-22 Thread Grant
>>> Could this be the problem? >>> >>> # grep ^\(EE /var/log/Xorg.0.log >>> (EE) Failed to load module "vesa" (module does not exist, 0) >>> (EE) Failed to load module "fbdev" (module does not exist, 0) >>> (EE) intel(0): [

[gentoo-user] cvs server config error

2007-06-08 Thread Arnau Bria
ll be used)... (from year 2003 http://forums.gentoo.org/viewtopic-t-55659-highlight-cvs.html cvs with inetd) My conf: lx-arnau cvsd # grep -v "^#" /etc/cvsd/cvsd.conf|grep . RootJail /var/lib/cvsd Uid cvsd Gid cvsd Nice 1 Umask 027 Limit coredumpsize 0 PidFile /var/run/cvsd.pid MaxConnecti

Re: [gentoo-user] Disabling net.ath0 backgrounding

2006-10-22 Thread Grant
/sbin/functions.sh /lib64/rcscripts/sh/net.sh /sbin/depscan.sh Some of them show incorrect md5sum instead of wrong mtime. > > grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net > > modules="wpa_supplicant" > wpa_supplicant_ath0="-Dmadwifi" > config

Re: [gentoo-user] Syslog-ng is writing binary

2014-12-27 Thread Mick
On Friday 26 Dec 2014 23:33:33 Peter Humphrey wrote: > Hello list, > > For some time now I've had syslog-ng writing /var/log/messages in a binary > format: > > # file /var/log/messages > /var/log/messages: data > # grep syslog-ng /var/log/messages > Binary file /v

[gentoo-user] Re: Woes with Kernel and Iptables

2018-11-16 Thread Andrey F.
oing a full "emerge -e iptables". > I tried upgrading to iptables-1.8 too. I also tried upgrading kernel > headers to match the version of the kernel I'm currnetly running. > Nothing I do can get it to work. > > # uname -r > 4.18.18 > > Thanks in adva

[gentoo-user] Re: Suspend and Hibernation not working on XFace desktop

2019-12-20 Thread Dr Rainer Woitok
you have on your > system. For example, this is what I have on my desktop (KDE): > > $ pkaction | grep susp > org.freedesktop.login1.inhibit-handle-suspend-key > org.freedesktop.login1.suspend > org.freedesktop.login1.suspend-ignore-inhibit > org.freedesktop.login1.suspend-mu

Re: [gentoo-user] mysql build error

2007-02-28 Thread Uwe Thiem
On 28 February 2007, Bo Ørsted Andresen wrote: > 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 > >

Re: [gentoo-user] DRM on a new ck kernel

2005-04-18 Thread Mark Knecht
ati_agp flash kernel $ > > > What other info do I need to give? > > dmesg | grep drm flash mark $ dmesg | grep drm [drm] Initialized drm 1.0.0 20040925 [drm] Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies Inc RV250 5c61 [Radeon Mobility 9200 M9+] [drm] Loading R200 Mi

Re: [gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Bruce Hill
FIRMWARE_DIR="/lib/firmware/", then the kernel will pick the > > > right firmware automatically, without having to name the microcode in > > > CONFIG_EXTRA_FIRMWARE at all. > > > > Yes, thank you. It worked. > > > > > Build your kernel that

Re: [gentoo-user] Installing outside of Portage & cruft removal

2009-01-26 Thread Dale
D_HASH=61 # Directory where portage files are kept FILES_DIR="/etc/portage" # Where etcportclean is on the web WEB=users.wpi.edu/~chanin/scripts/etcportclean # Files we (optionally) look at files=( "package.keywords" "package.unmask" "package.mask" "p

[gentoo-user] Re: emerge -avt xfce4-meta; haven't got startxfce4. Help, please!

2010-02-09 Thread Harry Putnam
Mark Knecht writes: > Possibly you installed something other than xfce4-meta? > > firefly ~ # emerge -ep xfce4-meta | grep xfce | grep utils > [ebuild R ] xfce-base/xfce-utils-4.6.1 > firefly ~ # I'm just seconding fireflys' report. I suspect xfce4 expects yo

Re: [gentoo-user] Trying to expunge virtualbox

2010-06-17 Thread David Relson
tarting VirtualBox kernel module ... > * modprobe vboxdrv failed. Please use 'dmesg' to find out why > > - I've tried "dmesg | grep -i box", and it shows nothing. > - emerge -pv --depclean | grep -i box > only hits on "busybox", &q

Re: [gentoo-user] Trying to expunge virtualbox

2010-06-18 Thread Bill Longman
x kernel module ... > * modprobe vboxdrv failed. Please use 'dmesg' to find out why > > - I've tried "dmesg | grep -i box", and it shows nothing. > - emerge -pv --depclean | grep -i box > only hits on "busybox", "dosbox", and "

Re: [gentoo-user] Re: runlevels and service list

2009-09-20 Thread Dale
Neil Bothwick wrote: > On Sun, 20 Sep 2009 21:51:17 +0300, Nikos Chantziaras wrote: > > >> /bin/bash is also shown in htop even though bash isn't in any runlevel >> either ;) >> > > Not here. > > > This is all I get for bash: r...@sm

Re: [gentoo-user] Error with rc-update

2005-05-15 Thread Patrick
On Sun, 15 May 2005 17:45:18 +0100 Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Sun, 15 May 2005 16:33:33 +0200, Patrick wrote: > > > > > /sbin/runscript.sh: line 1: CLOCK: command not found > > > > > > grep -r CLOCK /etc > > > > >

Re: [gentoo-user] Skipping static libraries

2008-03-15 Thread Etaoin Shrdlu
On Saturday 15 March 2008, Chris Brennan wrote: > | Hmmm. There are many thousand ebuilds in the tree. Many more in 3rd > | party overlays. Your idea fixes 1 problem in 1 ebuild. > > Just for the sake of amusment and to give a sense of perspective. By > my count (ls -lshaR /usr

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

2009-07-04 Thread Mark Shields
> 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 from Cacti forums): | grep -v NaN | grep '' | tr e ' ' \ | awk {'print "Q"

[gentoo-user] Configure WIFI lan

2009-08-25 Thread Massimiliano Ziccardi
Hi all. This is the output of dmesg | grep iwl xxx ~ # dmesg | grep iwl [1.906142] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks [1.906249] iwlagn: Copyright(c) 2003-2008 Intel Corporation [1.906361] iwlagn :03:00.0: PCI INT A -> GSI 17 (level, low) ->

Re: [gentoo-user] PATA in gentoo-sources-2.6.26-r3

2008-11-27 Thread Joshua Murphy
e previous kernel I had CONFIG_PATA_SIL680=y , but in the new .config > I cannot find any PATA. > > # grep -i pata .config > (gives nothing) > > Has it been removed from the newer kernels? > > > Looks like linux-2.6.27-gentoo-r4 has it, at the very least. severn linux # pwd -P /usr/src

Re: [gentoo-user] [slightly OT] kernel .config help pages

2007-03-21 Thread Rasmus Andersen
ont think there is a dedicated CLI tools for this, but the Kconfig files in the kernel directory contains the help text. So if you know the name of the config option is question (or its placement in the directory hierarcy) you can grep -r for it and read/grep/parse the Kconfig file in question.

Re: FEATURE: fixlafiles (was: [gentoo-user] Re: revdep-rebuild Not Fixing Broken Links)

2011-04-09 Thread Neil Bothwick
#x27;s already in FEATURES by default :) [nelz@yooden ~ 0]% grep fixlafiles /etc/make.conf [nelz@yooden ~ 1]% emerge --info | grep fixlafiles FEATURES="assume-digests binpkg-logs buildpkg distlocks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unk

[gentoo-user] Re: Headsup: bad breakage from today's xcb update [correction]

2011-04-28 Thread walt
On 04/27/2011 02:40 PM, Volker Armin Hemmann wrote: #readelf -s libxcb-atom.so.1.0.0 | grep xcb_atom_get don't have that lib. only: readelf -s /usr/lib64/libxcb-util.so.0.0.0| grep xcb_atom_get 34: 2c6035 FUNCGLOBAL DEFAULT 11 xcb_atom_get_name_predefi

Re: [gentoo-user] Graphviz needs libjpeg.la

2011-06-12 Thread 微菜
于 2011年06月13日 00:43, Daniel D Jones 写道: > media-gfx/graphviz-2.26.3-r2 fails to compile because: > > grep: /usr/lib/libjpeg.la: No such file or directory > > > The file does not exist. /usr/lib has the following files: > > libjpeg.a > libjpeg.so -> li

Re: [gentoo-user] vpnc built without oppenssl

2011-06-22 Thread Neil Bothwick
ither. There is % emerge -p vpnc These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] net-misc/vpnc-0.5.3_p457-r1 USE="-bindist -openssl -resolvconf > cat /usr/portage/profiles/use.desc | grep -i openssl grep openssl /usr/portage/pro

Re: [gentoo-user] Some keyboard confusions

2010-09-19 Thread Mick
YMAP="de-latin1-nodeadkeys" > > Unfortunately, this give me an QWERTY-keyboard layout (default). Hmm ... odd! There is no such keyboard file under ... /usr/share/keymaps/i386/qwerty: $ ls -la /usr/share/keymaps/i386/qwerty | grep de-latin1-nodeadkeys $ unlike the qwertz

Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-16 Thread Richard Fish
ow! I should be able to get at least double that... Please post the dmesg output from plugging in the drive. Also the output of "zgrep USB /proc/config.gz | grep -v "^#" (or use grep & /usr/src/linux/.config if you don't have /proc/config.gz). > And as I've said, I

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

2006-02-01 Thread James
James tampabay.rr.com> writes: > > 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.

[gentoo-user] Re: OpenOffice with KDE icons (ooo-kde)

2006-05-17 Thread Mick
On 17/05/06, Richard Fish <[EMAIL PROTECTED]> wrote: # env | grep KDE $ env | grep KDE KDEDIRS=/usr I guess that's not enough. Can I manually tweak that? (I have no ~/.profile, only ~/.bash_profile which refers to ~/.bashrc). Ah, now this makes perfect sense. I believe

Re: [gentoo-user] Using --deep [Was: Slow redraw of windows following -uD --world]

2006-06-18 Thread Benno Schulenberg
from a glsa-check -d output?) Numbers alone say > > nothing. > > glsa-check -t all | xargs -r glsa-check -d Yes, but now only the Synopsis to Unaffected part. Demanding, aren't we? :) I've aliased this: `glsa-check -t all | while read number; do echo =; echo; gls

Re: [gentoo-user] Portage and ati-drivers

2006-09-12 Thread Bo Ørsted Andresen
le and not in my world file? > > > > Because VIDEO_CARDS in /etc/make.conf includes fglrx? If you are still > > confused please post the output of: > > > > # grep ^VIDEO_CARDS /etc/make.conf > > Nope, not the reason either. :-) VIDEO_CARDS in make.conf set to > "r

Re: [gentoo-user] How to harden a system

2017-12-23 Thread Michael Orlitzky
an older (LTS) kernel: https://github.com/minipli/linux-unofficial_grsec/tree/linux-4.9.x-unofficial_grsec > To start with, it's not obvious which profile to use: > > $ eselect profile list | grep no-multi | grep hardened > [23] default/linux/amd64/17.0/no-multilib/hardened >

Re: [gentoo-user] Something's messed up my mimetypes

2018-07-23 Thread Franz Fellner
2018-07-23 18:58 GMT+03:00 Wols Lists : > How do I find out what mimetypes are associated with an application? > > I would just inspect the .desktop files We use Gentoo here so you know which package installed your application. for kate it's... kate ;) $ qlist kate | grep desk

[gentoo-user] "need firewalld" message at bootup?

2015-04-12 Thread Walter Dnes
ocess. I'm running openrc and eudev... * Bringing up interface eth0 * Caching network module dependancies need firewalld * 192.168.123.251/28 Things seem to work OK. I tried... [d531][root][~] grep firewalld /etc/init.d/* [d531][root][~] grep firewalld /etc/conf.d/* ...looki

[gentoo-user] plugin-containers missing libraries

2015-05-26 Thread Adam Carter
Is this working looking into? The programs generally work ok, so this is more for interests sake. # ldd /usr/lib64/firefox/plugin-container | grep not libmozalloc.so => not found libxul.so => not found # ldd /usr/lib64/thunderbird/plugin-container | grep not libxul.so =>

[gentoo-user] 4G RAM on 32-bit OS

2015-07-03 Thread Alexander Kapshuk
p: 511M 0B 511M CPUINFO sed '/model name/!d;/model name/q' /proc/cpuinfo model name: Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz With HIGHMEM kernel config on: grep '^[^#].*HIGH.*MEM' /usr/src/linux/.config CONFIG_HIGHMEM4G=y CONFIG_HIGHMEM=y grep

Re: [gentoo-user] https://wiki.gentoo.org/wiki/Traffic_shaping

2015-11-22 Thread Neil Bothwick
On Mon, 23 Nov 2015 00:14:36 +0100, lee wrote: > > I'm using 4.1.12-gentoo and it contains Ingress Qdisc. Look for > > NET_SCH_INGRESS: > > > > grep -i SCH_INGRESS /usr/src/linux/.config > > # CONFIG_NET_SCH_INGRESS is not set > > > heimdali ~ #

Re: [gentoo-user] USB Problems

2014-09-03 Thread siefke_lis...@web.de
: New USB device strings: Mfr=0, Product=0, SerialNumber=3 [25616.836157] usb 3-1: SerialNumber: 000M9N691511 [25616.843492] usblp 3-1:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01EB siefke ~ $ cat /usr/src/linux/.config | grep CONFIG_USB_PRINTER

Re: [gentoo-user] Video database software

2019-01-28 Thread Laurence Perkins
On Mon, 2019-01-28 at 18:01 -0600, Dale wrote: > > I do currently use exiftool to get the resolution. One, it is > accurate > and true every time. I've never had it be wrong. I do it this way: > exiftool | grep size Assuming you're using bash as your shell

Re: [gentoo-user] emerge notice

2024-07-06 Thread Thelma
On 7/6/24 17:46, Jude DaShiell wrote: you could first pipe portage output to tee perhaps portage.log for a file to hold output then use grep on portage.log to find notifications in context sofollowing lines of notifications would be preserved. I've not used grep with lines of context befor

[gentoo-user] libreoffice-bin with icu confusion

2016-04-24 Thread the
Hello. Recently I've installed app-office/libreoffice-bin-5.1.2.2 which depends on dev-libs/icu-57.1 equery g app-office/libreoffice-bin-5.1.2.2 | grep icu [ 1] dev-libs/icu-57.1 However when I tried to run libreoffice, the dynamic linker couldn't find two libraries: libicui18n

Re[2]: [gentoo-user] Is it sefe to unmerge?

2008-02-13 Thread Sergey Kobzar
Hi Willie, Wednesday, February 13, 2008, 10:36:01 PM, you wrote: > On Wed, Feb 13, 2008 at 10:25:23PM +0200, Sergey Kobzar wrote: >> # cat /etc/make.conf | grep USE >> USE="-X -acl -gpm -ipv6 -tcpd" >> >> # equery depends attr >> [ Searching for

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