Sendmail dependency for multi-user milestone

I am currently setting up a CommuniGate mailserver on a Solaris 10 box . Starting the new service is hampered by sendmail running on the smtp port.
My question regards disabling sendmail services so that CommuniGate can do its own thing. The sendmail service is shown as a dependency for the multi-user milestone:
svcs -l multi-user
fmri         svc:/milestone/multi-user:default
name         Multi-user milestone
enabled      true
state        online
next_state   none
restarter    svc:/system/svc/restarter:default
dependency   require_all/none svc:/milestone/single-user (online) svc:/milestone/name-services (online)
dependency   require_all/none svc:/system/filesystem/local (online)
dependency   optional_all/none svc:/platform/i86pc/kdmconfig:default (absent)
dependency   optional_all/none svc:/network/rpc/bind (online)
dependency   optional_all/none svc:/system/system-log (online)
dependency   optional_all/none svc:/system/utmp (online)
dependency   optional_all/none svc:/system/mdmonitor (offline)
dependency   optional_all/none svc:/network/inetd (online)
dependency   optional_all/none svc:/system/cron (online)
dependency   optional_all/none svc:/system/name-service-cache (online)
dependency   require_all/none svc:/system/rmtmpfiles (online)
dependency   optional_all/none svc:/system/system-log (online)
dependency   optional_all/none svc:/network/nfs/client (offline)
dependency   optional_all/none svc:/system/filesystem/autofs (online)
dependency   optional_all/none svc:/network/smtp:sendmail (online)If I disable sendmail, will the multi-user milestone croak on startup? I'm reluctant to just try it, since I'm working on a remote machine without console access in case it does croak.
I've read the sections on dependency groupings (i.e. optional_all/none) but I'm still confused regarding the real links between services.
thanks for any clarification.....docm

If I disable sendmail, will the multi-user milestone
croak on startup? I'm reluctant to just try it, since
I'm working on a remote machine without console
access in case it does croak.No, not at all. There's a difference between administratively disabling a service and having it fail, and for a dependency to be "required" or "optional".
On this machine....
# svcs -l multi-user | grep -v online
fmri svc:/milestone/multi-user:default
name multi-user milestone
enabled true
next_state none
state_time Wed May 25 13:42:14 2005
logfile /var/svc/log/milestone-multi-user:default.log
restarter svc:/system/svc/restarter:default
dependency optional_all/none svc:/platform/i86pc/kdmconfig:default (absent)
dependency optional_all/none svc:/network/smtp:sendmail (disabled)
dependency optional_all/none svc:/system/mdmonitor (disabled)
dependency optional_all/none svc:/application/print/server (disabled)
dependency optional_all/none svc:/network/ntp (disabled)
dependency optional_all/none svc:/system/rcap (disabled)
None of the dependencies are required, so the machine still goes to multi-user...
Darren

Similar Messages

  • Is the price for multi user 89.99 per year? How is it installed by each user?

    Is the price for multi user 89.99 per year? How is it installed by each user?

    Hi cclark,
    An Adobe PDF Pack subscription is tied to an Adobe ID, so it's a single-user subscription. There's nothing to install; you access the subscription by logging in via a web browser to https://cloud.acrobat.com using your Adobe ID and a password.
    I hope that answers your questions.
    Best,
    Sara

  • File Discrepancies for Multi Users

    Hi ...
    We are running RH7 and RSC3.1 with 3 users - We identified
    (only yesterday) that after User 1 had deleted one topic file from
    Project Manager and added several others ... User 2 and 3 had
    broken links for these topics.
    We are able to update existing topics by one user, who check
    in, then user 2 and 3 can get the latest version and instantly view
    the changes - lovely!! Exactly what we would expect ...
    But the same is not occurring when we remove or add entire
    topics to both the Project Manager and the TOC ...
    User 2 and 3 see the topics in the TOC with the dreaded red
    cross through them ... and have to try and locate the file or
    restore broken links etc ... to get their view of the project in
    sync with User 1. This seems to defeat the whole purpose of being
    able to have a multi user authoring environment????
    A major concern of this problem appears to be the risk of
    undoing each others work by potentially restoring files that
    another user intended to remove ...
    Is anyone else experiencing similar issues ... we are in a
    big organisation and are very restricted in terms of our ability to
    access the servers etc ... but I want to know if there is something
    we should be checking or doing differently from an application
    perspective? Any advice or ideas are greatly appreciated...
    Many thanks ...
    Frustrated!

    Hi Fi@qldpol, and welcome to the board. With your situation,
    there are two likely possibilities:
    1. Was your project added to source control via RoboHelp, or
    was it initially added using RoboSource Control? If it was added
    from RoboSource Control, then that is the problem.
    2. If #1 is not the problem, then you might be having
    problems with some of the users' CPD files. First, have everyone
    make backups of the local version of their project (the files
    actually residing on their PCs). Then have User 2 and User 3 delete
    their copy of the project, and replace it with a copy of User 1's
    local files. Before they open the project, they should delete the
    cpd and pss files. After they delete those files, they can open the
    project as usual and let the cpd file rebuild. We have to do this
    every so often with some of our projects to get everyone
    synchronized.
    Hope that helps.
    G

  • Adding boot manager entry for multi-user.target in stock configs

    How about adding an entry to the stock conifgs of grub and syslinux that append "systemd.unit=multi-user.target" to the kernel parameters and removing the autodetect hook by default?
    So then have one boot option for standard hooks without autodetect.
    And another which appends "systemd.unit=multi-user.target" (replacing the current fallback)
    If never really noticed any difference between using and not using the autodetect hook on any of my 3 computers.
    Although I guess just editng the parameters from the boot anger isn't that hard...

    Thank you for the reply!
    vm-mouse and mesa were necessary for starting the x-server. So startx works now, whereas LightDM still produces an error.
    Besides the resolution can´t be adjusted to 1920x1080 in the System Settings. I tried to solve this with the /etc/X11/xorg.conf.d/10-monitor.conf, which I took from the wiki.
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "xf86-video-vmware"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1920x1080_60.00"
    EndSubSection
    EndSection
    As you can see, I just replaced the lines with comments, because I didn´t know what to do with the others.
    Perheaps this is the reason that startx doesn´t work using this configuration ("Failed to load xf86-video-vmware" and "no screens found").
    Last edited by superuser (2015-02-14 14:44:22)

  • Setup ODI for multi user

    I am looking for best practice for setting up ODI to be use for multiple users.
    I would like to have several users to be able to work on the same package.
    Can they use the same work repository? How do I use version control?
    Thanks,
    Charles

    Hi,
    I'm at a project with more the 25 ODI developers, 4 ODI Topology "man', 3 Odi Security "man", more then 50 Metadata Profile and 12 Operator Profile.
    The Work Repository is the same for all (development context) and the organization is at Project level. It's means each group of Developer that works at a specific department has his own project and have rights only at this Project.
    That is my 5° big ODI environment implementation and until now was the best way that I find to work..
    Good luck!

  • Proxy for Multi User calendar shows user's folder tree

    By giving the View proxy right to other users, so that they can utilize the Multi User calendar, this apparently also gives the user you've assigned that right to the ability to see the folder tree of all users that have given the View right to the user. In other words, by clicking on the Proxy icon at the top of your folder tree, and picking the user who gave you read rights to their appointments, you can see all their folders. Granted, you will only be able to see appointments within those folders. But, some users may assign descriptive folder names they might otherwise not want to be visible to others. Is there some way to hide the folder view, while still proxying the view right to appointments?
    Thanks

    Ok, Thanks - I'm satisfied as long as that's by design.
    Originally Posted by dzanre
    pagjsp wrote:
    > right to the ability to see the folder tree of all users
    > that have given the View right to the user
    There is no way to hide this.
    Danita
    Novell Knowledge Partner
    Moving GroupWise to Linux?
    Shopping Cart

  • Jackd for multi user

    Does somebody knows how to use jack for several users ?
    I'm of course unable to start two jackd under differents uid.
    I'm unable to start it as root (and I read it was designed to be run by the user)
    I've read in the faq that if a client can not connect it is probably because it has not the same uid than jackd...
    So is jackd designed for a single person usage (but I can imagine that, we are in 2008 on linux), or is there another way ?
    It appears that I'm not alone  at home, and even X allows several instances from different users on the same computer.
    Thank you in advance for any tip.

    I do want to do this, because we are several people using the computer. A typical scenario is :
    - The computer boot.
    - MPD is started (uid=mpd), and music is played.
    - I log on the computer, and do some work, and give a try to rosegarden, the computer being connected to a synthetizer.
    - I'm going to prepare the lunch and my girl open its won X session to play some games (with sound)
    - My girlfriend ask for the seat and open a new session to edit some files, or browse internet...
    So in the final, there may be 5 differents user needing access to the sound card, even if not producing sound simultaneously, the software client are still connected to the sound daemon.
    Until recently I was using pulseaudio, which was very nice, but has the drawback of not being supported by rosegarden and some others sound related software.
    Seeing that pulseaudio may be able to play well with jackd, I decided to try it but failed.
    When launching jackd as root, it says:
    # jackd -R -d alsa
    jackd 0.109.2
    Copyright 2001-2005 Paul Davis and others.
    jackd comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    JACK compiled with POSIX SHM support.
    /dev/shm/jack-0 already exists, but is not a directory!
    cannot create server sockets
    cannot create engine
    I've added the pam_limits.so to /etc/pam.d/su, which worked well for normal users, but does nothing for root.
    Anyway, thank you very much for your interest in my problem.
    -mathieu

  • Hi .. Is there a way to set up our iPad (1) for multi users. Our household iPad is under my husbands account and my iPhone my own account. Can the iPad be set up to read both iCloud / iTunes or not?

    Hi .. When we bought our iPad my hubby set up in his name / iTunes / iCloud. I now have iPhone ( he does not) and the two do not sync !! I would wipe him from the iPad but we have purchased all the apps etc in his iTunes account and not mine. Is there a way that my iPhone could sync with the iPad .. Can you set up multi iCloud accounts ?? Sorry but not very techno savvy !!!!

    The iPad, like the iPod Touch and the iPhone was really designed to be a single user device. It was originally designed to be used in conjunction with ones personal iTunes library and one library only. Now it has gone PC free, but it still works the same way that it did at the inception, meaning it is still best suited as a single user device.
    If you sign in and out of different Apple ID's on the iPad and you download past purchases with another ID, you will lock yourself out of the other ID for 90 days becuse you have associated the device with another Apple ID. You can read more about that here.
    http://support.apple.com/kb/ht4627
    You can have multiple iCloud accounts (up to 3 I think) on the device, but to me that serves no real purpose if you can't associate the device with multiple ID's without worry of being locked out of your own ID.

  • Web Agent and Clip Board set up for multi user environment

    Hi
    Our environment is
    Database: 0racle8.1.5 on Sun Solaris
    Currently we are not using OAS but a portal server and Apache
    Intermedia Web Agent and Clip Board are working fine.
    The questions are
    1. if there are multiple users (content managers) who would be adding /modifying content in the database, the how can I go about with Clip board.
    2.The requirement is these people should be able to search documents on the basis of keywords. So how do we integrate Intermedia query capabilities on this clip board interface.
    3. For production level how do we go about implementing.
    Should we continue to have the ctxsys user and use that itself.
    Thank you for any solutions

    I have NO idea if these "exact problems" pertain to Macs, since I think most of these discussions are about Windows... but, some reading (not all PPro, but I put all the links I have saved, just for general information)
    -see #3 http://forums.adobe.com/thread/771151
    -you may NOT "map" your My Documents folder to a network drive
    -you MUST give all users administrator accounts to use Premiere
    -and especially Encore dual layer http://forums.adobe.com/thread/969395
    -#5 Server 2008 is UNsupported http://forums.adobe.com/thread/851602
    -a work around, of sorts http://forums.adobe.com/thread/957523
    -and not on a "domain" http://forums.adobe.com/thread/858977
    -also PreEl see #5 http://forums.adobe.com/thread/1017199
    -more PreEl problem http://forums.adobe.com/thread/975117
    The solution... some day... may be at this link
    Adobe Anywhere http://www.adobe.com/products/adobeanywhere.html

  • [JOB]Looking for multi user game developer

    Looking for a game programmer to develop multiuser user
    shockwave game(s).
    Game will be like the quake/unreal series.
    This is a paying job.
    Please email [email protected] if you are interested or
    know someone who might be.

    Hi Leonid, We have good and experience team on Biztalk and worked on Middleware tool AMTrix.
    Please find our details:-
    iVision Software is a 9 year old software development organization with expertise in Biztalk among other technologies. We have worked for clients like GE in various geographies like USA, Scandinavia
    and India doing both EAI and B2B integrations. Our people work closely with their client counterparts taking care of their business needs utilizing Agile methodologies. We provide an optimal combination of people who are experts in their field and in working
    offshore with onsite business teams resulting in great quality service at low prices. Please find below a brief description of our capabilities.
    The iVision BizTalk Developer Team have the following competencies:
    Developing xml schema, flat file schema and EDI Schemas.
    Developing simple and complex maps as per the requirement.
    Implementing  various Integration patterns in BizTalk.
    Implementing various design patterns in Orchestration.
    Comfortable in handling Exceptions.
    Working on BRE and BAM.
    Creating C# helper class, custom functoid and custom pipeline components whenever required .
    Proficient with Visual studio , SQL Server .
    Working with following adapters : FILE, FTP,SMTP, WCF-SQL, SQL, SOAP, WCF-custom
    Custom XSLT
    Packaging and deploying application.
    Expertise in EDI X12 , EDIFACT and major XML standards(cXML, OIOXML,UBL,Svefaktura,Finvoice,xCBL etc).
    Proficient in creating EDI Agreements and Trading Partner Profile.
    For further discussion, please drop email to me at [email protected] or skype me at atul.kumar651984
    Regards,

  • How to secure firewire drive data for multi user mac ?

    I have a couple of external firewire hard drives attached to my mac which contain all my work files.
    My 6 yr son has started using my mac so I have set him up his own account and set up the parental controls etc.
    BUT - is there any way I can set things up so the firewire drives dont appear to him or so he cant delete anything ?
    It seems fairly straightforward to protect files files on the main hard drive but these firewire drives mount every time a user logs on and he seems to have full access to them.
    Thanks in advance if you can help.
    emac   Mac OS X (10.4.9)  
    emac   Mac OS X (10.4.9)  

    Log in under your account, and highlight the drive on the Desktop. Click cmd-i to Get Info. Make sure that, under Ownership and Permissions, you do not have "Ignore Ownership on this Drive" ticked. Now, again using Get Info, make sure that all top-level folders are owned by you, and that other users do not have access. (You might want to reduce the number of top-level folders to make this easier.)
    Now log in as your son and make sure you don't have access to those folders.
    Matt

  • I am looking for a POS software for multi-users with mobility via 3G and Wi-Fi

    Our company distributes food products to grocery, convenient and pharmacy stores, etc. We currently have an old cumbersome hard to use PC system that interfaces with driver's handhelds, keeps records of sales and monitors inventories on trucks and several warehouses. All our company uses MAC systems with the exception of this PC system. The closest I've come to find a MAC software is Lightspeed but it lacks mobility. Does any one know a good reliable POS system with Mobility hopefully to utilize either iPhones with bar code readers?

    Pages can export documents in MS Word format. When I last did this (with Pages '09, the Mac version), the result was a .doc file.
    Note that this is a translation, and like most translations, it's not always a perfect one. Some features of Pages are not supported in MS Word, and some Word features are not supported in Pages.
    For a more precise answer wrt Pages for iOS, you should repost your question in the iWork For iOS community. The link will take you there.
    Regards,
    Barry

  • SMF and multi-user service not running

    Hi,
    I have an issue with several services not starting ...
    As you can see, the multi-user services is "offline*" And it remains like this...
    I've recently patched the system hoping it would resolve this issue, but no luck. Restarting the server does not help.
    # svcs | grep multi-user
    offline 14:14:21 svc:/milestone/multi-user-server:default
    offline* 14:14:53 svc:/milestone/multi-user:default
    # svcs -xv
    svc:/milestone/multi-user:default (multi-user milestone)
    State: offline since Wed Dec 05 14:14:53 2007
    Reason: Start method is running.
    See: http://sun.com/msg/SMF-8000-C4
    See: man -M /usr/share/man -s 1M init
    See: /var/svc/log/milestone-multi-user:default.log
    Impact: 6 dependent services are not running:
    svc:/system/webconsole:console
    svc:/milestone/multi-user-server:default
    svc:/system/basicreg:default
    svc:/system/zones:default
    svc:/application/graphical-login/cde-login:default
    svc:/application/cde-printinfo:default
    I've tried to enable the services above manually, but had no luck.
    Thanks.

    Darren_Dunham wrote:
    >
    # svcs | grep multi-user
    offline 14:14:21 svc:/milestone/multi-user-server:default
    offline* 14:14:53 svc:/milestone/multi-user:default
    # svcs -xv
    svc:/milestone/multi-user:default (multi-user milestone)
    State: offline since Wed Dec 05 14:14:53 2007
    Reason: Start method is running.The start method of milestone/multi-user is responsible for (among other things), running all the /etc/rc2.d scripts. If you've placed a startup script in there and it's hanging, you'll see this behavior. From memory, I think there's a 30 minute timeout before it gives up and continues.
    During the problem period, you probably want to do a 'ps -ef | grep rc' and look for any rc scripts running. That will probably point to a startup script hanging.
    DarrenThanks Darren,
    That was the problem. A hung script in rc2.d/
    What is odd, is that this script is the same on many of our machines and no problems have been found until now. Thanks for your help. Killing that processes made everything start properly.

  • Use 1 itunes library for multiple user accounts

    Is there a way to use 1 library for multi-user accounts on mac osx? I have 4 iphones and was previously using the main account only. I'm getting tired of having everyones contact lists downloaded into my main phone. I can't seem to figure out how to sync the music to the same library.

    Hi There,
    I sync 2 iphones with the same library, and to stop the other iphones contacts adding to mine I have two groups in the address book, one has my contacts in and the other my friends. I then just sync the appropriate address book in the info pane when the iphone is plugged in.
    Hope this helps.

  • Problem with mode switching/Volume Panel in multi-user environment?

    As above - using Windows 7 64-bit with an X-Fi Titanium Fatalty card.
    All works well as long as I'm the only person logged in, but if my wife logs into the computer (using Windows 7's built-in multi-user mode...'fast user switching', which is enabled by default), and then I log back in...well, the volume panel app doesn't seem to work. In fact, even using the control panel app, I can't regain control of the soundcard enough to switch modes.
    Logging her off doesn't resolve the issue, so it seems like something about her logging on (another user logging in, two volpanlu.exe running, something) is causing my instance to go haywire. [FWIW, I'm a 'standard' user on the PC, and her login is a 'limited' user]
    Note that 'killing' the task volpanlu.exe in task managed, then going to the Windows services control panel and stopping and re-starting the 'Windows Audio' service, and finally re-launching volpanlu.exe from the start menu DOES always work to resolve the problem (regardless of if she's logged in or not...this always fixes it).
    Still, that's a kinda annoyingly large set of steps to always have to go through whenever I want to change audio mode after she's logged in.
    Is there any way to fix this? Any setting I could be missing to optimize the X-Fi control panel for multi-user environments? Any of the X-Fi mod dri've packs handle fast user switching better? Any other ideas?

    GA little bit more tinkering around this, and I have some more information:
    - Once I "seize control" (the kill of volpanlu, restart 'Windows Audio' service, re-launch volpanlu), if my wife logs back in, now *she* can't change the audio mode

Maybe you are looking for