similar to: X forwarding uses up some resource?

Displaying 20 results from an estimated 40000 matches similar to: "X forwarding uses up some resource?"

2012 Jun 08
2
OpenGL drivers haven't been installed correctly
The BOINC project has a screensaver that runs on Windows. I installed BOINC in a virtual machine running Windows XP (32 bit) and copied boinc.scr from the C:\Windows directory onto my 64 bit F13 system. When I run the screensaver I get an error. Any feedback is appreciated. I can run glxgears without any problem. $ wine boinc.scr Wine cannot find the ncurses library (libncurses.so.5).
2010 Sep 28
3
wineboot problems
hello people, I am trying to launch a windows program, and I'm getting this error: Code: wine: cannot find L"C:\\windows\\system32\\wineboot.exe" err:process:start_wineboot failed to start wineboot, err 2 err:seh:setup_exception_record stack overflow 1164 bytes in thread 0009 eip 6834bad7 esp 00240ea4 stack 0x240000-0x241000-0x340000 Segmentation fault (core dumped) I am under
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote: > Hi again Rich, > > I'm trying to use febootstrap to install either rawhide or f13, > but my attempts are failing. > > $ sudo febootstrap fedora-13 /mnt/jubjub-f > ... > Running rpm_check_debug > ERROR with rpm_check_debug vs depsolve: > libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64
2014 Apr 04
1
How to query for REALM or WORKGROUP before join?
Folks: samba-common-3.5.8-75.fc13.x86_64 samba-winbind-clients-3.5.8-75.fc13.x86_64 samba-winbind-3.5.8-75.fc13.x86_64 samba-client-3.5.8-75.fc13.x86_64 If I try to join without setting the appropriate WORKGROUP I see: Failed to join domain: Invalid configuration ("workgroup" set to 'WORKGROUP', should be 'FOOBAR') and configuration modification was not requested
2010 Dec 13
0
Logs Filling With Errors - Login Working Fine
Hello All: Could someone please explain if the following log output is normal for my setup (see below)? Setup is WAN-based Samba/LDAP domain with Samba PDC and master LDAP at corporate location. 6 Samba/LDAP BDC's with 1 at same location as PDC and then 1 at each remote site connected via WAN. NetBIOS information communicated via WINS server on corporate PDC over VPN. LDAP directory
2010 Aug 04
1
Blktap-control under 2.6.32.16-1.2.108.xendom0.fc13.x86_64
1. Attempt to load Nexenta under 2.6.32.16-1.2.108.xendom0.fc13.x86_64 Xen 4.0.1-rc6-pre & 2.6.32.16-1.2.108.xendom0.fc13.x86_64 on top F13 [root@fedora13 NexentaStor-Community-3.0.2]# uname -a Linux fedora13 2.6.32.16-1.2.108.xendom0.fc13.x86_64 #1 SMP Fri Jul 23 17:09:30 MSD 2010 x86_64 x86_64 x86_64 GNU/Linux [root@fedora13 NexentaStor-Community-3.0.2]# xm create -c
2010 Aug 16
1
Whether libguestfs work only with 32bit processors
Hi I have installed libguestfs in Fedora Core 13. Here's the packages I ve installed. [root at kvmcluster ~]# rpm -qa | grep guest guestfish-1.2.2-1.fc13.i686 perl-libguestfs-1.2.2-1.fc13.i686 libguestfs-1.2.2-1.fc13.i686 libguestfs-tools-1.2.2-1.fc13.i686 And I have tried to resize the KVM guest image with virt-resize command. But I'm getting the error as "virt-resize: sorry this
2010 Oct 19
2
pdflush kernel thread pops up every 10 seconds or so and video decoding grinds to a halt for 1/2 a second
Hi. A friend of mine was doing real-time video decoding on Fedora Core 13 and he had a performance glitch (1/2 a second freeze) every 5-10 seconds. "top" showed flush-253:0 process at the moment of the freeze. Major device number 253 corresponds to device-mapper. I advised my friend to re-install his FC13 without LVM, to see if the glitch is related to LVM. After re-installing FC13
2014 Aug 14
1
Centos 7 as gateway - UDP performance is busted/awful?
I just replaced a dead system disk on my KVM host that was running an ancient fedora 13. Since centos 7 was available, I decided to go with it to get some long term stability. The problem is that NFS mounts inside the virtual machines don't work for spit when talking to older NFS servers that must speak UDP. Is there something about UDP traffic that requires tweaks I don't know about for
2016 Aug 18
6
[Bug 2605] New: ssh-keyscan generates errors in /var/log/secure
https://bugzilla.mindrot.org/show_bug.cgi?id=2605 Bug ID: 2605 Summary: ssh-keyscan generates errors in /var/log/secure Product: Portable OpenSSH Version: 6.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-keyscan Assignee:
2010 Oct 01
0
Can't plug usb device
Hi I'm trying to hotplug an usb device into kvm but the device is not attached this is the definition: cat kingston.xml <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x1131' /> <product id='0x1001' /> </source> </hostdev> the attach and detach
2010 Dec 20
0
R 2.12.1 in Fedora Updates Testing
R 2.12.1 is built now for Fedora and EPEL. It is in "updates-testing" (or it will be within the next 24 hours). In accordance with the new policies on Fedora Updates, these new packages will not be pushed as official updates until they either receive positive testing from users, or sit in updates-testing for two weeks. You can help us test these packages, and move them forward.
2010 Jun 09
1
[Bug 28470] New: Cannot set AGP rate - system unstable.
https://bugs.freedesktop.org/show_bug.cgi?id=28470 Summary: Cannot set AGP rate - system unstable. Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2005 May 02
2
forwarding stdin/out to remote socket
Hi! Some vnc clients has '-via ssh_gateway' option to simplify the setup of ssh port forwarding. Basically the option implements the following 3 steps: 1. Find local port available for listening. 2. Fork/exec ssh -L found_port:vnc_host:vnc_port ssh_gateway sleep some_delay 3. Connect to the found_port Although convenient the setup has its problems. First, it exposes the remote vnc
2010 Nov 16
3
Centos 6 installation memory requirements
Will (does) Centos 6 require 512Mb of memory for the GUI install like FC14 or the lower requirement of FC13? My ASUS EE 700 has ~490Mb of memory (vidoe steals some from the 512Mb base) and FC14 switches to text install and does not install any GUI, leaving the boot in test mode. I recall a message earlier that 6 is based off of 14, but not the final Anaconda, thus my question. It would be
2010 Aug 20
1
smbd version 3.5.4-62.fc13 can NOT bind to IPv4 endpoint( 0.0.0.0:445 ), but it bind to IPv6 endpoint ( :::445 )
# smbd -Fi -d 2 smbd version 3.5.4-62.fc13 started. Copyright Andrew Tridgell and the Samba Team 1992-2010 uid=0 gid=0 euid=0 egid=0 rlimit_max: rlimit_max (1024) below minimum Windows limit (16384) Registered MSG_REQ_POOL_USAGE Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED rlimit_max: rlimit_max (1024) below minimum Windows limit (16384) Processing section "[homes]" Processing section
2006 Jan 31
1
External port forwarding control mechanism
Hi, I'm looking for the best way to include an external decision mechanism into OpenSSH, which allows it to restrict port forwarding only to destination ports which are defined in a special external control file for the authenticated session. The authenticated ssh user should only be allowed to connect to this dedicated port to tunnel a VNC session through ssh. So the server side has to
2009 Feb 25
2
Disabling specific port-forwarding
Hi all, I have a server where I allow some people to do SSH port forwarding for SVN, GIT, since I need to do that to access these services in certain locations. I can't access SVN ports in some work locations. Thing is, I also give specific access to some user accounts, mainly git and svn user, to some people I don't fully trust to have access to my VNC server, which is without password
2016 Apr 27
0
Re: stream finish throws exception via python API
On Tue, Apr 26, 2016 at 03:17:19PM -0400, Cole Robinson wrote: > On 04/26/2016 02:56 PM, Nir Soffer wrote: > > On Tue, Apr 26, 2016 at 4:37 PM, Cole Robinson <crobinso@redhat.com> wrote: > >> On 04/26/2016 09:35 AM, Shahar Havivi wrote: > >>> On 26.04.16 15:30, Shahar Havivi wrote: > >>>> On 26.04.16 14:14, Shahar Havivi wrote: >
2014 Apr 09
3
Logrotate errors
Hi all, I have a problem with logrotate and I don't know why. In /var/log/messages appears these errors: Apr 8 15:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 16:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 17:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 18:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8