Forums

Skip to content

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

Search found 26 matches

Go to advanced search

Advanced search
Search found 26 matches
  • 1
  • 2
  • Next
by Serchio
Tue Sep 16, 2014 8:34 am
Forum: Networking & Security
Topic: Apache2 won't starting
Replies: 3
Views: 2015

Apache2 won't starting

I have no idea why clearly installed Apache2 is not starting on my gentoo box. I have no errors in /var/log/apache2/error_log (file exists and contains old, resolved log messages).

My stack using strace -Ff apache2ctl start


execve("/usr/sbin/apache2ctl", ["apache2ctl", "start"], [/* 19 vars ...
  • Jump to post
by Serchio
Sun Aug 10, 2014 9:59 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Kernel panic when switched from sata3 to sata6
Replies: 9
Views: 26447

Thank you NeddySeagoon, you were right and you have solved my problem :)

My root is now /dev/sda2 but I will need to replace it with drive uid to be better prepared for changes.
  • Jump to post
by Serchio
Sun Aug 10, 2014 8:55 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Kernel panic when switched from sata3 to sata6
Replies: 9
Views: 26447

NeddySeagoon,

I have 3 drives. There is the dmesg output:
[ 0.567087] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.567281] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.567473] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.568068] ata4.00: ATA-8: WDC ...
  • Jump to post
by Serchio
Sun Aug 10, 2014 7:21 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Kernel panic when switched from sata3 to sata6
Replies: 9
Views: 26447

boot_delay=1000 should do it.

I have appended it to grub in kernel section but boot speed was normal. Should it be appended somewhere else?

It is my gentoo boot section:
menuentry 'Gentoo GNU/Linux' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple ...
  • Jump to post
by Serchio
Sun Aug 10, 2014 5:38 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Kernel panic when switched from sata3 to sata6
Replies: 9
Views: 26447

NeddySeagoon,

It is really hard to determinate because boot is super fast and kernel panic is occurring immediately.

In normal boot when ssd is connected to sata3 my gentoo is booting 5 seconds only...

If you have any idea how to slow it down it would be really helpful.
  • Jump to post
by Serchio
Sun Aug 10, 2014 4:13 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Kernel panic when switched from sata3 to sata6
Replies: 9
Views: 26447

[SOLVED] Kernel panic when switched from sata3 to sata6

Hello,

From some time I tried to discover what is happening when I am trying to start my gentoo linux from my ssd drive Samsung 840 Evo.

System is working normally when my ssd is connected to sata3 connector but when I switch it to sata6 I receive kernel panic.

Unfortunately, I can't read the ...
  • Jump to post
by Serchio
Thu Apr 14, 2011 7:15 pm
Forum: Portage & Programming
Topic: [Resolved]netbeans circular dependencies
Replies: 10
Views: 4907

I have done your code, and next Mighty_Max.

BTW. THNX for Mighty_Max also :)
  • Jump to post
by Serchio
Thu Apr 14, 2011 5:01 pm
Forum: Portage & Programming
Topic: [Resolved]netbeans circular dependencies
Replies: 10
Views: 4907

Thnx Donahue :) Problem solved...
  • Jump to post
by Serchio
Wed Apr 13, 2011 5:53 pm
Forum: Portage & Programming
Topic: [Resolved]netbeans circular dependencies
Replies: 10
Views: 4907

I have tried this but without success :/

[nomerge ] dev-java/xalan-2.7.1 USE="-doc -source"
[ebuild N ] dev-java/bcel-5.2-r1 USE="-doc -findbugs -source" 256 kB
[ebuild N ] dev-java/junit-4.8.2-r1 USE="-doc -examples -source -test" 1,557 kB
[ebuild N ] dev-java/hamcrest-core-1.1 USE="-source" 1 ...
  • Jump to post
by Serchio
Wed Apr 13, 2011 3:20 pm
Forum: Portage & Programming
Topic: [Resolved]netbeans circular dependencies
Replies: 10
Views: 4907

[Resolved]netbeans circular dependencies

Hi, i'm trying to emerge netbeans but I can't resolve circular dependencies :/

[ebuild N ] dev-util/netbeans-7.0_rc2 USE="-doc" LINGUAS="pl -af -ar -ca -cs -de -el -es -fr -gl -hi_IN -id -it -ja -ko -lt -nl -pt_BR -pt_PT -ro -ru -sq -sr -sv -tl -tr -vi -zh_CN -zh_TW" NETBEANS_MODULES="apisupport ...
  • Jump to post
by Serchio
Sun Mar 20, 2011 12:29 pm
Forum: Instalacja i sprzęt
Topic: ati-drivers "zawiesza się" podczas instalacji
Replies: 1
Views: 5399

ati-drivers "zawiesza się" podczas instalacji

Witam,

Ostatnio po upgradzie funtoo i kompilacji nowego jajka 2.6.38 nie mogę zainstalować sterowników ati-drivers. Instalacja wygląda tak:

Calculating dependencies... done!
[ebuild R ] x11-drivers/ati-drivers-11.2 USE="modules (multilib) qt4 -debug" 0 kB

Total: 1 package (1 reinstall), Size of ...
  • Jump to post
by Serchio
Mon Aug 10, 2009 6:49 pm
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613264

@wrc1944 Do you have deadline as default IO scheduler in kernel?
  • Jump to post
by Serchio
Sun Aug 09, 2009 11:47 am
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613264

echo 1 > /sys/block/[drive device]/device/queue_depth

Sets the queue to 1 to turn it back on echo 31 or whatever is the default in your dmesg.

It returns:
bash: /sys/block/sda/device/queue_depth: Access Denied

That means your hardware doesn't support NCQ, so you have it off.


edit: I have ...
  • Jump to post
by Serchio
Sun Aug 09, 2009 11:25 am
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613264

loftwyr wrote:echo 1 > /sys/block/[drive device]/device/queue_depth

Sets the queue to 1 to turn it back on echo 31 or whatever is the default in your dmesg.
It returns:
bash: /sys/block/sda/device/queue_depth: Access Denied
  • Jump to post
by Serchio
Sun Aug 09, 2009 12:29 am
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613264

How can I disable ncq?
  • Jump to post
by Serchio
Sun Aug 02, 2009 6:09 pm
Forum: Gamers & Players
Topic: amd64, 32 bit sound
Replies: 10
Views: 8735

Only it helped me

Code: Select all

http://nullkey.ath.cx/~stuff/et-sdl-sound/
  • Jump to post
by Serchio
Thu Jul 30, 2009 1:18 pm
Forum: Polskie forum (Polish)
Topic: Z gentoo x86_64 na x86
Replies: 6
Views: 6262

SlashBeast wrote:Mnie tez, sam mam w planach powrot na x86 + PAE ale... juz tyle czasu uzywam amd64...
Ja też sporo czasu używam amd64 i dlatego bardzo powoli zbieram się do stawiania x86...

Cieszy mnie chociaż fakt, że system przestał mi się wieszać, bo nvidia w końcu naprawiła buga w swoich sterach :)
  • Jump to post
by Serchio
Thu Jul 30, 2009 11:21 am
Forum: Polskie forum (Polish)
Topic: Z gentoo x86_64 na x86
Replies: 6
Views: 6262

SlashBeast wrote:Z ciekawosci zapytam, co Cie boli w amd64 ze na x86 wracasz?
To mnie boli: http://forums.gentoo.org/viewtopic-t-482731.html
  • Jump to post
by Serchio
Wed Jul 29, 2009 8:42 pm
Forum: Polskie forum (Polish)
Topic: Z gentoo x86_64 na x86
Replies: 6
Views: 6262

Z gentoo x86_64 na x86

Witam,

Na forum był temat związany z migracją z gentoo x86_64 na x86 ale za cholerę nie mogę go znaleźć.
Pamięta ktoś jak nazywał się ten temat lub może zarzucić linkiem?

Dzięki za pomoc
  • Jump to post
by Serchio
Sat Jul 11, 2009 12:38 pm
Forum: Polskie forum (Polish)
Topic: [SOLVED] brak "Support for the Framebuffer Console"
Replies: 3
Views: 6981

ryba84 wrote:Może to Ci pomorze ;P http://forums.gentoo.org/viewtopic-t-72 ... ation.html
Zrobiłem tak i nic to nie zmieniło. Zajrzałem do .config i znalazłem tam CONFIG_FB_CON_DECOR, ale dlaczego go nie ma w menuconfig nie wiem.

Dzięki za pomoc :)
  • Jump to post
by Serchio
Sat Jul 11, 2009 12:03 pm
Forum: Polskie forum (Polish)
Topic: [SOLVED] brak "Support for the Framebuffer Console"
Replies: 3
Views: 6981

[SOLVED] brak "Support for the Framebuffer Console"

Witam,

Ściągnąłem wczoraj nowe gentoo-sources z kernelem 2.6.29-r5 pod x86_64 i przyznam, że nie mogę znaleźć opcji "Support for the Framebuffer Console".
Potrzebuję jakiś patch do tego?

Google mówi mi, że opcja ta powinna być w:


Device Drivers ->
Graphics support ->
<*> Support for frame ...
  • Jump to post
by Serchio
Fri Jul 10, 2009 9:54 pm
Forum: Desktop Environments
Topic: NVIDIA + Compiz-Fusion Refresh problem
Replies: 10
Views: 7242

Somebody found solution for this small problem?
  • Jump to post
by Serchio
Fri Jul 10, 2009 7:44 pm
Forum: Polskie forum (Polish)
Topic: [EBUILDS] Repozytorium SVN z Software!
Replies: 597
Views: 419575

$ hg clone https://arcon.googlecode.com/hg/ arcon
requesting all changes
adding changesets
adding manifests
adding file changes
added 324 changesets with 2533 changes to 2148 files
updating working directory
893 files updated, 0 files merged, 0 files removed, 0 files unresolved


wiec...... SOA ...
  • Jump to post
by Serchio
Fri Jul 10, 2009 5:14 pm
Forum: Polskie forum (Polish)
Topic: [EBUILDS] Repozytorium SVN z Software!
Replies: 597
Views: 419575

c2p wrote:Arcon-overlay z svn przeszedł na mercuriala, więc:

Code: Select all

hg clone https://arcon.googlecode.com/hg/ arcon

Code: Select all

deep layman # hg clone https://arcon.googlecode.com/hg/ arcon
abort: error: Name or service not known
Jakieś pomysły?
  • Jump to post
by Serchio
Tue May 19, 2009 9:35 am
Forum: Gentoo on AMD64
Topic: [SOLVED]gnat-gpl installed but no gnatgcc or gnatgcov
Replies: 0
Views: 5446

[SOLVED]gnat-gpl installed but no gnatgcc or gnatgcov

Hi,

I have a gnat-gpl package installed in my Gentoo AMD64, but i can't found gnatgcc or gnatgcov commands.

When gnat-gpl was emerged I saw this:


* The following gnat profile has been activated:
* x86_64-pc-linux-gnu-gnat-gpl-4.1-2008
*
* The compiler has been installed as gnatgcc, and ...
  • Jump to post

Search found 26 matches
  • 1
  • 2
  • 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