[gentoo-user] xdm .xinitrc

2003-11-21 Thread Selentek 24331-03
Hello,

I run xdm to enter xfree.
1) Is where any way to execute my own WM (for example icewm)
without changing /etc/rc.conf (only for my user).

xdm execute $HOME/.xsession if only /etc/X11/chooser.sh is not present on the system, 
but it's present.

I found only one way to choose xdm session, export XSESSION in .bash_profile, but I 
think this way does't right.

2) Any solution to execute programs like gkrellm2?

PS: xdm don't execute any file from $HOME directory ?
PPS: the solution is patch to xdm ?

Sorry for my english.

Thanks.
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Ping errors

2003-11-19 Thread Selentek 24331-03
Rebuild kernel with:

CONFIG_FILTER=y

It's used for attack filter to any socket, used by the program.

On 16:07 Wed 19 Nov , Jason Stubbs wrote:
 On Wednesday 19 November 2003 14:24, Thomas Smith wrote:
  I've had Gentoo setup and running on a test server for about a month now
  and didn't notice any of these errors until I configured Nagios--it
  immediately started reporting WARNINGs regarding this error.. I've
  googled for this problem and every body seems to agree that it's an
  issue with the Kernel but no one has offered a solution. The error I get
  is:
 
  WARNING: failed to install socket filter
 
  : Protocol not available
 
  This error occurs when PINGing /any/ host. It doesn't happen with every
  ping--that is, it occurs after every few responses. It doesn't seem to
  be causing any other functionality problems.
 
 I've set up a little Gentoo server at work that I believe experiences exactly 
 the same thing. I'll confirm tomorrow, but for the time being I'll list some 
 details of how it's configured network-wise.
 
 * one interface with multiple IPs
 * IP fowarding enabled
 * TCP packets with destination of port 80 redirected to localhost
 * connection tracking for everything the kernel supports
 * traffic shaping for both incoming and outgoing traffic
 
 That's all that I can remember at the moment. If you could supply the same 
 thing, we can use the similarities to hopefully track the source of the 
 problem down.
 
 Jason
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Gentoo Linux http://www.gentoo.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Ping errors

2003-11-19 Thread Selentek 24331-03
Sorry,
s/attack/attach/

On 00:33 Wed 19 Nov , Thomas Smith wrote:
 Jason Stubbs wrote:
 
 On Wednesday 19 November 2003 14:24, Thomas Smith wrote:
  
 
 I've had Gentoo setup and running on a test server for about a month now
 and didn't notice any of these errors until I configured Nagios--it
 immediately started reporting WARNINGs regarding this error.. I've
 googled for this problem and every body seems to agree that it's an
 issue with the Kernel but no one has offered a solution. The error I get
 is:
 
 WARNING: failed to install socket filter
 
 : Protocol not available
 
 This error occurs when PINGing /any/ host. It doesn't happen with every
 ping--that is, it occurs after every few responses. It doesn't seem to
 be causing any other functionality problems.

 
 
 I've set up a little Gentoo server at work that I believe experiences 
 exactly the same thing. I'll confirm tomorrow, but for the time being I'll 
 list some details of how it's configured network-wise.
 
 * one interface with multiple IPs
 * IP fowarding enabled
 * TCP packets with destination of port 80 redirected to localhost
 * connection tracking for everything the kernel supports
 * traffic shaping for both incoming and outgoing traffic
 
 That's all that I can remember at the moment. If you could supply the same 
 thing, we can use the similarities to hopefully track the source of the 
 problem down.
 
 Well, it's currently a pretty basic setup--no packet filtering, no 
 traffic shaping. It does have two interfaces, though--one unroutable, 
 the other live. (It's stricly a test server to plan our migration from 
 Red Hat to Gentoo.)
 
 I'm going to investigate the previous post regarding CONFIG_FILTER=y. 
 I'm not quite sure what the poster meant by It's used for attack filter 
 to any socket, used by the program. or how this option will affect 
 other aspects of the server. If you or anyone can elaborate on this 
 option please do so.
 
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Gentoo Linux http://www.gentoo.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Ping errors

2003-11-19 Thread Selentek 24331-03
my kernel is 2.4.20-gentoo-r8,
I don't know where is this option is 2.6,
but the mesage from ping without with option was: WARNING: failed to install socket 
filter.

On 16:35 Wed 19 Nov , Jason Stubbs wrote:
 On Wednesday 19 November 2003 16:02, Selentek 24331-03 wrote:
  On 16:07 Wed 19 Nov , Jason Stubbs wrote:
   On Wednesday 19 November 2003 14:24, Thomas Smith wrote:
I've had Gentoo setup and running on a test server for about a month
now and didn't notice any of these errors until I configured Nagios--it
immediately started reporting WARNINGs regarding this error.. I've
googled for this problem and every body seems to agree that it's an
issue with the Kernel but no one has offered a solution. The error I
get is:
   
WARNING: failed to install socket filter
   
: Protocol not available
   
This error occurs when PINGing /any/ host. It doesn't happen with every
ping--that is, it occurs after every few responses. It doesn't seem to
be causing any other functionality problems.
  
   I've set up a little Gentoo server at work that I believe experiences
   exactly the same thing. I'll confirm tomorrow, but for the time being
   I'll list some details of how it's configured network-wise.
  
   * one interface with multiple IPs
   * IP fowarding enabled
   * TCP packets with destination of port 80 redirected to localhost
   * connection tracking for everything the kernel supports
   * traffic shaping for both incoming and outgoing traffic
  
   That's all that I can remember at the moment. If you could supply the
   same thing, we can use the similarities to hopefully track the source of
   the problem down.
 
  Rebuild kernel with:
 
  CONFIG_FILTER=y
 
  It's used for attack filter to any socket, used by the program.
 
 What is the name of that kernel option? I'm running 2.6 and don't have that 
 defined in my .config file and cannot find it in any of the Kconfig files.
 
 Jason
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Gentoo Linux http://www.gentoo.org


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge from p2p

2003-11-14 Thread Selentek 24331-03
Hello,

Is where any solution to emerge from gnutella or other peer2peer.

PS: I think peer2peer can solve mirror problems.

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge from p2p

2003-11-14 Thread Selentek 24331-03
On 14:54 Fri 14 Nov , Lucian Hanga [ private ] (u) wrote:

I think, It can help to find near location to emerge and drop traffic from mirrors.

Any user emerge from any user.

 Selentek 24331-03 (u) wrote:
 
 Hello,
 
 Is where any solution to emerge from gnutella or other peer2peer.
 
 PS: I think peer2peer can solve mirror problems.
 
 Thanks.
 
  
 
 are there any mirrors problems ?
 
 you can use 'mirrorselect -a -s5' (emerge mirrorselect) to find out the 
 fastest mirros for your location
 and copypaste few of them in the /etc/make.conf
 
 for instance my mirrors are:
 GENTOO_MIRRORS=ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ 
 http://212.219.56.146/sites/www.
 ibiblio.org/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo;
 
 important: don't delete the ibiblio.org mirror
 
 hope it helps
 l
 
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Gentoo Linux http://www.gentoo.org


--
[EMAIL PROTECTED] mailing list



[gentoo-user] make ebuild

2003-11-13 Thread Selentek 24331-03
Hello,

I try to make my own ebuilds,
but I don't want to make compile stage from root user.
( Compile stage can write something to system directories )

Is where any solution?

PS: Is it right way to compile from root ?

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] script to calculate download size

2003-10-30 Thread Selentek 24331-03
There is script to calculate size of files needs to emerge packet.

emerge -p need root privileges and get_size need it too

Example:
  $ sudo get_size cannonsmash
media-libs/sdl-mixer-1.2.5-r1
 914Kb   SDL_mixer-1.2.5.tar.gz (ok)
Pkg size: 914Kb   Download: 0
games-simulation/cannonsmash-0.6.5
 1435Kb  csmash-0.6.5.tar.gz
 1045Kb  danslatristesse2-48.ogg
Pkg size: 2481Kb   Download: 2481Kb
Total Size: 3395Kb  Download: 2481Kb


---begin get_size---
#!/bin/sh

print_size()
{
SIZE=$1
OUT_SIZE=$SIZE
#   if [ $SIZE -gt 150 ]; then
#   OUT_SIZE=`expr $SIZE / 1024 / 1024`Mb
 if [ $SIZE -gt 1 ]; then
OUT_SIZE=`expr $SIZE / 1024`Kb
fi
#   fi
echo $OUT_SIZE;
}

PKG=$1

if [ -z $PKG ]; then
echo pack
exit 1
fi

PKGS=`emerge -p $PKG | grep '^\[' | sed 's/^//' | sed 's/ \[.*$//'`
TOTAL_SIZE=0
TOTAL_SIZE_DOWNLOAD=0
for P in $PKGS; do
GROUP=`echo $P | sed 's/\/.*$//'`
CP=`echo $P | sed 's/^.*\///'`
PK=`echo $CP | sed 's/-[0-9].*$//'`
echo $GROUP/$CP
if [ -e /usr/portage/$GROUP/$PK/$CP.ebuild ]; then
DIGEST=/usr/portage/$GROUP/$PK/files/digest-$CP
if [ -e $DIGEST ]; then
FILES=`cat $DIGEST | awk '{print $4_|_$3}'`
PKG_SIZE=0
PKG_SIZE_DOWNLOAD=0
for F in $FILES; do
FILE=`echo $F | sed 's/^.*|//'`
SIZE=`echo $F | sed 's/|.*$//'`
OUT_SIZE=`print_size $SIZE`
OUT_EX=''
if [ ! -e /usr/portage/distfiles/$FILE ]; then
PKG_SIZE_DOWNLOAD=`expr $PKG_SIZE_DOWNLOAD + 
$SIZE`
else
OUT_EX=' (ok)'
fi
echo -e \t\t\t $OUT_SIZE \t $FILE $OUT_EX
PKG_SIZE=`expr $PKG_SIZE + $SIZE`
done
echo Pkg size: `print_size $PKG_SIZE` Download: 
`print_size $PKG_SIZE_DOWNLOAD`
TOTAL_SIZE=`expr $TOTAL_SIZE + $PKG_SIZE`
TOTAL_SIZE_DOWNLOAD=`expr $TOTAL_SIZE_DOWNLOAD + 
$PKG_SIZE_DOWNLOAD`
else
echo digest- Not found
fi
else
echo .ebuild Not found
fi
done

echo Total Size: `print_size $TOTAL_SIZE`  Download: `print_size 
$TOTAL_SIZE_DOWNLOAD`
---end---




-- 
#!/bin/sh

print_size()
{
SIZE=$1
OUT_SIZE=$SIZE
#   if [ $SIZE -gt 150 ]; then
#   OUT_SIZE=`expr $SIZE / 1024 / 1024`Mb
 if [ $SIZE -gt 1 ]; then
OUT_SIZE=`expr $SIZE / 1024`Kb
fi
#   fi
echo $OUT_SIZE;
}

PKG=$1

if [ -z $PKG ]; then
echo pack
exit 1
fi

PKGS=`emerge -p $PKG | grep '^\[' | sed 's/^//' | sed 's/ \[.*$//'`
TOTAL_SIZE=0
TOTAL_SIZE_DOWNLOAD=0
for P in $PKGS; do
GROUP=`echo $P | sed 's/\/.*$//'`
CP=`echo $P | sed 's/^.*\///'`
PK=`echo $CP | sed 's/-[0-9].*$//'`
echo $GROUP/$CP
if [ -e /usr/portage/$GROUP/$PK/$CP.ebuild ]; then
DIGEST=/usr/portage/$GROUP/$PK/files/digest-$CP
if [ -e $DIGEST ]; then
FILES=`cat $DIGEST | awk '{print $4_|_$3}'`
PKG_SIZE=0
PKG_SIZE_DOWNLOAD=0
for F in $FILES; do
FILE=`echo $F | sed 's/^.*|//'`
SIZE=`echo $F | sed 's/|.*$//'`
OUT_SIZE=`print_size $SIZE`
OUT_EX=''
if [ ! -e /usr/portage/distfiles/$FILE ]; then
PKG_SIZE_DOWNLOAD=`expr $PKG_SIZE_DOWNLOAD + 
$SIZE`
else
OUT_EX=' (ok)'
fi
echo -e \t\t\t $OUT_SIZE \t $FILE $OUT_EX
PKG_SIZE=`expr $PKG_SIZE + $SIZE`
done
echo Pkg size: `print_size $PKG_SIZE` Download: 
`print_size $PKG_SIZE_DOWNLOAD`
TOTAL_SIZE=`expr $TOTAL_SIZE + $PKG_SIZE`
TOTAL_SIZE_DOWNLOAD=`expr $TOTAL_SIZE_DOWNLOAD + 
$PKG_SIZE_DOWNLOAD`
else
echo digest- Not found
fi
else
echo .ebuild Not found
fi
done

echo Total Size: `print_size $TOTAL_SIZE`  Download: `print_size 
$TOTAL_SIZE_DOWNLOAD`


--

[gentoo-user] gentoo speed (mkisofs, redhat-9)

2003-10-30 Thread Selentek 24331-03
Hello,

Where is 2 system on my computer: gentoo and redhat-9

gentoo kernel: gentoo-sources without any changes

  gentoo $ mkisofs --version
  mkisofs 2.01a17 (i686-pc-linux-gnu)

  gentoo $ hdparm -t /dev/hda
  /dev/hda:
   Timing buffered disk reads:   52 MB in  3.08 seconds =  16.88 MB/sec

  gentoo $ time mkisofs distfiles  1.1 2/dev/null
  real1m17.966s
  user0m1.390s
  sys 0m14.745s

I try different versions of cdrtools, but result same

redhat: kernel from gentoo-sources without patches

  redhat $ mkisofs --version
  mkisofs 2.0 (i686-pc-linux-gnu)

  redhat $ hdparm -t /dev/hda
  /dev/hda:
   Timing buffered disk reads:  64 MB in  4.10 seconds = 15.61 MB/sec

  redhat $ time mkisofs distfiles  1.1 2/dev/null
  real0m41.720s
  user0m1.430s
  sys 0m12.510s


What reason of gentoo small speed?

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gentoo speed (mkisofs, redhat-9)

2003-10-30 Thread Selentek 24331-03
Hello,

Where is 2 system on my computer: gentoo and redhat-9

gentoo kernel: gentoo-sources without any changes

  gentoo $ mkisofs --version
  mkisofs 2.01a17 (i686-pc-linux-gnu)

  gentoo $ hdparm -t /dev/hda
  /dev/hda:
   Timing buffered disk reads:   52 MB in  3.08 seconds =  16.88 MB/sec

  gentoo $ time mkisofs distfiles  1.1 2/dev/null
  real1m17.966s
  user0m1.390s
  sys 0m14.745s

I try different versions of cdrtools, but result same

redhat: kernel from gentoo-sources without patches

  redhat $ mkisofs --version
  mkisofs 2.0 (i686-pc-linux-gnu)

  redhat $ hdparm -t /dev/hda
  /dev/hda:
   Timing buffered disk reads:  64 MB in  4.10 seconds = 15.61 MB/sec

  redhat $ time mkisofs distfiles  1.1 2/dev/null
  real0m41.720s
  user0m1.430s
  sys 0m12.510s


What reason of gentoo small speed?

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gaim

2003-10-29 Thread Selentek 24331-03
Hello,

Is it possible to have a blink buddy icon when message arrive.

I don't want to get pop-up window with message to reply.

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] arp request

2003-10-27 Thread Selentek 24331-03
Hello,

Is there any way to disable arp requests from interfaces with different ip-address.

example:

eth0: 192.168.1.1 mac 11:11:11:11:11:11
eth1: 192.168.2.1 mac 22:22:22:22:22:22
 ---
192.168.1.0 +eth0   eth1+--192.168.2.0
 ---

arp request on 192.168.1.0:
who has 192.168.2.1 ?
eth0 - I have !

What is the right (or not) way to disable this request (or answer)?

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] arp request

2003-10-27 Thread Selentek 24331-03
Thanks ! It's what I need.

On 10:49 Mon 27 Oct , Magnus Nordseth wrote:
 Selentek 24331-03:
  arp request on 192.168.1.0:
  who has 192.168.2.1 ?
  eth0 - I have !
  
  What is the right (or not) way to disable this request (or answer)?
 
 You can take a look at http://www.ssi.bg/~ja/#hidden
 
 
 
 -- 
 Magnus Nordseth
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Gentoo Linux http://www.gentoo.org


--
[EMAIL PROTECTED] mailing list



[gentoo-user] ping

2003-10-22 Thread Selentek 24331-03
Hello,

Network question:

I have a computer with two network devices: eth0, eth1

eth0 Link encap:Ethernet
  HWaddr 00:02:B3:50:88:D3 inet addr:5.5.5.98 Bcast:5.5.5.255
  inet addr:5.5.5.98  Bcast:5.5.5.255  Mask:255.255.255.0
  Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  
eth1 Link encap:Ethernet HWaddr 00:02:B3:50:88:D4 inet addr:192.168.1.12
  Bcast:192.168.1.63 Mask:255.255.255.192 UP BROADCAST RUNNING MULTICAST
  MTU:1500 Metric:1


  cat /proc/sys/net/ipv4/ip_forward
  0

  route:   
192.168.1.17 * 255.255.255.255 UH 0 0 0 eth1
192.168.1.16 * 255.255.255.255 UH 0 0 0 eth1
192.168.1.19 * 255.255.255.255 UH 0 0 0 eth1
5.5.5.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 5.5.5.1 0.0.0.0 UG 0 0 0 eth0

   gateway 5.5.5.1 (Cisco router)
   there is a computer in 5.5.5.0

eth0 Link encap:Ethernet  HWaddr 00:D0:B7:72:EC:0B  
  inet addr:5.5.5.138  Bcast:5.5.5.255  Mask:255.255.255.0
  UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1

route:
  5.5.5.0 * 255.255.255.0 U 0 0 0 eth0
  loopback localhost 255.0.0.0 UG 0 0 0 lo
  default 5.5.5.1 0.0.0.0 UG 0 0 0 eth0

Question: Why pinging 192.168.1.12 from 5.5.5.138 is Ok ?

tcpdump of .12
sudo /usr/sbin/tcpdump -f -i eth0 icmp
tcpdump: listening on eth0
12:41:12.351814 5.5.5.138  192.168.1.12: icmp: echo request
12:41:12.351847 192.168.1.12  5.5.5.138: icmp: echo reply

Is it right to allow any ip on computer over any device ?

Thanks.

-- 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] two subnetworks

2003-10-20 Thread Selentek 24331-03
Hello,

I have a computer with two interfaces: eth0 and eth1

/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:B3:50:88:D3
inet addr:5.5.5.98 Bcast:5.5.5.255 Mask:255.255.255.0
...
eth1 Link encap:Ethernet HWaddr 00:02:B3:50:88:D4
inet addr:192.168.1.12 Bcast:255.255.255.255 Mask:255.255.255.255
...

/sbin/route
default * 255.255.255.255 UH 0 0 0 eth1 - I down't know what is this.
192.168.1.17 * 255.255.255.255 UH 0 0 0 eth1
192.168.1.16 * 255.255.255.255 UH 0 0 0 eth1
192.168.1.15 * 255.255.255.255 UH 0 0 0 eth1
5.5.5.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 5.5.5.1 0.0.0.0 UG 0 0 0 eth0

cat /proc/sys/net/ipv4/ip_forward
0

My computer's ip is 5.5.5.2 with default gw 5.5.5.1
5.5.5.1 - cisco router

Is it right to ping 192.168.1.12 from 5.5.5.2 ?

I down't want to see 192.168.1.12 from 5.5.5.0 network.


Sorry for my english.

Thanks.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] two subnetworks

2003-10-20 Thread Selentek 24331-03
On 10:30 Mon 20 Oct , David Gethings wrote:
 On Mon, 2003-10-20 at 09:48, Selentek 24331-03 wrote:
  default * 255.255.255.255 UH 0 0 0 eth1 - I down't know what is this.
 That is you default route. It is the route your PC uses to send traffic
 to your Cisco.
 
  Is it right to ping 192.168.1.12 from 5.5.5.2 ?
 If you are pinging from the PC that bridges the two netwroks, then yes
 you will be able to ping both networks.
 
  I down't want to see 192.168.1.12 from 5.5.5.0 network.
 I'm no expert on UNIX routing, but from the details you given I can see
 no reason why this is possible. Unless you have another PC that bridges
 these two networks.
 
  Sorry for my english.
 You're doing fine...
 
 Cheers
 
 Dg
 
 
 --
 [EMAIL PROTECTED] mailing list
 

One more detail with tcpdump:
sudo tcpdump -f -i eth0 icmp
tcpdump: listening on eth0
13:50:21.969383 5.5.5.2  192.168.1.12: icmp: echo request
13:50:21.969436 192.168.1.12  5.5.5.2: icmp: echo reply




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] two subnetworks

2003-10-20 Thread Selentek 24331-03
On 18:21 Mon 20 Oct , Jason Stubbs wrote:
 On Monday 20 October 2003 18:41, Selentek 24331-03 wrote:
  On 10:30 Mon 20 Oct , David Gethings wrote:
   On Mon, 2003-10-20 at 09:48, Selentek 24331-03 wrote:
default * 255.255.255.255 UH 0 0 0 eth1 - I down't know what is this.
  
   That is you default route. It is the route your PC uses to send traffic
   to your Cisco.
  
Is it right to ping 192.168.1.12 from 5.5.5.2 ?
  
   If you are pinging from the PC that bridges the two netwroks, then yes
   you will be able to ping both networks.
  
I down't want to see 192.168.1.12 from 5.5.5.0 network.
  
   I'm no expert on UNIX routing, but from the details you given I can see
   no reason why this is possible. Unless you have another PC that bridges
   these two networks.
  
Sorry for my english.
  
   You're doing fine...
  
   Cheers
  
   Dg
  
  
   --
   [EMAIL PROTECTED] mailing list
 
  One more detail with tcpdump:
  sudo tcpdump -f -i eth0 icmp
  tcpdump: listening on eth0
  13:50:21.969383 5.5.5.2  192.168.1.12: icmp: echo request
  13:50:21.969436 192.168.1.12  5.5.5.2: icmp: echo reply
 
 What's the routing table on 5.5.5.2? If there's no static route to 192.168.1.0 
 via 192.168.1.12 and it's not the default gateway then 5.5.5.2 should not 
 even send out an arp request. Is the device that is 5.5.5.2's default route 
 aware of 192.168.1.12? If so, that could explain why 5.5.5.2 can ping 
 192.168.1.12 directly.
 
 Jason
 
 --
 [EMAIL PROTECTED] mailing list
 

route on 5.5.5.2
5.5.5.0 *   255.255.255.0   U 0  00 eth0
loopbacklocalhost   255.0.0.0   UG0  00 lo
default 5.5.5.1 0.0.0.0 UG0  00 eth0

It's very strage for me.
(Ping) Icmp packets to the interface eth1 (192.168.1.12) flying throw eth0 (5.5.5.98).

Is it a normal situation and the solution is iptables ?
or it's a unnormal situation?



--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge dopewars

2003-10-09 Thread Selentek 24331-03
Hello,

I have two problems with emerge:

1)
$sudo emerge -p -u world
Calculating world dependencies ...done!
[ebuild U ] net-misc/stunnel-4.04-r1 [3.26] 
[ebuild UD] sys-libs/ncurses-5.3-r1 [5.3-r4]

But I don't want to update stunnel, because I have stunnel-3 on server, and I need 
stunnel-3 too

? How can I disable update stunnel ?

And I don't want to downgrade ncurses, because -r1 have not xterm patch to work 
home/end keys in less or nano

? How can I disable downgrade of ncurses until version  5.3-r4 been resiled ?

2)
$ sudo emerge -p dopewars
...
[ebuild U ] x11-base/xfree-4.3.0-r3 [4.3.0-r2]
...
$ qpkg -I xfree -v
x11-base/xfree-4.3.0-r2 *

Is'it game really needs update xfree-4.3.0-r3 ? (I don't think so)

PS:
  Need's to quit X when emerge -u xfree ?

PPS:
  Big sorry for my english.

Thanks.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge dopewars

2003-10-09 Thread Selentek 24331-03
Is it a right way to to
emerge -i ncurses-5.3-r1
? to fix ncurses problem ?

What can I do with xfree ?
I want to update xfree, but not every week.
Once a month is good.

On 07:55 Thu 09 Oct , Senectus - wrote:
 umm for the stunnel. I *think* that this will stop the upgrade..
 emerge -i net-misc/stunnel
 
 Check the doco on injecting in emerge...
 
 
 
 Senectus
 
 
 
 Imagine a school with children that can read and write, but with teachers 
 who cannot, and you have a metaphor of the Information Age in which we 
 live.?? - Peter Cochrane
 
 
 
 
 
 From: Selentek 24331-03 [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [gentoo-user] emerge dopewars
 Date: Thu, 9 Oct 2003 11:40:29 +0400
 MIME-Version: 1.0
 Received: from gentoo.org ([204.126.2.42]) by mc5-f41.hotmail.com with 
 Microsoft SMTPSVC(5.0.2195.5600); Thu, 9 Oct 2003 00:52:11 -0700
 Received: (qmail 20050 invoked by uid 1002); 9 Oct 2003 07:51:56 -
 Received: (qmail 13932 invoked from network); 9 Oct 2003 07:51:56 -
 X-Message-Info: JGTYoYF78jGEEqTrcxhQZPkOAdGuFii3
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
 Precedence: bulk
 List-Post: mailto:[EMAIL PROTECTED]
 List-Help: mailto:[EMAIL PROTECTED]
 List-Unsubscribe: mailto:[EMAIL PROTECTED]
 List-Subscribe: mailto:[EMAIL PROTECTED]
 List-Id: Gentoo Linux mail gentoo-user.gentoo.org
 X-BeenThere: [EMAIL PROTECTED]
 Delivered-To: mailing list [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 User-Agent: Mutt/1.5.4i
 Return-Path: [EMAIL PROTECTED]
 X-OriginalArrivalTime: 09 Oct 2003 07:52:12.0521 (UTC) 
 FILETIME=[3FBE9D90:01C38E3A]
 
 Hello,
 
 I have two problems with emerge:
 
 1)
 $sudo emerge -p -u world
 Calculating world dependencies ...done!
 [ebuild U ] net-misc/stunnel-4.04-r1 [3.26]
 [ebuild UD] sys-libs/ncurses-5.3-r1 [5.3-r4]
 
 But I don't want to update stunnel, because I have stunnel-3 on server, 
 and I need stunnel-3 too
 
 ? How can I disable update stunnel ?
 
 And I don't want to downgrade ncurses, because -r1 have not xterm patch to 
 work home/end keys in less or nano
 
 ? How can I disable downgrade of ncurses until version  5.3-r4 been 
 resiled ?
 
 2)
 $ sudo emerge -p dopewars
 ...
 [ebuild U ] x11-base/xfree-4.3.0-r3 [4.3.0-r2]
 ...
 $ qpkg -I xfree -v
 x11-base/xfree-4.3.0-r2 *
 
 Is'it game really needs update xfree-4.3.0-r3 ? (I don't think so)
 
 PS:
   Need's to quit X when emerge -u xfree ?
 
 PPS:
   Big sorry for my english.
 
 Thanks.
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
 http://join.msn.com/?page=features/virus
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge dopewars

2003-10-09 Thread Selentek 24331-03
I try -x86 and -X
and remove x86 and X in USE

but result of emerge -p dopewars is the same


On 08:13 Thu 09 Oct , Senectus - wrote:
 I'm not sure why your would want to update every week.. but you might want 
 to check your USE settings.. and take out ~x86
 Cause mine only updates once every 3-4 weeks..
 
 
 
 Senectus
 
 
 
 Imagine a school with children that can read and write, but with teachers 
 who cannot, and you have a metaphor of the Information Age in which we 
 live.?? - Peter Cochrane
 
 
 
 Is it a right way to to
 emerge -i ncurses-5.3-r1
 ? to fix ncurses problem ?
 
 What can I do with xfree ?
 I want to update xfree, but not every week.
 Once a month is good.
 
 On 07:55 Thu 09 Oct , Senectus - wrote:
  umm for the stunnel. I *think* that this will stop the upgrade..
  emerge -i net-misc/stunnel
 
  Check the doco on injecting in emerge...
 
 
 
  Senectus
 
 
 
  Imagine a school with children that can read and write, but with 
 teachers
  who cannot, and you have a metaphor of the Information Age in which we
  live.?? - Peter Cochrane
 
 
 
 
 
  From: Selentek 24331-03 [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: [gentoo-user] emerge dopewars
  Date: Thu, 9 Oct 2003 11:40:29 +0400
  MIME-Version: 1.0
  Received: from gentoo.org ([204.126.2.42]) by mc5-f41.hotmail.com with
  Microsoft SMTPSVC(5.0.2195.5600); Thu, 9 Oct 2003 00:52:11 -0700
  Received: (qmail 20050 invoked by uid 1002); 9 Oct 2003 07:51:56 -
  Received: (qmail 13932 invoked from network); 9 Oct 2003 07:51:56 -
  X-Message-Info: JGTYoYF78jGEEqTrcxhQZPkOAdGuFii3
  Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
  Precedence: bulk
  List-Post: mailto:[EMAIL PROTECTED]
  List-Help: mailto:[EMAIL PROTECTED]
  List-Unsubscribe: mailto:[EMAIL PROTECTED]
  List-Subscribe: mailto:[EMAIL PROTECTED]
  List-Id: Gentoo Linux mail gentoo-user.gentoo.org
  X-BeenThere: [EMAIL PROTECTED]
  Delivered-To: mailing list [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  User-Agent: Mutt/1.5.4i
  Return-Path: 
 [EMAIL PROTECTED]
  X-OriginalArrivalTime: 09 Oct 2003 07:52:12.0521 (UTC)
  FILETIME=[3FBE9D90:01C38E3A]
  
  Hello,
  
  I have two problems with emerge:
  
  1)
  $sudo emerge -p -u world
  Calculating world dependencies ...done!
  [ebuild U ] net-misc/stunnel-4.04-r1 [3.26]
  [ebuild UD] sys-libs/ncurses-5.3-r1 [5.3-r4]
  
  But I don't want to update stunnel, because I have stunnel-3 on server,
  and I need stunnel-3 too
  
  ? How can I disable update stunnel ?
  
  And I don't want to downgrade ncurses, because -r1 have not xterm patch 
 to
  work home/end keys in less or nano
  
  ? How can I disable downgrade of ncurses until version  5.3-r4 been
  resiled ?
  
  2)
  $ sudo emerge -p dopewars
  ...
  [ebuild U ] x11-base/xfree-4.3.0-r3 [4.3.0-r2]
  ...
  $ qpkg -I xfree -v
  x11-base/xfree-4.3.0-r2 *
  
  Is'it game really needs update xfree-4.3.0-r3 ? (I don't think so)
  
  PS:
Need's to quit X when emerge -u xfree ?
  
  PPS:
Big sorry for my english.
  
  Thanks.
  
  
  
  
  --
  [EMAIL PROTECTED] mailing list
  
 
  _
  MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
  http://join.msn.com/?page=features/virus
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 _
 STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
 http://join.msn.com/?page=features/junkmail
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge update only if needs

2003-10-09 Thread Selentek 24331-03
Hello,

I's emerge have any solution to UPDATE-ONLY-NEEDS.

I don't want to update Xfree to -r3,
-r2 is good enough.

But emerge -p -u gtk2 wants to do it.




Thanks.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge dopewars

2003-10-09 Thread Selentek 24331-03
Thanks for the help

I looked at /usr/portage/x11-libs/gtk+/gtk+-2.2.4-r1
RDEPEND set to =x11-base/xfree-4.3.0-r3

it's to 
Need this specific xfree version to get bugfree xinput support (#20407)

On 08:25 Thu 09 Oct , Senectus - wrote:
 Umm.. I think sometimes it take a while for the update to take effect
 
 I know I know.. it sounds like BS ( hey, it sounds like BS to me as well), 
 but I could never figure out why changes in that file took a while to take 
 effect (or reboot).. thats just my experiance..
 I'm sure there is something like env-update that I'm missing..
 
 
 
 Senectus
 
 
 
 Imagine a school with children that can read and write, but with teachers 
 who cannot, and you have a metaphor of the Information Age in which we 
 live.?? - Peter Cochrane
 
 
 
 
 
 I try -x86 and -X
 and remove x86 and X in USE
 
 but result of emerge -p dopewars is the same
 
 
 On 08:13 Thu 09 Oct , Senectus - wrote:
  I'm not sure why your would want to update every week.. but you might 
 want
  to check your USE settings.. and take out ~x86
  Cause mine only updates once every 3-4 weeks..
 
 
 
  Senectus
 
 
 
  Imagine a school with children that can read and write, but with 
 teachers
  who cannot, and you have a metaphor of the Information Age in which we
  live.?? - Peter Cochrane
 
 
 
  Is it a right way to to
  emerge -i ncurses-5.3-r1
  ? to fix ncurses problem ?
  
  What can I do with xfree ?
  I want to update xfree, but not every week.
  Once a month is good.
  
  On 07:55 Thu 09 Oct , Senectus - wrote:
   umm for the stunnel. I *think* that this will stop the upgrade..
   emerge -i net-misc/stunnel
  
   Check the doco on injecting in emerge...
  
  
  
   Senectus
  
  
  
   Imagine a school with children that can read and write, but with
  teachers
   who cannot, and you have a metaphor of the Information Age in which 
 we
   live.?? - Peter Cochrane
  
  
  
  
  
   From: Selentek 24331-03 [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: [gentoo-user] emerge dopewars
   Date: Thu, 9 Oct 2003 11:40:29 +0400
   MIME-Version: 1.0
   Received: from gentoo.org ([204.126.2.42]) by mc5-f41.hotmail.com 
 with
   Microsoft SMTPSVC(5.0.2195.5600); Thu, 9 Oct 2003 00:52:11 -0700
   Received: (qmail 20050 invoked by uid 1002); 9 Oct 2003 07:51:56 
 -
   Received: (qmail 13932 invoked from network); 9 Oct 2003 07:51:56 
 -
   X-Message-Info: JGTYoYF78jGEEqTrcxhQZPkOAdGuFii3
   Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
   Precedence: bulk
   List-Post: mailto:[EMAIL PROTECTED]
   List-Help: mailto:[EMAIL PROTECTED]
   List-Unsubscribe: mailto:[EMAIL PROTECTED]
   List-Subscribe: mailto:[EMAIL PROTECTED]
   List-Id: Gentoo Linux mail gentoo-user.gentoo.org
   X-BeenThere: [EMAIL PROTECTED]
   Delivered-To: mailing list [EMAIL PROTECTED]
   Message-ID: [EMAIL PROTECTED]
   User-Agent: Mutt/1.5.4i
   Return-Path:
  [EMAIL PROTECTED]
   X-OriginalArrivalTime: 09 Oct 2003 07:52:12.0521 (UTC)
   FILETIME=[3FBE9D90:01C38E3A]
   
   Hello,
   
   I have two problems with emerge:
   
   1)
   $sudo emerge -p -u world
   Calculating world dependencies ...done!
   [ebuild U ] net-misc/stunnel-4.04-r1 [3.26]
   [ebuild UD] sys-libs/ncurses-5.3-r1 [5.3-r4]
   
   But I don't want to update stunnel, because I have stunnel-3 on 
 server,
   and I need stunnel-3 too
   
   ? How can I disable update stunnel ?
   
   And I don't want to downgrade ncurses, because -r1 have not xterm 
 patch
  to
   work home/end keys in less or nano
   
   ? How can I disable downgrade of ncurses until version  5.3-r4 been
   resiled ?
   
   2)
   $ sudo emerge -p dopewars
   ...
   [ebuild U ] x11-base/xfree-4.3.0-r3 [4.3.0-r2]
   ...
   $ qpkg -I xfree -v
   x11-base/xfree-4.3.0-r2 *
   
   Is'it game really needs update xfree-4.3.0-r3 ? (I don't think so)
   
   PS:
 Need's to quit X when emerge -u xfree ?
   
   PPS:
 Big sorry for my english.
   
   Thanks.
   
   
   
   
   --
   [EMAIL PROTECTED] mailing list
   
  
   _
   MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
   http://join.msn.com/?page=features/virus
  
  
   --
   [EMAIL PROTECTED] mailing list
  
  
  
  --
  [EMAIL PROTECTED] mailing list
  
 
  _
  STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
  http://join.msn.com/?page=features/junkmail
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 _
 Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
 http://join.msn.com/?page=features/featuredemail
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Opera fonts

2003-10-08 Thread Selentek 24331-03
Hello,

I have a bad fonts in opera,

I try to do this steps to fix this problem,
but nothing changes.

1) Copy fonts from windows, and put it to /usr/X11R6/lib/X11/fonts/TTF
2) cd $TTF_DIR  ttmkfdir
3) check fonts in xfontsel, find microsoft fndry.

I don't want to change fonts in opera, because i don't know correct fonts.

Sorry for my English.

Thanks.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Opera fonts

2003-10-08 Thread Selentek 24331-03
On 15:17 Wed 08 Oct , MAL wrote:
 On Wed, 8 Oct 2003, Selentek [EMAIL PROTECTED] wrote:
 
 Hello,
 
 I have a bad fonts in opera
 
 What version?
 
 MAL
 

opera 7.20-b7 - shared

opera 7.20-b9 - static from emerge




--
[EMAIL PROTECTED] mailing list