Fedora Networking :: Use A Running Xsession Environment Via Ssh?

Apr 22, 2011

I'm trying to control my media center via my netbook
but when I ssh into the machine and do
Code ...

So I guess the ssh session is trying to start an x session. Obviously I don't want another session but instead use the existing x session that the machine runs anyway (and on which Rhythmbox runs)

googling I found a similar bug for f12 but no solution or fix or anything...

sorry if this is such a noob question. I've never dealt with xsessions in that way...

View 2 Replies


ADVERTISEMENT

Fedora :: Final Steps In Getting A LAMP Dev Environment Running ?

Apr 27, 2010

I have tried everything and it has been 2 weeks of build time. I have Fedora 12, Apache 2.2, MySQL, and PHP installed on my computer. I have built a virtual host for Apache that works (for the most part). The virtual host references the directory "/home/username/public_html". When I put in my domain it goes to the right folder and accesses the files (permissions = 755). I sut down SELinux so that is not an issue.

Here is my problem: I can not get php to link to other php files called in the same folders or sub folders. The WebServer is telling me that the file does not exist. For instance, I have a login script that shows up on Index.php. This file is in "/code/login_script/login.php". In short I can access the file but when login.php tries to call login_check.php (the code that validates the user) I get a 404 error - file "can not be found" (despite being in the same directory as login.php and have the same permissios set both to the directories it is nested in and the file itself).

I wanted to start using Fedora as a segway to RHEL for a comany I an trying to build . . . but so far it has been nothing but road blocks. I can not get to the code part as I am configuring non stop.

View 1 Replies View Related

Fedora :: Safe Way To Disable Xsession Error Log File?

Mar 26, 2009

I noticed the xsession-error file in my main user's home folder grow up to a big size, it's usually at 2-3MB sometimes up to 20MB. I use Fedora 10 64bit and KDE4.2. I got no problems at all and the xsession-error logfile is full of weird entrys, almost everything is reporting to it, mplayer, xine, opera, firefox, dolphin and many other software I use. I don't think the most of these entrys are real and critical system errors, especially all the mplayer stuff. However, I'm not worried about the file size since Fedora 10 seems to delete the file on every log in.

My problem is the disc access because all this never ending writings to hard disc kinda break things like the mount options noatime, nodiratime. I read something about you can redirect the logfile to /dev/null but that was for an ubunto distribution and I would like to get a how to for a save way to disable the xsession-error logfile, I got 8GB RAM so everything is in cache anyway after a long session, I really want to get rid of unnessesary hard disc access like that. If not recommend to disable it, can I direct it to an usb stick or ssd?

View 7 Replies View Related

Fedora Networking :: Nfs Permission Error On Diskless Environment

Dec 9, 2010

I'm trying to set-up a diskless environment on my home network, based on a F12 server and one FC14 client and I have a problem that I think is related to NFS, but googling around I cannot find any solution.
Basicly the client boots correctly, gdm fires up showing the login window, but the system doesn't let me in, if I switch to console (CTRL+ALT+F2) I cannot login with both standard and super user getting a "permission denied" error.

I tryed to mount the exported fs on another computer and ls -l on the mounted dir shows both user and group set to nobody.

If i mount the exported dir on server side (i.e. mount -t nfs localhost:/...) permissions user and group shows correctly

View 2 Replies View Related

Ubuntu :: Still Running With Gnome As The Desktop Environment?

Apr 30, 2011

Is the new Ubuntu still running with Gnome as the desktop environment? I seem to remember hearing somewhere that it was something else - does that mean I could uninstall Gnome?

View 5 Replies View Related

Ubuntu :: How To Run .Xsession In 10.04

Jun 9, 2010

I recently upgraded to 10.04, but I'll be darned if I can get GDM to run my personal .Xsession (or .xsession or .xinitrc or.Xclients...) when I log in. I don't see any option on the session menu. The only entries are window managers and "xterm". My script works when I log in from the console. don't tell me that Ubuntu (or GDM) has made things simpler by taking away the option of a .Xsession! Nah, couldn't be.

View 5 Replies View Related

OpenSUSE :: Xrandr For Kdm Before Xsession?

Aug 4, 2009

Normally you can put your xrandr command in /etc/kde4/kdm/Xsetup to change resolution before login. This does not work for openSUSE. Why, where else ?

View 1 Replies View Related

Networking :: Feasible / Desirable To Setup A Network Of Virtual Machines To Use As An Environment To Learn Networking?

Nov 18, 2010

I've been learning linux for a while now with half an eye on making a career out of it in future. One sizeable gap in my knowledge at the moment is networking. Is it feasible/desirable to set up a network of virtual machines to use as an environment to learn networking? My budget is non-existent so I was hoping to be able to get a basic understanding of the principles from installing a few desktops, a virtual gateway etc on VMware workstation on my laptop, and doing a lot of reading online.

Is this feasible, or will I just end up learning about virtual networks instead of real ones? Also how much power would be required, because my 3GB RAM lappy has just gone bang and all I have now is a (new) 1GB RAM lappy.

View 10 Replies View Related

General :: Exporting A Variable From Within .xsession?

Mar 31, 2011

I'm trying to export a variable from within the .xsession so it will be available to any application started afterwards.

Here is a minimial .xsession file:

Code:

export MYVAR=123
exec gnome-session

The problem is that when I start a terminal and do:

Code:

echo $MYVAR

I get an empty string, meaning it's undefined.

View 2 Replies View Related

Networking :: Cannot Ping Gateway Server Within Windows Networking Environment

Jul 11, 2011

I am trying to get a Linux (Slackware 13.37) working in a Windows networking environment. The IT support for this organisation does not extend to Linux support, so I'm limited in what help I can get for this.

I'm trying to get to the point where I can get to the internet to download what I need on this Linux machine.

The situation is this (*fictitious addresses used) -My Linux machine uses a fixed IP address (10.100.150.21)
My Windows machine uses a DHCP assigned IP address (10.100.150.213)Both Linux and Windows machine are configured to access the gateway server (10.100.150.1)So, I can ping the Linux machine from the Windows machine and vice-versa.I can ping the gateway machine from the Windows machine.I can browse Windows Shares on the network via SMB from the Linux machine.I CANNOT ping the gateway machine from the Linux machine with the Destination Host Unreachable message being the error message.

For actual internet access I need to access a proxy server but since the Linux machine can't even ping the gateway server, it fails to ping the proxy.Now, I have been told the gateway is a HW based router and for Windows machine they use some software for authentication to connect to the network. This software isn't available for Linux, so that's why I've been told to use a fixed IP address.My experience of networking is pretty basic and most of the Linux setup is done via running Slackware's setup program.

View 12 Replies View Related

OpenSUSE Install :: Login Fail Xsession?

Aug 23, 2010

I've just install SUSE 11.3. GNOME and KDE are selected as GUI session.At the login screen, in Session list I saw TWM, and after selected it as login session I couldnt login, and login screen disappear as well. It shows a black screen and the mouse pointer, and I have no idea how to switch to KDE or GNOME since no login screen.

View 2 Replies View Related

Ubuntu :: Stop The Xsession Reporting Errors

Apr 13, 2010

I delete the file and within about a week i am back to a "out of space error" I have tried root owning the file with no permission to write, but it still gets written, just with a number on the end

the system appears to be working fine otherwise. I could set a cron remove but that seems a bit more hacky than telling it to shut up.

View 4 Replies View Related

Ubuntu :: Custom .Xsession Behaviour Not Normal?

Jul 19, 2010

My problem is, when I start my custom xsession through startx I get almost ideal results; the network manager requires a password every time. But when it is run through gdm I cannot use any of the awesome3 hotkeys (and so alas, cannot actually do _anything_) although the wireless does connect automatically (?).

[Code]...

View 2 Replies View Related

Ubuntu :: .xsession-errors Is Filling Up Fast

Feb 18, 2011

Just today I started getting notices about lack of disk space on my system. After much digging I found that .xsession-errors and .xsession-errors.old were taking nearly 70GB of space combined. The primary message I'm getting over and over again is: SSL_Write: I/O Error I have been unable to figure out what's causing this error.

View 3 Replies View Related

SUSE :: Xsession Login To Root Disable

Jul 16, 2010

Cannot login as root or any user.
Message "xsession login to root disable".

View 6 Replies View Related

CentOS 5 :: How To Stop Xsession From Auto Starting

Jun 18, 2011

my mouse is not being seen so I need to log in without the xsession autostarting to get a cmd line login.

my account will not let me login with my passd so the console is my only access with root but i cannot do anything withourt a mouse.

1. How can i get logged in?

2. How can I stop xsession from autostarting on a reboot once i get loged in i can try to remove that setting and boot the box.

3. secure session lets me in but the xterm is not active so I cannot type any commands.

View 5 Replies View Related

Ubuntu Networking :: Installing On A Windows Networking Environment

Feb 8, 2010

What I did to configure the network:

1) remove network manager

2) make ip address entries in /etc/network/interfaces and /etc/resolve.conf files.

when I do networking restart it is showing

"reconfiguring network" [OK].

However Google.com is an unknown host. I am getting the feeling I am missing something. The network adapter is showing green led . Does it have something to do with the microsoft networking that's running in my office?

View 2 Replies View Related

Fedora Networking :: How To Print Through Another PC Running Vista

May 23, 2010

I am trying to figure out how to make my computer use my network in order to print thru. Another PC, (running windows vista) I know that the printer works, that I can print from another computer (because I have done it using windows XP) but I can't figure out how to print with fedora over my network.

View 9 Replies View Related

Fedora Networking :: Cannot Get Wireless Running On Netbook?

Aug 13, 2011

i have the same problem, i installed fedora on my netbook without problems, but i can not connect for the same reason. 15 seconds before prompting me for the password and continues like this.

View 12 Replies View Related

Ubuntu :: Xsession-errors - Failed To Load .compiz

May 5, 2010

I have had a few X crashes and started to suspect compiz as they usually happened when I was resizing a window or the window was wobbling.

Here is the Xsession-errors log (it's a hidden file in your home folder). It mentions:

Code:
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
Starting gtk-window-decorator
Unable to find a synaptics device.

[Code].....

View 3 Replies View Related

CentOS 5 :: Need Remote Xsession Like Terminal Server On Windows

May 2, 2009

I need to install in my centos 5.3 a remote sesion login like a Terminal Server on Windows. I tried to use a VNC but I have a problem and it is that the user must be loged before on local machine. I need to can wake on lan my server and log in with that program.

View 1 Replies View Related

Fedora Networking :: Controlling A Running X Server Remotely?

Apr 11, 2009

*Solved* I have been reading the following guide on how to use the VNC programs and a GUI to connect to my main machine from my laptop via my LAN and router:

[URL]

This allows me to control the server remotely, and run applications on the server remotely, with the GUI output being shown on my laptop, which is really neat I had Eclipse + PDT running on my server and had to stop it and start a new instance remotely from the laptop via VNC viewer, as Eclipse said the workspace I wanted to use was already in use.

So starting the VNC server on the main machine does not allow me to access the programs that are already running on the main machine under the native X server. However I can now do PHP debugging remotely using Eclipse + PDT now, and all the PHP source code is on the server machine. That's OK, but I would like to do more than that. I want to be able to connect to the native X server on my main machine, and control all the applications running on the main machine remotely from my laptop, without having to shut them down and restart them again via a VNC viewer.

Is there some sort of remote control program I can use to allow me to connect to the running X server on my main machine from my laptop, and control those applications remotely please, so the desktop layout on the main machine's screen is mirrored on the laptop screen?

View 1 Replies View Related

Fedora Networking :: Rt2870/WUSB600N Not Running On Startup?

Oct 4, 2009

my wireless adapter(WUSB600N) doesn't run when I log in. The driver is loaded on start-up but the green light is not on the adapter. I have to physically disconnect the adapter and plug it back in to get it recognised and it works fine afterwards

View 2 Replies View Related

Ubuntu Networking :: Cannot See Network Icon - Nm-applet Running - Notification Area Running

Dec 25, 2010

Hi. I have Ubuntu 10.04, nm-applet is running in the background, my battery icon and sound icon are showing but my network icon has been missing for the past 2 days. It was working fine before but now it's not. How can I fix this issue if I don't have an ethernet cord? Is there a way to roll back the recent updates or do I need to reinstall my network manager?

I've tried restarting the system and I've tried killing nm-applet and reloading it using Alt F2. I get some Debug error.

When I try to run nm-applet --sm-disable

It says an instance is already running and then gives me a warning.

I tried removing "iface eth0 inet dhcp" from /etc/network/interfaces and then tried restarting by "sudo /etc/initi.d/networking restart"

It says:

What can I do to connect to the internet? I have a flash stick if its possible to download a .deb package on this mac and transfer it over to my other laptop to fix the problem. If its possible.

View 7 Replies View Related

Ubuntu Installation :: Pure LXDE Borked Xsession Autologin?

Nov 28, 2010

Installed 10.10 Ubuntu and found the Dell D820 did not digest Gnome that easily. I tried adding Lubuntu from repos after adding PPA. Seemed unstable to use, so I followed Psychocat direction for Pure LXDE and removed Ubuntu. Now login is giving error "xsession:unable to launc "openbox-gnome" X Session --- "openbox-gnome" not found; falling back to defaultsession." Where do I correct the xsession login to allow auto login. (I know the chances for autologin, and still choose to use it)

View 7 Replies View Related

General :: Creating XSession File Makes StartX Go Black

May 28, 2011

I want to put:
xmodmap -e "pointer =3 2 1"
somewhere in the startup. It seems creating an .xsession is the solution. But after I create a .xsession file in my home folder, the next time I run startx the screen just turns black. (And only for a short while can I switch to another virtual terminal, before that too becomes impossible). After deleting the file it runs OK again. I'm not using any login/desktop manager. I use IceWM on Debian Squeeze. Is there some script/import that has to be present in the .xsession file, or is something else going on? Also I'd like to know what I should do when I get a black screen. Turning off the PC is such a crude method

View 11 Replies View Related

General :: Writing A Custom Xsession In Ubuntu That Logs Out On Process End

Aug 30, 2010

Im trying to create a custom xsession on Ubuntu 10.04 that will launch nxclient and logout automatically when it closes.

This is what I have so far

Code:

How would I go about altering this script to logout when nxclient closes? To make this more complicated, nxclient spawns a separate process (nxssh) when it logs in and closes itself.

Is it possible for a script to listen for a child process to close and then execute some commands (in this case a logout)?

View 1 Replies View Related

CentOS 5 :: Change In The Server Configuration That The Clipboard Works In The Xsession?

Oct 12, 2010

I have a Centos 5.5 and we make remote connections with Xfree from Windows to the Linux Server. We start the Xsession with the option -clipboard, but it's not working. Which settings do I have to change in the server configuration that the clipboard works in the Xsession?

View 2 Replies View Related

Fedora Networking :: Dual Boot Comp Running Windows 7 And F13?

May 2, 2010

I have recently set up a dual boot comp running Windows 7 and Fedora 13 (test) and began noticing that after a short while,was taking forever to access web pages. When I look at my router which is running DD-WRT I noticed my active connections was over 500 whereas should only be around 200 maybe or less. This does not occur under windows,so am not sure where to begin.box is running 64 bit quad core processor.

View 7 Replies View Related

Fedora Networking :: Cell Phone - Should Tether As A 3.5g Modem Via USB To A PC Running 13

Aug 3, 2010

if anyone here could recommend a cellphone. My main requirement is that it should tether as a 3.5g modem via USB to a PC running Fedora 13. I have previously used a Nokia to good effect, but their standpoint on privacy is making me look for a different brand.

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved