Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 473 matches

Go to advanced search

Advanced search
Search found 473 matches
  • Page 1 of 19
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 19
  • Next
by no_hope
Tue May 19, 2015 6:19 pm
Forum: Unsupported Software
Topic: DELL iDrac remote KVM console crashes - JAVA problem
Replies: 20
Views: 18281


https://blog.kempniu.pl/en/2015/04/29/idrac-virtual-console-linux-and-segfaults.html
TL;DR: just upgrade your iDRAC firmware to version 2.10.10.10 or later.

Thanks very much, Kempniu. We have over one hundred machines for which 1.66.65 is the latest available from support.dell.com, so this will ...
  • Jump to post
by no_hope
Mon May 11, 2015 12:20 pm
Forum: Unsupported Software
Topic: DELL iDrac remote KVM console crashes - JAVA problem
Replies: 20
Views: 18281

Kempniu wrote:I'll let you guys know once (if?) they give me the go-ahead.
You mentioned that there may be a more elegant work-around than deleting /usr/lib/libssl.so. Is it OK for you to share it?
  • Jump to post
by no_hope
Thu May 07, 2015 11:37 pm
Forum: Unsupported Software
Topic: DELL iDrac remote KVM console crashes - JAVA problem
Replies: 20
Views: 18281

Kempniu: You are a lifesaver! Your procedure fixed the issue for me also on 1.56.55 (Build 05) and 1.57.57 (Build 04).

I would be very interested to learn how you figured out what the problem is!
  • Jump to post
by no_hope
Fri Dec 19, 2008 9:06 pm
Forum: Kernel & Hardware
Topic: Intel 82573L ethernet: gigabit stopped working, 100Mb/s OK
Replies: 3
Views: 2976

Tried using my desktop's cable and port (which work) with no luck.
  • Jump to post
by no_hope
Fri Dec 19, 2008 5:18 pm
Forum: Kernel & Hardware
Topic: Intel 82573L ethernet: gigabit stopped working, 100Mb/s OK
Replies: 3
Views: 2976

Intel 82573L ethernet: gigabit stopped working, 100Mb/s OK

All of a sudden my ThinkPad's Intel 82573L Ethernet card stopped working at 1000Mb/s.

Some packets seem to get through, but it's very slow (ssh lags) and ethtool reports CRC errors on received packets.

Lights on the switch's port where laptop is connected blink at high rate, indicating activity ...
  • Jump to post
by no_hope
Mon Aug 11, 2008 4:23 pm
Forum: Other Things Gentoo
Topic: Ultimate GCC optimization: -mtune=i386
Replies: 7
Views: 4038

Taking a guess at some theories:

- A lot of emerge -p time is spent opening and reading the thousands of small files in the tree. Perhaps this is probably as much a measure of how well python and portage avoid stomping on the parts of the CPU cache that the kernel like to use, as it is of speed of ...
  • Jump to post
by no_hope
Sun Aug 10, 2008 6:32 pm
Forum: Other Things Gentoo
Topic: dstat reporting twice the actual disk activity?
Replies: 1
Views: 1505

dstat reporting twice the actual disk activity?

I noticed that dstat in the dsk/total column seems to report twice the amount of data transferred to and from disk.

For example, if I am transferring a file over 100Mbps network, scp will report about 10MB/s, dstat's network "send" column will report about 10MB/s, but the disk read column is ...
  • Jump to post
by no_hope
Sat Aug 09, 2008 10:53 pm
Forum: Other Things Gentoo
Topic: Ultimate GCC optimization: -mtune=i386
Replies: 7
Views: 4038

All this proves is that things compile faster with -mtune=i386, it gives you no indication of how well the resulting code will perform,
and that makes perfect sense, i386 being more generic, hence less optimized, and optimizations do increase compile time.
I am not measuring compile time. I am ...
  • Jump to post
by no_hope
Sat Aug 09, 2008 9:16 pm
Forum: Other Things Gentoo
Topic: Ultimate GCC optimization: -mtune=i386
Replies: 7
Views: 4038

Ultimate GCC optimization: -mtune=i386

I AM NOT TIMING COMPILING TIME!

Q: What is the best CFLAGS?*
A: CFLAGS="-mtune=i386 -O2"

* -- assuming emerge is a good indicator of overall performance :)

I tested various gcc optimizations using emerge (i.e. using python) and it turns out that -mtune=i386 produces the fastest code. I also did ...
  • Jump to post
by no_hope
Sat Jul 05, 2008 12:02 am
Forum: Unsupported Software
Topic: does anyone have confcache source?
Replies: 3
Views: 2058

does anyone have confcache source?

I am doing some benchmarks that require me to frequently re-emerge a lot of tiny packages. confcache would really speed things up for me. Does anyone know where I can find its source?

http://gentooexperimental.org/~ferringb/confcache/ no longer exists.
  • Jump to post
by no_hope
Tue Jul 01, 2008 4:57 pm
Forum: Other Things Gentoo
Topic: Benchmark tools forum?
Replies: 1
Views: 1555

I like your idea.

The tree structure seems a bit complicated though. I think it would be better to have a moderated thread per package where people would post their CFLAGS, hardware, package version and benchmarks. The first post in the thread could summarize available tools to benchmark that ...
  • Jump to post
by no_hope
Mon Jun 30, 2008 1:45 am
Forum: Other Things Gentoo
Topic: Results of an informal evaluation of gcc optimizations
Replies: 2
Views: 3107

Results of an informal evaluation of gcc optimizations

Having experienced performance issues in X I benchmarked effects various gcc optimizations. Results are below.


CPU: Core 2 Duo T7200, 2GHz, FSB: 667Mhz, L2: 4MB
Kernel: 2.6.25.8 x86_64 SMP, 100MHz clock, no preemption
Gentoo: gcc 4.3.1; glibc 2.8_p20080602; xorg-server-1.4.2; xf86-video-i810-2 ...
  • Jump to post
by no_hope
Thu Jun 26, 2008 10:06 pm
Forum: Networking & Security
Topic: Wireless PCMCIA Suggestions?
Replies: 3
Views: 1129

Checkout http://madwifi.org/wiki/Compatibility
Also, pretty much any card by Ubiquiti should work
  • Jump to post
by no_hope
Thu Jun 26, 2008 10:02 pm
Forum: Portage & Programming
Topic: odd issue with nvidia drivers
Replies: 2
Views: 823

try:

Code: Select all

FEATURES=-sandbox emerge nvidia-drivers
  • Jump to post
by no_hope
Tue Jun 24, 2008 2:21 am
Forum: Portage & Programming
Topic: Finding CPU bottleneck in shared libraries
Replies: 1
Views: 806

Finding CPU bottleneck in shared libraries

I am having some performance issues in X because of using 3 monitors and xinerama. I'd like to see if gcc's profile-directed optimization will improve performance. To do this, I need to know which library or libraries are responsible for most CPU usage. Does anybody know how to do this?

For example ...
  • Jump to post
by no_hope
Wed Jan 16, 2008 4:20 pm
Forum: Unsupported Software
Topic: KDE4 Overlay (Part 3)
Replies: 583
Views: 379185

Scoth wrote:Bah, that's it. I knew it was something simple. I wonder who decided to name those like that...
Linus
  • Jump to post
by no_hope
Wed Jan 16, 2008 4:19 pm
Forum: Unsupported Software
Topic: KDE4 Overlay (Part 3)
Replies: 583
Views: 379185

If anyone's interested, here's a VMware virtual machine with KDE4 emerged. KDE4 still needs setting up, but maybe some people will find it to be a useful starting point.

size: ~900MB
users: root, kde4
pass: gentoo4lyfe (both accounts)
http://pages.cs.wisc.edu/~vladimir/kde4.tar.gz


Instructions ...
  • Jump to post
by no_hope
Sun Nov 11, 2007 6:20 pm
Forum: Kernel & Hardware
Topic: top reports cpu 100% wait but no process that uses it
Replies: 9
Views: 7650

i92guboj wrote:A good way to check if the value reported by top is true or false is to look at the temperature.

If the cpu is 100% occupied for a long time, then your cpu temperature will be a lot higher. The difference is sensible enough.
Will temperature rise even if the CPU is in wait state?
  • Jump to post
by no_hope
Fri Nov 09, 2007 5:10 pm
Forum: Kernel & Hardware
Topic: top reports cpu 100% wait but no process that uses it
Replies: 9
Views: 7650

You should look for processes with state D from top or ps aux.

Other things to check:

Is the system paging/disks being hit hard.
Are their a lot of network connections/network IO.

The issue happens when the machine is completely idle -- only X and top are running, no network, no disk activity ...
  • Jump to post
by no_hope
Fri Nov 09, 2007 2:24 am
Forum: Kernel & Hardware
Topic: top reports cpu 100% wait but no process that uses it
Replies: 9
Views: 7650

top reports cpu 100% wait but no process that uses it

I am on an core 2 system and I've noticed that often one of the cores spends almost all its time in io wait even though no process appears to be using it.

That is, top's CpuX row shows near 100% wait (or split 50-50 between cores) but shows no process that is causing that. The %CPU column either ...
  • Jump to post
by no_hope
Wed Oct 31, 2007 7:55 pm
Forum: Other Things Gentoo
Topic: [solved] vim: soundwrapper, npviewer.bin error?
Replies: 1
Views: 2294

Well, apparently npviewer.bin segfaulted and for some reason wrote a bunch of crap into my .viminfo. Removing that file fixed the problem. Not sure what the hell happened though...
  • Jump to post
by no_hope
Wed Oct 31, 2007 3:12 pm
Forum: Other Things Gentoo
Topic: [solved] vim: soundwrapper, npviewer.bin error?
Replies: 1
Views: 2294

[solved] vim: soundwrapper, npviewer.bin error?

For some reason, when I run vi or gvim as non-root user I get this message:

E575: viminfo: Illegal starting char in line: which: no soundwrapper in (/usr/bin:/bin:/usr/X11R6/bin:/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/opt/blackdown-jdk-1.4.2 ...
  • Jump to post
by no_hope
Wed Oct 17, 2007 2:34 pm
Forum: Networking & Security
Topic: net.wlan0 improvement
Replies: 6
Views: 1345

I guess you mean /etc/conf.d/net? There is an option to timeout the association but I don't know if that's what I'm looking for. For the moment it doesn't wait 60 seconds (the default) before aborting. On the other side, I don't want my booting to freeze on wireless discovery.
Sorry, my bad. I ...
  • Jump to post
by no_hope
Tue Oct 16, 2007 8:14 pm
Forum: Networking & Security
Topic: Using curl to authenticate on a public wireless network
Replies: 1
Views: 1163

Re: Using curl to authenticate on a public wireless network

What you are trying to do will create a new security risk and you shouldn't do it.

With that out of the way, here are my 2 cents.

firewalls all traffic, except for port 80
Most likely DNS is not firewalled either. If you are hardcore,and have a little free time, you could come up with a way to ...
  • Jump to post
by no_hope
Tue Oct 16, 2007 7:36 pm
Forum: Networking & Security
Topic: net.wlan0 improvement
Replies: 6
Views: 1345

/etc/init.d/net?
  • Jump to post

Search found 473 matches
  • Page 1 of 19
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 19
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic