Forums

Skip to content

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

Search found 996 matches

Go to advanced search

Advanced search
Search found 996 matches
  • Page 1 of 40
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 40
  • Next
by limn
Sat Jan 06, 2018 11:20 pm
Forum: Portage & Programming
Topic: mass rebuild due to LINGUAS
Replies: 59
Views: 57705

pjp wrote:
  • Jump to post
by limn
Sat Jan 06, 2018 12:12 pm
Forum: Portage & Programming
Topic: mass rebuild due to LINGUAS
Replies: 59
Views: 57705

Hate is a strong word. Perhaps at times indifferent.
  • Jump to post
by limn
Thu Jan 04, 2018 12:18 pm
Forum: Kernel & Hardware
Topic: Meltdown/Spectre: Unauthorized Disclosure of Kernel Memory
Replies: 561
Views: 4276816

Monocultures are always bad.
  • Jump to post
by limn
Sat Dec 16, 2017 1:33 pm
Forum: Portage & Programming
Topic: [solved] Portage syncing on its own? How to disable?
Replies: 9
Views: 3046

Do you see

Code: Select all

1513427085:  *** emerge  --sync
in the /var/log/emerge.log on all of the boxes?
  • Jump to post
by limn
Thu Dec 07, 2017 12:37 pm
Forum: Kernel & Hardware
Topic: [SOLVED]gnome not starting in kernel series 4.14.X
Replies: 11
Views: 5929

Torvalds has declared this release “painful”

"Don't get me wrong - things don't look bad, but I hate it when I find issues during the merge window that I feel should have been noticed before the code made it to me, and it happened a few times this release,"

"So 4.14 is getting some very core new ...
  • Jump to post
by limn
Mon Dec 04, 2017 12:52 pm
Forum: Kernel & Hardware
Topic: kernel 4.14.1 and upsdrv [SOLVED]
Replies: 4
Views: 2767

Your 4.14.1 kernel is stable? On what ARCH?

On an x86 complied with gcc 7 4.14.2-3 either panic on boot or within a day. ppc won't even compile.
  • Jump to post
by limn
Fri Dec 01, 2017 8:57 pm
Forum: Portage & Programming
Topic: iptables blocking http [SOLVED]
Replies: 12
Views: 3712

You monitored the packet counts while making both http and https connections?
  • Jump to post
by limn
Fri Dec 01, 2017 7:59 pm
Forum: Portage & Programming
Topic: iptables blocking http [SOLVED]
Replies: 12
Views: 3712

Code: Select all

iptables -L -n -v
  • Jump to post
by limn
Fri Dec 01, 2017 1:45 pm
Forum: Portage & Programming
Topic: iptables blocking http [SOLVED]
Replies: 12
Views: 3712

At a minimum

iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
iptables -P INPUT DROP

The box can talk to itself, transmissions you initiate and related ones are allowed, and everything else is dropped.

There is no harm in doing this ...
  • Jump to post
by limn
Sat Nov 04, 2017 12:58 am
Forum: Gentoo on PPC
Topic: optimized Apple PPC kernel .config for 4.9.x series?
Replies: 5
Views: 15905

Here is a 4.9.11 config from a G3.
  • Jump to post
by limn
Thu Oct 05, 2017 2:24 pm
Forum: Installing Gentoo
Topic: Do I need GRUB2 if it's installed in another distro?
Replies: 5
Views: 3004

If grub is installed in Debian, it automatically runs when a new kernel or initrd.img is installed.
In some cases is it is preferable to have only one distro managing grub.
  • Jump to post
by limn
Sun Aug 13, 2017 11:44 am
Forum: Portage & Programming
Topic: Portage not listing all updates[SOLVED]
Replies: 9
Views: 5059

Perhaps I misunderstand you.
# emerge -UDNav world

These are the packages that would be merged, in order:

Calculating dependencies... done!
...

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

# emerge -UDNavu world

These are the packages that would be merged, in order:

Calculating ...
  • Jump to post
by limn
Thu Aug 03, 2017 9:57 pm
Forum: Gentoo on PPC
Topic: Xorg Problems Radeon7500 iBook G3
Replies: 10
Views: 22344

Booting gentoo-sources-4.9.34. Did not use the Debian config.
Can bring up twm which would not start until xterm was installed.
Now to decide which window manager to use and whether to move from ppc to ~ppc.
  • Jump to post
by limn
Tue Aug 01, 2017 1:11 pm
Forum: Other Things Gentoo
Topic: Emacs inverse-video not active [Solved]
Replies: 3
Views: 2628

There is a 5 year old bug report
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=11430
The workaround mentioned there puts this in your init file:
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file ...
  • Jump to post
by limn
Mon Jul 31, 2017 11:43 am
Forum: Gentoo on PPC
Topic: Xorg Problems Radeon7500 iBook G3
Replies: 10
Views: 22344

Display has been the problem. The iBook languished because the fonts were distorted with Debian Jessie.

With Sid lightdm was a black screen with the mouse becoming an insertion point where the username and password are enterred.
The Emacs GUI has black where there is no text in the splash screen ...
  • Jump to post
by limn
Sun Jul 30, 2017 3:41 pm
Forum: Gentoo on PPC
Topic: Xorg Problems Radeon7500 iBook G3
Replies: 10
Views: 22344

Trying to resurrect and even older iBook as dual Debian and Gentoo. The GPU is 3D RAGE Mobility L.

Using the netinst iso from
http://jenkins.kfreebsd.eu/jenkins/view/cd/job/debian-cd_sid_powerpc/ws/build/
upgrading the kernel and installing LXDE and switching from the default lightdm to lxdm can ...
  • Jump to post
by limn
Fri Jul 28, 2017 10:50 pm
Forum: Portage & Programming
Topic: postgresql wont start!
Replies: 10
Views: 4028

De nada.
  • Jump to post
by limn
Fri Jul 28, 2017 9:22 pm
Forum: Portage & Programming
Topic: postgresql wont start!
Replies: 10
Views: 4028

Have you
eselect postgresql set 10
so that pg_ctl is linked to /usr/lib/postgresql-10/bin/pg_ctl?
What happens if you run
/usr/lib/postgresql-10/bin/postgres -D /etc/postgresql-10 --data-directory=/var/lib/postgresql/10/data --unix-socket-directories=/run/postgresql
as postgres? That is what the ...
  • Jump to post
by limn
Fri Jul 28, 2017 8:23 pm
Forum: Portage & Programming
Topic: postgresql wont start!
Replies: 10
Views: 4028

When it is successfully started on my box, messages has like this:
Jul 25 06:46:45 gentoo su[10401]: Successful su for postgres by root
Jul 25 06:46:45 gentoo su[10401]: + /dev/pts/0 root:postgres
Jul 25 06:46:45 gentoo su[10401]: pam_unix(su:session): session opened for user postgres by limn(uid=0 ...
  • Jump to post
by limn
Fri Jul 28, 2017 6:37 pm
Forum: Portage & Programming
Topic: postgresql wont start!
Replies: 10
Views: 4028

Maybe there is some problem with your postgres user.
See if su logged anything to /var/log/messages.
  • Jump to post
by limn
Thu Jul 27, 2017 10:59 am
Forum: Portage & Programming
Topic: Unmasking RUBY_TARGETS=ruby23 [SOLVED]
Replies: 7
Views: 3683

I meant how is use.stable.mask being pulled in, if in fact that is what is happening.
I do not see this on masking my boxes, and if I do that is what I would look into.
  • Jump to post
by limn
Thu Jul 27, 2017 2:29 am
Forum: Portage & Programming
Topic: Unmasking RUBY_TARGETS=ruby23 [SOLVED]
Replies: 7
Views: 3683

How did it get masked in the first place?
  • Jump to post
by limn
Wed Jul 26, 2017 7:15 pm
Forum: Portage & Programming
Topic: Can't set postgresql 9.6.3 with postgresql-config
Replies: 8
Views: 8725

Sounds like a bug to me. Did not have this problem going from 9.5 to 9.6.
  • Jump to post
by limn
Wed Jul 26, 2017 7:11 pm
Forum: Portage & Programming
Topic: Unmasking RUBY_TARGETS=ruby23 [SOLVED]
Replies: 7
Views: 3683

What does

Code: Select all

emerge --info
show for RUBY_TARGETS?

Something in your profile? There is this

Code: Select all

# Hans de Graaff <graaff@gentoo.org> (25 Dec 2016)
# Currently in testing and not ready to go stable yet.
ruby_targets_ruby23
ruby_targets_ruby24
in /usr/portage/profiles/base/use.stable.mask
  • Jump to post
by limn
Sun Jul 23, 2017 8:35 pm
Forum: Gentoo on PPC
Topic: Yaboot won't compile, starting to pull my hair out.
Replies: 3
Views: 11380

Why did you want to recompile yaboot?
There are utilities to handle IMPORTANT: 2 config files in '/etc/portage' need updating.
I didn't realize yaboot cannot boot from ext4
I do not know what that means. Yaboot boots to a boot partition, and it can be ext4.
I still have the 'filesystem is ...
  • Jump to post

Search found 996 matches
  • Page 1 of 40
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 40
  • 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