Re: [gentoo-user] setting proper permissions on a file/webserver

2003-07-04 Thread Imre Solti
Create .bashrc in username's home directory and put into it:
umask 007
Then username will create files that will have -rw-rw---.

If you need unique groups then you need I think set up something similar 
what RH has:
http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-users-groups-private-groups.html
Imre

daniel wrote:
On July 4, 2003 01:55 pm, daniel wrote:
oops, i forgot one step:
# mkdir directory
# chown nobody.users directory
	# chmod 4775 directory

# exit
$ touch directory/asdf
$ ls -l directory
  -rw-r--r--1 username   users   0 Jul  4 13:52 asdf
the result is the same, i just forgot to include that line



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] dual Xeon setup

2004-02-05 Thread Imre Solti
Iwill DPL 533 mobo
2.4 and on other machine 2.8 GHz double Xeon CPUs
HT enabled
1 GB memory
pentium4 flag used on the 2.4 GHz machine since May. Other than 
OpenOffice everything else compiles and runs OK with pentium4 and 
gcc-3.2. I am not sure what is what somebody else refered to as things 
break badly with this setting. I run MySQL, Apache, Tomcat, sendmail, 
vftp, KDE, Mozilla and nothing seems to be broken in the last eight 
month. OpenOffice needs pentium3 at emerge. In any case if something 
fails to emerge or run the  you can reemerge it with different pentium 
flag quickly. A 2.4 GHz Xeon machine compiles the kernel in a few 
minutes. :-)

Imre

Robert G. Waycott wrote:
Hey Gentoo Users. I am sure that there are some dual-Xeon users out there, so 
I'd like your input. I am putting together a dual 2.0GHz Xeon rig 
here--Foster core--with 1Gb RDRAM on an IWill DP400 mainboard. Anybody have 
experience with these? Do they run well on Gentoo? Right now, my system is a 
dual Pentium-III 933MHz rig, so everything on my system has been built with 
-march=pentium3. I am assuming that I will need to change to -march=pentium4, 
since these are Pentium4 Xeons, right? Anything else I should think about? 
Any suggestions for the CFLAGS? Just to double check myself, I will need to 
rebuild the whole system, right?

Neuros


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Hyper Threading

2004-02-06 Thread Imre Solti
You do not need to recompile all the system only make the kernel for SMP 
if you ran a non SMP system before.
All other is automagically done. (Edit  make.conf for the extra CPU to 
use it during compilation.)
Also enable HT in BIOS.
Imre

Manuel Pérez López wrote:
Hello:

Well, I 've changed my system to a Pemtium IV with Hyper Threading. I need to 
recompile all the system for this new posibility. How can I emerge the 
packages with HT support? How can I compile the kernel with HT support?

Thanks

Manuel Perez



--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Hyper Threading

2004-02-07 Thread Imre Solti
No it is for making user space programs threaded if they support it (I 
think).
I do not use it and I am HT.
You can check that HT is working because you start multiple kernel 
compiles in the background and then you can see both CPUs utilized 
around 99 % in "top". (Hit 1 when in top if only one CPU shows up.)
Imre

Manuel Pérez López wrote:
Another cuestion: Does emerge need the USE flag 'thread' for compiling HT 
right?

Recompiled kernel 2.6.1-gentoo-r1 with "Symmetric multi-processing support.".
Called kernel at boot with 'smp-acpi'
Changed /etc/make.conf for MAKEOPTS='-j3'


Thanks. All is right. The 2 cpus have been activated:

bash-2.05b$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 2
model name  : Intel(R) Pentium(R) 4 CPU 2.60GHz
stepping: 9
cpu MHz : 2600.882
cache size  : 512 KB
physical id : 0
siblings: 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
bogomips: 5144.57

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 2
model name  : Intel(R) Pentium(R) 4 CPU 2.60GHz
stepping: 9
cpu MHz : 2600.882
cache size  : 512 KB
physical id : 0
siblings: 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi 
mmx fxsr sse sse2 ss ht tm pbe cid
bogomips: 5193.72





On Saturday 07 February 2004 01:25, Imre Solti wrote:

You do not need to recompile all the system only make the kernel for SMP
if you ran a non SMP system before.
All other is automagically done. (Edit  make.conf for the extra CPU to
use it during compilation.)
Also enable HT in BIOS.
Imre
Manuel Pérez López wrote:

Hello:

Well, I 've changed my system to a Pemtium IV with Hyper Threading. I
need to recompile all the system for this new posibility. How can I
emerge the packages with HT support? How can I compile the kernel with HT
support?
Thanks

Manuel Perez



--
[EMAIL PROTECTED] mailing list
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Linux PCAnywhere client

2004-02-07 Thread Imre Solti
There is no Linux PCA client AFAIK.
Choices you have:
1) Install VNC server on the Windows machine and then you can use VNC 
client from Linux (that is what I do).
2) Install Windows somewhere where you can access it and run PCA client 
from there.
3) Install VNC server on a Windows machine that has PCA installed, use 
your VNC client from your Linux box to get into the first mentioned 
Windows box through VNC and go from there to the PCA-only Windows box 
using PCA client of the first mentioned Windows box (used that for some 
time, too). :-)

Imre

Andrew Gaffney wrote:
Ernie Schroder wrote:

On Saturday 07 February 2004 01:56 pm, Bill Roberts wrote:

On 12:28 Sat 07 Feb , Andrew Gaffney wrote:

Is there a Linux PCAnywhere client?


Don't really know. If you can find what you want, try vnc (or
better tightvnc). Much better than PCAnywhere, quick and easy to
install, and, if run over ssh, much more secure.


I'll cast my vote for tightvnc I run my 2nd Gentoo box and a headless 
win98 box with it so I can use my parametric CAD program.  


I need an actual *PCAnywhere* client for Linux. There is a computer (not 
mine) running PCAnywhere that I want to access without having to install 
Windows on my box.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Starting problem after 'emerge -u world'

2004-02-10 Thread Imre Solti
Start from Live-CD like in installation.
Mount the / to /mnt/gentoo
cd /mnt/gentoo/etc and edit the files (including fstab) you need.
I think if you chroot there then you can also run "passwd" and set the 
root password to correct again and then you can start rebooting.

Imre

Stephen Liu wrote:
- snip -

I have edited  /etc/fstab  same as Chapter 15 but problem still
remained at booting with following warning;
Warning...fsck, reiserfs for device /dev/Root exited with signal 6 
Filesystem couldn't be fixed.
  




/dev/Root is a placeholder in the default install fstab.  Change it 
(and other fstab entries) to the actual device names.

Hi Barry

Thanks for your response.

Now my problem is I can't edit files anymore because login 'read file 
system'. I can login without password. If keying in password, 'incorrect 
password' popup. Any solution?

TIA

B.R.
satimis
--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Starting problem after 'emerge -u world'

2004-02-11 Thread Imre Solti
Grendel wrote:
 imagine having to fsck a 40gb partition :(

How about fsck on a 200 GB partition? :-((
Imre
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] What's the f**k?

2004-01-13 Thread Imre Solti
http://forums.gentoo.org/viewtopic.php?t=123981
OR the webpage.
Imre
Aleksandr wrote:
Hello,

Today in the morging, as always, i did 'emerge sync'

Next time I looked at the console:
deleted 
deleted 
deleted 
deleted 
deleted 
deleted 
deleted 
deleted 
Invalid something ACCEPT_KEYWORDS="x86"

after that I tryed rsync'ing again and now I always get:

receiving file list ...
0 files to consider
client: nothing to do: perhaps you need to specify some filenames or the 
--recursive option?
rsync error: some files could not be transferred (code 23) at main.c(653)

I'm attaching make.conf and my portage version is Portage 2.0.49-r20 
(default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.22-gentoo-r4). I'm 
using rsync.de.gentoo.org.

Please help me how to get out of this shit...

If it's a bug, it's a really BIG bug...

Thank you in advance,
Aleksandr
--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] rsync.gentoo.org unknown?

2004-01-13 Thread Imre Solti
http://forums.gentoo.org/viewtopic.php?t=123981

William Hubbs wrote:
I am getting the following when I try to do an emerge sync.


Starting retry 3 of 3
checking server timestamp ...

rsync: getaddrinfo: rsync.gentoo.org 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(88)
!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration.
Could someone let me know What is going on?

William

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Install Problems

2004-01-15 Thread Imre Solti
I saw a couple of burns recently (burned in house) where the stage2* 
tarball was corrupted on the LiveCD. LiveCD starts but when you get to 
the point to untar stage2* then it bombs. New burns -> bombs in the same 
stage tarball but at an other file in the archive. (ISO used for burning 
has correct md5sum, BTW. File gets corrupted during burn.) I had to 
download the tarball when I got to that point on the installation from 
the internet. Works like a charm. I am on broadband, though.

As for the Store CD. I have one from Gentoo. It does not even starts the 
installation. Machine can not boot from it. I had to download and burn a 
copy myself on a quality ASUS CD-RW, to get things working. So, I would 
not be surprised if you would have a "lemon", too.

Imre

Hoyt Bailey wrote:
- Original Message - 
From: "Jimmy Rosen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Hoyt Bailey" <[EMAIL PROTECTED]>
Sent: Thursday, January 15, 2004 08:42
Subject: Re: [gentoo-user] Install Problems



If you have problems while un-tarring the files I'd suggest re-downloading
and burning another copy. I'm not sure, but it seems like corrupt
archives.
Jimmy

The only problem, besides the 36 hours, is that its a gentoo CD from the
store.
Hoyt


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Command Prompt question

2003-10-25 Thread Imre Solti
I deleted earlier posts in this thread so this might not be relevant, 
but if your problem is that you made changes in /etc/profile and they do 
not show up when you log into KDE for example then I found that creating 
file .bashrc in the home directory and adding line:
source /etc/profile
helped and /etc/profile changes were implemented afterwards.
Imre

Kai Lindenberg wrote:
Hi Dennis,

Am Samstag, 25. Oktober 2003 15:01 schrieb Dennis Robertson:


This was bugging me, too, so I did what you said. All checked out
as per your message except your changes made no difference. I
still get the bash login. Can you help some more, please.


yes, of course, have you changed both lines in /etc/profile? Can you 
please send

---code
$ grep '$BASH' /etc/profile
$ grep "^Session=" /usr/kde/3.1/share/config/kdm/kdmrc
$ head -1 /etc/X11/xdm/Xsession
$ head -1 /usr/kde/3.1/bin/startkde
$ ls -l /bin/sh
---
Kai



--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list