Linux / UNIX Tech Support Forum
This is a discussion on Problem installing qmail Centos5.3(final) Red hat 4 within the Mail Servers forums, part of the Mastering Servers category; hi, i had a problem with qmail and i looked in log file and there it just kept saying tha"oh ...
|
|||||||
| Mail Servers Discussion on Postfix/Sendmail Mail servers and related program such as IMAP/POP3, Anti-Spam technologies. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hi, i had a problem with qmail and i looked in log file and there it just kept saying tha"oh no! lost spawn connection! dying...".
I searched google and found out that there is a patch for this: Gentoo Bug 68173 - qmail-start crashes when trying to start up qmail, because of a problem with Itaniums and spawn.c Now, i uninstalled qmail using: rpm -e psa-qmail-1.03-cos5.build86080930.08 --nodeps and now i want to install it again using: rpm -Uvh --force http://autoinstall.plesk.com/PSA_8.6...30.08.i586.rpm but i get the following message: [root@lnx1 ~]# rpm -Uvh --force http://autoinstall.plesk.com/PSA_8.6.0/dist-rpm- CentOS-5-i386/base/psa-qmail-1.03-cos5.build86080930.08.i586.rpm Retrieving http://autoinstall.plesk.com/PSA_8.6...5-i386/base/ps a-qmail-1.03-cos5.build86080930.08.i586.rpm Preparing... ########################################### [100%] Checking for the system groups and users necessary for Qmail... Checking for the group 'qmail'... ERROR: It seems that there is group qmail in your system. Plesk uses the same group name but with another group ID (2520). Unfortunately, this situation has not yet been resolved. Please, visit Customer Service and Support for assistance. Exiting... error: %pre(psa-qmail-1.03-cos5.build86080930.08.i586) scriptlet failed, exit st atus 1 error: install: %pre scriptlet failed (2), skipping psa-qmail-1.03-cos5.build8 6080930.08 Can you please help me with this . I searched google and nothing.. |
| Sponsored Links | ||
|
|
|
|||
|
[root@lnx1 ~]# groupdel qmail
groupdel: cannot remove user's primary group. And i found aout that i cannot remove the group if there are others users in it. How can i find which users belongs to this group ? |
|
||||
|
You can use this option to remove the user as well as the group.
Code:
Prompt>userdel -r qmail Code:
Prompt>userdel qmail Try the -f force option as well. If the -r does not do it. Then try again, Jaysunn |
|
|||
|
[root@lnx1 ~]# userdel -r qmail
userdel: user qmail does not exist [root@lnx1 ~]# userdel -f qmail userdel: user qmail does not exist |
|
||||
|
Sorry I meant to try:
Code:
Prompt>groupdel -rf qmail Jaysunn |
|
||||
|
How about just the -r option.
So: Code:
groupdel -r qmail Jaysunn |
|
||||
|
Hey,
Also to try to locate the user that is in the group qmail that is preventing you from removing the group. Try this: Code:
cat /etc/group | grep qmail Code:
userdel user Jaysunn |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Opera 10 Final On Debian Linux | chimu | Getting started tutorials | 10 | 04-09-2009 06:29 PM |
| qmail | amitk_m | Mail Servers | 2 | 25-05-2009 03:55 PM |
| md0 in fstab on Centos5.2 prevents boot | marros | CentOS / RHEL / Fedora | 0 | 24-02-2009 08:30 PM |
| problem in installing qt4.4.3 source | wagmare | Linux software | 0 | 18-02-2009 06:00 PM |
| installing antivirus in linux- problem | pauler | Linux software | 0 | 26-10-2007 02:31 PM |