Bug 459428 - rcp.imapd startup script fails
Summary: rcp.imapd startup script fails
Keywords:
Status: CLOSED DUPLICATE of bug 459568
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-18 19:31 UTC by Need Real Name
Modified: 2008-08-20 20:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-20 20:42:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2008-08-18 19:31:04 UTC
rcp.imapd: libnfsidmap: unable to determine a default nfsv4 domain; consider specifying one in idmapd.conf
Boot splash control client USAGE: plymouth [..]

Comment 1 Need Real Name 2008-08-18 19:43:40 UTC
This is due to eth0 being down, but it would be nice if it gracefully [FAILED] rather than showing plymouth usage information.

Comment 2 Hasan Ceylan 2008-08-19 23:17:37 UTC
Actually it is /etc/init.d/functions to blame

in functions

# Log that something failed
failure() {
  local rc=$?
  #if [ -z "${IN_INITLOG:-}" ]; then
  #   initlog $INITLOG_ARGS -n $0 -s "$1" -e 2
  #fi
  [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ] && echo_failure
  [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes
  return $rc
}


failure function fails to check if rhgb is up and running and tries to inform rhgb to popup details console so that the user is notified of the service failing to start.

I think this is amongst the todos related to rhgb to plymouth conversion...

Right?

Hasan Ceylan

Comment 3 Steve Dickson 2008-08-20 11:50:02 UTC
I *think* you are correct... Adding Bill to the cc list to get his opinion...

Comment 4 Ray Strode [halfline] 2008-08-20 20:41:28 UTC
Nope, this is all plymouths fault (fixed in rawhide, but rawhide isn't going out)

Comment 5 Ray Strode [halfline] 2008-08-20 20:42:08 UTC

*** This bug has been marked as a duplicate of bug 459568 ***

Comment 6 Hasan Ceylan 2008-08-20 20:48:19 UTC
Good to know either way...

Thanks,
Ceylan


Note You need to log in before you can comment on or make changes to this bug.