Solaris users authentication into Oracle 8i/9i

WE have Oracle 8i/9i on sun server with solaris operating system. and the client has win 2k. WE want to authenticate Solaris users into Oracle 8i/9i. How to do this?

Please see the Oracle8i Migration Guide for 8i migrations.
http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a86632/toc.htm

Similar Messages

  • Display current user logged into Oracle DB

    Is there any way to display current user logged into our Oracle DB using this version. We don't have the Enterprise solution.
    thanks

    Hi, I am new to this in Crystal but created a SQL expression such as:
    SELECT USER FROM DUAL
    and tried
    SELECT USER FROM DUAL;
    and received a compile error (failed to retrieve data) in Crystal?
    any help is appreciated!

  • Users reconciled into Oracle Identity Manager 9.1.0.2

    Hello friends,
    I have configured the process of reconciliation between Oracle Identity Manager and LDAP directory (Microsoft Active Directory), my question is: How I can find users who were reconciled to Oracle Identity Manager 9.1.0.2 and I have currently in Oracle through this process.
    thank you very much

    Hi,
    in design console check : Reconciliation Manager -> query for reconciliation event for resource AD.
    hope this helps.

  • Import a user dump into Oracle 8i Database

    Please help, I tried to import a user dump file to Oracle 8i Database by command line (imp system/manager@instance).
    However, reture a message with" imported successful with warning". And I couldn't connect the database with the new user login.
    Any advice?

    Hi,
    I
    1) export the data from your source database XE
    C:\WINDOWS\system32>exp userid=USER1@XE1 file=user1.dmp
    2) in the target XE database you would have to recreate the same user, e.g. USER1
    3) run imp on the same dump file:
    C:\WINDOWS\system32>imp userid=USER1@xe2 file=user1.dmp full=yes ignore=yes
    II
    From DOS prompt make directory
    DOS>md c:\oraclexe\tmp
    DOS>cd c:\oraclexe\app\product\10.2.0\server\BIN
    DOS>sqlplus SYS/Password AS SYSDBA
    It is posible to be SYS/Password@SID AS SYSDBA
    SQLPlus>CREATE OR REPLACE DIRECTORY XMLDIR AS 'C:\oraclexe\Tmp';
    SQLPlus>GRANT READ, WRITE ON DIRECTORY XMLDIR TO property;
    Go back to DOS prompt. There are two files - expdp.exe and impdp.exe in BIN directory.
    DOS>expdp SYS/Password AS SYSDBA SCHEMAS=property DIRECTORY=XMLDIR DUMPFILE=property.dmp LOGFILE=property.log
    From DOS prompt make directory
    DOS>md c:\oraclexe\tmp
    DOS>cd c:\oraclexe\app\product\10.2.0\server\BIN
    DOS>sqlplus SYS/Password AS SYSDBA
    It is posible to be SYS/Password@SID AS SYSDBA
    SQLPlus>ALTER SYSTEM SET NLS_LENGTH_SIMANTICS='CHAR' SCOPE=BOTH;
    SQLPlus>CREATE OR REPLACE DIRECTORY dmpdir AS 'C:\oraclexe\Tmp';
    SQLPlus>GRANT READ, WRITE ON DIRECTORY XMLDIR TO public;
    Go back to DOS prompt. There are two files - expdp.exe and impdp.exe in BIN directory.
    DOS>impdp SYS/Password AS SYSDBA SCHEMAS=property DIRECTORY=XMLDIR DUMPFILE=property.dmp LOGFILE=property.log
    There are so many treads about export and import in XE.
    Konstantin

  • Need help with external user authentication

    Hello,
    I need some help to set up an external user authentication in Oracle DB 10g. Using the documentation at
    http://www.oracle-base.com/articles/misc/OsAuthentication.php
    I added the user alex to my linux system and checked the parameter os_authent_prefix:
    SQL> show parameter os_authent_prefix
    NAME TYPE VALUE
    os_authent_prefix string ops$
    SQL>
    I created the oracle user alex using
    CREATE USER alex IDENTIFIED EXTERNALLY;
    as well as
    CREATE USER ops$alex IDENTIFIED EXTERNALLY;
    The parameters in the sqlnet.ora are set to
    NAMES.DIRECTORY_PATH = (TNSNAMES, HOSTNAME, EZCONNECT)
    SQLNET.AUTHENTICATION_SERVICES = (ALL)
    Being the local user alex on the linux server I can login:
    $ sqlplus /
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 30 08:56:26 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
    SQL>
    Now using a Windows Client:
    C:\>sqlplus alex@<netservicename>
    SQL*Plus: Release 10.2.0.1.0 - Production on Di Aug 30 10:31:37 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Kennwort eingeben:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    - So, what's wrong?
    - Do I always have to create oracle users with the prefix "ops$" to the local username? How do these users login - with or without the prefix 'ops$'?
    - I read that kerberos authentication is only available through oracle advanced security addon. What about authentication through ldap?

    Obviously it doesn't work from any remote system.
    For this to happen the parameter remote_os_authent would have been set to true.
    Warning: this poses a security risk.
    As far as I know you should have been logged in as alex on the client, and using sqlplus /
    However, from 10g onwards Oracle comes with Oracle Wallet, which stores the password encrypted outside the database in a file, called wallet, and which is accessible from anywhere.
    You would better use that.
    Sybrand Bakker
    Senior Oracle DBA

  • I cannot log into oracle using the user scott

    I installed oracle, but I did not go through the underlined step. I am not sure if I skipped or it was not there during the installation
    The Database Configuration Assistant will provide installation summary
    and list the accounts that are unlocked. It will ask you for password management. Sys
    and System accounts would be already unlocked.  Unlock HR and Scott accounts,
    and for these two accounts also specify the same password that you had given before.
    When I test logging into Oracle using the user Scott, it shuts down.
    I am using windows 7, and I installed Oracle Database 10g Release 2 (10.2.0.1.0)
    Enterprise/Standard Edition for Microsoft Windows (32-bit)
    How can I log into oracle using the user Scott?

    Hi,
    Welcome to the forum,
    After installing Oracle 10g SCOTT user will be in locked, you should unlock it.
    Login as sysdba using the below command
    sqlplus sys as sysdba
    password:<ur password>
    after connecting as sysdba use the below command to unlock the SCOTT user
    ALTER USER SCOTT ACCOUNT UNLOCK;
    Now connect as scott you will bw able to connect.
    hari

  • Add old users.dbf into new oracle 11g express database?

    Hi all, I have users.dbf from old reinstall oracle 11g express database.
    Now I was reinstall oracle 11g express and looking the way how to add old
    users.dbf into new /u01/app/oracle/oradata/XE/ folder where new users.dbf exist.
    Old users.dbf have 3gbytes(dates from old oracle instal)
    regards
    Gordan

    useruseruser wrote:
    Hi all, I have users.dbf from old reinstall oracle 11g express database.
    Now I was reinstall oracle 11g express and looking the way how to add old
    users.dbf into new /u01/app/oracle/oradata/XE/ folder where new users.dbf exist.
    Old users.dbf have 3gbytes(dates from old oracle instal)In Oracle, a database is more than just a single file.
    That single file is like a single piece of the puzzle. It alone cannot be the picture. Nor can you derive what the picture looks like from a single puzzle piece.

  • Using Proxy User Authentication in Sql Developer

    Hi!
    Is it possible to use proxy user authentication in SQL Developer? I'm thinking that if I'm clever enough, I can craft a custom jdbc URL that will allow my users to proxy authenticate into my Oracle 10gR2 database while using SQL Developer.
    Unfortunately, I'm not feeling all that clever. ;)
    Can anybody help me out here? Is it even in the realm of possibility?
    Thanks!
    Kevin Ferlazzo
    DBA
    VA Department of Juvenile Justice

    I found the possibility that proxy authentication of both accounts can be enforced:
    SQL> alter user appuser grant connect through personaluser AUTHENTICATION REQUIRED;
    I guess that this is the motivation for implementing the 2-session proxy connection method in SQL Developer.
    Regards,
    Martin

  • Error in programmatic user authentication

    Hi All,
    I have the same problem related in this thread:
    Problem in Programmatic User Authentication
    Here the solution was to use OC4J 9.0.3 instead of OC4J 9.0.4
    Is there another solution ?
    Thanks in advance
    Benito

    Navid,
    I was looking in the other thread and there was a problem related to validating the user, and also one concerning the dms.jar. I assume that you are referring to the former. Can you please state your current summary of the problem?
    The main difference between running in Embedded OC4J and deploying to OC4J is the following: Running in Embedded OC4J you might have a different set of jar files you run against. You can check the jars used in JDeveloper 10g by choosing the menu option Tools - Embedded OC4J Preferences. Then choose Libraries (there is one Libraries entry under Global, and one under Current Worksparce). This set of libraries is probably different from the one in the EAR file.
    * You could try making them the same and see if that helps.
    * You could also try using the JDeveloper deploy tool to create an EAR file instead of the Ant script (if you are using Ant now).
    * You can also try to deploy to the standalone OC4J that is included with JDeveloper. In the WebServices tutorial at http://www.oracle.com/technology/obe/obe9051jdev/WebServicesOBE/OBEWebServices.htm it is described how to do that. If this works, there is a difference in the way OC4J 9.0.4 is installed or configured (or the patch level).
    Besides trying to solve the differences between Embedded OC4J and standalone OC4J, I would like to point out the following: I noticed that bug 3412804, which could well be the one you are running into, is fixed in a patch set for OC4J 9.0.4, but is not fixed yet in OC4 10.1.2 (see backport bug 4135710). Did you test with OC4J 9.0.4 after applying the patch for bug 3412804? See MetaLink for more information (http://metalink.oracle.com).
    hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Any pointers on implementing user authentication in Adobe AIR application ?

    Hello
    I am using an AIR 3.0 to create my client that connects to my server LCDS application that uses oracle XE database. I now need to implement the user authentication & access controls to GUI screens. Any pointers that show best practices in this regard or get me started...
    thanks
    RK

    You can use the mechanisms built into the AMF protocol, or manage the session manually by passing around an authentication token generated on the server.
    Here is some basic info on AMF sessions: http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=services_security_5 .html
    It's written for BlazeDS, but the principal is the same.

  • Guest account password / DBMS user authentication synchronization

    Selected option IFS user must exist in the database as an account.
    On my next restart of IFS, node fails to init and complains that it can't find guest account in DBMS to authenticate.
    5/27/02 10:30 AM FtpServer: oracle.ifs.common.IfsException
    oracle.ifs.common.IfsException: IFS-21008: Unable to connect to iFS service
    oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
    oracle.ifs.common.IfsException: IFS-10175: No such RDBMS user (guest)
         at oracle.ifs.server.IfsCredentialManager.authenticate(IfsCredentialManager.java:258)
         at oracle.ifs.server.DirectoryService.authenticate(DirectoryService.java:527)
         at oracle.ifs.server.S_LibraryService.connect(S_LibraryService.java:2495)
         at oracle.ifs.beans.LibraryService.connect(LibraryService.java:977)
         at oracle.ifs.protocols.common.IfsProtocolServer.createAnonymousSession(IfsProtocolServer.java:1382)
         at oracle.ifs.protocols.common.IfsProtocolServer.getAnonymousSession(IfsProtocolServer.java, Compiled Code)
         at oracle.ifs.protocols.common.IfsProtocolServer.initializeAnonymousSessionPool(IfsProtocolServer.java, Compiled Code)
         at oracle.ifs.protocols.common.IfsProtocolServer.preRun(IfsProtocolServer.java:553)
         at oracle.ifs.management.domain.IfsServer$ServerRunner.run(IfsServer.java:2123)
    I then create a DBMS user with guest account and the default password.
    Node looks like it starts up fine, but still can't get into WebUI.
    JServ.log
    [27/05/2002 10:14:31:651 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: complete
    [27/05/2002 10:14:31:681 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: Starting
    [27/05/2002 10:14:31:771 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: Started
    [27/05/2002 10:14:31:771 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: Starting
    [27/05/2002 10:14:31:811 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: Service warmup starting
    [27/05/2002 10:14:35:346 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: set administration mode
    [27/05/2002 10:14:35:346 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: warming up user cache
    [27/05/2002 10:14:35:476 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: ServiceWarmupAgent: warming up Acl cache
    [27/05/2002 10:14:38:040 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: DavServer: Got Exception in preRun()
    oracle.ifs.protocols.dav.impl.common.TunneledIfsException
         at oracle.ifs.protocols.dav.impl.IfsDavServlet.start(IfsDavServlet.java:414)
         at oracle.ifs.protocols.dav.impl.server.IfsServletServer.preRun(IfsServletServer.java, Compiled Code)
         at oracle.ifs.management.domain.IfsServer$ServerRunner.run(IfsServer.java:2123)
    Is this a bug? Any suggestions?
    Before I blow away my entire instance and start over, how can I change the default guest password to map between DBMS and IFS?
    Thanks.

    I was trying to diagnose a problem with Oracle Text and context searching, and then when I cycled IFS, I could no longer get the web interface. I got the same error you got!
    [06/06/2002 09:32:38:622 CDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: DavServer: Got Exception in preRun()
    oracle.ifs.protocols.dav.impl.common.TunneledIfsException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at javax.servlet.ServletException.<init>(ServletException.java:48)
    at oracle.ifs.protocols.dav.impl.common.TunneledIfsException.<init>(TunneledIfsException.java:29)
    at oracle.ifs.protocols.dav.impl.IfsDavServlet.start(IfsDavServlet.java:414)
    at oracle.ifs.protocols.dav.impl.server.IfsServletServer$ServletEntry.start(IfsServletServer.java:626)
    at oracle.ifs.protocols.dav.impl.server.IfsServletServer$ServletEntry.access$1(Compiled Code)
    at oracle.ifs.protocols.dav.impl.server.IfsServletServer.preRun(Compiled Code)
    at oracle.ifs.management.domain.IfsServer$ServerRunner.run(IfsServer.java:2123)
    If you figure out how to fix this, please update this thread or email me at [email protected]

  • Using alter user to change oracle password for logged in web user on XE

    Hi All
    I'm building an app using the pl/sql web toolkit on XE (installed on Win XP Pro SP2). (I'm not using the APEX front-end).
    I'm using basic authentication and oracle database user accounts, and when a user registers for the first time I create them an oracle user account with dynamic sql, followed by some initial setup stuff, and they then log in with it.
    All fine so far.
    However I want to allow the user to change their oracle password as part of maintaining their user details. I've done this in the past using the web toolkit and Oracle 9i and it has worked fine using dynamic sql.
    Unfortunately I can't get the same thing to work in XE.
    For example, if I create the following procedure in the schema aligned to the DAD which holds my application and then run it from a browser (IE or Firefox) then the
    Browser and the db just hangs - not even an error message:
    CREATE OR REPLACE PROCEDURE ut
    AS
    v_stmt varchar2(300);
    BEGIN
    HTP.htmlOpen;
    HTP.headOpen;
    HTP.title ('User Test');
    HTP.headClose;
    HTP.bodyOpen;
    v_stmt := 'alter user "'||user||'" identified by "BERT"';
    htp.print(v_stmt);
    EXECUTE IMMEDIATE v_stmt;
    htp.print('Done');
    HTP.bodyClose;
    HTP.htmlClose;
    END;
    If I run the same statement in SQL*plus it's fine, and if I run the same proc for a different user then it's fine too.
    I'm sure it's something to do with trying to change the credentials of the currently logged in user, but I would at least have expected an error message.
    I'd be grateful for any ideas.
    Thanks
    Steve

    Hi g.myers
    Thanks for your response.
    Sorry, yes, bad turn of phrase there. It's not the entire db that hangs. The web browser (either IE or FF) hangs, and if I look at v$session at this point, I can see that the user STATUS=ACTIVE and the STATE=WAITING.
    I should also point out that I am using standard Oracle users as users of the application, (e.g. create a new user account called TESTER1). These users are then granted the appropriate privileges on the owning schema in order to run the app, access the tables etc.
    Therefore it is the user account (e.g. TESTER1) that is running the password change procedure that is owned by the SYS schema. (However again, this is the exact code and method that I've used in the past and it has worked fine).
    If I leave the browser hanging long enough, it will eventually return with the following error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /h/hopapp.pwdmaint_do.
    Reason: Error reading from remote server
    cheers
    Steve

  • Help needed to loadjava apache poi jars into oracle database.

    Help needed to loadjava apache poi jars into oracle database. Many classes left unresolved. (Poi 3.7, database 11.1.0.7). Please share your experience!

    Hi,
    The first 3 steps are just perfect.
    But with
    loadjava.bat -user=user/pw@connstr -force -resolve geronimo-stax-api_1.0_spec-1.0.jar
    the results are rather unexpected. Here is a part of the log file:
    arguments: '-user' 'ccc/***@bisera7-db.dev.srv' '-fileout' 'c:\temp\load4.log' '-force' '-resolve' '-jarsasdbobjects' '-v' 'geronimo-stax-api_1.0_spec-1.0.jar'
    The following operations failed
    resource META-INF/MANIFEST.MF: creation (createFailed)
    class javax/xml/stream/EventFilter: resolution
    class javax/xml/stream/events/Attribute: resolution
    class javax/xml/stream/events/Characters: resolution
    class javax/xml/stream/events/Comment: resolution
    class javax/xml/stream/events/DTD: resolution
    class javax/xml/stream/events/EndDocument: resolution
    class javax/xml/stream/events/EndElement: resolution
    class javax/xml/stream/events/EntityDeclaration: resolution
    class javax/xml/stream/events/EntityReference: resolution
    class javax/xml/stream/events/Namespace: resolution
    class javax/xml/stream/events/NotationDeclaration: resolution
    class javax/xml/stream/events/ProcessingInstruction: resolution
    class javax/xml/stream/events/StartDocument: resolution
    class javax/xml/stream/events/StartElement: resolution
    class javax/xml/stream/events/XMLEvent: resolution
    class javax/xml/stream/StreamFilter: resolution
    class javax/xml/stream/util/EventReaderDelegate: resolution
    class javax/xml/stream/util/StreamReaderDelegate: resolution
    class javax/xml/stream/util/XMLEventAllocator: resolution
    class javax/xml/stream/util/XMLEventConsumer: resolution
    class javax/xml/stream/XMLEventFactory: resolution
    class javax/xml/stream/XMLEventReader: resolution
    class javax/xml/stream/XMLEventWriter: resolution
    class javax/xml/stream/XMLInputFactory: resolution
    class javax/xml/stream/XMLOutputFactory: resolution
    class javax/xml/stream/XMLStreamReader: resolution
    resource META-INF/LICENSE.txt: creation (createFailed)
    resource META-INF/NOTICE.txt: creation (createFailed)
    It seems to me that the root of the problem is the error:
    ORA-29521: referenced name javax/xml/namespace/QName could not be found
    This class exists in the SYS schema though and is valid. If SYS should be included as a resolver? How to solve this problem?

  • I am trying to import BPM Project.zip file into Oracle enterpriserepository

    I am trying to import BPM Project.zip file into Oracle enterpriserepository from admin tab.
    I am getting the following exception. please help if any one know the solution.
    Performing import...
    Import Failed: Error [100]: An unknown server-side error occurred. Please record stack trace (if available) and contact technical support.
    com.flashline.exception.LoggableException: trouble parsing file in import bundle: SampleWScall/activityGuide.agdl
         at com.flashline.cmee.openapi.service.subsystem.impexp.XMLTranslator.decode(XMLTranslator.java:157)
         at com.flashline.cmee.openapi.service.subsystem.impexp.ImportJob.doJob(ImportJob.java:74)
         at com.flashline.cmee.openapi.service.subsystem.impexp.AbstractJob.perform(AbstractJob.java:75)
         at com.flashline.cmee.openapi.service.subsystem.impexp.JobThread.run(JobThread.java:41)
    Audit results stored in:
    C:\Users\AVINAS~1.YEL\AppData\Local\Temp\import-4705112223687937017.log
    Audit for [Import job.] created on [2012-09-24 11:53:59 IST].
    2012-09-24 11:53:59 IST - Adding Import job with ID=[50403] to job queue.
    Thanks in Advance.

    Hi
    Why are you trying to import BPM zip file are you trying to configure the out of the box workflows?
    They are something that need to be deployed from the process admin on BPM.
    There would be the .exp file you would need as its BPM 10g that you would need to use.

  • User Authentication for subfolder not working in Web Browser

    We are using Oracle Application Server 10.1.2.3 and Database Server 10.2.0.5 for our application.
    One of the functionalities of the Application is to send emails with attachments.
    The logic is that the Application would generate the attachment file on the Application Server.
    Then a database package uses Oracle's utl_http package/procedures(more specifically utl_http.request_pieces where the single argument is a URL) to pick up the file from the Application Server via URL, attach the file and send the email.
    Exchange and Relay Server is also set in the Application.
    The problem is that the folder containing the folder which stores the attachments is having user authentication set.
    Example : The main folder is /apps/interface, this folder requires a valid user when it is accessed via URL on a web browser.
    Alias created in httpd.conf
    Alias /int-dir/ "/apps/interface/"
    The folder /apps/interface/email/ is the folder where the attachment files are generated and stored.
    Application Server : 10.12.213.21
    Database Server : 10.12.213.22
    Email Server : 10.12.213.44
    Configuration as per httpd.conf
    Alias /int-dir/ "/apps/interface/"
    <Location /int-dir/>
    AuthName "Interface folder"
    AuthType Basic
    AuthUserFile "/u01/app/oracle/as10g/oasmid/Apache/Apache/conf/.htpasswd"
    require user scott
    </Location>
    <Location /int-dir/email>
    Options Indexes Multiviews IncludesNoExec
         Order deny,allow
         Deny from all
         Allow from 10.12.213.21
         Allow from 10.12.213.22
         Allow from 10.12.213.44
    </Location>
    Using the above configuration the Application is able to attach the files and send the email, however, when we access the following URL :
    http://10.12.213.21:7778/int-dir/ - it prompts for user authentication
    However if we use the following URL :
    http://10.12.213.21:7778/int-dir/email/ - it does not prompt for user authentication, and all the files in the folder are displayed in the browser.
    I have tried so many things including AllowOverride, .htaccess, but i am not able to get user authentication for the email folder.
    Please help me if you can.
    Thanking you in advance,
    GLad to give any more information that i can.
    dxbrocky

    Thanks for your response.  I fixed the problem by selecting "full site" or "full website" at bottom of the web page.  After making this selection the zoom function returned.  Thanks again for your interest.

Maybe you are looking for

  • What are the limitations of layout builder

    Hello BPS Experts, what are the limitations of the layout builder. Suggestions appreciated. Thanks, BWer

  • Getting the camera to load on the desktop

    I wasn't sure where to post this, but i just got a new Canon powershot. it doesn't want to show up on the desktop like I thought it would. my old fujifilm camera use to show up without having to install any software.

  • I am a novice (age48)

    I am a novice i started using a pc 6years ago (acer laptop)it was great i started banking,shopping,using Facebook,playing games ect soon enoughf my laptop slowed right down.I needed a new one my kids had Macs an swore by them Ibought a Macbook pro wh

  • Just purchased a new computer, how do I download the program on the new computer?

    Just purchased a new computer, how do I download the program on the new computer?

  • Packaging xen 4.5

    Hello, I'm running a Xen server with a few virtual hosts on it and due to the not so very resent move to systemd the 4.4 version of xen didn't work very well. So I went to AUR for xen 4.5 unstable using the xen-git package. Long story short, that did