Freenx: how to access a server

hi guys,
i am currently trying to access a freenx server via the nxclient. obviously everything works, because in the nx session administrator the session appears (pls see screenshot). both machines are running current arch and i installed freenx server and client from the arch release.
the problem i have is that i do not receive a window with the remote machine. maybe i am too stupid and do not understand the principle, but i really have no clue to get this shit done.
shot:
thx for help.
rgds
hcjl

Well flattery will get you anywhere it seems.
I just installed freenx again to check i wasn't totally full of bs.
Well it does work both gnome and openbox.
Make sure you follow archwiki for freenx closely, check that ssh really works and you can 'ssh user@host' succesfully.
ie copy client / server keys to correct locations.
if that fails this seems pretty nice http://www.nomachine.com/documentation/admin-guide.php
I couldn't get gnome to work some time ago (on my first try, made a post here and someone suggested deleting / changing some kde deps to make gnome work) but now gnome seemed to be the easiest choice. from gnome to gnome.
To connect from gnome to openbox I used the following nxclient settings (I wasn't logged in ob on the remote pc tho, don't know if it makes difference but there seems to be some settings about sharing the same desktop/ session on both remote / local)
Desktop: unix, custom. Settings: run the default X client script on server (ie I think thats the remote machine .xinitrc that loads conky tint and execs openbox) then Options New virtual desktop
Also terminate all previous (unsuccesfull) running sessions if any before connecting.
But it does work tho and what a nice app it is
EDIT: too bad tint doesnt seem to work in freenx
EDIT2: wonder how I could connect to an already running session, ie control the already running laptop session without launching the wm/de again...
Last edited by Mikko777 (2007-07-18 17:41:27)

Similar Messages

  • How to access file server through ethernet BUT internet though wireless

    I'm looking for a way to to run my file server network through ethernet while internet access is provided though wireless, but don't want users to have to switch off the wireless when they want to access the file server.
    File server is set up at trade shows and the conventions charge a fortune for internet access for multiple users and even more ($6000) for a connection that I'm allowed to put a router on. So I'm considering running my apple router for the file server network without internet access and just having my staff get their internet access from the cheaper wireless access the convention center has throughout the building.
    Problem is that I need them to be able to access the file server and the internet at the same time without switching back-and-forth from either network.
    Any suggestions? File server and all clients are macs.
    Message was edited by: Road Show

    Hello,
    Here are some good articles for this topic, please see:
    sql server connectity over the internet:
    http://www.codeproject.com/Questions/433687/sql-server-connectity-over-the-internet
    How To Connect SQL Server Through Internet:
    http://www.youtube.com/watch?v=VOUDdUJ5BLY
    Regards,
    Elvis Long
    TechNet Community Support

  • How to access application server 10g, if client machine is proxy settings.

    hi,
    i have installed oracle application server 10gR2, on vertual machine, windows2003
    my forms are stored in forms folder , i can access the application/forms
    throuhg client machines, if proxy setting is unchecked, but if proxy is chacked can't access application.
    as there with the user machine is required with proxy setting. how
    to access the application. i mean what is the configuration.
    in application server so that any computer (client machine)
    can access weather it is having proxy setting or not.

    now i enabled the java console to see the trace, there i found. if proxy is checked in client brouser with 8080 port which is required by organisation.
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\fresh
    Proxy Configuration: Manual Configuration
    Proxy: eproxy:8080
    Proxy Overrides:
    Jar cache disabled by user
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle.forms.engine.Main not found.
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Where as if there if i remove proxy setting by uncheck. then application goes smoothly.

  • How to access Sql Server Express installed on Virtual PC from Host?

     
    I have SQL Server Express 2008 R2 installed on Virtual PC. and on my Host machine i have SQL Server 2008 R2 ( Enterprise Version) installed.
    Since Management studio that comes with SQL express does not support SQL profiler, i want to access SQL Server Express from the Host machine’s management studio which has SQL profiler.
    But I could access it using VM’s ip address & instance name

    Hi lax,
    Follow below steps in your Virtual Machine:
    1. Allow remote connections to this server
    The first thing you want to check is if Remote Connections are enabled on your SQL Server database. In SQL Server 2008 you do this by opening SQL Server 2008 Management Studio, connect to the server in question, right click the server and open the Server Properties.
    Navigate to Connections and ensure that Allow remote connections to this server is checked.
    2.  Protocols for MSSQLServer
    The next good thing to check is the SQL Server Network Configuration. Open the SQL Server Configuration Manager, unfold the node SQL Server Network Configuration and select Protocols for MSSQLServer (or whatever the name of your SQL Server instance is). Make
    sure that TCP/IP is enabled.
    3. The Firewall
    If there is still no communication happening between your computer and the remote SQL Server you most likely need to configure your firewall settings.
    A good first step is to figure out which port is being used by TCP/IP (and which you need to open in your firewall). You can do this by right clicking TCP/IP and selecting Properties. Click on the tab IP Addresses .
    That was easy enough and all there is left to do is to allow inbound TCP/IP traffic on Port 1433 in your firewall. In Windows 7 this works something like this. Open the Control Panel and navigate to Windows Firewall. Click on Advanced Settings on the left hand
    side and you should see the Windows Firewall with Advanced Security. Select the Inboud Rules on the left hand side and click on New Rule on the right hand side. This opens the New Inbound Rule Wizard which you can use to allow inbound traffic on Port 1433
    for TCP/IP.
    For more information, please refer to
    http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx.
    In host machine:
    After you have done steps above, you could use the SQL Server Management Studio in the host machine to connect the SQL Server Express R2 in Virtual PC. If you installed a default instance in Virtual PC, you could use VirtualComputerName to login the SQL
    Server database engine. If you installed a named instance in Virtual PC, you could use VirtualComputerName\InstanceName to login the SQL Server database engine.
    Thanks,
    Maggie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

  • DTR API, how to access DTR server from own program?

    Hello Expert,
    we have a requirement to download some source code from the DTR server using our own program (not the SAP standard DTR Client integrated in NWDS). My question is: does SAP provide some kind of API for accessing DTR server?
    I know there is a command line DTR client, but what we need is to send the command to DTR server from our own program to download some source code, after download our program will  then process the source code.
    Anyone has idea how that would work? The best is that SAP provides API to access DTR server. Not sure if we can call the command line DTR client from our program (technical should be fine, but this is not the best way).
    Appreciate any input.
    Thanks
    Jayson

    Hi Jayson,
    If your program language of your own program supports opening files with an URL name and saving those files locally, you can use the WebDAV protocol to access the DTR.
    But beware of developing your own DTR client implementation: all the handling of activities - propagation lists - inactive/active workspaces - (blob) metadata - versions - integrations of activities, etc. sounds to me very tricky.
    If your programming language of your own program supports executing OS-commands, try executing the DTR tool located in the tools directory of NWDS. It supports executing a list of DTR commands listed in a script file. Perhaps this satifies your needs.
    Hope this helps your decision making.
    Regards,
    Alain.

  • Entity Framework - Code First - Migration - How to access SQL Server and Oracle using the same context?

    Hello,
    I use Entity Framework code first approach.
    My project is working fine with SQL Server. But, I want to access Oracle too. I want to switch SQL Server and Oracle in run time.
    I am able to access Oracle using "Oracle.ManagedDataAccess.EntityFramework.dl" in a new project.
    But, Is this possible to access SQL Server and Oracle in the same project.
    Thanks,
    Murugan

    This should be possible with a Code-First workflow.  In Code-First the database mapping layer is generated at runtime.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • How to access application server path in sap

    Hi All,
      Could you please help me how we can navigate application serverpath; for example in my job the file is placing at this directory /usr/sap/interfaces/WAP/100/MM/OUT/SOFTCONQAG/ARCHIVE in application server, How can I go to that path to check weather file is avilable or not.
    Regards,
    Muralikrishna.

    Hi,
    U can access through AL11 transaction. But please note that not all will be having the access to perform this.
    Thanks & regards,
    Prakash Ghantasala

  • How to access SQL server in oracle running in aix unix?

    Hi all,
    I have oracle database running in IBM AIX OS, and I need to query data in
    SQL SERVER 2000.
    How to do that?
    Is there free Sqlserver ODBC drivers for unix?
    Thanks

    Hi,
    I prefer heterogenous services over ODBC for this!
    I have my notes here, which may help.
    http://www.dba-oracle.com/t_heterogeneous_database_connections_sql_server.htm
    1. Install Oracle ODBC drivers on the server (your local Oracle database) that will access the remote SQL Server database using the database link.
    2. Setup the ODBC connection on the local Oracle database using the Windows ODBC Data Source Administrator
    3. Test the ODBC drivers to ensure that connectivity is made to the SQL Server database.
    4. Ensure that your global_names parameter is set to False.
    5. Configure the Oracle Heterogeneous services by creating an initodbc.ora file within the Oracle database.
    7. Modify the Listener.ora file.
    SID_NAME is the DSN for the remote database.
    ORACLE_HOME is the actual Oracle home file path.
    PROGRAM tells Oracle to use heterogeneous services.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=Cas30C) -- Enter the DSN on this line
    (ORACLE_HOME = c:\oracle10gdb) -- Enter your Oracle home on this line
    (PROGRAM = hsodbc) ) )
    8. Modify the Tnsnames.ora file. This is the Oracle database installation accessed by the users to connect to the ODBC drivers
    (DESCRIPTION=
    (ADDRESS_LIST=
    (Address=(PROTOCOL=TCP)
    (HOST=
    -- (Server x)
    (PORT=1521))) -- Enter the port on which the server x Oracle installation
    -- is listening
    (CONNECT_DATA=(SID=Cas30c)) - Enter the DSN name
    (HS=OK) -- Enter this value. It tells Oracle to use hetergeneous services
    9. Reload the listener on local Oracle database
    10. Create a database link on the local Oracle installation that accesses the heterogeneous connection, which, in turn, connect to SQL Server.
    11. Run a SQL Server Select statement from the Oracle installation using the database link.
    Hope this helps. . .
    Don Burleson
    Oracle Press author
    Author of “Oracle Tuning: The Definitive Reference”
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • How to access web server with SSH client

    I need to access my web server via SSH. I do not have clue how to go about. I have transmit for ftp but looks like I cannot use SSH with Tranmit.
    I guess I need to know:
    - What ssh client to I need to get?
    - If not detailed instruction provided How do I go about? I know I need the port # and my ip address and I have both of those but not sure what else I am to do.
    TIA for the help!

    Open up Terminal. It's in the Utilities folder.ssh -p <port#> <ipaddress> or, if you need to log on with a different user namessh -p <port#> <username>@<ipaddress>

  • How to access  the  server from home

    Hi Friends,
       i want to connect  my ABAP ECC system from my home... i have net connection in my room.. i heared that through IP adress we can access our office system from our home.. so, can one plz  suggest me the solution..
    is it any GUI is need to install  in our PC or dircetly we cann access our office  system from our  home..
    Thanks
    Babu

    Hi Babu,
                      You need to install VPN client software on your mechine, then ask your office network admin for VPN gateway/ server IP(it will be a public IP) and VPN Id and password, you configure it in your home sys's VPN client. Once it is done Install SAPGUI and connect to internet then connect to your office VPN server. Now you can connet to your SAP server.
    Regards,
    Hari.
    PS: points are welcome.

  • How to access BO server using Enterprise COM SDK

    Hello,
    We were using "classic" ASP program(in IIS Web Server) to run reports from Crystal Reports,  now as part of our upgrade we should use Business Objects Enterprise server XI R 2 (all the reports from CR has been moved to BO) from our Webserver, my question is how can I use SDK to run report from the BOE server?, do we need to install BOE SDK in our Webserver(IIS)?, where can i get the install? and  where can I get API reference for SDK(COM API), we are using BOE server version XI R2 so I believe it should not be an issue to use COM API in our ASP.
    Please suggest.
    thanks,
    Saran

    Hi Jason,
    As you suggested I did custom install SDK from Server components using the install CD.
    Could you please let me know how to configure COM SDK in IIS server?, is it enough to copy all the .dll files into the root directory of IIS server or is there any setting I need to make in order to use it in my ASP. Pls suggest.

  • How to access SQL server using SQL toolkit from LabVIEW

    I 'm using Labview SQL toolkit to read from data base
    it is Okay for dBase but for SQL server we couldn't
    as we could read only the numeric fields but no longer for character fields

    Check to see if the text fields are defined as nvarchar or nchar. If I remember right, the old toolkit had some problems with these data types.

  • How to access exchange server's features with java?

    I can send/receive mail to MS Exchange Server using JavaMail API. Thats working fine but is it possible to acess other features of MS Exchange Server? At least is it possible to get the list of users in exchange server using java?

    JavaMail only speaks the standard internet protocols. I know very little about Exchange,
    but I suspect many of its features are not accessible using standard internet protocols.
    It's very unlikely that you can get a list of users using one of the standard internet mail
    protocols. Certainly none of the protocols support that as a standard feature.

  • How to access sql server using java script

    Hi, Is it possible to connect to sql server in java script. I'm using microsoft jdbc driver for connectivity to sql server.
    Thanks

    Hi, Is it possible to connect to sql server in java
    script. I'm using microsoft jdbc driver for
    connectivity to sql server.If you want to ask about Javascript, you are in the wrong place. Go and find some JavaScript forum. Actually, you could connect to database from javascript using Ajax or the like mainly because you could have Java code behind the scenes, but then that too is not something I would want to discuss here. So, go find the correct place for the topic.

  • How to access FTP server through Adapter Module

    I gone through SDN Search and found no solution with PI Standard Import to support FTP inside the Adapter Module
    Requirement
    This is File to IDoc Scenario.
    I am trying to write Module which takes care of processing 50MB to 100MB file and split based on conditions of the record structure of the file. Where we are trying to reduce the file size and takes care of certain logic by eliminating/building xml etc...while splitting file.
    In order to use FTP library, is there any standard library available or supported by SUN.
    Please advice

    Hi,
    >>>found no solution with PI Standard Import to support FTP inside the Adapter Module
    why would you? file adapter supports FTP - so you don't need it
    >>>In order to use FTP library, is there any standard library available or supported by SUN.
    you can use any java ftp client available on google
    Regards,
    Michal Krawczyk

Maybe you are looking for

  • CUCM 8.6.2 - SURL Buttons Issue related to Extension Mobility

    Hello Guys, we are running a CUCM 8.6.2.22900-2 with the extension mobility service. One the user device profiles we have applied several third application services via SURL buttons.  Actually I though it does not matter, what device type I choose du

  • Sharepoint 2013 site having NTML Crawl issue while crawling Sharepoint 2010 sites having FBA authentication

    Hi, We have Sharepoint 2013 search center site which is claim based with NTLM authentication set. we have Sharepoint 2010 farm also running which are FBA authenticated. While crawling Sharepoint 2010 sites having FBA authentication from SP 2013 searc

  • Can't copy image/video from Nok 5800 XM to PC

    Owh...i have no idea again....... i've tried many ways, but the files are failed to be copied, i've tried by using nok pc suite&mass storage mode to transfer them, but it's always failed. it seems that the files i copy are corrupted or uncompleted. l

  • Customer invoice of FI document

    Hi Gurus, How to print invoices posted using fb70 which is customer fi invoice.... Can we use same invoice which is developed for invoices from sd module.... Thanks

  • WebCRM Demo license

    Hi All, I have setup WebCrm on a test server with a demo license just to see if I can get it all working. I know I have to access the site locally and not across a network but besides this restriction, will all other functionality within the product