what version of centos do you use ?

tenny

Verified User
Joined
Sep 16, 2009
Messages
80
Hello,

i install centos 5.3 64bit,
and do not click any package when install centos,
and use "adsl-setup" at home to check the network of the server works.
and run "yum install zip / unzip / quota / dbus / which / lynx / gcc-c++ / flex / autoconf".

then,i buy the license from da and it was active,
and i move the server to dc,
and i begin to install da follow http://www.directadmin.com/installguide.html

but no matter how do i reinstall da,
my da always do not work,
is any way to check if any wrong setting with it ?


thank you
 
why do you need

yum install package1 / package2

whats the point in the "/" ?

I have always ever used just yum install pkg1 pkg2 pkg3
 
Hello,

do you mean " yum install zip / unzip / quota / dbus / which / lynx / gcc-c++ / flex / autoconf " ?


thank you
 
Why do you have the slashes? ///// Those are not needed. In fact it will give you an error:

Code:
No package / available.

The package / is not a package.
 
i think it should be some issue with centos 5.3 64bit,

because i try to install and make almost all options to no,

and the da works now......



thank you
 
We not only don't check anything during CentOS 32-bit and 64-bit installs; we actually uncheck everything. Then we run:
Code:
# yum update yum
# yum update
And then we install the packages we need, but without the slashes (/) as they make yum fail.

We've never had a problem.

Jeff
 
Hello,

i run
yum install zip unzip quota dbus which lynx gcc-c++ flex autoconf
again,

and it shows
[root@server custombuild]# yum install zip unzip quota dbus which lynx gcc-c++ flex autoconf
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* updates: centos.ustc.edu.cn
* addons: centos.ustc.edu.cn
* extras: centos.ustc.edu.cn
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Package zip-2.31-2.el5.x86_64 already installed and latest version
Package unzip-5.52-3.el5.x86_64 already installed and latest version
Package 1:quota-3.13-1.2.5.el5.x86_64 already installed and latest version
Package dbus-1.1.2-12.el5.x86_64 already installed and latest version
Package which-2.16-7.x86_64 already installed and latest version
Package gcc-c++-4.1.2-44.el5.x86_64 already installed and latest version
Package flex-2.5.4a-41.fc6.x86_64 already installed and latest version
Package autoconf-2.59-12.noarch already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package dbus.i386 0:1.1.2-12.el5 set to be updated
---> Package lynx.x86_64 0:2.8.5-28.1.el5_2.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================
Package Arch Version Repository Size
=============================================================================================
Installing:
dbus i386 1.1.2-12.el5 base 234 k
lynx x86_64 2.8.5-28.1.el5_2.1 base 1.7 M

Transaction Summary
=============================================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total size: 1.9 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
file /etc/dbus-1/system.conf from install of dbus-1.1.2-12.el5.i386 conflicts with file from package dbus-1.1.2-12.el5.x86_64

Error Summary
-------------

do you get the same error ?


thank you
 
Back
Top