[gentoo-user] Docker - Assigning IP to container

2015-09-22 Thread Rod

Hi list,

I have docker installed, and I have a running instance of MineOS 
also running, but each time I start the instance (system restarts) it 
makes its own IP address in the address space of my running system.


I am using '-b' to connect it to the bridge I already have running, 
but instead of configuring its IP to be 192.168.3.130, its 3.4 or 3.5 or 
one of the unallocated IP's on the 192.168.3.0/24 address range.


I can reboot my system, and docker restarts the container no 
problems, automatically.


I followed a instruction that I should modify 
/etc/network/interaces, but that has done nothing to get the IP of the 
container to configure on startup :(


/etc# cat network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto eth0
iface eth0 inet static
address 192.168.3.130
netmask 255.255.255.0
gateway 192.168.3.1

Is there something I am missing, cause I would like the IP to lock 
on to the address I want, not some random one it decides to start on.



--
---

  Regards,
   
  Rod Smart





Re: [gentoo-user] Snort compiling problems

2015-08-24 Thread Rod


On 08/24/2015 04:47 AM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 5:17:53 PM Rod wrote:

On 08/23/2015 05:02 PM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 4:35:12 PM Rod wrote:

On 08/23/2015 03:59 PM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 3:26:24 PM Rod wrote:

On 08/23/2015 08:59 AM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 8:27:17 AM Rod wrote:

 Snipped out the previous, takes a while to scroll...

On 08/23/2015 07:40 AM, Fernando Rodriguez wrote:

Post the output of: emerge -vap snort and then: USE=normalizer

emerge

-vap snort The only way NormFlags is left out (as far as I can see)

is

if you disable that flag (which is enabled by default).

# emerge -pqv '=net-analyzer/snort-2.9.7.5::gentoo'

[ebuild U ] net-analyzer/snort-2.9.7.5 [2.9.1] USE=threads
-active-response -control-socket% -debug -file-inspect% -flexresp3 -gre
-high-availability% -inline-init-failopen -large-pcap-64bit
-linux-smp-stats -mpls -non-ether-decoders% -normalizer -perfprofiling
-ppm -react -reload-error-restart (-selinux*) -shared-rep%
-side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-

odbc%*)

(-paf%) (-postgres%*) (-zlib%*)

Ahhh, ok, I see it, -normalizer

 Maybe on newer install systems its enabled by default, but I

have

been running this system with Snort on it for 10 years or so... and I
don't think normalizer would be that old in theUSE flags, opening
`ufed` it doesn't show it as included or enabled, I have enabled it.

# USE=normalizer emerge -vap snort

[ebuild U ~] net-analyzer/snort-2.9.7.5::gentoo [2.9.1::gentoo]
USE=normalizer* threads -active-response -control-socket% -debug
-file-inspect% -flexresp3 -gre -high-availability% -inline-init-

failopen

-large-pcap-64bit -linux-smp-stats -mpls -non-ether-decoders%
-perfprofiling -ppm -react -reload-error-restart (-selinux*)
-shared-rep% -side-channel% -sourcefire% -static -targetbased (-

aruba%)

(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-

odbc%*)

(-paf%) (-postgres%*) (-zlib%*) 0 KiB

No luck I'm afraid

grep your package.* in /etc/portage for snort entries. I didn't

investigate

which one is breaking this time but it must be something you got there
somewhere. I just built it with the default use flags and it works. If

it

was

profile changes you would've got them when you sync'd.

And don't forget to file a bug.

net-analyzer/snort  ~amd64

# required by net-analyzer/snort-2.9.6.1
# required by @selected
# required by @world (argument)
=net-libs/daq-2.0.2 ~amd64

When was the last time you sync'd? And did a world update? Your portage

is

two

versions behind mine...

This *should* work:

USE=active-response flexresp3 gre mpls non-ether-decoders normalizer
perfprofiling ppm react targetbased threads emerge snort

Hopefully somebody else can help figure out why those use flags are

disabled,

they're enabled in my ebuild. For now add those flags to your

package.use.

   emerge sync is every night (once every 24Hrs) and the portage
directory is NFS shared to all other computers on this home network,

Bug has been filed to here -

https://bugs.gentoo.org/show_bug.cgi?id=558454


   Ok, thats a bugger. Grrr (now)

   I have added your USE (above) to package.use, recompiled, nothing
changed, still bombed at Stream 6 then tried without changing
anything, your USE=active...threads emerge snort and it happily
compiled, and installed :( now I don't know why... I submitted the bug
report (previous Email request) then typed this Email as I was trying
what you requested, and now G...

That is strange. All I can say is upgrade portage try again to see if it

picks

up the use flags correctly. And don't do a world update until you sort it

out

cause if it's not picking your use flags it may make it worst.


  I added the USE flags to package.use, upgraded portage, then tried
emerge snort, nothing, then tried it your way USE=. emerge snort,
and it worked, sorry I didn't add previous Email that I updated portage

By any change you do have USE=-* ... on your make.conf?
If so you must have made a typo or something wrong when you added the flags to
package.use


USE=-*  ...

# grep snort /etc/portage/package.use
net-analyser/snort  active-response flexresp3 gre mpls 
non-ether-decoders normalizer perfprofiling ppm react targetbased threads


--
---

  Regards,
   
  Rod Smart

  0417 513 286




Re: [gentoo-user] Snort compiling problems

2015-08-24 Thread Rod


On 08/25/2015 05:05 AM, Fernando Rodriguez wrote:

On Monday, August 24, 2015 5:33:34 PM Jeremi Piotrowski wrote:

On Mon, Aug 24, 2015 at 12:38 PM, Rod r...@rods.id.au wrote:

 USE=-*  ...

I have not been following this thread but why do you have this setting?

There may be some valid reasons for it, but if you don't know the implications
or wont remember it when shit like this happens then it's really a bad idea.


At one stage (long, long ago) it was a recommended setting (if I 
remember correctly)



# grep snort /etc/portage/package.use
net-analyser/snort  active-response flexresp3 gre mpls

That's a typo in the category name, it's supposed to be: net-analyzer


Ahhh the stupid US/Oz spelling differences, looks right to spelling 
checker, doesn't mean its right to work :P


# emerge -av snort

[ebuild   R   ~] net-analyzer/snort-2.9.7.5::gentoo USE=active-response 
flexresp3 gre mpls non-ether-decoders normalizer perfprofiling ppm react 
targetbased threads -control-socket -debug -file-inspect 
-high-availability -inline-init-failopen -large-pcap-64bit 
-linux-smp-stats -reload-error-restart (-selinux) -shared-rep 
-side-channel -sourcefire -static 0 KiB


Maybe that looks a bit better :/

I use ufed for use-flag modification

USE=-*

Thats interesting, I don't believe it has always said Never enable 
any flags other than those specified in make.conf


I'm sure the last time I read it was something vastly different, it 
was enabling something, but yes, it was long ago


--
---

  Regards,
   
  Rod Smart

  0417 513 286




Re: [gentoo-user] Snort compiling problems

2015-08-23 Thread Rod


On 08/23/2015 03:59 PM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 3:26:24 PM Rod wrote:

On 08/23/2015 08:59 AM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 8:27:17 AM Rod wrote:

   Snipped out the previous, takes a while to scroll...

On 08/23/2015 07:40 AM, Fernando Rodriguez wrote:

Post the output of: emerge -vap snort and then: USE=normalizer emerge
-vap snort The only way NormFlags is left out (as far as I can see) is
if you disable that flag (which is enabled by default).

# emerge -pqv '=net-analyzer/snort-2.9.7.5::gentoo'

[ebuild U ] net-analyzer/snort-2.9.7.5 [2.9.1] USE=threads
-active-response -control-socket% -debug -file-inspect% -flexresp3 -gre
-high-availability% -inline-init-failopen -large-pcap-64bit
-linux-smp-stats -mpls -non-ether-decoders% -normalizer -perfprofiling
-ppm -react -reload-error-restart (-selinux*) -shared-rep%
-side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-odbc%*)
(-paf%) (-postgres%*) (-zlib%*)

Ahhh, ok, I see it, -normalizer

   Maybe on newer install systems its enabled by default, but I have
been running this system with Snort on it for 10 years or so... and I
don't think normalizer would be that old in theUSE flags, opening
`ufed` it doesn't show it as included or enabled, I have enabled it.

# USE=normalizer emerge -vap snort

[ebuild U ~] net-analyzer/snort-2.9.7.5::gentoo [2.9.1::gentoo]
USE=normalizer* threads -active-response -control-socket% -debug
-file-inspect% -flexresp3 -gre -high-availability% -inline-init-failopen
-large-pcap-64bit -linux-smp-stats -mpls -non-ether-decoders%
-perfprofiling -ppm -react -reload-error-restart (-selinux*)
-shared-rep% -side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-odbc%*)
(-paf%) (-postgres%*) (-zlib%*) 0 KiB

No luck I'm afraid

grep your package.* in /etc/portage for snort entries. I didn't

investigate

which one is breaking this time but it must be something you got there
somewhere. I just built it with the default use flags and it works. If it

was

profile changes you would've got them when you sync'd.

And don't forget to file a bug.

net-analyzer/snort  ~amd64

# required by net-analyzer/snort-2.9.6.1
# required by @selected
# required by @world (argument)
=net-libs/daq-2.0.2 ~amd64

When was the last time you sync'd? And did a world update? Your portage is two
versions behind mine...

This *should* work:

USE=active-response flexresp3 gre mpls non-ether-decoders normalizer
perfprofiling ppm react targetbased threads emerge snort

Hopefully somebody else can help figure out why those use flags are disabled,
they're enabled in my ebuild. For now add those flags to your package.use.


emerge sync is every night (once every 24Hrs) and the portage 
directory is NFS shared to all other computers on this home network,


Bug has been filed to here - https://bugs.gentoo.org/show_bug.cgi?id=558454


Ok, thats a bugger. Grrr (now)

I have added your USE (above) to package.use, recompiled, nothing 
changed, still bombed at Stream 6 then tried without changing 
anything, your USE=active...threads emerge snort and it happily 
compiled, and installed :( now I don't know why... I submitted the bug 
report (previous Email request) then typed this Email as I was trying 
what you requested, and now G...




--
---

  Regards,
   
  Rod Smart

  0417 513 286




Re: [gentoo-user] Snort compiling problems

2015-08-23 Thread Rod


On 08/23/2015 05:02 PM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 4:35:12 PM Rod wrote:

On 08/23/2015 03:59 PM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 3:26:24 PM Rod wrote:

On 08/23/2015 08:59 AM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 8:27:17 AM Rod wrote:

Snipped out the previous, takes a while to scroll...

On 08/23/2015 07:40 AM, Fernando Rodriguez wrote:

Post the output of: emerge -vap snort and then: USE=normalizer emerge
-vap snort The only way NormFlags is left out (as far as I can see) is
if you disable that flag (which is enabled by default).

# emerge -pqv '=net-analyzer/snort-2.9.7.5::gentoo'

[ebuild U ] net-analyzer/snort-2.9.7.5 [2.9.1] USE=threads
-active-response -control-socket% -debug -file-inspect% -flexresp3 -gre
-high-availability% -inline-init-failopen -large-pcap-64bit
-linux-smp-stats -mpls -non-ether-decoders% -normalizer -perfprofiling
-ppm -react -reload-error-restart (-selinux*) -shared-rep%
-side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-odbc%*)
(-paf%) (-postgres%*) (-zlib%*)

Ahhh, ok, I see it, -normalizer

Maybe on newer install systems its enabled by default, but I

have

been running this system with Snort on it for 10 years or so... and I
don't think normalizer would be that old in theUSE flags, opening
`ufed` it doesn't show it as included or enabled, I have enabled it.

# USE=normalizer emerge -vap snort

[ebuild U ~] net-analyzer/snort-2.9.7.5::gentoo [2.9.1::gentoo]
USE=normalizer* threads -active-response -control-socket% -debug
-file-inspect% -flexresp3 -gre -high-availability% -inline-init-failopen
-large-pcap-64bit -linux-smp-stats -mpls -non-ether-decoders%
-perfprofiling -ppm -react -reload-error-restart (-selinux*)
-shared-rep% -side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-odbc%*)
(-paf%) (-postgres%*) (-zlib%*) 0 KiB

No luck I'm afraid

grep your package.* in /etc/portage for snort entries. I didn't

investigate

which one is breaking this time but it must be something you got there
somewhere. I just built it with the default use flags and it works. If it

was

profile changes you would've got them when you sync'd.

And don't forget to file a bug.

net-analyzer/snort  ~amd64

# required by net-analyzer/snort-2.9.6.1
# required by @selected
# required by @world (argument)
=net-libs/daq-2.0.2 ~amd64

When was the last time you sync'd? And did a world update? Your portage is

two

versions behind mine...

This *should* work:

USE=active-response flexresp3 gre mpls non-ether-decoders normalizer
perfprofiling ppm react targetbased threads emerge snort

Hopefully somebody else can help figure out why those use flags are

disabled,

they're enabled in my ebuild. For now add those flags to your package.use.

  emerge sync is every night (once every 24Hrs) and the portage
directory is NFS shared to all other computers on this home network,

Bug has been filed to here - https://bugs.gentoo.org/show_bug.cgi?id=558454


  Ok, thats a bugger. Grrr (now)

  I have added your USE (above) to package.use, recompiled, nothing
changed, still bombed at Stream 6 then tried without changing
anything, your USE=active...threads emerge snort and it happily
compiled, and installed :( now I don't know why... I submitted the bug
report (previous Email request) then typed this Email as I was trying
what you requested, and now G...

That is strange. All I can say is upgrade portage try again to see if it picks
up the use flags correctly. And don't do a world update until you sort it out
cause if it's not picking your use flags it may make it worst.



I added the USE flags to package.use, upgraded portage, then tried 
emerge snort, nothing, then tried it your way USE=. emerge snort, 
and it worked, sorry I didn't add previous Email that I updated portage


--
---

  Regards,
   
  Rod Smart

  0417 513 286




[gentoo-user] Snort compiling problems

2015-08-22 Thread Rod
 RUBY_TARGETS=ruby19 USERLAND=GNU 
VIDEO_CARDS=intel i915

USE_PYTHON=2.7
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, 
PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS


--
---

  Regards,
   
  Rod Smart

  0417 513 286




Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Rod


On 08/22/2015 06:33 PM, Fernando Rodriguez wrote:

On Saturday, August 22, 2015 5:34:24 PM Rod wrote:

  Hi List,

  I am having problems compiling Snort :(

  I have tried

emerge snort

  Also tried compiling in the comandline

  I have tried all my installed gcc profiles...

# gcc-config -l
   [1] x86_64-pc-linux-gnu-4.5.4
   [2] x86_64-pc-linux-gnu-4.6.4
   [3] x86_64-pc-linux-gnu-4.7.3
   [4] x86_64-pc-linux-gnu-4.8.4 *

  All failed :(

make[4]: Entering directory
'/var/tmp/portage/net-

analyzer/snort-2.9.7.5/work/snort-2.9.7.5/src/preprocessors/Stream6'

x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../..
-I../../../src -I../../../src/sfutil -I/usr/include/pcap
-I../../../src/output-plugins -I../../../src/detection-plugins
-I../../../src/dynamic-plugins -I../../../src/preprocessors
-I../../../src/preprocessors/portscan
-I../../../src/preprocessors/HttpInspect/include
-I../../../src/preprocessors/Session
-I../../../src/preprocessors/Stream6 -I../../../src/target-based
-I../../../src/control -I../../../src/file-process
-I../../../src/file-process/libs -I../../../src/side-channel
-I../../../src/side-channel/plugins  -DLZMA -DNDEBUG -DNOCOREFILE
-DSF_WCHAR -DSNORT_RELOAD -DRELOAD_ERROR_FATAL -DNO_NON_ETHER_DECODER
-O2 -march=core2 -mtune=core2 -pipe -DSF_VISIBILITY -fvisibility=hidden
-fno-strict-aliasing -Wall -c -o snort_stream_tcp.o snort_stream_tcp.c
snort_stream_tcp.c:466:89: error: unknown type name 'NormFlags'
   static inline int Stream_NormGetMode(uint16_t reassembly_policy, const
SnortConfig* sc, NormFlags nf)
^
snort_stream_tcp.c: In function 'AddStreamNode':
snort_stream_tcp.c:6160:9: warning: implicit declaration of function
'NormalTrimPayloadIfWin' [-Wimplicit-function-declaration]
   NormalTrimPayloadIfWin(p, 0, tdb);
   ^
snort_stream_tcp.c: In function 'ProcessTcpData':
snort_stream_tcp.c:7275:9: warning: implicit declaration of function
'NormalTrimPayloadIfSyn' [-Wimplicit-function-declaration]
   NormalTrimPayloadIfSyn(p, 0, tdb);
   ^
snort_stream_tcp.c: In function 'ProcessTcp':
snort_stream_tcp.c:8381:17: warning: implicit declaration of function
'NormalTrimPayloadIfRst' [-Wimplicit-function-declaration]
   NormalTrimPayloadIfRst(p, 0, tdb);
   ^
snort_stream_tcp.c: At top level:
snort_stream_tcp.c:555:19: warning: 'CheckFlushPolicyOnData' used but
never defined [enabled by default]
   static inline int CheckFlushPolicyOnData(
 ^
snort_stream_tcp.c:1184:29: warning: 'StreamTCPCreateSession' defined
but not used [-Wunused-function]
   static SessionControlBlock *StreamTCPCreateSession( const SessionKey
*key )
   ^
snort_stream_tcp.c:1192:13: warning: 'StreamTCPDeactivateSession'
defined but not used [-Wunused-function]
   static void StreamTCPDeactivateSession( SessionControlBlock *scb )
   ^
snort_stream_tcp.c:1206:12: warning: 'StreamTCPDeleteSession' defined
but not used [-Wunused-function]
   static int StreamTCPDeleteSession( const SessionKey *key )
  ^
Makefile:389: recipe for target 'snort_stream_tcp.o' failed
make[4]: *** [snort_stream_tcp.o] Error 1
make[4]: Leaving directory
'/var/tmp/portage/net-

analyzer/snort-2.9.7.5/work/snort-2.9.7.5/src/preprocessors/Stream6'

Makefile:471: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
'/var/tmp/portage/net-

analyzer/snort-2.9.7.5/work/snort-2.9.7.5/src/preprocessors'

Makefile:552: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
'/var/tmp/portage/net-analyzer/snort-2.9.7.5/work/snort-2.9.7.5/src'
Makefile:517: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/var/tmp/portage/net-analyzer/snort-2.9.7.5/work/snort-2.9.7.5'
Makefile:383: recipe for target 'all' failed
make: *** [all] Error 2


Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop,
gcc-4.8.4, glibc-2.20-r2, 3.18.7-gentoo x86_64)
=
   System Settings
=
System uname:
Linux-3.18.7-gentoo-x86_64-Intel-R-_Core-TM-_i5-4570_CPU_@_3.20GHz-with-

gentoo-2.2

KiB Mem:15316468 total,543168 free
KiB Swap:   33554428 total,  32086124 free
Timestamp of repository gentoo: Fri, 21 Aug 2015 18:30:01 +
sh bash 4.2_p45
ld GNU ld (Gentoo 2.24 p1.4) 2.24
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:  4.2_p45::gentoo
dev-java/java-config: 2.2.0::gentoo
dev-lang/perl:5.18.2-r2::gentoo
dev-lang/python:  2.7.9-r1::gentoo, 3.1.5::gentoo,
3.2.5-r6::gentoo, 3.4.1::gentoo
dev-util/cmake:   2.8.12.2-r1::gentoo
dev-util/pkgconfig:   0.28-r1::gentoo
sys-apps/baselayout:  2.2::gentoo
sys-apps/openrc:  0.16.4

Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Rod


On 08/23/2015 08:59 AM, Fernando Rodriguez wrote:

On Sunday, August 23, 2015 8:27:17 AM Rod wrote:

  Snipped out the previous, takes a while to scroll...

On 08/23/2015 07:40 AM, Fernando Rodriguez wrote:

Post the output of: emerge -vap snort and then: USE=normalizer emerge
-vap snort The only way NormFlags is left out (as far as I can see) is
if you disable that flag (which is enabled by default).

# emerge -pqv '=net-analyzer/snort-2.9.7.5::gentoo'

[ebuild U ] net-analyzer/snort-2.9.7.5 [2.9.1] USE=threads
-active-response -control-socket% -debug -file-inspect% -flexresp3 -gre
-high-availability% -inline-init-failopen -large-pcap-64bit
-linux-smp-stats -mpls -non-ether-decoders% -normalizer -perfprofiling
-ppm -react -reload-error-restart (-selinux*) -shared-rep%
-side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-odbc%*)
(-paf%) (-postgres%*) (-zlib%*)

Ahhh, ok, I see it, -normalizer

  Maybe on newer install systems its enabled by default, but I have
been running this system with Snort on it for 10 years or so... and I
don't think normalizer would be that old in theUSE flags, opening
`ufed` it doesn't show it as included or enabled, I have enabled it.

# USE=normalizer emerge -vap snort

[ebuild U ~] net-analyzer/snort-2.9.7.5::gentoo [2.9.1::gentoo]
USE=normalizer* threads -active-response -control-socket% -debug
-file-inspect% -flexresp3 -gre -high-availability% -inline-init-failopen
-large-pcap-64bit -linux-smp-stats -mpls -non-ether-decoders%
-perfprofiling -ppm -react -reload-error-restart (-selinux*)
-shared-rep% -side-channel% -sourcefire% -static -targetbased (-aruba%)
(-decoder-preprocessor-rules%) (-dynamicplugin%*) (-mysql%*) (-odbc%*)
(-paf%) (-postgres%*) (-zlib%*) 0 KiB

No luck I'm afraid

grep your package.* in /etc/portage for snort entries. I didn't investigate
which one is breaking this time but it must be something you got there
somewhere. I just built it with the default use flags and it works. If it was
profile changes you would've got them when you sync'd.

And don't forget to file a bug.


net-analyzer/snort  ~amd64

# required by net-analyzer/snort-2.9.6.1
# required by @selected
# required by @world (argument)
=net-libs/daq-2.0.2 ~amd64



--
---

  Regards,
   
  Rod Smart

  0417 513 286




Re: [gentoo-user] UEFI booting [solved]

2015-08-19 Thread Rod


On 08/17/2015 11:37 PM, Jeremi Piotrowski wrote:

On Mon, 17 Aug 2015, Rod wrote:

 Hi list,

Hi


 I'm trying to figure out how to make my boot partition to boot from UEFI,
I have grub2 installed, but I keep getting a error when I ask it to install
the boot information.

First things first, are you installing gentoo from an UEFI booted
installation media? From what I know the gentoo minimal install cd does
not allow for this, and I will assume you are using that.

If you're using some other installation method, check whether the
directory /sys/firmware/efi/efivars has any content, try to mount efivarfs
following the instructions in this link:

https://wiki.gentoo.org/wiki/Efibootmgr#Configuration

and then check again.


# efibootmgr
efibootmgr: EFI variables are not supported on this system.


# grub2-install --target=x86_64-efi /dev/sdc
Installing for x86_64-efi platform.
efibootmgr: EFI variables are not supported on this system.
efibootmgr: EFI variables are not supported on this system.
Installation finished. No error reported.

In your case it seems that the system is not in an UEFI-booted state. But
we can work around this by using a nice part of the UEFI specification,
details below.


mount
/dev/sdc1   201633156 201478   1% /boot/efi

 I have the /boot/efi part mounted ok..

Before we go further make sure that the partition is a valid EFI boot
partition: code EF00 (gdisk), partition flags boot/esp (for parted).


 How can I get this UEFI be become bootable without media to make it boot
in to that mode to begin with ?

It's actually much easier than it may seem, and it's outlined here:

https://wiki.gentoo.org/wiki/GRUB2#Alternative:_using_the_default_UEFI_firmware_location

Basically, for all sorts of removable media there must be a way to tell
UEFI what to boot without having to hardcode the entries into NVRAM (like
efibootmgr does). Therefore UEFI firmware is supposed to check for the
first ESP partition on a drive and boot \EFI\boot\bootx64.efi from it.
This also works for harddrives, and since you can access a FAT partition
even when booted in bios mode you just put grub there.

Now this works perfectly well for a linux kernel with efi stub and cmdline
built-in, but grub may have trouble finding it's configuration files, I do
not know. So I suggest you try it. Find grubx64.efi in /boot/efi and copy
it to /boot/efi/EFI/BOOT/BOOTX64.EFI. Voila, should boot just fine.

On my first UEFI install I did not know about this, efibootmgr did not
work, but the handbook says to place the kernel at /EFI/boot/bootx64.efi
and it just magically worked.

Generally you will find that provided the UEFI implementation of your
vendor is not complete shit (lots of them exist) UEFI makes it generally
easier to handle booting. One partition and the EFI variables and you can
boot anything, no more hidden sectors.


Ok, thnks for your help, all was checked out as you said, the boot 
partition was correct, boot, esp which was a good thing.



Just found a slight problem, my .efi program that the system was 
trying to boot was /boot/efi/EFI/gentoo/grubx64.efi


copying the .efi to /boot/efi/EFI/BOOT changed nothing, I filed to 
notice that the name was incorrect, as installing the UEFI with the 
bootloader (without the efivar loaded) resulted in a file named 
grubx86.efi which doesn't work when copied in to the BOOT directory :(


Renaming this file-  mv grubx86.efi bootx86.efi

System now happily boots in UEFI mode, I guess I didn't read Find 
grubx64.efi in /boot/efi and copy it to /boot/efi/EFI/BOOT/BOOTX64.EFI 
correctly :P


during this time, the original sda drive I was using failed (SMART 
was reporting that I should replace it soon) and I guess it was slightly 
too soon, but I did have the chance to rsync the filesystem across :P


Thanks heaps for your help :)

--
---

  Regards,
   
  Rod Smart

  0417 513 286




[gentoo-user] UEFI booting

2015-08-17 Thread Rod

Hi list,

I'm trying to figure out how to make my boot partition to boot from 
UEFI, I have grub2 installed, but I keep getting a error when I ask it 
to install the boot information.


mount
/dev/sdc1   201633156 201478   1% /boot/efi

I have the /boot/efi part mounted ok..

# efibootmgr
efibootmgr: EFI variables are not supported on this system.


# grub2-install --target=x86_64-efi /dev/sdc
Installing for x86_64-efi platform.
efibootmgr: EFI variables are not supported on this system.
efibootmgr: EFI variables are not supported on this system.
Installation finished. No error reported.

I have this disk as my 1st boot drive in BIOS, the 2nd is the 
normal drive.


Boot order is EFI then Legacy  (EFI only tells me Insert boot disk 
and hit Enter)



I'm assuming the variables not supported is blocking the install.


BIOS reports the 1st disk to boot is

EFI: ST2000DM001-1ER1


Mobo is a Gigabyte Z68X-UD3H-B3  (with the latest UEFI firmware)

How can I get this UEFI be become bootable without media to make it 
boot in to that mode to begin with ?


--
---

  Regards,
   
  Rod Smart

  0417 513 286




[gentoo-user] Emerge not updating the Installed database

2015-07-14 Thread Rod

Hi List,

I have just updated MythTV, but when I do `emerge -s mythtv` I get 
the previous version is the installed version


# emerge -s mythtv

[ Results for search key : mythtv ]
Searching...

*  media-tv/mythtv
  Latest version available: 0.27.5_p20150627
  Latest version installed: 0.27.4_p20150124
  Size of files: 83,658 KiB
  Homepage:  http://www.mythtv.org
  Description:   Homebrew PVR project
  License:   GPL-2


Yet, when I scroll up further, the correct version is installed (no 
errors)


 Installing (1 of 1) media-tv/mythtv-0.27.5_p20150627::gentoo
 * checking 2239 files for package collisions
1000 files checked ...
2000 files checked ...
 Merging media-tv/mythtv-0.27.5_p20150627 to /
snip
* Messages for package media-tv/mythtv-0.27.5_p20150627:

# ls -la /usr/share/doc/mythtv-0.27.5_p20150627/
total 60
drwxr-xr-x2 root root  4096 Jul 14 18:33 .
drwxr-xr-x 1007 root root 36864 Jul 11 12:46 ..
-rw-r--r--1 root root  1676 Jul 14 18:33 AUTHORS.bz2
-rw-r--r--1 root root  4833 Jul 14 18:33 keys.txt.bz2
-rw-r--r--1 root root  1610 Jul 14 18:33 README.bz2
-rw-r--r--1 root root   969 Jul 14 18:33 UPGRADING.bz2


So, 0.27.5 is installed, yet emerge -s tells me its 0.27.4 is the 
current install?



# mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : 9498257571e8158926b60a0eefc74568c4436823
MythTV Branch : fixes/0.27
Network Protocol : 77
Library API : 0.27.20150622-1
QT Version : 4.8.4


--
---

  Regards,
   
  Rod Smart





Re: [gentoo-user]

2015-03-05 Thread Rod

If your trying to unsubscribe, your Email address you used was wrong...

Remove the email-address from the To: line and try again :)

On 6/03/2015 1:02 AM, Ryan Tasson wrote:



===


Cut document turnaround time by 90% with CudaSign. Get unlimited 
eSignatures for just $1 per user/month. Get CudaSign now: 
https://www.cudasign.com


DISCLAIMER:
This e-mail and any attachments to it contain confidential and 
proprietary material of Barracuda, its affiliates or agents, and is 
solely for the use of the intended recipient. Any review, use, 
disclosure, distribution or copying of this transmittal is prohibited 
except by or on behalf of the intended recipient. If you have received 
this transmittal in error, please notify the sender and destroy this 
e-mail and any attachments and all copies, whether electronic or printed.








Re: [gentoo-user] Just Testing

2012-12-12 Thread Rod Smart
Just check that you didn't accidentally mark the relevent Emails as junk/spam, 
and as they come in, they get removed as if they are spam :/

  
Sent from my ASUS Pad

Colleen Beamer colleen.bea...@gmail.com wrote:

Hi,

Recently, I cleared out some gentoo-user e-mail from Firefox and now
it seems that Thunderbird is automatically deleting any gentoo-user
e-mail when it arrives in my inbox.  The address is still in my personal
address book, but not in my collected address so, I'm not sure what is
going on.  Just sending this as a test.

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org




Re: [gentoo-user] Install problem - SATA CD-ROM drive (SOLVED)

2011-11-26 Thread Rod
On Sun, 27 Nov 2011 08:36:56 +1100, Paul Colquhoun 
paul...@andor.dropbear.id.au wrote:

On Fri, 25 Nov 2011 11:29:16 PM Dale wrote:

Paul Colquhoun wrote:
 On Fri, 25 Nov 2011 07:28:50 PM Albert W. Hopkins wrote:
 On Sat, 2011-11-26 at 11:01 +1100, Paul Colquhoun wrote:
 Some research tells me that this is a problem with SATA CD-ROMs, 
and

 needs a
 kernel configured with the libata module option atapi_enabled=1

 Does anybody know of a Live CD that will work with a SATA CD 
drive?


 AFAIK most (all) modern computers that have CDROM drives are 
SATA, at
 least the one i bought a couple of years ago does.. so I'm 
wondering

 if
 your problem is not that you have a SATA CDROM but something 
else.


 Have you tried boot media other than the Gentoo livecd?

 Actually I had tried 4 boot media *other* *than* the Gentoo 
livecd, for

 the simple reason that I thought they had stopped making them!

 Stupid me.

 Looking at the Gentoo download page, they have an AMD64 minimal 
install

 CD image created just days ago.

 The Gentoo livecd works!  I should have looked there first and 
saved

 myself a lot of trouble (and 4 blank CDs!).

Could it be something in the BIOS maybe?  My rig that I built last 
year
has a SATA CD/DVD burner and it boots Gentoo CDs, Knoppix, 
systemrescue
and another that I can't recall.  Knotix (?) or something.  It 
should

work.  You may want to try systemrescue if you haven't already.  I'd
figure this out before something happens and you have to boot 
something

to fix it.

Dale

:-)  :-)



It may be something in the BIOS, but I didn't change anything between 
the
other livecds NOT working, and the Gentoo one working, so the Gentoo 
livecd

seems to have done something different.


I have been running SATA-DVD drive (ok not CD) for a few years with no 
problems with reading or writing from either Gentoo-Linux or Windoze





Re: [gentoo-user] Gentoo with ZIMBRA

2010-12-08 Thread Rod

On 9/12/2010 12:32 AM, Urs Schutz wrote:

On Tue, 7 Dec 2010 04:26:42 -0500
Mag. Ing. Emilio Del Campo Z.emilio.delca...@gmail.com
wrote:

   

Hi Everyone.. Hola  todos,
quiza alguno que entienda español? deseo probar gentoo
con zimbra o con algun metodo, mail server, antivirus,
antispam y webmail que pudieran recomendar, las gracias
de antemano y perdon por el español.

Saludos,

Milo.
 

Its more or less this:

«Is here somebody who understands Spanish? I would like to
try gentoo with zimbra, or some combination of mail
server, antivirus, antispam and webmail. Any
recommendations? Thanks in advance and sorry for the
spanish.»



   


I'm using postfix, courier, SASL  roundcube for webmai, RC is much 
easier to use than the mail client that is on Nokia's Ovi :)


Sorry for my English :P



[gentoo-user] Something in PHP has killed Apache2

2010-10-14 Thread Rod

Hi

I just did a emerge -vnuD system and I think a build was done on 
mysql (seems this is the origin of the problems) I'm getting a PHP 
Warning as follows, and Apache2 doesn't start up :(



PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/lib/extensions/no-debug-zts-20060613/mysql.so' - 
/usr/lib/php5/lib/extensions/no-debug-zts-20060613/mysql.so: cannot open 
shared object file: No such file or directory in Unknown on line 0


no matter what I do, i have been trying to go thru the php.ini 
files to comment out or remove the linking to extensions, but nothing is 
fixing the problem


I ran revdep-rebuild -library=mysql.so  but this returned with no 
problems :(


if I run /etc/init.d/apache2 restart I get the following

 * Stopping apache2 ...
httpd (no pid file) not 
running   [ ok ]
 * Starting apache2 
...   [ ok ]


but tailing /var/log/apache2/error_log I get the above PHP warning

If I ls -la the file it is finding  error, I have a missing mysql.so

jumpgate ~ # ls -la /usr/lib/php5/lib/extensions/no-debug-zts-20060613/
total 16
drwxr-xr-x 2 root root80 Oct  4 15:00 .
drwxr-xr-x 3 root root88 Oct  4 12:44 ..
-rwxr-xr-x 1 root root 13828 Oct  4 14:59 phpcups.so

relinking the file with the following into the problem directory,

no-debug-zts-20060613 # ln -s 
/usr/lib/perl5/vendor_perl/5.12.2/i686-linux/auto/DBD/mysql/mysql.so 
mysql.so


I get the following when I try and restart apache2, the error_log 
file is now


PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/lib/extensions/no-debug-zts-20060613/mysql.so' - 
/usr/lib/php5/lib/extensions/no-debug-zts-20060613/mysql.so: undefined 
symbol: PL_unitcheckav in Unknown on line 0



I have emerged everything mysql, and everything php as in find 
what packages are installed, and anything with PHP in their name or 
mysql in their name, I have re-merged.


But yet, I still have a problem :(



Re: [gentoo-user] boot log

2010-08-04 Thread Rod

On 5/08/2010 11:10 AM, Dakota wrote:

  On 8/4/2010 8:19 PM, Bill Kenworthy wrote:
   

Is there a way to log the boot messages - dmesg after booting up doesnt
show module load failures and they scroll off the screen and I can find
what they are.

BillK




 

/var/log/messages doesn't contain anything relevant? I thought that's
where stuff like that got logged.
Also, have you checked /var/log/kern.log?

   


You'd possibly find that /var/log/everything/current is the Gentoo 
logging location I have a symlink from there to /var/log/messages


There is a backup of dmesg stored in /var/log/dmesg

I use a combination of dmesg | less and /var/log/everything/current 
and lsmod for module testing (if they load and don't load)




Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard (solved)

2010-07-14 Thread Rod

On 14/07/2010 3:01 AM, Tamer Higazi wrote:

Hi Mark!
you were entirely right, the problem were the input drivers.

There three packages I remerged:

xf86-input-mouse
xf86-input-keyboard
xf86-input-evdev

and the problem was gone.


Tamer
   


I found that the problem (on mine at least) was that evdev was the 
problem and had to be re-emerged on the system (after doing the mouse 
and keyboard several times with no luck, and trying to figure out why in 
the xorg.log files it was telling me it couldn't find evdev




Re: [gentoo-user] installing app-emulation/wine-1.1.44

2010-07-07 Thread Rod Hurford
Petri,
a nudge in the right direction, many thanks.

My thoughts had drifted towards the emul-linux-x86-* libraries being
out of date and some of the discussion comments in the bug report you
linked confirmed that it was most likely them. (I hadn't considerd
them until now because I had thought I had kept my system up to date,
but obviously I hadn't :( )

I have manually updated the emul-linux-x86-* libraries and upgraded to
wine-1.1.44 without a problem.

Thanks for your help,
Rod

On 7 July 2010 01:55, Petri Rosenström petri.rosenst...@gmail.com wrote:
 Hi

 this bug report seems to be same as your problem
 http://bugs.gentoo.org/show_bug.cgi?id=283860 . In the comments
 suggestions are to not to use USE flag mp3 or to manually install
 app-emulation/emul-linux-x86-soundlibs. Last comments say (2010-01-05)
 that it will still fail. dunno.

 Petri Rosenström



 On Tue, Jul 6, 2010 at 5:03 PM, Rod Hurford rod.hurf...@gmail.com wrote:
 Hello all,

 I have wine-1.1.43 installed and I've recently had trouble installing
 wine-1.1.14 on my system using the command

 emerge app-emulation/wine

 The result (after a few minutes of compiling) is:
 
  '/var/tmp/portage/app-emulation/wine-1.1.44/temp/build.log'

  * Messages for package app-emulation/wine-1.1.44:

  * ERROR: app-emulation/wine-1.1.44 failed:
  *   all
  *
  * Call stack:
  *     ebuild.sh, line  54:  Called src_compile
  *   environment, line 3354:  Called die
  * The specific snippet of code:
  *       emake all || die all
  *
  * If you need support, post the output of 'emerge --info
 =app-emulation/wine-1.1.44',
  * the complete build log and the output of 'emerge -pqv
 =app-emulation/wine-1.1.44'.
  * The complete build log is located at
 '/var/tmp/portage/app-emulation/wine-1.1.44/temp/build.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/app-emulation/wine-1.1.44/temp/environment'.
  * S: '/var/tmp/portage/app-emulation/wine-1.1.44/work/wine-1.1.44'
 ---

 The outputs suggested above are pasted below and the build.log file is 
 attached.

 I have googled and there does not seem to be a problem with the ebuild
 AND I get the same output with wine-1.1.43 (which is currenlty
 installed) so the obvious conclusion is that I am doing something
 'wrong'. Does anybody have any ideas or could point me in the right
 direction?

 Thanks in advance
 Rod





 emerge --info =app-emulation/wine-1.1.44
 Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.11.2-r0,
 2.6.31-gentoo-r10 x86_64)
 =
                        System Settings
 =
 System uname: 
 Linux-2.6.31-gentoo-r10-x86_64-AMD_Phenom-tm-_II_X4_955_Processor-with-gentoo-1.12.13
 Timestamp of tree: Tue, 06 Jul 2010 12:15:01 +
 app-shells/bash:     4.0_p37
 dev-java/java-config: 2.1.10
 dev-lang/python:     2.6.4-r1
 dev-util/cmake:      2.6.4-r3
 sys-apps/baselayout: 1.12.13
 sys-apps/sandbox:    1.6-r2
 sys-devel/autoconf:  2.13, 2.65
 sys-devel/automake:  1.6.3-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
 sys-devel/binutils:  2.20.1-r1
 sys-devel/gcc:       4.3.4, 4.4.3-r2
 sys-devel/gcc-config: 1.4.1
 sys-devel/libtool:   2.2.6b
 virtual/os-headers:  2.6.30-r1
 ACCEPT_KEYWORDS=amd64
 ACCEPT_LICENSE=* -...@eula
 CBUILD=x86_64-pc-linux-gnu
 CFLAGS=-O2 -pipe
 CHOST=x86_64-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/config
 /var/lib/hsqldb
 CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
 /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
 /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d
 /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c
 CXXFLAGS=-O2 -pipe
 DISTDIR=/usr/portage/distfiles
 FEATURES=assume-digests distlocks fixpackages news parallel-fetch
 protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans
 userfetch
 GENTOO_MIRRORS=ftp://ftp.ds.karen.hj.se/gentoo/
 http://ftp.ds.karen.hj.se/gentoo/
 http://mirror.switch.ch/ftp/mirror/gentoo/
 ftp://mirror.switch.ch/mirror/gentoo/;
 LDFLAGS=-Wl,-O1
 MAKEOPTS=-j2
 PKGDIR=/usr/portage/packages
 PORTAGE_CONFIGROOT=/
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --stats --timeout=180
 --exclude=/distfiles --exclude=/local --exclude=/packages
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.fi.gentoo.org/gentoo-portage
 USE=X X509 a52 aac acl acpi aften aio akonadi alsa amd64 amr api
 archive asf aspell ass async audacious audio audiofile automount
 bash-completion berkdb binary-drivers bittorrent bzip2 cdda cddax cddb
 cdparanoia cdr cdrom cg chm classic cleartype cli consolekit cracklib
 crypt css cuda cups curl cursors cxx desktopglobe devfs-compat dga dia
 dirac disk-partition dmraid doc docbook downloadorder dri dvd dvdnav
 dvdr dxr3 dxr3

Re: [gentoo-user] Re: Legacy GRUB vs GRUB2

2010-06-23 Thread Rod

On 23/06/2010 3:43 PM, Maximilian Bräutigam wrote:



Is there a GRUB to GRUB2 migration guide somewhere in the Gentoo
Documentation?

   BR / P-E
 

I did it 2 weeks ago with lil help of:

http://en.gentoo-wiki.com/wiki/Grub2

And I didn't use the multislot, that was unnecessary, since os-prober is
working perfectly.

Kind regards,
der Max
   


Hi, would you like to check your GNU GRUB 2 external link at the 
end, I just clicked it and got a



 404 - Page Not Found

The page you were looking for could not be found on the GNU web server.
http://www.gnu.org/software/grub/grub-2.en.html



Re: [gentoo-user] User password scanning on pop3

2010-06-20 Thread Rod

On 17/06/2010 10:26 AM, Rod wrote:

Hi,

Does anyone know how to block, or auto programs in Gentoo to limit 
or stop people scanning for a user/password hacking on your firewall?



Hi,

Just a update, I found the program I had running Fail2Ban was 
broken, so I have fixed that, but also closed off the pop3 server for 
non SSL traffic...



pop3 - closed
pop3-ssl - opencertificates issued to both SSL users (pop/imap)
imap-ssl open



Re: [gentoo-user] Routing with gentoo...

2010-06-17 Thread Rod

On 17/06/2010 5:03 PM, Steve wrote:

OK, I admit it, this is more of a Linux networking challenge, but it's
one I want to resolve under gentoo.

I have two network interfaces - eth0 and tun0 - and both are (somehow)
connected to the internet.  When I have eth0's IP address as my default
route, all my traffic is sent out via my NAT enabled router and is
associated with its dynamic IP address... however, while I can receive
packets on the tun0 interface, replies are sent via eth0, and that means
ping doesn't work and TCP connections to tun0's publicly accessible IP
address fail. When I have tun0's IP address as my default route, all my
traffic (inbound and outbound TCP connections) are routed over tun0...
enabling the previously precluded inbound connections on tun0's publicly
accessible IP address, but which is an unnecessarily inefficient use of
the (more expensive) tun0 interface for outbound connections.

What I really want is for eth0 to be used all the time, except for
packets associated with TCP streams that connected from remote hosts to
tun0's public facing IP address - when tun0 must be used.  I don't
need/want to support UDP or other protocols communicating via tun0 - and
TCP connections to tun0 will only arrive on a handful of ports which I
can determine up front.

Should I be using IPTables for this, and - if so - is there a howto
addressing this scenario?  Is there a better approach than IPTables?
   

Check out iproute


*  sys-apps/iproute2
  Latest version available: 2.6.31
  Latest version installed: 2.6.31
  Size of files: 363 kB
  Homepage:  
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2

  Description:   kernel routing and traffic control utilities
  License:   GPL-2


This will allow you to control the flow of packets, so packets from 
Interface 1 will go back out the same interface.


This is used in conjunction with iptables, as iptables is the 
firewall, and iproute is the packet classifyer/handler


I was using this when I had 2 Internet accounts, a slow speed ADSL 
with static IP, and a cable BB one for the usual stuff (dynamic IP)





[gentoo-user] User password scanning on pop3

2010-06-16 Thread Rod

Hi,

Does anyone know how to block, or auto programs in Gentoo to limit 
or stop people scanning for a user/password hacking on your firewall?


Besides disabling those ports, I still need the port accessable 
from the outside, and I guess they'd just try imap if pop was blocked.


I'm running iptables, postfix  courier

This has been ongoing in excess of 12 Hrs now...


Jun 17 10:25:20 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:21 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:25:26 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:25:27 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:27 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:25:33 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:25:33 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:34 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:25:39 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:25:39 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:40 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:25:45 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:25:46 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:46 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:25:52 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:25:52 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:53 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:25:58 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:25:58 jumpgate pop3d: Connection, ip=[:::93.186.195.234]
Jun 17 10:25:59 jumpgate pop3d: LOGIN FAILED, user=dave, 
ip=[:::93.186.195.234]

Jun 17 10:26:04 jumpgate pop3d: Disconnected, ip=[:::93.186.195.234]
Jun 17 10:26:05 jumpgate pop3d: Connection, ip=[:::93.186.195.234]





[gentoo-user] problems with rsync (emerge --sync)

2010-06-03 Thread Rod
Hi, has anyone had this problem with trying to update the database 
for portage?


It was doing this a while ago, then it stopped (I don't know why) 
now its doing it again..


# emerge --sync
 Starting rsync with rsync://91.186.30.235/gentoo-portage...
 Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at 
rsync.c(543) [Receiver=3.0.7]

 Retrying...


 Starting retry 1 of 3 with rsync://134.68.240.59/gentoo-portage
 Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at 
rsync.c(543) [Receiver=3.0.7]

 Retrying...


 Starting retry 2 of 3 with rsync://88.198.83.250/gentoo-portage
 Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at 
rsync.c(543) [Receiver=3.0.7]

 Retrying...


 Starting retry 3 of 3 with rsync://88.198.83.249/gentoo-portage
 Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at 
rsync.c(543) [Receiver=3.0.7]

 Exceeded PORTAGE_RSYNC_RETRIES: 3




[gentoo-user] Portage Patch failed to apply - System will no longer upgrade

2009-06-08 Thread Rod

   Hi.

   This issue is really pissing me off, I have ried almost all the 
fixes, even to the point of booting and copying a Stage3 tarball over 
the running system and doing a Stage3 Install.


   No matter what I do, and for almost ALL packages I get ..
* Portage patch failed to apply (ltmain.sh version 1.5.24)!
* Please bug azarah or vapier to add proper patch.
*
* ERROR: dev-libs/gmp-4.3.1 failed.
* Call stack:
*   ebuild.sh, line   49:  Called src_unpack
* environment, line 2811:  Called elibtoolize
* environment, line 1065:  Called die
* The specific snippet of code:
*   die Portage patch failed to apply!;
*  The die message:
*   Portage patch failed to apply!

   For this package and everything else I wish to apply, this is 
locking my system in time so I can no longer upgrade any software ;o(





Re: [gentoo-user] ltmain.sh version 1.5.22

2009-01-26 Thread Rod

Alan McKinnon wrote:

On Saturday 24 January 2009 12:11:41 Rod wrote:
  

   I'm getting the following error too much, many packages are no longer
insalling with this problem ;o(



  

* Running elibtoolize in: libmcrypt-2.5.8
*   Applying install-sh-1.5.patch ...

* Portage patch failed to apply (ltmain.sh version 1.5.22)!
* Please bug azarah or vapier to add proper patch.



That patch applies just fine here, both 2.5.8 and 2.5.8-r1.

In case it helps, my system is ~amd64

The emerge output is very sparse, I can't see the reason for the patch 
failing. Try unpacking and patching manually to get a descriptive error 
message. 


Also, is your emerge --sync up to date?
   Yes my sync is up to date, I'm not sure why I can no longer use 
`emerge --sync` more interested in getting the ltmain problem fixed first.


# emerge-webrsync
Fetching most recent snapshot ...
Trying to retrieve 20090125 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20090125.tar.lzma.md5sum ...
Fetching file portage-20090125.tar.lzma.gpgsig ...
Fetching file portage-20090125.tar.lzma ...


   I'm running ~x64 (32bit)

   Would you be able to tell me how to do this patch  build manually 
please?




[gentoo-user] ltmain.sh version 1.5.22

2009-01-24 Thread Rod
  I'm getting the following error too much, many packages are no longer 
insalling with this problem ;o(


 Emerging   dev-libs/libmcrypt-2.5.8-r1
* libmcrypt-2.5.8.tar.gz RMD160 SHA1 SHA256 size ;-) 
... 
[ ok ]
* checking ebuild checksums ;-) 
...  
[ ok ]
* checking auxfile checksums ;-) 
... 
[ ok ]
* checking miscfile checksums ;-) 
...
[ ok ]

 Unpacking source...
 Unpacking libmcrypt-2.5.8.tar.gz to 
/var/tmp/portage/dev-libs/libmcrypt-2.5.8-r1/work
* Applying libmcrypt-2.5.8-rotate-mask.patch 
...  
[ ok ]

* Running elibtoolize in: libmcrypt-2.5.8
*   Applying install-sh-1.5.patch ...

* Portage patch failed to apply (ltmain.sh version 1.5.22)!
* Please bug azarah or vapier to add proper patch.
*
* ERROR: dev-libs/libmcrypt-2.5.8-r1 failed.
* Call stack:
*   ebuild.sh, line   49:  Called src_unpack
* environment, line 2364:  Called elibtoolize
* environment, line  943:  Called die
* The specific snippet of code:
*   die Portage patch failed to apply!;
*  The die message:
*   Portage patch failed to apply!
*
* If you need support, post the topmost build error, and the call stack 
if relevant.
* A complete build log is located at 
'/var/log/portage/dev-libs:libmcrypt-2.5.8-r1:20081226-103235.log'.
* The ebuild environment file is located at 
'/var/tmp/portage/dev-libs/libmcrypt-2.5.8-r1/temp/environment'.

*

  Searching the Gentoo Forums, I get most posts about this from 
2005...   this is upgrading a currently working install.




[gentoo-user] 'du' problem after emerge of coreutils

2007-02-02 Thread Rod May

Hi

emerged coreutils up to 6.4 and the '-x' option on du seems broken, 
e.g.:

root  du --version
du (GNU coreutils) 5.94

root  du -s -x DVBig Docs.bak Gimp.bak
16730112  DVBig
1935776   Docs.bak
1227584   Gimp.bak

so all correct with the old version, these are three simple directories 
on the one file system. Now emerge to coreutils 6.4...

root   du --version
du (GNU coreutils) 6.4
   
root   du -s -x DVBig Docs.bak Gimp.bak
16730112   DVBig
32 Docs.bak
32 Gimp.bak

so it seems that for the second and any subsequent arguments treated as 
on a different file system... eg if I swap the arguments order:

root   du -s -x Docs.bak DVBig Gimp.bak
1935776 Docs.bak
32  DVBig
32  Gimp.bak
   
if the -x is not used then the output is correct, (same as 5.94)...

thought I would ask here first as I also upgraded most sys related 
packages just before coreutils..

anyone else get this?
 
  Cheers :)
  Rod May [EMAIL PROTECTED]

--==*
  Random Fortune:
  All Finagle Laws may be bypassed by learning the simple art of doing
  without thinking.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] install CD of Hewlett-Packard server

2006-12-31 Thread Rod
Chuanwen Wu wrote:

 2006/12/31, Boyd Stephen Smith Jr. [EMAIL PROTECTED]:

 On Sunday 31 December 2006 05:38, Chuanwen Wu [EMAIL PROTECTED]
 wrote
 about '[gentoo-user] install CD of Hewlett-Packard server':
  I want to install gentoo in my Hewlett-Packard server.It's my first
  time to install linux in a server.I want to know that which *.iso I
  should download and burn into the CD?

 HP has sold (at least) 2 different architectures in their server lines.
 What CPU does the system have, or if you don't know, what's the model
 number?

 The cpu is Intel 3.0G,Dual core.


You will want the Live ISO image for a x86 install.

The HPPA won't run on x86,  but it will run on he PA8000 cpu arch,
the same CPU as  the  HP Visualize C180 I have sitting here.

 The Intel 3.0G Dual Core? Hmmm, that would be the 3.0G -D
processor, as I don't know of any Duo Core hitting or exceeding 3GHz,
I have a E6600 Duo core, and it will run the x86-32 and x86-64 arch's

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-ppc-user] Problems booting...still

2005-10-28 Thread Rod Furey


On 28 Oct 2005, at 17:04, [EMAIL PROTECTED] wrote:


What should I be using instead of devfs?


udev - I'd expect the newer profiles to use this by default...

The battery on my iMac is stuffed as well. However when the
system is shutdown it syncs the time with the h/ware clock so
it's not too far out when it comes back up again. A swift ntp
sync sorts it out.

OS X on the other hand (at least 10.1.5 which is all I've got on
that machine - dunno about 10.3 as it won't install)... OS X on
the other hand insists on thinking it's 1970 or some such...

(Not too much useful info but...)

Rod

--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] Boot trouble

2005-10-14 Thread Rod Furey

On 13 Oct 2005, at 18:15, [EMAIL PROTECTED] wrote:


mounting /dev for udev... [oops]
mount failed with error:
wrong fs type, bad option, bad superblock on udev, or too many mounted
filesystems
since this is a critical task, startup cannot continue
give root password for matienance or Control-D to continue:
I used to be able to type Control-D to reboot or password to enter 
system,


I used to get this error with devfs and a few other things on an old 
release

(2004.3). Switching to udev, re-emerging pam and something else (dunno
what off the top of my head and the notes are somewhere in
the house move boxes).

Since you already have udev though this isn't necessarily useful info.

Obvious question: you did disable the devfs mount in the kernel build?

Rod (not necessarily useful info but may get someone thinking)

--
gentoo-ppc-user@gentoo.org mailing list