Networking :: Vncserver: Couldn't Find "xauth" On Your PATH?
Mar 9, 2010
Firstly I remote login to a PC by telnet/sshAfter thatI type vncserver in the terminal.Then I gotvncserver: couldn't find "xauth" on your PATH.May I know what it is about and how to setup vncserver?
View 2 Replies
ADVERTISEMENT
Mar 6, 2010
I did a full install of 9.10 on my Dell Inspirion 1200 laptop & use a Dell 1350 card, after several posts and replies I went to [URL]and followed the instructions for Ubuntu/Debian. This is the result I get....
mike@mike-laptop:~$ sudo apt-get install b43-fwcutter
[sudo] password for mike:
Reading package lists... Done
Building dependency tree
[code]....
I followed this procedure before installation (live CD) and it successfully found and installed the firmware. Apparently it was saved in live CD. What do I need to do?
View 2 Replies
View Related
Sep 16, 2010
Debian linux:
I've tried apt-get install with the following packages:
And others and always get 'Couldn't find package'.
I tried doing an apt-get update and that worked without problem.
View 11 Replies
View Related
Jan 5, 2010
just loaded 9.10 and trying to install the NDIS wrapper so I can use my USB wirless adaptor. Executed the command
sudo apt-get install ndiswrapper-utils-1.9 as read in one of the forums and received the following error:
E: couldn't find package ndiswrapper-utils-1.9
both the tar version and the unzippedversion are on my desktop but I'm not sure they are installed and I don't know what to install. I've clicked every file in every folder most seem to be instructions not what I know as executables.
View 1 Replies
View Related
Jun 27, 2010
No sure exactly what the problem is here? I am trying to get a X app running from a remote site on my desktop. I am using this proceedure:xhost +remote host xauth on local host the get 'Cookie'.
scp Cookie to remote host
xauth merge Cookie into .Xauthority
ssh to remote.
export DISPLAY=local host:0
xfig
xfig fails with "Error: Can't open display: local:0"
If I start another X using '-ac' ( not authinaction) and put to local:1 , all is well.
View 4 Replies
View Related
Jan 23, 2010
My son's desktop has Fedora 12 and a wireless card. Everything worked for a long time until one fine day the network management just disappeared from both System/Preferences menu and the panel on top.I can run a Live CD with Fedora 12 on that machine and it immediately connects to our home wireless network. Booting from hard drive has no sign of NM. Trying to run 'yum install NetworkManager-gnome' does nothing because there is no connection. Running the same command as a LiveUser from CD does seem to install everything (but where to???), no errors reported, and still the is no network functionality upon reboot from the hard drive, even when plugging to LAN with a cable.It seems that I need NetworkManager in order to go online in order to install NetworkManager.I have other computers at home that work fine, I was able to download a couple of archives with NM, but I am new to Linux and have no idea what to do with those files.I could not find any step-by-step installation guides for NM, especially when the computer has no connection at all.
View 8 Replies
View Related
Jul 12, 2011
kernel 2.6.21.5, slackware 12.0
GNU bash 3.1.17
Code:
As you can see, /usr/local/bin is in the path. However, bash does not look for nasm in /usr/local/bin.
If I am root, things go well:
Code:
View 16 Replies
View Related
Mar 30, 2010
I just installed VNCServer on my Ubuntu box. I've tested the connection on my Windows box and connect fine.If I were to restart Ubuntu, would the VNCServer start automatically? If not, how would I do this?
View 1 Replies
View Related
Apr 14, 2010
I am helping a local genealogy society set up their research center. They want three workstations and a single data server. The genealogy program of choice was GRAMPS, which I have used for years a Wonderful program! No data is going to be input on the workstations the users are simply researching existing data on the server.
Since several RDP-based Wyse thin client units were available for free as were monitors and keyboards, the decision was quickly made to use an RDP based client/server system. Using VNC was unacceptable due to its speed and latency issues, plus, it isn't supported by the Wyse thin client units ONLY RDP and Cytrix.
Using Microsoft's server OS and Terminal Server package was far, far beyond the society's budget. We briefly considered equipping a Windows XP box with a copy ThinSoft's RDP server package, WinConnect Server XP, but its $300 price tag was still too much for the society.
The decision was to use Linux for the server. At first we considered LTSP but it is oriented towards PXE net boots and, while this may have worked, its complexity scared us off and we opted for what, we initially thought, was a much simpler solution XRDP.
We were right and wrong at the same time. It is simple to set up very simple, but the lack of documentation places many pitfalls in front of you, PLUS the solution is distribution dependent.
I spent many hours on this issue. There are numerous sources on the web citing solutions to running XRDP. Unfortunately, they all involve running vncserver against the destination logins. This is NOT what we desired. We wanted to be able to boot up the host system but not login at all, yet still be able to connect to a session via RDP.
I tried numerous distributions and eventually spending a lot of time going through the xrdp source code and planting out my own debug messages in /etc/xrdp/startsm.sh to output to a file in /tmp. Putting in ps -eS >> /tmp/xrdp.txt was particularly useful because it showed that xrdp/sesman DID launch an Xvnc, meaning that it was unnecessary to pre-launch vncserver, as most pundits recommend. The solution was figuring out how to connect to the Xvnc session created by sesman.
I discovered the solution somewhat by accident. It seems that the files created in the destination user's .vnc folder by vncserver were interfering with xrdp/sesman. Here is what worked. 1.Starting with a nearly virgin install of Ubuntu 10.04 beta 1, installed two users intended to be accessed for remote login via RDP. That is ALL that I did I never even logged into them. 2.My first entry xrdp.ini was unmodified except that ask was deleted from username=. Everything was unmodified.
3.Using tsclient on another machine, with the desired username, that was NOT logged in, and password pre-filled, I connected and received a nice Gnome desktop. 4.The session was on 5910. 5.While keeping this session active, I logged into the next login created for remote access and received my second nice Gnome sesktop on port 5911 automatically. Xrdp-sesman DOES automatically launch Xvnc in a useful way!
I can ONLY get this to work on Ubuntu version 10.04 e/w Gnome. It fails on CentOS 5.2, Xubuntu 9.10, SuperOS 9.10 and Lubuntu 10.04. In all cases xrdp was version 4.1.1, so the issue is not with xrdp/sesman it lies within the OS what, I do not know. I did not test KDE at all.
Code:
The system is running Ubuntu 10.04 LTS beta - the Lucid Lynx, amd64:
uname -a
Linux ubu910 2.6.32-16-generic #25-Ubuntu SMP Tue Mar 9 16:33:12 UTC 2010 x86_64 GNU/Linux
---------------------------------
Contents of /etc/xrdp/sesman.ini:
---------------------------------
[Globals]
ListenAddress=127.0.0.1
[code]...
View 9 Replies
View Related
Jul 22, 2011
I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?
View 5 Replies
View Related
Oct 13, 2010
I'm planning on running DirectAdmin on OpenSUSE 11.3 but I couldn't find anything about it. So my question is if anyone actually has done it before.. with good results preferably.
View 5 Replies
View Related
Jun 27, 2010
When I type this command ;sudo apt-get install build essentialI got this ;
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]...
View 2 Replies
View Related
Jul 29, 2010
I had installed Ubuntu server 10.04 and i am trying to install Webmin for GUI.
When i start with "sudo apt-get install update" the following gets displayed...
Reading package list... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package updates
I had configured correct IP address and i am connected with internet. After googling for some time i figured out that missing repository could cause such problem, which i am not sure.
View 9 Replies
View Related
Sep 8, 2010
I'm newbie in ubuntu and trying to install ffmpeg but there's an error which i couldn't figure out.E: Couldn't find package libmp3lame-devi'm trying somethings according to this article;[URl]
View 7 Replies
View Related
Oct 25, 2010
I'm new to linux, have been somewhat of a computer geek my whole life and thought it about time that I delved into the world of linux. So I installed ubuntu 10.04 on my computer. I love it. However, I can't get my wireless to work. In my dorms there are no ethernet hookups, so I have to use the wireless. I typed "sudo lshw -class network" into the root terminal. The important things that I figured out was the bus info: pci@0000:4:06.0 and the pysical id: 6 (not sure if the physical id is important but it sounds like it is). I then did a lspci and found that at bus 04:06.0 it is a RaLink Device 3060. I downloaded the .tar file for the driver. I could not find instructions for it online so I followed the ones for the rt2860 driver : [URL].... I could not get it to work, It built ok and installed ok, but when I do the modprobe I get an error saying the device or resource is busy. Either that or that it cannot be found. One thing that I found weird was that I couldn't get it to build a 3060 driver, it would only build a 3562 one.
View 3 Replies
View Related
Apr 26, 2011
I have ubuntu intrepid installed in one of the amazon servers , when i try to install any software using apt-get i used to get the following error.Code: E: Couldn't find package E: Some index files failed to download, they have been ignored, or old ones used instead.
View 5 Replies
View Related
Jul 3, 2010
When i install libdrm, i get the following error:checking for clock_gettime... no.checking for clock_gettime in -lrt... no.configure: error: Couldn't find clock_gettime
It seems that it cannt find clock_gettime function, but i find it as follow:
$ grep clock_gettime /usr/include/time.h
extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
View 6 Replies
View Related
May 13, 2010
#uuname -a Linux 2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
# apt-get update
Reading Package Lists... Done
Building Dependency Tree... Done
# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded. # apt-get install sun-java6-jdk Reading Package Lists. Building Dependency Tree. E: Couldn't find package sun-java6-jdk
# apt-get install aptitude
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package aptitude
View 5 Replies
View Related
Nov 11, 2010
Firefox 4.0b7 is out. I am compiling it now. First though, I had to update cairo and pixman. Cairo was easy enough modifying the slackbuild, but pixman was a peta. I couldn't find a slackbuild, so I had to really modify one. It worked, though, building pixman first,then cairo. The FF build has been going for about 10 minutes, so I know it has a way to go.
View 13 Replies
View Related
Mar 16, 2011
I couldn't find the kernel docs that go with 13.1. These docs would be the result of running this in the top-level kernel source dir.
make pdfdocs
make htmldocs
etc.
Are these not packaged? Are these built ever as part of a release or test cycle? Do any other slackers ever build these? I am seeing lots of errors from make pdfdocs "how much attention is given to DocBook on slackware?".
View 2 Replies
View Related
Jul 14, 2009
I have centos 5.3.I couldn't find git package in any of the yum repositories. Is there a package location, version you would recommend.
View 1 Replies
View Related
Aug 14, 2010
After about 2-3 months using Linux i found the right OS for me which is Debian Stable i386 LXDE + OpenBox.When i finally was totally sure about my choice then it was time to buy a new PC. I bought an Acer Aspire 5541.
Well...When i was going to install Debian stable it couldn't find any of my network drivers..so i installed exactly the same but with Testing in the hope of getting every hardware to work with the right drivers. Well.. here is what i have done.Wireless did not work but i fixed it.Sound did not work bit i fixed it.nd to fix my window borders and workplaces (i am not using compiz but for some reason in my last reboot themes , the number of workplaces set to 1 and window borders lost...)
View 10 Replies
View Related
Apr 29, 2010
I seem to have a problem with my Firefox upgrade. I am getting the following error: could not find compatible GRE between version 1.9.2.3 and 1.9.2.3.
View 9 Replies
View Related
Jan 29, 2010
Code:
$ uname -a
Linux MyBox 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 21:27:25 UTC 2009 x86_64 GNU/Linux
[code]...
View 3 Replies
View Related
Feb 20, 2011
Linux noob, and I'm trying to install a little program on my rootserver, but it requires libboost and libboost-dev. Unfortunately ubuntu can't seem to find the packages and google does not help either. The only info I found was telling me to install "gnuradio" or something, which takes up 138 mb. So, how can I install these packages now?also: I cancelled the installation of gnuradio via "CTRL+C", will this cause any problems? Are there some trash files left on the system now?
View 1 Replies
View Related
Aug 4, 2011
When I try to play some OpenGL games, I get this error.How can I fix this? My graphics card is Nvidia, and I use the nvidia-current driver.Here's what it says under OpenGL/GLX Information. I don't know if this is the info you need, but oh well.
GLX_EXT_visual_info
GLX_EXT_visual_rating
GLX_SGIX_fbconfig
GLX_SGIX_pbuffer
[code]....
View 3 Replies
View Related
May 30, 2010
I'm looking for drivers for a some ethernet cards: 02:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec: 8139] (rev 10) Macronix, Inc. [MXIC] MX987x5 [10d9:0531] (rev 25) and Dlink dfe-538tx
I found some drivers at: Realtek These are for the Realtek card. They are: UnixWare 7.1.x and SCO Unix 5.0.X Which one would I use for Debian Lenny? I couldn't find any for the Macronix I found this site for dlink: ftp://ftp.dlink.com/NIC/dfe538tx/Driver/Linux/
[Code]...
I'm not sure what to do with the dlink. I'm not familiar with Linux drivers. I don't know if this is the right way to go or if there are drivers for linux already.
View 3 Replies
View Related
Jun 26, 2010
I'm trying to install Semantik 0.7.3 on OpenSUSE 11.2 and having difficulties with the dependencies. Here's the last message my terminal spit out on my attempt to start building:
--A whole bunch of stuff the forum apparently won't let me post because it thinks it's URLs and I'm too new--
error: could not open /usr/share/kde4/apps/cmake/modules/KDELibsDependencies.cmake
--End
I'd had some problems with dependencies on the way to this message and installed gcc and g++ successfully to solve them. But now it's telling me can't find KDELibsDependencies.cmake. I've checked it out - it's not in the directory. After installing cmake, I'm kind of at the end of my wits - I just don't know where to look further.
Another hint that seems to be connected with it: As I was trying to install rkward 0.5.3 (also today) it had problems with cmake too:
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/erget/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
[Code]....
View 7 Replies
View Related
Feb 22, 2010
I tried to install Lotus Notes 8.5 client on my opensuse 11.2 machine, the installation process goes smoothly but i couldn't find any short cut to run the software !!! nor in the desktop neither in the Recently Installed sub menu !!
View 7 Replies
View Related
Feb 21, 2011
I couldn't find a Code::Blocks download for openSUSE 64 bit on their site, does it exist or should I just go with another C++ compiler?
View 5 Replies
View Related