
Newbie to Linux question! I've downloaded and installed CentOS 5.4 on a 'PC' I have downloaded OTRS-2.4.7.tar.gz to /tmp I am logged in as root (well default admin user that I set up) I open Applications>Accessories>Terminal It has the prompt admin@localhost I cd to /opt then run the command 'tar xf /tmp/otrs-2.4.7.tar.gz I get loads of Cannot open: No such file or directory What am I doing wrong? Should I login as root for this, then admin for the OTRS install Thanks (be gentle to a Linux newbie) Neil

Hmm, yes, answered my own question!
Logged off and then in as root and it unpacked!
Neil
________________________________
From: Neil Grantham

Hi,
First of all, welcome to the linux world :)
Second, why do you not use the *.rpm package?
http://ftp.otrs.org/pub/otrs/RPMS/fedora/4/otrs-2.4.7-01.noarch.rpm
The command is tar -xzvf *.tar.gz
Mit freundlichen Grüßen / Kind regards
Markus Moj
IT Infrastructure & Services
TimoCom Soft- und Hardware GmbH
In der Steele 2
D-40599 Düsseldorf
Tel: +49 211 88 26 80 14
Fax: +49 211 88 26 70 14
eMail: mmoj@timocom.com
Internet: www.timocom.com
Geschäftsführer: Jens Thiermann, Gunther Matzaitis
Amtsgericht Düsseldorf, HRB 34489
From: Neil Grantham

It was suggested I use the source archive!
OK, making progress, I've untarred and changed the directory to 'otrs' as suggested
Next problem!
I added user OK with the command
useradd -r -d /opt/otrs/ -c 'OTRS user' otrs
however
usermod -G nogroup otrs
gives the error 'invalid numeric argument'
Neil
________________________________
From: Markus Moj

...or rather
usermod: invalid numeric argument 'nogroup'
________________________________
From: Neil Grantham

Well,
I did a shell command
egrep -i "^nogroup" /etc/group
and nothing returns
Using
egrep -i "^*" /etc/group
yields all the groups and thus nogroup isn't there.
How do I create this with correct permissions?
Neil
________________________________
From: Neil Grantham

Duh!
groupadd nogroup !!!!!
________________________________
From: Neil Grantham

Hi
You have tmp folder in opt.. check this because as you said you downloaded
the OTRS-2.4.7.tar.gz in /tmp (as Linux also having a default tmp folder
).so check the complete path of OTRS-2.4.7.tar.gz. and after going to that
path try to extract the folder.
Regards
Sourabh Sarwate
On Fri, Feb 19, 2010 at 4:33 PM, Neil Grantham
Newbie to Linux question!
I've downloaded and installed CentOS 5.4 on a 'PC'
I have downloaded OTRS-2.4.7.tar.gz to /tmp
I am logged in as root (well default admin user that I set up) I open Applications>Accessories>Terminal It has the prompt admin@localhost I cd to /opt then run the command 'tar xf /tmp/otrs-2.4.7.tar.gz
I get loads of Cannot open: No such file or directory
What am I doing wrong? Should I login as root for this, then admin for the OTRS install
Thanks (be gentle to a Linux newbie)
Neil
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
participants (3)
-
Markus Moj
-
Neil Grantham
-
Sourabh Sarwate