Re: [gentoo-user] Re: Transcoding movie DVD to MPEG4?

2006-12-07 Thread Mick
filesystem support", and be right next to the > option for UDF. Thanks, but I have Joliet configured in the kernel: # cat .config | grep -i JOLIET CONFIG_JOLIET=y as well as UDF: # cat .config | grep -i UDF CONFIG_UDF_FS=y CONFIG_UDF_NLS=y -- Regards, Mick pgp5Vrrysuj9C.pgp Description: PGP signature

Re: [gentoo-user] syslog problem....

2006-12-09 Thread David Corbin
ol provides logger? > > > > AFAIK, the "provide" settings in the init scripts themselves. > > I understand that's where it's defined, but what I meant was how does it > find it. Surely it's not running every script each time somebody depends > on so

[gentoo-user] Re: bash_history

2006-03-07 Thread Harry Putnam
Tim Kruse <[EMAIL PROTECTED]> writes: > I love zsh ;-) > > ,- > | % setopt | grep -i "append.*history" > | incappendhistory > | % man zshoptions | col -b | grep -A 4 APPEND_HISTORY > | APPEND_HISTORY > | If this is set, zsh sess

Re: [gentoo-user] can't unload modules

2005-08-02 Thread Nick Rout
On Tue, 2 Aug 2005 18:56:14 -0700 (PDT) maxim wexler wrote: > > > --- Michael Crute <[EMAIL PROTECTED]> wrote: > > > It would appear that it is not. Double check with my > > cat grep command and > > perhaps recompile your kernel. > > >

[gentoo-user] Trouble with mysql

2005-08-31 Thread Michael Sullivan
x27;t start server: Bind on TCP/IP port: Address already in use 050831 15:47:30 Do you 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'

Re: [gentoo-user] Bash + Awk + variable assignation.

2005-09-20 Thread A. Khattri
add the "Day Range" > > last_price() > { > value="$(lynx -dump "$url$symbol" | grep 'Last price:' | \ > awk -F: 'NF > 1 && $(NF) != "N/A" { print $(NF) }' )" > } > > day_range() > { > day_range=&q

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-19 Thread Michael Sullivan
On Thu, 2005-10-20 at 07:49 +1300, Nick Rout wrote: > On Thursday 20 October 2005 07:03, Michael Sullivan wrote: > > camille linux # cat /etc/make.conf | grep 'ALSA_CARDS' > > ALSA_CARDS="intel8x0" > > > > > > Support for the snd-hda-

[gentoo-user] Re: Kernel updates

2005-10-30 Thread Tim Kruse
* On 27.10.2005 Qian Qiao wrote: >> P.S. is there an easy way to confirm which kernel source (gentoo/vanilla) >> was originally installed? > > # cat /var/lib/portage/world> grep sys-kernel UUOC > The above command should give you the kernel(s) you've emerged.

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Richard Fish wrote: You can check both. The ldd output of a binary shows the complete dependancy tree. You can then check individual libraries. The following script should identify the 'offender': for x in `ldd /usr/kde/3.5/bin/kview | awk '{ print $3}' | grep lib` ; d

[gentoo-user] package.keywords/kde

2005-12-06 Thread Ernie Schroder
After updating to kde-3.5.0, an emerge -up world, as expected wants to downgrade a whole lot of apps. So, I decided it was time to get /etc/portage/package.keywords up to date. I did (in my home directory) # equery list | grep kde-base | grep 3.5 >> package.keywords and added the ~x86

Re: [gentoo-user] package.keywords/kde

2005-12-10 Thread Brett I. Holcomb
hroder to > > write: > > After updating to kde-3.5.0, an emerge -up world, as expected wants to > > downgrade a whole lot of apps. So, I decided it was time to > > get /etc/portage/package.keywords up to date. I did (in my home > > directory) > > > > # equery

Re: [gentoo-user] A Gentoo Enema

2005-12-16 Thread Richard Fish
egular files that are owned by an installed package with something like: cd /var/db/pkg; find . -name CONTENTS -exec cat {} \; | grep ^obj | awk '{print $2}' | sort And then a list of all regular files on your system with: find / -type f | grep -v -e "^/home" -e "^/tmp"

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Hans-Werner Hilse
Hi, On Mon, 15 May 2006 21:22:50 +0200 (CEST) Sascha Lucas <[EMAIL PROTECTED]> wrote: > > I can't be of much further help, but my immediate question after > > reading this was: what does /proc/mounts contain after doing this? > > something different then mount sh

[gentoo-user] Re: "hostname -d" returns no domainname

2006-05-26 Thread Alexander Skwar
domain mybox > > # hostname -d > my.domain Great, this helped! I now have: [EMAIL PROTECTED] ~ $ grep -v \# /etc/hosts | grep -v '^$' 127.0.0.1 blatt.bei.digitalprojects.com blatt 127.0.0.1 localhost ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00

[gentoo-user] direct rendering only works with root???

2006-07-03 Thread Mauro Arnoldi
I installed ati-drivers and "partially" works correctly: As user nothing works: --- [EMAIL PROTECTED] ~ $ fglrxinfo && glxinfo | grep rendering libGL error: failed to open DRM: Operation not permitted libGL error: reverting to (slow) indirect rendering display: :0.0 scree

Re: [gentoo-user] Re: cups web interface (localhost:631) missing

2006-07-03 Thread Allan Gottlieb
At Mon, 03 Jul 2006 12:05:52 -0500 Dale <[EMAIL PROTECTED]> wrote: > I have ran into things like this with services before. This is how I > do. I stop the service, /etc/init.d/ stop. Then I make sure it > is not still running somewhere. ps aux | grep If nothing comes &g

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

2017-09-06 Thread Marc Joliet
Am Montag, 28. August 2017, 16:17:30 CEST schrieb David Abbott: [...] > try; > modinfo nouveau | grep filename FWIW, modinfo has various options that make using grep like that unnecessary: % modinfo -h Usage: modinfo [options] filename [args] Options: -a, --

Re: [gentoo-user] [OT] emerge default opts

2017-10-15 Thread Neil Bothwick
; line in make.conf is quite lengthy.  I'm certain a lot of it could be > gone.  Some may not have existed for years.  How about something like this? source /etc/portage/make.conf for flag in $USE; do grep -q '^${flag} ' $PORTDIR/profile/use.desc || \ grep -q &#x

Re: [gentoo-user] Make failed to compile: symbol __alloca not found...

2017-12-11 Thread Raffaele Belardi
e linker works which in turn may cause >> your problem, >> was it your choice or a default option? >> > > My root-environment look like this: > What's the output of: $ grep CFLAGS /etc/portage/make.conf $ grep USE /etc/portage/make.conf Are you defining per-package USE or CFLAGS? raffaele

Re: [gentoo-user] Re: Rebuilding all dependants of a package

2018-02-20 Thread Neil Bothwick
On Tue, 20 Feb 2018 21:29:42 + (UTC), Holger Hoffstätte wrote: > > That was useful and saved me the time to sed & grep my way through the > > equery output. Turning this into a generic script is easy enough. > > For the peanut gallery.. > > Turns out it'

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

2015-04-13 Thread Poncho
tput I don't understand is during the network > startup process. 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... &

[gentoo-user] UFS write support

2016-12-18 Thread Alarig Le Lay
Hi, I try to mount an UFS partition with write support. So, I added the option to my kernel: airmure linux # grep -i UFS /usr/src/linux/.config # CONFIG_SCSI_UFSHCD is not set CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set I’ve emerged sys-fs/ufsutils and I mounted my

Re: [gentoo-user] emerge : what generates this error message

2017-03-29 Thread Hogren
ly an eclass) does produce this error message >> and how to stop this? >> >> Many thanks for a hint, >> Helmut >> > Perhaps running 'revdep-rebuild' after unmerging the pkg in question > would fix that. > Hello, If that doesn't work. Try to use grep to find if this file filename is hard coded anywhere. #grep -Ri "opencascade" /etc/* Bye Hogren

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

2017-08-27 Thread Alexander Kapshuk
ux localhost 4.12.5-gentoo #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

Re: [gentoo-user] stomping on gnomes

2014-01-25 Thread Neil Bothwick
o appear, what do emerge --info | grep USE tell you? grep -r systemd /etc/portage say? -- Neil Bothwick Why do they call it a TV set when you only get one? signature.asc Description: PGP signature

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

2014-02-04 Thread Joseph
On 02/04/14 15:00, Grant Edwards wrote: 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] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Peter Humphrey
On Wednesday, 19 April 2023 18:59:26 BST Dale wrote: > Peter Humphrey wrote: > > On Wednesday, 19 April 2023 09:00:33 BST Nikos Chantziaras wrote: > >> With my HDD: > >> # smartctl -x /dev/sda | grep -i 'sector size' > >>Sector Sizes: 512

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

2016-04-14 Thread J. Roeleveld
rrently logged in. I would like them all listed. > > 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 authentication or similar: nas ~ # cat /etc/passwd |

Re: [gentoo-user] Yet another USE flag problem

2021-01-04 Thread Bertram Scharpf
ce without knowing your config. # emerge --info | grep -i lua LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" USE="..." ... LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" ... USE_EXPAND="... LUA_SINGLE_TARGET LUA_TARGETS ..."

Re: [gentoo-user] Yet another USE flag problem

2021-01-04 Thread Arve Barsnes
On Mon, 4 Jan 2021 at 14:46, Bertram Scharpf wrote: > # grep -rnHi '^[^#]*lua' /etc/portage > /etc/portage/make.conf:40:LUA_SINGLE_TARGET="luajit" # lua5-1 > /etc/portage/package.use/zz-autouse:3:>=dev-lua/lpeg-1.0.1 luajit > /etc/portage/package.use

Re: [gentoo-user] Updates = slow firefox

2010-04-21 Thread Grant
nt really need xorg.conf, >> moreover its discouraged to use one. (or just i think so) > > You only dont need xorg.conf IF it works without it....and even if it > does work without it, its unlikely to be the best config. > > grep ^\(EE /var/log/Xorg.0.log and post the result. Cou

Re: [gentoo-user] raid messages at boot time

2005-05-31 Thread Richard Fish
n't see any of that 'noise' on startup. I only really care if I am debugging something, so I leave my 'safe' kernel in verbose mode. I suppose you could alias dmesg='dmesg | grep -v "blah blah" | grep -v ...', but that seems a bit insane also. -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] ATI radeon drivers/config

2005-06-16 Thread Martins
fglrx failing to load mar log # modprobe -l fglrx /lib/modules/2.6.11-gentoo-r11/video/fglrx.ko and here some interesting parts mar log # cat dmesg | grep fglrx fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel. fglrx: Unkn

Re: [gentoo-user] Win4Lin problems

2005-06-25 Thread Michael Sullivan
I don't think that vnetd is running, even though I think I started it: baby ~ # /opt/win4lin/bin/vnetd baby ~ # ps ax | grep 'vnetd' 11865 pts/1 R+ 0:00 grep vnetd Did I format my ps command correctly? On Sat, 2005-06-25 at 11:11 -0400, Ron Bickers wrote: > On Sat Jun

Re: [gentoo-user] Gentoo not detecting full amount of memory

2005-07-24 Thread Tim Igoe
Rudmer van Dijk wrote: > On Sunday 24 July 2005 22:52, Mark Shields wrote: > >>[EMAIL PROTECTED] ~ $ cat /proc/meminfo | grep Mem >>MemTotal: 1034284 kB >>MemFree:953172 kB >> >>Thanks for the tip. But strangely, 12mb is still missing. >

Re: [gentoo-user] Time format in log files

2008-01-29 Thread Peter Humphrey
On Monday 28 January 2008 15:15:09 Etaoin Shrdlu wrote: > The solution Mick previously found seems to work just fine even > with /var/log/emerge.log: > > # grep completed /var/log/emerge.log | perl -pe 's/(\d+)/localtime($1)/e' > Tue Nov 2 16:57:54 2004: ::: completed e

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

2008-05-06 Thread Etaoin Shrdlu
On Tuesday 6 May 2008, 13:37, Joe User wrote: > fixed some bugs: > > echo `uptime|sed 's/.*up\s*\([0-9]*\).*/\1\/10+/';grep '^cpu > MHz' /proc/cpuinfo|awk '{print $4"/30+";}';free|grep '^Mem'|awk > '{print $3"/1024/3+"

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

2009-05-08 Thread Etaoin Shrdlu
On Friday 8 May 2009, 16:51, Alan McKinnon wrote: > > > except that STDERR is combined with STDOUT and sent to /dev/null > > > so the script will never get it, the if is always true and the > > > entire check is redundant. Better would be > > > > > >

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

2009-07-04 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] emerge --update --newuse too eager?

2009-07-13 Thread Alan McKinnon
rebuild those packages.? > > (I'm using portage 2.2_rc33) > > Many thanks for an explanation, > Helmut. It's from an inherited eclass: # grep inherit * gcc-4.3.3-r2.ebuild:inherit toolchain gcc-4.4.0.ebuild:inherit toolchain nazgul gcc # grep nptl /var/portage/eclass/toolc

Re: [gentoo-user] Nmap 4.85BETA5 ebuild (Conficker scanning)

2009-04-02 Thread Alan McKinnon
8.0.0/16 > > > > Does this mean that if you have shut down ports 139 & 445 on the > > MSWIndows > > machine Conficker cannot work? > > I think that in that case Windows file-sharing (Samba) wouldn't work, > either. > > Not sure the full

Re: [gentoo-user] doing minimall install from a pc within a lan

2007-10-02 Thread Rafael Barrera Oro
her way around. > > > Have you started sshd (/etc/init.d/sshd start as root). > Could check with: netstat -t | grep sshd (ps aux | grep 22). > ssh is the client program, sshd is the server. > Rumen > -- > [EMAIL PROTECTED] mailing list > >

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

2008-05-24 Thread Andrey Falko
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 Right now you are saying: match one or more spaces in the begining followed by provide followed b

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

2008-05-24 Thread »Q«
lready pointed out, \s is part of Perl's regex syntax. If you've compiled grep with the pcre useflag, you can use grep -P > I've heard this one before but never got it to work and never seen it > in writing. Do you have a reference for where you read it? If you've e

Re: [gentoo-user] app-text/binutils?? [SOLVED]

2007-03-05 Thread Alex Schuster
Bo Ørsted Andresen writes: > What is the output of: > > # grep app-text /var/db/pkg/sys-devel/gcc-*/* Nothing. > and what is the output of: > > # cat /var/db/pkg/sys-libs/{glibc-2.2.5-r2,glibc-2.5}/SLOT A blank line, and 2.2. I grepped in /var/cache/edb, nothing there, a

Re: [gentoo-user] QT dir:

2007-07-04 Thread Hemmann, Volker Armin
; >> > >> elwood ~ # su - portage > >> elwood ~ # whoami > >> root > >> > >> elwood ~ # su - portage -c "export" > >> elwood ~ # > >> > >> elwood ~ # export |grep QT > >> declare -x QTDIR="/usr/qt/3" &g

Re: [gentoo-user] Xen virtual devices not working -> no guests

2012-02-04 Thread victor romanchuk
is is due to dom0 misconfiguration. should be something like that (xen part): $ grep '^CONFIG.*XEN.*' /usr/src/linux-3.2.1-gentoo-r2/_dom0/.config CONFIG_XEN=y CONFIG_XEN_DOM0=y CONFIG_XEN_PRIVILEGED_GUEST=y CONFIG_XEN_PVHVM=y CONFIG_XEN_MAX_DOMAIN_MEMORY=128 CONFIG_XEN_SAVE_REST

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

2012-06-08 Thread Canek Peláez Valdés
again for it to work. What does $ grep gdm /etc/passwd $ grep gdm /etc/group say? Regards. -- Canek Peláez Valdés Posgrado en Ciencia e Ingeniería de la Computación Universidad Nacional Autónoma de México

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

2011-02-27 Thread Roger Cahn
Thank you Volker for your answer. > dmesg and kernel config would be much more helpfull. dmesg | grep cdrom and grep sr0 didn't give any answer > Especially the scsi part of kernel config. Stuff like cdrom support. Here is my scsi config in the kernel: < > RAID Transpor

[gentoo-user] Re: FEATURE: fixlafiles

2011-04-09 Thread Dale
, it'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 stri

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

2011-05-11 Thread Nikos Chantziaras
quot; prefix is random. Try: grep LC_ALL /etc/env.d/* But fact it, whatever you put in /etc/make.conf is for portage, and portage only. If you define LC_ALL in make.conf, then the only software that will use that definition is portage itself (like the "emerge" tool.) That was quick

Re: [gentoo-user] Pre OpenRC update question...

2011-05-12 Thread Dale
outh, am I correct that all I need to worry about is /, since /etc is located there? In other words, is anything on /usr or /var touched during this update? No. $ equery files openrc | grep '/usr/|\/var/' $ equery files baselayout | grep '/usr/|\/var/' $ All the affected co

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

2011-06-30 Thread Alan McKinnon
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 can't find > > > it with grep. > > > > Could it be

Re: [gentoo-user] Re: Running out of space on /var partition

2011-07-28 Thread Peter Humphrey
On Thursday 28 July 2011 01:47:12 walt wrote: > On 07/27/2011 08:01 AM, Michael Mol wrote: > > If you allow tmpfs to be backed by swap... > > Does that require some extra configuration? Nope. You just define swap and tmpfs in your fstab. Here are my entries: $ grep swap /etc/

Re: [gentoo-user] Re: move to xfce and forget kde and gnome

2011-08-22 Thread Neil Bothwick
of packages should I unmerge? Should I simple unmerge packages > kde-base/* and so on and run revdep-rebuild after this? Is this a > working approach? Look for KDE/GNOME packages in your world file grep kde /var/lib/portage/world grep gnome /var/lib/portage/world Remove anything you don'

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

2011-08-24 Thread Alex Schuster
nswering any portage question. > I know "qfile service.h" will do the same thing (emerge portage-utils). > > I'll bet there are still more ways that I don't know about yet. Anyone > have a different trick to do the same thing? wonko@weird ~ $ grep -r /usr/incl

Re: [gentoo-user] rc-svcdir mount where from?

2011-08-28 Thread Konstantinos Agouros
In <1581460.4EaZMVgbQ3@weird> wo...@wonkology.org (Alex Schuster) writes: >Konstantinos Agouros writes: >> I do not have rc-svcdir in /etc/fstab. I know it comes with openrc but >> I would need the mount line or an fstab entry for it. A grep in >> /etc/init.d didn'

Re: [gentoo-user] Question regarding UTF-8 settings

2011-08-28 Thread meino . cramer
Mick [11-08-28 13:08]: > On Sunday 28 Aug 2011 09:51:36 meino.cra...@gmx.de wrote: > > Hi, > > > > following this guide: > > http://www.gentoo.org/doc/en/utf-8.xml > > > > Doing a > > > > locale -a | grep de_DE | grep utf > > >

[gentoo-user] lpng14 - mess

2011-11-05 Thread Joseph
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 libgtksourceview-1.0.la find /usr/ -name '*.la' -exec grep png14 {

[gentoo-user] openrc cann't logger my boot log

2012-08-18 Thread 赵佳晖
rvice -l | grep devfs devfs ubuntu / # grep rc_logger /etc/rc.conf # rc_logger launches a logging daemon to log the entire rc process to rc_logger="YES" After that , i reboot the computer . But it didn't have the /var/log/rc.log . Then i have no idea... Can anyone help ? and if y

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

2012-12-02 Thread Grant Edwards
On 2012-12-02, cov...@ccs.covici.com wrote: > Mick wrote: >>> Is this a laptop? with no num pad? On my laptop the numpad is mapped to the >>> keys like you described, so when Num Lock is toggled those keys function as >>> the num pad. >> >> You can c

Re: [gentoo-user] What to do with /var/run?

2013-02-10 Thread Neil Bothwick
ong, there is nothing to be done. /var/run is intended > > to be a symlink to /run. If it is, then all is fine. > Except we'll be seeing that elog to the end of time Not once all package have migrated, if Florian's understanding is correct. > "lsof -n |grep /var/ru

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Bo Ørsted Andresen
NFIG_CRC32=y [SNIP] > Is it at all possible that the driver is installed and working, and that > I don't have whatever it takes to activate and use it? [SNIP] # lsmod | grep ipw2100 If that doesn't show anything then you need to load the module # modprobe ipw2100 Then see if i

Re: [gentoo-user] dispatch-conf spells disaster-RESOLVED

2006-10-15 Thread Neil Bothwick
If you really have an empty CONFIG_PROTECT, dispatch-conf didn't touch this file, it was replaced during emerge. You must fix this before emerging anything else or you will overwrite more config files. What do emerge --info | grep CONFIG and grep CONFIG /etc/make.conf show? -- Neil Bothw

Re: [gentoo-user] vmware server problem

2006-12-17 Thread Richard Fish
solve the modprobe issue? ~ > uname -r 2.6.19-gentoo-r1 ~ > find /lib/modules/ | grep -e vmmon -e vmnet /lib/modules/2.6.19-gentoo-r1/misc/vmmon.ko /lib/modules/2.6.19-gentoo-r1/misc/vmnet.ko ~ > grep -e vmmon -e vmnet /lib/modules/`uname -r`/* /lib/modules/2.6.19-gentoo-r1/modules.d

Re: GARTInit: WAS (Re: [gentoo-user] Re: OT - Need MythTV setup help (resend))

2006-01-02 Thread Ted Ozolins
-user@gentoo.org mailing list >> >> >> >Use "lspci" or "lshw" (emerge if not available), use -v -vv -vvv for a more >verbose output. >Tuning your kernel *requires* you to at least know what your basic hardware >is. Manual ? >Try: "#lspci

Re: [gentoo-user] portage overlay question

2006-01-04 Thread Paweł Madej
Neil Bothwick wrote: On Wed, 04 Jan 2006 09:00:30 +0100, Paweł Madej wrote: You also need to make $DISTDIR group writable. $ ls -l /usr/portage/ | grep distfiles drwxrwxr-x4 root portage 36864 sty 4 08:56 distfiles $ cat /etc/group | grep nysander wheel:x:10:root,nysander floppy:x

Re: [gentoo-user] uname -a question

2006-01-29 Thread Ernie Schroder
; make && make modules_installcp arch etc. > > Obviously, I made a typo last upgrade but I can't figure out how to fix > > it now. > > What does " grep VERSION /usr/src/linux/.config" return? $ grep VERSION /usr/src/linux/.config CONFIG_LOCALVERSION=&q

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

2006-02-01 Thread John Jolet
On Feb 1, 2006, at 2:18 PM, James wrote: 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. Yep. Attempt stop

Re: [gentoo-user] file with IP?

2005-11-04 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Skwar wrote: > Arturo 'Buanzo' Busleiman schrieb: > > >>What about >> >>ip addr show dev eth0 | awk '{print $2}' | grep -v \: | head -n 1 | cut -d'/' >>-f1 > > > IM

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish <[EMAIL PROTECTED]> writes: > Interesting. All 3 builds currently in portage (1.6.2-r4, 1.8.0, and > 1.8.0-r1) use toolchain-funcs already. > > What is the result of First let me add that (mjpegtools-1.6.2-r3) isn't even installed: root # qpkg -v -I |g

Re: [gentoo-user] Lost SCSI support

2005-12-19 Thread Richard Fish
On 12/19/05, Joseph <[EMAIL PROTECTED]> wrote: > When I try to mount camera or USB stick I get: > mount: /dev/sda1 is not a valid block device > > No SCSI support from kernel (using Kernel 2.6.14-4r) > Doing dmesg |grep sd (I only get): > dmesg |grep sd > Installin

Re: [gentoo-user] etc-update

2006-06-26 Thread leszek
27;t modify automatically. When i run dispatch-conf after a little upgrade when portage told me to do so, most of the time i don't have to do anything (it saves time). here is my dispatch-conf.conf file : # cat /etc/dispatch-conf.conf | grep -v "^#" | grep -v "^$" archiv

Re: [gentoo-user] Re: hotplug doesn't.

2006-07-09 Thread Iain Buchanan
ter you boot and then connect the device to 1394] > > # udevinfo -q all -d | grep thanks! that did the trick - this may not be the right way, but at least it works: 1. unplug camera 2. unload all ieee / 1394 modules (may I don't need to do all, but I did anyway). iee1394 couldn't

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

2006-07-19 Thread Donnie Berkholz
d a quick grep and came up with this: $ grep xorg-server ati-drivers-* -l ati-drivers-8.20.8.ebuild ati-drivers-8.21.7.ebuild ati-drivers-8.21.7-r1.ebuild ati-drivers-8.22.5.ebuild ati-drivers-8.23.7.ebuild ati-drivers-8.24.8.ebuild ati-drivers-8.25.18.ebuild ati-drivers-8.26.18.ebuild If one of

Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo

2017-12-20 Thread Floyd Anderson
... exists /usr/src/linux-4.14.4-gentoo/scripts/Makefile.fwinst ... no such file To check it’s there look for ‘Other generic targets’ in kernel dir: sudo make help or just grep: grep -q 'firmware_install' /usr/src/linux/Makefile References: - [1] - [2] -- Regards, floyd

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

2017-12-23 Thread Peter Humphrey
x27;s not obvious which profile to use: > > > > $ eselect profile list | grep no-multi | grep hardened > > > > [23] default/linux/amd64/17.0/no-multilib/hardened > > [24] default/linux/amd64/17.0/no-multilib/hardened/selinux > > One of those two, depending on whether or not you use SELinux. Thanks again for the advice. -- Regards, Peter.

[gentoo-user] Can't restart or stop openvpn: it is "already started, but inactive"

2018-02-16 Thread Grant Edwards
[ !! ] * ERROR: openvpn.wr7 failed to stop # rc-service openvpn.wr7 start * WARNING: openvpn.wr7 has already started, but is inactive # ls /var/run/openvpn* ls: cannot access '/var/run/openvpn*': No such file or directory # ps ax | grep openvpn 10127 pts/2S+ 0

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
gt; >> > I'm thinking maybe you have a specific portage entry that's getting in >> > the way. What are your results for: >> > >> > emerge --info >> > grep -r python /etc/portage >> > grep -r systemd /etc/portage > Just to let you k

Re: [gentoo-user] UFS write support

2016-12-18 Thread Mick
On Sunday 18 Dec 2016 18:43:26 Alarig Le Lay wrote: > Hi, > > I try to mount an UFS partition with write support. > > So, I added the option to my kernel: > airmure linux # grep -i UFS /usr/src/linux/.config > # CONFIG_SCSI_UFSHCD is not set > CONFIG_UFS_FS=m

[gentoo-user] Re: OT: shell question, maybe xargs?

2017-03-10 Thread Jonathan Callen
put and runs a command once with each of the piped inputs as > another argument. > > Eg. say i want to run ethtool against each active interface dumped out by; > ifconfig | grep ^[a-zA-Z] | awk '{print $1}' > > Tnx > You can still use xargs to do this, you just need

Re: [gentoo-user] Where is gmplayer?

2017-04-18 Thread R0b0t1
On Tue, Apr 18, 2017 at 12:51 PM, Bertram Scharpf wrote: > Hi, > > every answer I find by Google is ~10-15 years old > and does not help me. I think it is time for a more > recent discussion of this topic. > > % gmplayer > zsh: command not found: gmplayer > % e

[gentoo-user] Gnutls / Google Chrome

2017-08-03 Thread siefke_lis...@web.de
Hello, I have updated gnutls v. 3.5.13 and after rebuild google-chrome want not started. Okay link check sisibox lib64 # ldd /opt/google/chrome/chrome | grep gnu libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 (0x7fd05e7db000) libgcc_s.so.1 =>

Re: [gentoo-user] USB Problems

2014-09-06 Thread Alexander Kapshuk
On Sat, Sep 6, 2014 at 7:52 PM, siefke_lis...@web.de wrote: > Hello, > > On Thu, 04 Sep 2014 06:58:54 +0200 "J. Roeleveld" > wrote: > >> >siefke ~ $ cat /usr/src/linux/.config | grep CONFIG_USB_PRINTER >> >CONFIG_USB_PRINTER=m >> >> Chang

Re: [gentoo-user] USB Problems

2014-09-06 Thread J. Roeleveld
On 6 September 2014 18:52:54 CEST, "siefke_lis...@web.de" wrote: >Hello, > >On Thu, 04 Sep 2014 06:58:54 +0200 "J. Roeleveld" >wrote: > >> >siefke ~ $ cat /usr/src/linux/.config | grep CONFIG_USB_PRINTER >> >CONFIG_USB_PRINTER=m >>

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

2014-12-21 Thread Joseph
G_USB_F_UVC=y I'm using kernle: linux-3.10.7 but there is no CONFIG_USB_F_UVC setting, I can not find anything for UVC grep UVC .config I get empty line. I have fond setting in kernel 3.10 for UVC grep USB_VIDEO_CLASS .config CONFIG_USB_VIDEO_CLASS=y (USB Video Class (UVC)) b

Re: [gentoo-user] I don't seem to have a system log. Help, please!

2015-02-09 Thread Alec Ten Harmsel
var/log/messages. If you do want to parse >> them with an external tool then you get your choice of several text >> formats and json. > The thing is I never use cat. I invariably use less, rview, or grep, to > browse or search the log files. > > How will this work with jour

Re: [gentoo-user] perl-cleaner lerfovers

2015-02-16 Thread Neil Bothwick
On Mon, 16 Feb 2015 18:35:15 +0200, Alexander Kapshuk wrote: > What I've done on two of my gentoo systems is, what had been suggested > in one of the earlier replies to this thread. I ran emerge -C `grep -i > libs /var/lib/portage/world`, followed by emerge @preserved-rebuild. T

Re: [gentoo-user] Re: which ebuilds use a specific eclass?

2015-02-20 Thread Neil Bothwick
On Thu, 19 Feb 2015 22:56:20 + (UTC), James wrote: > Neil Bothwick digimed.co.uk> writes: > > > So for a given eclass, how to I find the list of all ebuilds > > Well, brute force works > > > grep -Er 'inherit.*systemd' /var/portage > > &#

[gentoo-user] Strange equery behavior when piping output

2015-03-01 Thread Nikos Chantziaras
e-based mouse driver) [...] But when piping: $ equery uses app-misc/mc | more +X +edit +gpm [...] Case in point: $ equery uses app-misc/mc | grep gpm +gpm What I want (and I think was getting in the past): $ equery uses app-misc/mc | grep gpm + + gpm : Add support for sys-lib

Re: [gentoo-user] libQt5Core.so.5 => not found

2018-11-10 Thread karl
>> So why isn't it found ? ... > Sorry - you checked the cache. Does ldconfig -p show it? > > For me; > ldconfig -p | grep libQt5Core.so.5 > libQt5Core.so.5 (libc6,x86-64, OS ABI: Linux 3.17.0) => > /usr/lib64/libQt5Core.so.5 Same: # ldconfig -p | grep libQt

[gentoo-user] postfix: /etc/postfix/aliases or /etc/mail/aliases ?

2021-07-11 Thread Adam Carter
configured in main.cf; # postconf alias_maps alias_maps = hash:/etc/postfix/aliases And looks like the installer puts the original alias file there too, so I assume my config is per the default config; # qlist postfix | grep aliases /etc/postfix/aliases But this; # grep aliases /lib/systemd/system

Re: [gentoo-user] Do I need NUMA set up in my kernel?

2021-09-23 Thread Michael
On Thursday, 23 September 2021 17:38:15 BST Peter Humphrey wrote: > I've booted a kernel with no NUMA config, and it seems to run fine on this > single-socket Ryzen motherboard. I just get the one entry in dmesg: > > $ dmesg | grep -i numa > [0.297998] pci_bus 000

Re: [NOT SOLVED] Re: [gentoo-user] Sound not sounding

2022-03-26 Thread Mark Knecht
t; have alsa-lib, alsa-topology-conf, alsa-ucm-conf and alsa-plugins installed, > but 'ps -ax | grep alsa' finds nothing. Also, I have no alsasound service. > > I assume that PA doesn't need a running alsa process to function. > > -- > Regards, > Peter. >

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

2022-10-26 Thread Grant Edwards
that use DBUS (e.g. notifications) work fine. What was apparently missing was a "session" $ set | grep dbus $ dbus-launch bash $ set | grep DBUS DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-45cBmpKpTX,guid=b783eda6500beba7132e450b63596c64 > Like most GNOME

Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Peter Böhm
are set correctly. > * Failure to do so may cause unexpected problems. > > and stated searching for ZONE_DEVICE in my kernel config, but can't find it: > > $ grep ZONE_DEVICE /usr/src/linux/.config > $ > $ grep ZONE /usr/src/linux/.config > CONFIG_BLK_DEV_ZONED

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Dale
Peter Humphrey wrote: > On Wednesday, 19 April 2023 18:59:26 BST Dale wrote: >> Peter Humphrey wrote: >>> On Wednesday, 19 April 2023 09:00:33 BST Nikos Chantziaras wrote: >>>> With my HDD: >>>># smartctl -x /dev/sda | grep -i 'sector size

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

2024-01-07 Thread Arve Barsnes
package, while "eix-installed" did: > ># eix-update --quiet ># env -i eix | grep -E 'app-portage/eix|media-libs/libmpg123' >[I] app-portage/eix ># env -i eix-installed all | grep -E 'app-portage/eix|media-libs/libmpg123' >app-portage/ei

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

2016-01-18 Thread Dale
James wrote: > Neil Bothwick digimed.co.uk> writes: > > >> emerge -evp world | grep 'ABI_X86="32' > Hm. OK thanks for verification on the number. > > emerge -evp world | grep 'ABI_X86="32'| wc -l > 279 > > Same as:: > EIX_

[gentoo-user] Re: eix showing me weird results

2016-03-06 Thread »Q«
On Sun, 6 Mar 2016 11:31:18 -0600 »Q« wrote: > $ grep KEYWORDS /usr/portage/metadata/md5-cache/dev-perl/Pango-1.224.0-r1 > KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 > ~amd64-linux ~x86-linux > > $ grep KEYWORDS /usr/portage/dev-perl/Pango/Pango-1.

<    4   5   6   7   8   9   10   11   12   13   >