Re: [gentoo-user] IPTABLES

2015-12-24 Thread siefke_lis...@web.de
Hello, On Thu, 24 Dec 2015 15:11:55 +0300 Andrew Savchenko wrote: > ... > It is a bit old and isn't an ultimate description of all > iptables features (you have manuals for that), but will give you a > good understanding of how packet flow works and how they should be >

[gentoo-user] Manually removing packages from world problem

2015-12-24 Thread João Matos
Dear list, I was having problem with plasma, so I decided to change it. I've removed all packages related from world, changed the profile, erased use-related files from /etc/portage. Then I've used "emerge --depclean", that worked as should be. However, when I tried "emerge -avuDN world" I got

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread Ian Bloss
Libsdl and libsdl2 built with sound use flag on host? On Thu, Dec 24, 2015, 16:04 wrote: > Any ideas? The error message is... > > sdl: SDL failed to initialize audio subsystem > sdl: Reason: No available audio device > audio: Could not init `sdl' audio driver > > I

Re: [gentoo-user] Manually removing packages from world problem

2015-12-24 Thread Dale
João Matos wrote: > Dear list, > > I was having problem with plasma, so I decided to change it. > > I've removed all packages related from world, changed the profile, > erased use-related files from /etc/portage. > > Then I've used "emerge --depclean", that worked as should be. > > However, when I

Re: [gentoo-user] Manually removing packages from world problem

2015-12-24 Thread Ian Bloss
Check your /var/lib/world file to see if there are any packages or sets that mught be pulling it. Also check make.conf global USE and package.use On Thu, Dec 24, 2015, 17:24 João Matos wrote: > Dear list, > > I was having problem with plasma, so I decided to change it. > >

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread waltdnes
On Thu, Dec 24, 2015 at 10:48:28PM +, Ian Bloss wrote > Libsdl and libsdl2 built with sound use flag on host? I didn't bother enabling alsa except for packages that actually need it. I've enabled it for libsdl, but not for sdl2, because I didn't realize libsdl2 even existed. According to

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread Ian Bloss
I was saying the libsdl packages have a USE flag "sound" which builds the sound module for sdl. So if qemu makes any calls to the sound module not pure alsa calls, that might be causing your issue. Wabes USE flag output shows he's building sdl with the "sound" use flag enabled and not just alsa

Re: [gentoo-user] Gcc 5.3

2015-12-24 Thread Paul Colquhoun
On Thu, 24 Dec 2015 10:18:27 Alan Grimes wrote: > Hey, thanks for putting out gcc 5.3... > > Unfortunately, it fails to bootstrap on my machine. I am getting > differences between the stage 2 and stage 3 compilers and it's dying... =( > > make[2]: Entering directory >

[gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread waltdnes
Any ideas? The error message is... sdl: SDL failed to initialize audio subsystem sdl: Reason: No available audio device audio: Could not init `sdl' audio driver I get this both with a Gentoo guest... #!/bin/bash qemu-system-i386 -enable-kvm \ -cpu host -display gtk \ -drive

Re: [gentoo-user] Manually removing packages from world problem

2015-12-24 Thread João Matos
2015-12-24 22:48 GMT+00:00 Dale : > João Matos wrote: > > Dear list, > > > > I was having problem with plasma, so I decided to change it. > > > > I've removed all packages related from world, changed the profile, > > erased use-related files from /etc/portage. > > > > Then

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread wabenbau
waltd...@waltdnes.org wrote: > On Thu, Dec 24, 2015 at 10:48:28PM +, Ian Bloss wrote > > Libsdl and libsdl2 built with sound use flag on host? > > I didn't bother enabling alsa except for packages that actually need > it. I've enabled it for libsdl, but not for sdl2, because I didn't >

Re: [gentoo-user] Gcc 5.3

2015-12-24 Thread David Haller
Hello, On Thu, 24 Dec 2015, Alan Grimes wrote: >Hey, thanks for putting out gcc 5.3... > >Unfortunately, it fails to bootstrap on my machine. I am getting >differences between the stage 2 and stage 3 compilers and it's dying... =( What compiler and C(XX)FLAGS are you using? It builds nicely with

Re: [gentoo-user] Gcc 5.3

2015-12-24 Thread Alan Grimes
It has been many moons since I got into compiling a compiler but here's how it basically works: STAGE 1: Compile the new compiler with whatever broken crap compiler is already installed/hacked together/manually entered by punch cards/etc... STAGE 2: Compile the new compiler with whatever

Re: [gentoo-user] IPTABLES

2015-12-24 Thread Andrew Savchenko
Hi, On Tue, 22 Dec 2015 22:45:12 +0100 siefke_lis...@web.de wrote: > i try to run iptables, block bad ips and close the system. > > I want run firewall which block all INPUT, only ALLOW services i defined. > Ipset want to use to block spam ips, make it sure awesome as ever set rules > manuell.

[gentoo-user] Gcc 5.3

2015-12-24 Thread Alan Grimes
Hey, thanks for putting out gcc 5.3... Unfortunately, it fails to bootstrap on my machine. I am getting differences between the stage 2 and stage 3 compilers and it's dying... =( make[2]: Entering directory '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' make[3]: Entering directory

Re: [gentoo-user] Gcc 5.3

2015-12-24 Thread Stanislav Nikolov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I think they should be compiled with the same version of gcc, shouldn't they? On 12/24/2015 05:18 PM, Alan Grimes wrote: > Hey, thanks for putting out gcc 5.3... > > Unfortunately, it fails to bootstrap on my machine. I am getting > differences