Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems Unable to register (2x Accounts) Post 302881414 by guest12121 on Sunday 29th of December 2013 05:25:23 AM
Old 12-29-2013
Unable to register (2x Accounts)

Hello,

I have tried to register to the forums twice now, once with the username 'pilnet101' which I signed up with a while back - and second with the user 'omni', using a gmail account.

I have not received activation emails for either accounts and as a result, I am unable to post at all in the forums. I have also tried resending my activation email but that does not seems to work.

Please can my account be manually activated if possible?

Thanks
guest12121
 

9 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Unable to register

I tried registering couple of times, and got the following message. Sorry, registration denied. We check new registrations against a database of known forum spammers. At this time, we are unable to contact this database to verify your registration. We are sorry for the inconvenience but please... (0 Replies)
Discussion started by: josvasanth
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Unable to register

I tried registering couple of times, and got the following message. "Sorry, registration denied. We check new registrations against a database of known forum spammers. At this time, we are unable to contact this database to verify your registration. ...you might want to try searching the... (1 Reply)
Discussion started by: cherry_sas
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Unable to register, cont.

Hi, I'm posting in reply to: https://www.unix.com/forum-support-area-unregistered-users-account-problems/128453-unable-register.html imnotaspammer is me. I'm posting in new thread because it seems I can't reply as I'm not registered. I guess this is a reason why no problem report here... (1 Reply)
Discussion started by: imnotaspammer2
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Unable to register

I've tried three times. email: dpc (_a_t_) ucore.info username: dpc . ucore . info Browser: FF 3.0.17 on Solaris Why don't you let me in and consider me a spammer, ha? :) (2 Replies)
Discussion started by: imnotaspammer
2 Replies

5. Red Hat

System unable to register with Red Hat Networks

ISSUE: The system is unable to register with Redhat network (RHN). SYSTEM DETAILS: RHEL6 (2.6.32-131.2.1.el6.x86_64). The firewall is turned off. I have network connectivity. There is no GUI. All work is done from the command line. The following files are installed:... (4 Replies)
Discussion started by: SmithJ
4 Replies

6. Forum Support Area for Unregistered Users & Account Problems

I am unable to register

i forgot the username and password and random question please remove my mail ids <email removed>@gmail.com <email removed>@gmail.com i mant join this for learn unix my desired username balakrishna and password <removed> (1 Reply)
Discussion started by: Unregistered
1 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Unable to register

Hallo. I was interested in registering for a forum account but it keeps tossing me to the no permissions page (I was going to answer a question about scripting network changes). I do use a VPN tunnel through AirVPN so that may be the problem. My current IP is <removed IP address> and if you'll have... (2 Replies)
Discussion started by: Unregistered
2 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Unable to register

Unable to login. When trying to make fresh registration getting error that username is already used and when trying to use forget password journey then getting error message, "email address not registered". (1 Reply)
Discussion started by: Unregistered
1 Replies

9. Forum Support Area for Unregistered Users & Account Problems

Unable to register account

Hello there, I'm trying to register an account on Unix.com, but unfortunately I saw my country in block list due to spamming (Vietnam). Could you give me instruction to create new account on this forum? Any help will be appreciated. Thank you. (0 Replies)
Discussion started by: Unregistered
0 Replies
gst-register-0.8(1)						   User Commands					       gst-register-0.8(1)

NAME
gst-register-0.8, gst-register - register GStreamer plugins SYNOPSIS
gst-register-0.8 [gst-std-options] gst-register [gst-std-options] [--gst-list-mm] [--gst-mm=string] [--print] DESCRIPTION
gst-register-0.8 registers all of the GStreamer plugins on your system. gst-register-0.8 creates a listing of their properties so that on startup of GStreamer-based applications, you do not need to load plugins until you need them. When run as the root user, gst-register-0.8 creates the Global GStreamer plugin registry which is stored in /var/cache/gstreamer-X.X/reg- istry.xml, where X.X is the GStreamer major and minor version number. When run as a user other than the root user, gst-register-0.8 creates a user registry ~/.gstreamer-X.X/registry.xml, where X.X is the GStreamer major and minor version number. Programs that uses GStreamer use the user plugin registry if it exists, and use the Global plugin registry if not. gst-register is a wrapper script that runs the latest installed version of gst-register-X.X. For example, if both gst-register-0.7 and gst- register-0.8 are installed on your system, gst-register runs gst-register-0.8. OPTIONS
The following options are supported by gst-register-0.8 and gst-register: gst-std-options Standard options available for use with most GStreamer applications. See gst-std-options(5) for more information. The following options are supported by gst-register only: --gst-list-mm List found major/minor versions. This option displays the versions that are available. --gst-mm=string Force major/minor version. This option enables you to specify a specific version to run, if you do not want to run the default version. --print Print wrapped command line. This option displays the command that will be run, and then runs the command. EXAMPLES
Example 1: Running the Wrapper Script and Displaying the Command Name example% gst-register --print /usr/bin/gst-register-0.8 FILES
The following files are used by this application: /usr/bin/gst-register-0.Executable to register GStreamer plugins /usr/bin/gst-register Wrapper script that runs the latest installed version of gst-register-X.X /var/cache/gstreamer-X.XGStreamer.global plugin registry, where X.X is the GStreamer major and minor version number. ~/.gstreamer-X.X/registrGStreamer user plugin registry, where X.X is the GStreamer major and minor version number. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
gst-complete(1), gst-compprep(1), gst-feedback(1), gst-inspect(1), gst-launch(1), gst-launch-ext(1), gst-md5sum(1), gst-thumbnail(1), gst- typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.8(3), libgstgetbits(3), gst-std-options(5) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 14 Oct 2004 gst-register-0.8(1)
All times are GMT -4. The time now is 12:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy