Re: [gentoo-user] emerge -u glibc

2004-02-15 Thread Nickolay Savchenko
Rick Sivernell [EMAIL PROTECTED] writes:

 list

 RickSivernell root # emerge -u glibc 
 Calculating dependencies ...done! 
 emerge (1 of 1) sys-libs/glibc-2.3.2-r9 to / 
 md5 src_uri ;-) glibc-2.3.2.tar.bz2 
 md5 src_uri ;-) glibc-linuxthreads-2.3.2.tar.bz2 

 !!! File is corrupt or incomplete. (Digests do not match) 
 our recorded digest: 29fe849eca3e5aa2a2eb9e4055d93748 
 your file's digest: a8a5a7583a4804604fe5b6bfaf1bf53d 
 !!! File does not exist:
 /usr/portage/distfiles//glibc-2.3.2-branch-update-20031115.patch.bz2 

 RickSivernell root # 

Delete file
/usr/portage/distfiles/glibc-2.3.2-branch-update-20031115.patch.bz2 and
try again.
--
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my sound went away

2004-02-13 Thread Nickolay Savchenko
Thomas T. Veldhouse [EMAIL PROTECTED] writes:

 On Thursday 12 February 2004 03:27 pm, Nickolay Savchenko wrote:

 You've misunderstood. Gnome sound works, but ocassionaly it becomes
 muted. I think the problem is related to permissions. 5 minutes ago my
 father logged out from his gnome session and I logged in. And there is
 an error:


 Every user that wants to use sound needs to be a member of group audio.  Is 
 your Father a member of group audio?


Yes, of course, but it was an example. Mixer becomes inaccessible after
_every_ restarting of X server, regardless of the owner of the xsession.

It's not a very critical problem, so I won't write a bug report. If one
cannot live with it, he can do this. Besides, i've lost my bugxilla password.


-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How can I open my port 80?

2004-02-12 Thread Nickolay Savchenko
Norbert Kamenicky [EMAIL PROTECTED] writes:

 Nickolay Savchenko wrote:
 Hello.
 I've just installed mini_httpd web-server on my home computer, and
 it
 works, but there is a problem. It doesn't listen either to the 80 or to
 the 8080 port. (Remote portscanner shows stealth status). I've flushed
 all my firewall rules, stopped unneeded network services, tried to
 change  webserver (tried boa and apache), but my port 80 still isn't opened.
 Thanks in advance.
 

 Run ifconfig and check your IP.

 Run  tcpdump port 80 as root (emerge tcpdump)

 Try to connect from outside to your web server
 from browser or u can use telnet IP 80

 If tcpdump doesn't show arriving packets, and your firewall is down,
 http incoming traffic is blocked by your ISP.
 If it shows them, something is wrong with your webserver ...
 use can openner to open it :-).

 noro

Yes, my sucky ISP blocks port 80 and other useful ports. I can only use
ftpd, sshd and telnetd. 

Thanks to all for responding.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my sound went away

2004-02-12 Thread Nickolay Savchenko
Wazow [EMAIL PROTECTED] writes:

 Nickolay Savchenko wrote:

 Right click on sound button, uncheck mute item. ;)

 I have also seen that, and have to admit that it made me tinker with
 alsa config, which was just a waste of time :). So why gnome sound (or
 system mixer?) gets muted occasionally?

 Andrzej


I don't know exactly, but it seems like gnome has a problem accessing
/dev/mixer after restarting X server. So, it thinks you have no sound
card, and mutes itself. However, it's not gnome's problem, i've
noticed this using other WMs. I'm not an Xfree or alsa hacker and I
cannot say something other than my (maybe stupid) suggestions.


-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How can I open my port 80?

2004-02-12 Thread Nickolay Savchenko
yvind Stegard [EMAIL PROTECTED] writes:

 On Thursday 12 February 2004 17:56, Nickolay Savchenko wrote:
 Yes, my sucky ISP blocks port 80 and other useful ports. I can only use
 ftpd, sshd and telnetd.

 Thanks to all for responding.
 Is that typical behaviour of ISPs in your countries(addressing the thread) ?? 
 Blocking ports they see fit ? That's just a major bummer... I don't know of 
 any Norwegian ISP which does this. If they did, I suspect a alot of its 
 customers would flee to the competition.


yvind, in my country (former soviet republic) all ISPs, but ISPs that
provide dial-up, are monopolists. So they can do what they want, because
256 kbit/s is better than 14400 bit/s, so users are glad, and don't resent. It's
typical behavior of the former citizens of USSR.

PS. The name of my country is Ukraine. You probably never heard about
it. It's located between Poland and Russia.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my sound went away

2004-02-12 Thread Nickolay Savchenko
Thomas T. Veldhouse [EMAIL PROTECTED] writes:

 Nickolay Savchenko wrote:

 Wazow [EMAIL PROTECTED] writes:
 
Nickolay Savchenko wrote:


Right click on sound button, uncheck mute item. ;)

I have also seen that, and have to admit that it made me tinker with
alsa config, which was just a waste of time :). So why gnome sound (or
system mixer?) gets muted occasionally?

Andrzej

 I don't know exactly, but it seems like gnome has a problem
 accessing
 /dev/mixer after restarting X server. So, it thinks you have no sound
 card, and mutes itself. However, it's not gnome's problem, i've
 noticed this using other WMs. I'm not an Xfree or alsa hacker and I
 cannot say something other than my (maybe stupid) suggestions.
 

 It sounds like gnome is looking for OSS compatible devices
 (/dev/mixer, /dev/dsp, etc) and OSS emulation is not installed and
 running with ALSA. In particular, alsa drivers must be compiled with
 --enable-oss or some such switch.  This necessitates have OSS in the
 USE flags.  Of course, with the 2.6 kernel, these options need to be
 chosen in the kernel config.  Also, the lines in /etc/modules.d/alsa
 need to be uncommented for OSS emulation as well.

You've misunderstood. Gnome sound works, but ocassionaly it becomes
muted. I think the problem is related to permissions. 5 minutes ago my
father logged out from his gnome session and I logged in. And there is
an error:

--
Couldn't open mixer device /dev/sound/mixer
--

However, I have /dev/mixer. It's simply inaccessible. Maybe a bug report
has to be filled.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] How can I open my port 80?

2004-02-11 Thread Nickolay Savchenko
Hello.

I've just installed mini_httpd web-server on my home computer, and it
works, but there is a problem. It doesn't listen either to the 80 or to
the 8080 port. (Remote portscanner shows stealth status). I've flushed
all my firewall rules, stopped unneeded network services, tried to
change  webserver (tried boa and apache), but my port 80 still isn't opened.

Thanks in advance.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my sound went away

2004-02-10 Thread Nickolay Savchenko
Barry Marler [EMAIL PROTECTED] writes:

 On Tue, 10 Feb 2004 12:19:35 -0700
 Glenn English [EMAIL PROTECTED] wrote:

 Yesterday I did an emerge sync; emerge -u world and an etc-update, and
 after that, there's no sound after Gnome starts. The splash sound is
 there, then I hear a quite click and the volume icon in the panel has
 a red backslash through it (and nothing makes noise).
 
 I noticed that there were some new Gnome updates overnight, so I did
 them. But there's still no sound.
 
 Can somebody please give me a clue where to start looking? I suspect I
 did something wrong in the etc-update, but the Gnome prefs say sound
 is on.

 Do you mean there are no system sounds?  Your subject is my sound went away, but 
 you say the splash sound is there.  What exactly isn't working?  I noticed a ton 
 of sound-related changes when I ran etc-update.


 -- 
 Barry Marler
 Information Analyst II
 Center for Applied Genetic Technologies
 University of Georgia
 Athens, GA 
 USA

Right click on sound button, uncheck mute item. ;)
-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ebuild letters (F) meaning?

2004-02-06 Thread Nickolay Savchenko
Paul Klinaftakis [EMAIL PROTECTED] writes:

 Hi, I am new to gentoo. I am trying to upgrade my mozilla to 1.6
 Doing a pretend upgrade I get a:

 [ebuildFU ] dev-java/sun-jdk-1.4.2.03 [1.4.2.02]

 I know that U stands for Upgrade but what about the F?

 Regards,

 Paul

If you read 'man emerge' carefully, you would seen:


[ebuild F ] media-video/realplayer-8-r6
  The realplayer package requires that you download the sources  manually. 
  When  you
  attempt  to emerge the package, if the sources are not found, then 
portage will halt
  and you will be provided with instructions on how to
  download the required files.


-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Using transparent terminal...

2004-02-04 Thread Nickolay Savchenko
[EMAIL PROTECTED] writes:

 Hi,

 I want to use a transparent terminal.
 I tried gnome terminal and eterm (Eterm -O).
 They support transparency feature but not actually transparent!
 I couldn't see the background and can just see the background picture of
 terminal or background of transparent tone colors.

 Is there any actually transparent terminal???
 How can I use that?
 I saw many guys using that...

Fresco[1] window system provides the alpha transparency, but it's still under heavy
devolopment. However it's in portage.

[1] http://fresco.org

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unmerge with deps

2004-02-04 Thread Nickolay Savchenko
Mike Williams [EMAIL PROTECTED] writes:

 On Wednesday 04 February 2004 15:35, Marcello Mezzanotti wrote:
 i would like to know, if its possible to unmerge a package with all
 packs that depends or any way it warns about a package that depends of
 it

 If you merge it with 'emerge package', then once you've unmerged it you should 
 be able to clean it's dependancies with 'emerge depclean'.
 If you merge it with 'emerge depdancy1 dependacy 2 package', the each package 
 will either need to be unmerge specifically, or take a look 
 at /var/cache/edb/world, remove the entries you no longer want, and try 
 'emerge depclean' again.

No! Don't do it! _NEVER_ use emerge depclean, it can corrupt your
system. At first do 'emerge -p depclean' and then unmerge unwanted
packages.

For example:

#emerge -p depclean | grep '/'  ~/depclean 
Then remove packages from the list, that you don't want to unmerge
#emacs ~/depclean
#cat ~/depclean | xargs emerge --unmerge

Works good for me.

Also search gentoo forums, someone has posted there a perl script that
removes packages with their dependacies.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vsftp

2004-02-03 Thread Nickolay Savchenko

Koala Gnu [EMAIL PROTECTED] writes:

 Hi all,

 I emerged vsftp. I changed in /etc/xinet.d/vsftpd the disable
 parameter from yes to no. Then I restarted the xinetd service, but
 when I connect remotly I get the following message:

 Connected to sasadangelo (146.84.177.41).
 421 Service not available, remote server has closed connection

[skipped]

Try to remove the only_from = localhost string from /etc/xinetd.conf.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vsftp

2004-02-03 Thread Nickolay Savchenko

Koala Gnu [EMAIL PROTECTED] writes:

 Hi all,

 I emerged vsftp. I changed in /etc/xinet.d/vsftpd the disable
 parameter from yes to no. Then I restarted the xinetd service, but
 when I connect remotly I get the following message:

 Connected to sasadangelo (146.84.177.41).
 421 Service not available, remote server has closed connection

[skipped]

Try to remove the only_from = localhost string from /etc/xinetd.conf.

-- 
Regards,
Nickolay [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] iptables v1.2.8: can't initialize iptables tables 'filter'

2004-02-02 Thread Nickolay Savchenko
sorry for this message, it was accidental 



--
[EMAIL PROTECTED] mailing list