Sponsored Content
Full Discussion: No activation email received
Contact Us Forum Support Area for Unregistered Users & Account Problems No activation email received Post 302934758 by unregistered on Tuesday 10th of February 2015 10:43:30 AM
Old 02-10-2015
Question No activation email received

I have tried to register today with the username BatterBits, but have not received the activation email

I do not live in any of the restricted countries - unless the UK has suddenly become a threat!

I'd be grateful if you would assist.

many thanks


Ian
unregistered
 

9 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Did not received any email for account activation

hi I did not received any such email for account activation nor i am able to see any status in my profile. Am i missing anything?? :confused: Please help Appreciated. (0 Replies)
Discussion started by: bhush782003
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

I Recieved An Email Without An Activation Link

I Didn't get the activation link with the e-mail it Said: Dear JJRadio, Thank you for registering for the The UNIX Forums forums. Before we can activate your account one last step must be taken to complete your registration. Please note - you must complete this last step to become a... (1 Reply)
Discussion started by: JJRadio
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

I need another activation email

Hi neo I registered yesterday,but i don't receive the activation email,can u send again? thanks! (1 Reply)
Discussion started by: swrd
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Not Receiving Activation Email

I've tried suggestions from previous threads sending an activation email several times. I'm not sure if email server is blocking domain name. What is the domain name of the activation email...unix.com? (1 Reply)
Discussion started by: BigSky
1 Replies

5. Forum Support Area for Unregistered Users & Account Problems

no email received

I have tried to register and got a message saying an email would be sent but no email has turned up. Could you try again please? (1 Reply)
Discussion started by: lookingfor help
1 Replies

6. Forum Support Area for Unregistered Users & Account Problems

Still waiting for activation email

Hi, I've been waiting for about 2 hours to receive my activation email but it hasn't arrived yet. I followed the 'resend activation information' link so I'm now expecting 2 activation emails, neither has arrived yet. How long do I expect this to take? I've tested my email account from other... (2 Replies)
Discussion started by: cambridge
2 Replies

7. UNIX for Advanced & Expert Users

problem on email sent but not received

hi.. I have the porblem where the email was sent but not received by users.. The message as below:- Dec 16 11:42:04 isp postfix/smtp: A80042B4B: to=<user_name@example.com.my>, relay=smtp.example.com.my:25, delay=890, delays=0.17/0.02/31/859, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued... (1 Reply)
Discussion started by: bh_hensem
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

I didnt get the activation email !!

I tried to register twice but without success ,I used the Hotmail email on both of them. Im sure I typed the correct email, because I used " copy and paste" and I did the "re-sent the activation" option (10 Replies)
Discussion started by: BaxxterHp
10 Replies

9. Forum Support Area for Unregistered Users & Account Problems

Have yet to receive activation email

Good Afternoon, I attempted to register on this forum yesterday using the username 'DBirks', however I have yet to receive the required activation email. I have checked both my inbox and junk e-mail folder on my email client as well as on owa, but I have not seen any sign of it. I have... (1 Reply)
Discussion started by: Unregistered
1 Replies
activation-client(1)						   User Commands					      activation-client(1)

NAME
activation-client - bonobo-activation debugging tool SYNOPSIS
activation-client [--ac-ior=ior] [--add-path=path] [--do-query] [--help] [--register-iid=iid] [--register-ior=ior] [--remove-path=path] [--spec=spec] DESCRIPTION
activation-client is a bonobo-activation debugging tool which may be used to execute queries in the bonobo-activation component server. The query format used by bonobo-activation is documented in the developer documentation. To access the developer documentation, you must install the developer version of the package. OPTIONS
The following options are supported: --ac-ior=ior Query the bonobo-activation-server specified by the stringified object reference ior. This option is only useful to query a bonobo- activation-server running as a different user or on a different host. By default, the bonobo-activation-server running as the current user on the current host is used. --add-path=path Search path to be added at runtime. -q, --do-query Do not activate the matching components; instead, just return the details of the components matching the query. -?, --help Show help information on standard output and exit. --register-iid=iid IID of the server to be registered. --register-ior=ior IOR of the server to be registered. --remove-path=path Search path to be removed at runtime. -s, -spec=spec Query the bonobo-activation-server with query string spec. EXAMPLES
Example 1: Querying for details about a component whose implementation identifier is OAFIID:GNOME_ClockApplet example% activation-client -q -s "iid == 'OAFIID:GNOME_ClockApplet'" The following output is returned: Query spec is "iid == 'OAFIID:GNOME_ClockApplet'" IID OAFIID:GNOME_ClockApplet, type factory, location OAFIID:GNOME_GenUtilApplet_Factory repo_ids = ["IDL:GNOME/Vertigo/PanelAppletShell:1.0", "IDL:Bonobo/Control:1.0", "IDL:Bonobo/Unknown:1.0"] name = "Clock" description = "Get the current time and date" panel:icon = "clock.png" bugzilla:bugzilla = "GNOME" bugzilla:product = "gnome-panel" bugzilla:component = "Clock Applet" bugzilla:other_binaries = "gnome-panel" Example 2: Querying for details of all the available components that implement the GNOME::Vertigo::PanelAppletShell interface example% activation-client -q -s "repo_ids.has ('IDL:GNOME/Vertigo/PanelAppletShell:1.0')" The following output is returned: IID OAFIID:GNOME_CDPlayerApplet, type factory, location OAFIID:GNOME_CDPlayerApplet_Factory repo_ids = ["IDL:GNOME/Vertigo/PanelAppletShell:1.0", "IDL:Bonobo/Control:1.0", "IDL:Bonobo/Unknown:1.0"] name = "CpuFreq Monitor" description = "Monitor and change your CPU speed" panel:category = "Utility" panel:icon = "emifreq-applet/emifreq-applet.png" . . . EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/activation-client Executable for bonobo-activation debugging tool ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-component | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), libbonobo-activation(5) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 07 Nov 2007 activation-client(1)
All times are GMT -4. The time now is 11:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy