Re: [gentoo-user] trying to find old kernel ebuild

2019-01-14 Thread Rich Freeman
eneral. Yeah, I had that headache for a while with amdgpu + zfs. Last longterm didn't support it well, and zfs takes time to catch up with new stable releases. So I was hopping around on stable releases and crossing my fingers a lot until 4.19. Fortunately amdgpu has settled down some - it wa

Re: [gentoo-user] Strange behavior of "tab" key with Libreoffice Calc and Plasma

2019-06-24 Thread Neil Bothwick
cantation and About > always shows "VCL: kde5; " so this leads me to conclude the problem is > with the KDE compilation flag. Good catch, that one worked for me, bit I have LO installed with both the kde and gtk USE flags. -- Neil Bothwick Knock firmly but softly. I like soft firm knockers. pgpCafiuHbLiZ.pgp Description: OpenPGP digital signature

Re: [gentoo-user] Re: switch from gnome/systemd to xfce/openrc borked my system

2019-08-19 Thread Raffaele Belardi
Daniel Frey wrote: On 8/19/19 5:24 AM, Raffaele Belardi wrote: Make sure you are using a kernel set up for openrc. Good catch, although I'm not sure where to find that info in the available kernel log. I'll look better, I need to stop it from scrolling. Did you update grub and remove

Re: [gentoo-user] CHOST for Celeron J4105 processor

2020-04-08 Thread Mike Gilbert
a better choice - what you > quote is their example, no details on whether it matches my architecture > or not. The installation default is "i686-pc-linux-gnu" which is a > catch-all lowest common type. If your installation defaults to i686-pc-linux-gnu, you picked the wrong stage3 tarball. You want amd64, not x86. CHOST for amd64 is always x86_64-pc-linux-gnu. You can specialize that by adding -march=foo to CFLAGS in make.conf.

Re: [gentoo-user] complete switch from openssl to libressl on gentoo

2020-04-17 Thread Dale
oing is changing a USE flag, emerge -Na world should do it.  If you think it needed, emerge -DNa world.  The -D, deep, may catch a few more packages but I've never tested it.  If you want to go to the extreme, emerge -ea world will recompile everything, changed USE flag or not.  It won't miss a th

Re: [gentoo-user] CHOST for Celeron J4105 processor

2020-04-08 Thread William Kenworthy
d as being a better choice - what you quote is their example, no details on whether it matches my architecture or not.  The installation default is "i686-pc-linux-gnu" which is a catch-all lowest common type. BillK

Re: [gentoo-user] Re: What replaced python-updater?

2020-12-04 Thread tastytea
hanged-use option does not trigger reinstallation when flags that the user has not enabled are added or removed. I don't know why that didn't catch all python modules. pgpHacxKHGvIY.pgp Description: Digitale Signatur von OpenPGP

Re: [gentoo-user] Failed to load vboxpci

2021-01-18 Thread Neil Bothwick
> Yes, it works. Gentoo wiki did not get updated, in addition I was > copying configuration from previous kernel that I just installed a > month ago or so. It is hard o catch all the changes during updates. It has nothing to do with your kernel config, the vbox* modules are installed by v

Re: [gentoo-user] What is the difference between emerge's --changed-deps=y and @changed-deps?

2022-01-10 Thread Morgan Wesström
is these days to catch these and other kinds of inconsistencies in Portage? Don't know if it's relevant or not but recently upstream deprecated the "KERNEL" USE flag, resulting in many rebuilds for packages. Thank you, Lee, but that was just a coincidental change. The changed-deps beh

Re: [gentoo-user] sqlite downgraded by update breaks things

2023-09-06 Thread Michael
didn't fix it. > > Now what do I do? The message indicates subversion needs reinstalling with the downgraded sqlite - potentially @preserved-rebuild ought to catch this, or revdep-rebuild. You could have a go rebuilding sqlite with +static-libs, but I'm clutching at straws here. :

Re: [gentoo-user] --depclean wants to remove udev. What!?

2022-06-19 Thread Julien Roy
Hello, On 6/19/22 21:38, Dale wrote: Anyone have ideas on this?  I mess up something?  Catch the tree in a bad state?  Something else I'm not aware of?  It's not making sense to me yet.  :/ sys-fs/udev has been replaced by a USE flag on the sys-apps/systemd-utils package. When you updated

Re: [gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-21 Thread Mark Knecht
dropped support and forced me to replace a board that was > still working perfectly. The "waiting to catch up issue" is the reason I switched to the LTS kernels. If the kernel got a minor bump the NVidia drivers still worked. When a new LTS kernel came out NVidia would have a new driver al

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

2006-06-17 Thread Hemmann, Volker Armin
the versions for the applications you have explicitly installed - not the dependencies. If you want to update every single package on your system, add the --deep argument: So it only says 'if you want to update everything' not 'we recommend it'. Oh, and it says 'sometimes to catch security updates

Re: [gentoo-user] Catch all mailbox

2009-09-09 Thread Xavier Parizet
table (stored in ldap) or not known to cyrus is redirected to a specific cyrus mailbox. A solution could be doing a catch-all alias (see [1]) : if your domain is example.com, then add an alias mapping @example.com to oneaddr...@example.com either using virtual alias or /etc/postfix/aliases . HTH

Re: [gentoo-user] Catch all mailbox

2009-09-09 Thread J. Roeleveld
a fall-back solution where an email directed at a user not listed in either the alias table (stored in ldap) or not known to cyrus is redirected to a specific cyrus mailbox. A solution could be doing a catch-all alias (see [1]) : if your domain is example.com, then add an alias mapping

Re: [gentoo-user] Re: Updating libpng: another lib tool cockup?

2011-09-19 Thread covici
. ebuilds sometimes issue messages to check just the libraries known to have been updated, but a full revdep-rebuild after an update will catch those anyway. Until recently I skipped the --library step exactly because I knew revdep-rebuild will find and fix the broken packages

[gentoo-user] Re: guvcview update produces an executable with missing lib...

2016-09-01 Thread Kai Krakow
together into one script which > I run after each update. > > And we know that portage seems to be guilty. And that it should not be > guilty. And that it does better in this cases. > > One thing remains: > How can I get that guvcview up and running? Try "

Re: [gentoo-user] Re: FreeCAD permission problems

2017-05-05 Thread tuxic
# # # # # > > > > # # ## # # # > > > > # # ## ## # # # ## ## ## > > > > # # ### #

Re: [gentoo-user] Is Gentoo dead?

2020-04-23 Thread Dale
or even if it uses linking in any way.  Almost every time I do that, the software starts working.  Obviously, something was broken.  Odds are, something wasn't built against a library correctly or some sort of linking was broken. Also, I've ran emerge -e world after doing a emerge -uaDN world and it t

Re: [gentoo-user] Testing a used hard drive to make SURE it is good.

2020-06-17 Thread Dale
I know about SMART but it is not always > 100%.  It seems to catch most problems but not all.  I'm familiar with > dd and writing all zeores or random to it to see if it can in fact > write to all the parts of the drive but it is slow. It can take a long > time to write and fill up a 8TB

Re: [gentoo-user] Testing a used hard drive to make SURE it is good.

2020-06-16 Thread Dale
grade A > shape before putting a lot of data on it and depending on it.  I am > familiar with some tools already.  I know about SMART but it is not > always 100%.  It seems to catch most problems but not all.  I'm > familiar with dd and writing all zeores or random to it to se

Re: [gentoo-user] Is this firewall safe?

2009-04-27 Thread Eric Martin
format. gmail decided to insert some sub ideal pagebreaks... Talking about the 1 log line at the bottom you mean I should configure it to not specify an interface (eth0, wlan0)? Thanks! Yeah, not specifying an interface for the log rule to apply to will make it catch all interfaces (including

Re: [gentoo-user] Catch all mailbox

2009-09-09 Thread Xavier Parizet
a fall-back solution where an email directed at a user not listed in either the alias table (stored in ldap) or not known to cyrus is redirected to a specific cyrus mailbox. A solution could be doing a catch-all alias (see [1]) : if your domain is example.com, then add an alias mapping @example.com

Re: [gentoo-user] Re: What's up with the hardened USE flag?

2011-07-05 Thread Daniel Pielmeier
omit building with one of those. Then, the ebuild developer introduces those USE flags. --changed-use will not catch this, so you will continue having both Gtk and Qt support in the package, even though you're interested only in one of them (Gnome vs KDE user, for example). Or, imagine

Re: [gentoo-user] Re: Updating libpng: another libtool cockup?

2011-09-19 Thread Michael Mol
, but a full revdep-rebuild after an update will catch those anyway. Until recently I skipped the --library step exactly because I knew revdep-rebuild will find and fix the broken packages after I delete the old library.  So, why bother with the --library step, right? However.  A few weeks

Re: [gentoo-user] Debian just voted in systemd for default init system in jessie

2014-02-23 Thread Yuri K. Shatroff
design does it? Sounds more like do whatever you think you can get away with. Good design in this area gives you something conceptually along the lines of try...catch...finally (with possibly some work done to avoid throwing another exception in the finally). try...catch...finally *does* leave error

Re: [gentoo-user] Re: guvcview update produces an executable with missing lib...

2016-09-03 Thread Meino . Cramer
> > > > > > Dan > > > > > > > Ok, we now know that depclean and redep rebuild are needed after each > > update. It is someting, which I put together into one script which > > I run after each update. > > > > And we know that po

[gentoo-user] Re: htop wants cgroups

2017-05-01 Thread Kai Krakow
ng SIGTERM, probably even double-forking, resulting in unstoppable services: OpenRC stops the master, master exits, orphan process is re-parented to PID 1, you try to start the service: boom, doesn't work. Tho, in systemd you can easily escape the cgroup by doing "su -" or something similar wh

Re: [gentoo-user] Re: Movie editing softeware

2021-12-21 Thread William Kenworthy
I've seen that with Kicad too.  I kind of dread upgrading to Kicad 6.  I actually masked it here until the bugs get worked out and the docs catch up. Maybe one day either the docs will catch up or they will make it easy to figure out.  Maybe.  ;-) Dale :-)  :-) Gotta reply here - kdelive crashes at the dro

Re: [gentoo-user] Re: Movie editing softeware

2021-12-21 Thread Dale
start from scratch every time. > I never had Kdenlive to crash.  I just couldn't figure out how to make it work.  As you say, most docs are out of date or for old versions.  I've seen that with Kicad too.  I kind of dread upgrading to Kicad 6.  I actually masked it here until the bugs get worked out and the docs catch up.  Maybe one day either the docs will catch up or they will make it easy to figure out.  Maybe.  ;-) Dale :-)  :-) 

[gentoo-user] kompozer and arphicfonts

2008-01-26 Thread Zhang Weiwu
. The new project produce Chinese font that is used as default Chinese font in Ubuntu. Both new projects started after I switched away from Gentoo some 2 years ago, so it seems Gentoo didn't catch up. Maybe I am completely wrong: I am sensative to these packages just because I am

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

2008-02-13 Thread Sergey Kobzar
be added to world class. correct? Try running: # regenworld It should catch any packages that should have been included in the world file, but for some reason hadn't. Don't forget that --declean is not infallible. Sorry for delay. regenworld didn't find attr, pwdb and hashalot packages

Re: [gentoo-user] Randomly dumb questions

2008-03-15 Thread Daniel Iliev
think so. The ML software sends (bounces) every message to all subscribers (except those who had chosen the no-mail option). It is up to the subscribers' server or client to decide what to do with a given message when/if they catch this message has already been there. Anyone, please, correct me

[gentoo-user] Re: problem with 2 partition installation from gentoo minimal system

2008-03-27 Thread Fei Liu
= boot option; here are the available partitions: Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(0,0) There is one more thing, this is a vmware machine so the harddrive is a scsi harddrive. Fei I finally found this page and got this stuff to work, the catch

[gentoo-user] Kernel Panic Troubleshooting when machine is not avaiable directly

2008-04-16 Thread Hieu, Luu Danh
); destination(else_all); }; #line above ends all the log statements so it's basically a catch-all /snip Is this enough to record the msg dumps when it would panic again? Also, I have no idea as to what's causing it, since it's so irregular. I'm running Linux undine 2.6.23-hardened-r7-undine (Just had

Re: [gentoo-user] torrent issue

2007-08-20 Thread Boyd Stephen Smith Jr.
.) Assuming it's not your memory it is most likely the network card. You might want to check your memory with something other than memtest -- I know there have been some scripts posted to this list that claim to catch timing issues much better than memtest. -- Boyd Stephen Smith Jr

Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days

2007-09-13 Thread Bo Ørsted Andresen
On Thursday 13 September 2007 05:41:59 Mark Knecht wrote: This latest emerge pass seems to be working better. I did have to skip a couple of packages though. I'll go back and see if I can catch them with revdep-rebuild when it hopefully finishes up in the next hour. [...] db2omf: Could

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-25 Thread Dan Farrell
of bandwith. Their package was around that for the 8mb down / 768kb up , + a static IP. The only catch was the hefty two hundred fifty dollar installation fee that was waived only with a 2 year commitment. FWIW, many isp's also _don't_ block port 80. In fact, the DHCP ips of both my friends on DSL

Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-25 Thread Grant
/ 768kb up , + a static IP. The only catch was the hefty two hundred fifty dollar installation fee that was waived only with a 2 year commitment. FWIW, many isp's also _don't_ block port 80. In fact, the DHCP ips of both my friends on DSL and myself seem entirely open. One friend of mine has

Re: [gentoo-user] Backups

2007-09-30 Thread Dale
catch me online, they can't get anything big. It's to slow to upload to them and just as slow to send me something. 26K dial-up sucks but DSL is coming soon. Dale :-) :-)

Re: [gentoo-user] eth0 fallback configuration is ignored

2007-10-27 Thread Jules Colding
for more details. get rid of the zeroconf use flag or use -L. Thanks a lot, will do. I didn't catch that message. Thanks, jules -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Perl problem

2007-11-19 Thread Rumen Yotov
On (19/11/07 09:00) Andreas Vinsander wrote: Hi! It seems like perl-5.8.8-r3 introduced a new place (/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility didn't catch that properly. Now all perl modules/utilities (like genlop) are broken for me. What is the easiest way

Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-07 Thread Mick
address to the client. As an alternative one can try the dhcpcd -I option to specify the MAC of the client, but when I tried it I couldn't get it to work. I guess eventually all dhcp implementations will catch up with this change, although for now it is bound to create some problems with particular

Re: [gentoo-user] unable to emerge anything...

2008-01-05 Thread Richard Torres
). I'm pretty sure it's because gcc-3.3.4 is installed. I've tried upgrading gcc by emerging but get the same error (catch-22 situation). Here's the last part of the error log which is the same with anything I try to emerge. A quickpkg of gcc might help you out of this, it's about 7M or so so small

Re: [gentoo-user] Re: A pared down kernel config

2008-01-07 Thread Florian Philipp
.. or maybe create one like make modules_intall mymod.log. Just thinking outload. Following a `genkernal all' I saw a very big list get installed but didn't think to log them. I guess it would be harmless to just run the `make modules_intall' part again and catch a list. I think you search

Re: [gentoo-user] [OT] Sudden XP death

2008-01-15 Thread Iain Buchanan
you want it to be installed, (but not sure if you can install it directly on a second drive. The catch is that it will want to be on the first drive, first partition, or otherwise will try to write its bootloader files there. If the first drive is not recognisable/writeable by XP

Re: [gentoo-user] Re: hwinfo build error

2009-01-31 Thread Willie Wong
. recent kernel headers renamed some things and breaks the code. a patched ebuild is available. I'm not sure where to look for such a thing. I'm running `~86' and that apparently wasn't enough to catch it b.g.o. = bugs.gentoo.org Here's a direct link http://bugs.gentoo.org

[gentoo-user] Re: Using portage through NFS

2009-02-09 Thread Chris Lieb
a couple of scripts that I wrote. Even how, I catch enough crap from my boss already for spending so much time tinkering with servers instead of programming :) A quick look at the gentoo-sources ebuild makes it look like the patching must be happening in an eclass somewhere, but I'm no bash

[gentoo-user] Tablet PC? Anyone?

2009-02-19 Thread Willie Wong
for a device to help note-taking in class. I can touch-type in LaTeX quickly enough to catch up to most lecturers using blackboards, but using a conventional laptop there is almost no way for me to enter diagrams and simple illustrations. I won't need handwriting recognition that much: I can still do

[gentoo-user] Re: revdep-rebuild problem

2009-04-05 Thread ABCD
that that directory would be able to exist in normal usage is if either 1) you are in the middle of a merge, or 2) emerge suddenly quit in the middle of an operation. Usually, when I've had this happen, and didn't catch it right away, I would `emerge -C package`, then mv /var/db/pkg/cat/-MERGING-pkg-ver /var/db/pkg

Re: [gentoo-user] Re: revdep-rebuild problem

2009-04-05 Thread John P. Burkett
in normal usage is if either 1) you are in the middle of a merge, or 2) emerge suddenly quit in the middle of an operation. Usually, when I've had this happen, and didn't catch it right away, I would `emerge -C package`, then mv /var/db/pkg/cat/-MERGING-pkg-ver /var/db/pkg/cat/pkg-ver

Re: [gentoo-user] Double firefox references in taskbar

2009-04-11 Thread Etaoin Shrdlu
catch. I built mozilla-firefox with that flag disabled. Should I turn it on (I'm asking before starting a 3-hourse recompile :)) Ok, I found out by myself. Either remove enable launch feedback in the button properties, or leve it enabled but recompile firefox with that USE flag. Sorry for being

Re: [gentoo-user] KDE4 halts - how to catch a reason?

2009-06-07 Thread Walter Dnes
On Sat, Jun 06, 2009 at 07:09:56PM +0400, Andrew Gaydenko wrote On Saturday 06 June 2009 18:07:53 Alex Schuster wrote: Alt-SysRq-R will allow you to switch to a text console with Ctrl-Alt-Fn. Wonko Unfortunately didn't help - still black screen during switching attempts. It may be

Re: [gentoo-user] Notification of Limited Account Access (Routing Code: C840-L1111-Q110-1113)

2005-12-14 Thread Dale
some rope and a lot of tall trees. We'll hang him by the bal**. If it is a lady, we'll find something else to hang them by. I bet if this was done publically and routinely, they would give it more thought before starting this crap. Do they ever really catch these jerks? I usually go

Re: [gentoo-user] After upgrading to the latest Baselayout... (Oops - slip of the thumb)

2006-02-28 Thread Alan E. Davis
Oops, my thumb slipped before i had finished my message, so continuing, I had tried emerge --sync emerge --depclean revdep-rebuild glsa-check -f all The system seemed then to catch up with all of the inconsistencies. Furthermore, the same has happened to me many

Re: [gentoo-user] Re: dev-lang/python-2.3.6-r2 (is blocking app-admin/python-updater-0.5

2008-07-27 Thread Mark Knecht
to python-updater 0.5 and python 2.5 4. (optional, you could to it later) run python-updater to move everything from 2.4 to 2.5 5. (optional) run prelink again to catch everything that emerge world installed/updated At this point do you suggest that python-2.4 could be removed? - Mark

Re: [gentoo-user] Cleaning out my world file

2008-08-04 Thread Dale
remove 68 items tho. Maybe that will speed up things a little. Maybe portage will stabilize a little and the dev can play catch-up or my favorite, Ketchup. LOL It seems the devs are adding a lot of features to portage. Not complaining or anything tho. ;-) Thanks again. Dale :-) :-)

Re: [gentoo-user] KDE 4.1.2... a winner!

2008-10-06 Thread Jerry McBride
') (and 4 more) BTW, I also changed all of the '=' to '~' to catch any future revs... A bit of a stupid question but I want to be double-sure: -KDE 4 and KDE 3 can happily live together, isn't it? -Do I need to backup config files/use KDE 4 as another user if I want to switch between KDE 4

[gentoo-user] Sound issue - can't use /dev/dsp

2008-10-30 Thread Andrew MacKenzie
(always has been). Has something changed in ALSA that I didn't catch? I don't see anything in my logs or dmesg that shows a problem. My /etc/asound.conf is as follows: pcm.nforce-hw { type hw card 0 } pcm.!default { type plug slave.pcm nforce } pcm.nforce

Re: [gentoo-user] Sound issue - can't use /dev/dsp

2008-10-30 Thread Andrey Vul
: crw-rw 1 root audio 14, 3 2008-10-03 08:56 /dev/dsp Myth user is in audio group (always has been). Has something changed in ALSA that I didn't catch? I don't see anything in my logs or dmesg that shows a problem. My /etc/asound.conf is as follows: pcm.nforce-hw { type hw

Re: [gentoo-user] [OT] Fragmentation of my drives. Curious mostly

2008-12-01 Thread Joshua Murphy
On Mon, Dec 1, 2008 at 5:19 PM, Daniel Iliev [EMAIL PROTECTED] wrote: Yes. That has crossed my mind too, but I can't figure out if there's anything I alone can do about it. It would taint the results in a very bad way, because it is impossible to catch by increasing the number of repetitions

Re: must not (was Re: [gentoo-user] Raid reports wrong size)

2008-12-19 Thread Paul Hartman
: be urged to : ought by all means to you must read that book 2: be compelled by physical necessity to one must eat to live : be required by immediate or future need or purpose to we must hurry to catch the bus 3 a: be obliged to : be compelled by social considerations to I must say you're looking

Re: must not (was Re: [gentoo-user] Raid reports wrong size)

2008-12-20 Thread Matthias Fechner
Hi Paul, Paul Hartman wrote: 1 a: be commanded or requested to you must stop b: be urged to : ought by all means to you must read that book 2: be compelled by physical necessity to one must eat to live : be required by immediate or future need or purpose to we must hurry to catch the bus 3

[gentoo-user] Re: mysql for MythTV - fails to set password

2005-04-20 Thread Mark Knecht
On 4/20/05, Mark Knecht [EMAIL PROTECTED] wrote: Hi, I'm trying to set up for running MythTV. Part of that is to get mysql going and I guess I need to give it a root password. The following is what's happeing. SNIP I haven't Googled on this as I wanted to catch the error messages

Re: [gentoo-user] No HTML in posts?

2005-05-06 Thread Robert G. Hays
is anything at all compared to the bloated headers and redundant repeating of messages in every reply. snip -- is a good way to control redundancy factor And sometimes someone skips the original(s), and the later msgs become interesting, and someone needs to catch up. Sigh, no soution is ever

Re: [gentoo-user] looking for alternatives to Apache

2005-05-07 Thread A. Khattri
from the URL. I.e. instead of http://www.demo.org/mumble.cgi, I want http://www.demo.org/ to execute the same CGI program. I'm currently using the error handler to catch the 404 and run the program. It's a bloody hack but a cool one. You can also designate a specific folder for CGI's so you

Re: [gentoo-user] Software suspend + Nvidia

2005-05-28 Thread Ow Mun Heng
as a blanket catch-all list - if there's anecdotal evidence that it causes suspending or resuming to fail, it joins the list until proven innocent. That way people that want it to just work can get a useful error rather than an ambiguous hang :) That said, some of the modules there, (such as nVidia) have

Re: [gentoo-user] Does a stage 2 or 3 install eventually catch up with stage 1?

2005-06-02 Thread Mark Knecht
On 6/2/05, Phil Sexton [EMAIL PROTECTED] wrote: On Thu, 2005-06-02 at 18:00, Walter Dnes wrote: After a few long+slow stage 1 installs, I want to give up the macho act and do a stage 2 or 3 next time. Am I correct to assume that I can set up CFLAGS and USE, and start emerge --system and

Re: [gentoo-user] codec drivers problem.

2005-09-25 Thread Glenn Enright
certain features then you change the USE flags in /etc/make.conf right? However its not as simple as just remerging the package, because other dependencies may be affected by the change in USE flags too. To catch all this emerge has an option --newuse, which tells the system to update all

Re: [gentoo-user] system audit

2005-12-08 Thread Neil Bothwick
since every user using gentoo is a user. It should be removed instead. Because many topics are too general for that.You question could apply to servers, desktop, amd64, ppc et al. A catch all group is necessary. Splitting a list generally results in more posts, since the same threads end up on more

Re: [gentoo-user] ERROR: sys-apps/ivman-0.5_pre2 failed.

2005-12-10 Thread Dale
on this? Shouldn't it catch this when I did a emerge -ep world? You know, let me know it needs a newer version and can't emerge it yet because of the dependancy. Let me know. I don't want to file one unless I know I should or not. It is not marked stable yet anyway. I have only files one

Re: [gentoo-user] A Theoretical install Question

2007-05-22 Thread Hemmann, Volker Armin
, krita broke and some other stuff. Krita did not emerge because of some changed symbols, so I had to reemerge koffice-libs - something revdep-rebuild did not catch. It catches changed versions, but if a lib is recompiled because of an -r update and there are symbol problems, revdep will not see

Re: [gentoo-user] A Theoretical install Question

2007-05-22 Thread Dale
, krita broke and some other stuff. Krita did not emerge because of some changed symbols, so I had to reemerge koffice-libs - something revdep-rebuild did not catch. It catches changed versions, but if a lib is recompiled because of an -r update and there are symbol problems, revdep

Re: [gentoo-user] Again: Critical bugs considered invalid

2007-06-05 Thread Hans-Werner Hilse
already knows you're the most polite bug reporter, absolutely fair and waiting long enough for the bug wranglers to catch up, answering nicely to their statements and that you're always correct. Your solution to that bug was charming and short: Dump what you didn't see making sense (is that what

Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Elias Probst
On Friday 22 June 2007 04:53:36 Dale wrote: Well, I read through the how to, I had all that done already, I just never had removed the arts USE flag. The sounds works but it is slow to respond and sometimes it just doesn't catch up at all. This is mostly while switching desktops or something

Re: [gentoo-user] 2 to 3??

2007-07-16 Thread Boyd Stephen Smith Jr.
having Gentoo/Portage moved to it. It offers a lot of protection that gpl 2. does not. Anyway, if it makes Microsoft catch up then it must be good. Actually, we should encourage commercial entities to participate the in Free Software movement, including letting them retain the ability

Re: [gentoo-user] CRON (Vixie) not working for local users ...

2006-03-24 Thread Chad Feller
the builtin crontab edit will catch errors which would prevent execution... 2) Check your appropriate log file (I use sysklogd), so something like tail -f /var/log/syslog might reveal something of interest. Let me know. Thomas T. Veldhouse wrote: Chad Feller wrote: I haven't tried this on gentoo

Re: [gentoo-user] CRON (Vixie) not working for local users ...

2006-03-24 Thread Thomas T. Veldhouse
there: 1) Are you editing the users crontab directly or are you using crontab -e ? Using the builtin crontab edit will catch errors which would prevent execution... Yes, crontab -e. 2) Check your appropriate log file (I use sysklogd), so something like tail -f /var/log/syslog might reveal

[gentoo-user] choosing different xservers (xorg.confs) as needed?

2006-05-12 Thread Robert Persson
models. Is the performance of the radeon driver for this card likely to catch up with that of fglrx in the relatively near future and make my question obsolete? Many thanks Robert -- Robert Persson Conspiracy Bears: Once upon a time there were lots of conspiracy bears... -- gentoo-user@gentoo.org

Re: [gentoo-user] sys-apps/shadow and sys-apps/pam-login in conflict (pam-login not needed?)

2006-05-31 Thread Jules Colding
if there's a dep on pam-login from another package, rather than from system or world. Oh, and rebuild shadow, pam and openssh before you log out or reboot - I was locked out of my router for ten minutes today after doing this update. etc-update and revdep-rebuild didn't catch anything

Re: [gentoo-user] Change profile

2006-06-02 Thread Allan Gottlieb
At Fri, 02 Jun 2006 00:29:10 +0100 Neil Bothwick [EMAIL PROTECTED] wrote: On Fri, 2 Jun 2006 00:48:21 +0200, Hemmann, Volker Armin wrote: You'll need to add --update --deep to catch packages affected by the changed USE flags. no you have not: emerge -a --newuse world --newuse

Re: [gentoo-user] Change profile

2006-06-02 Thread Hemmann, Volker Armin
On Friday 02 June 2006 18:33, Allan Gottlieb wrote: At Fri, 02 Jun 2006 00:29:10 +0100 Neil Bothwick [EMAIL PROTECTED] wrote: On Fri, 2 Jun 2006 00:48:21 +0200, Hemmann, Volker Armin wrote: You'll need to add --update --deep to catch packages affected by the changed USE flags. no you

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Hans-Werner Hilse
127.0.0.1 there, I guess it is meant to generally allow traffic. And you'll probably want to allow 127.0.0.1 anyway (if not even 127.0.0.0/8). That configuration seems to end up in the iptables INPUT section right before a catch-all that drops all other traffic, and that really makes me think

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Michael Sullivan
a catch-all that drops all other traffic, and that really makes me think that everything is working fine, just as configured. Probably changing it to the suggested 127.0.0.1 will fix the issue. -hwh What if I wanted 70.234.122.249, 70.234.122.250, and 70.234.122.251 as the network. What

Re: [gentoo-user] Re: Basic Vmware setup

2006-11-12 Thread Brett I. Holcomb
. On Sunday November 12 2006 07:53, [EMAIL PROTECTED] wrote: Richard Fish [EMAIL PROTECTED] writes: server: Can create or edit existing configurations. Can leave a virtual machine running in the background if you close the console Is there a catch somewhere with `server'. Buy

Re: [gentoo-user] Help with script for iptables

2006-11-16 Thread Mick
. :) iptables -P INPUT DROP iptables -A INPUT -i lo -j ACCEPT The ! $iface is meant to catch incoming packets on an external iface which have their IP address spoofed to 127.0.0.1 type of thing. Will lo achieve the same thing? #this will take care of all interfaces by default iptables

Re: [gentoo-user] browser advice

2006-11-29 Thread Daniel da Veiga
is hardly ever mentioned. Is there some special reason for this? For example, is it activelly maintained? Is it missing some particular feature? It looks nice enough, but is there some catch? And Konqueror? I already use KDE, so that's not an issue. I use firefox all the time, but Konqueror is fine

Re: [gentoo-user] browser advice

2006-11-29 Thread Daniel Iliev
special reason for this? For example, is it activelly maintained? Is it missing some particular feature? It looks nice enough, but is there some catch? And Konqueror? I already use KDE, so that's not an issue. I would appreciate your opinions. You could also try Seamonkey [1] which is closer

Re: [gentoo-user] browser advice

2006-11-30 Thread b.n.
special reason for this? For example, is it activelly maintained? Is it missing some particular feature? It looks nice enough, but is there some catch? And Konqueror? I already use KDE, so that's not an issue. I would appreciate your opinions. Maybe it's me being dense, and I see you are very

[gentoo-user] Re: kdelibs

2006-12-04 Thread James
-3.5.5-r5) [blocks B ] =kde-base/kdelibs-3.5.4-r2 (is blocking kde-base/kde-env-3-r4) any ideas how to fix this catch 22? Even with both packages removed, the system thinks that kdelibs is still installed. * kde-base/kdelibs Available versions: 3.5.2-r6:3.5 ~3.5.5-r4:3.5 3.5.5-r5

Re: [gentoo-user] Setting up a home router

2007-01-20 Thread Daniel Pielmeier
The only last thing I could suggest is running lsof to see what files are being accessed when you start the net.eth1 script. I tried lsof, but is there a possibility to run it constantly or for a specified time to catch the complete progress of the script, like the top command to monitor all

Re: [gentoo-user] Re: Problems with dbus

2007-01-25 Thread Bo Ørsted Andresen
) because I swear it seems to catch a lot of changes on its own :-) update-eix needs to be run every time you sync. What it catches by itself though is changes to your installed packages. I expect the revdep-rebuild people have suggested will solve your trouble with gnome-session. revdep

Re: [gentoo-user] Hard Drive Crash - Please Help

2007-01-26 Thread Grant
this morning, I saw that ssh started so it must have stopped some time overnight as it usually does. The laptop was still running the tar | ssh command I had started the night before. Could the desktop be missing some of the laptop's data since the desktop wasn't running ssh all night, or would it catch

Re: [gentoo-user] Hard Drive Crash - Please Help

2007-01-26 Thread kashani
data since the desktop wasn't running ssh all night, or would it catch up now that ssh is running? Use rsync to make sure the copy contains an exact copy of the laptop's files. Please use rsync. The idea of that tar ssh nonsense makes my head hurt especially if it's getting interrupted often

Re: [gentoo-user] Hard Drive Crash - Please Help

2007-01-26 Thread Grant
before. Could the desktop be missing some of the laptop's data since the desktop wasn't running ssh all night, or would it catch up now that ssh is running? If the connection didn't break on the laptop side (ssh|tar reporting a broken pipe), you should be fine. cheers! Matthias -- I prefer

Re: [gentoo-user] Hard Drive Crash - Please Help

2007-01-27 Thread Grant
the desktop be missing some of the laptop's data since the desktop wasn't running ssh all night, or would it catch up now that ssh is running? If the connection didn't break on the laptop side (ssh|tar reporting a broken pipe), you should be fine. cheers! Matthias -- I prefer

RE: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-21 Thread Daevid Vincent
updates, then reboot your system. Well, I do run the etc-update stuff, however I do it from X-windows and using 'meld' to graphically see the diffs. So I have a bit of a catch-22 here. Can you tell me how I can remotely run 'meld' / 'etc-update' on my notebook's X-windows off of the server? Then I can

Re: [gentoo-user] Boot freeze

2005-08-19 Thread Michael W. Holdeman
move some of the init scripts to /etc/conf.d and can screw up networking if not properly configured. Might be, although I use cfg-update, which I usually catch that stuff. I got it going yest. found some config files that were empty.. Not sure why, but everything is all ok with the desktop now

Re: [gentoo-user] Sun Java JDK upgrade problem

2005-09-16 Thread Andreas Karlsson
where to find distfiles, and yours for some reason is set to /distfiles. Cheers, Chris Oooh, nice catch! I was looking at this and didn't see that anyway, the environment variable you're talking about is in /etc/make.conf, and looks like this: PORTDIR=/usr/portage DISTDIR=${PORTDIR

Re: [gentoo-user] Is There a Way to Re-emerge Software and Its Dependencies?

2005-09-16 Thread Wade Brown
is concerned. What you might just try is removing the ~x86 from /etc/portage/package.keywords (assuming you did things as intended) on ffmpeg, and try an emerge --update --deep --newuse --ask ffmpeg, this may catch some of the other dependencies that are ~x86 that are now missing that flag and try

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