Displaying 20 results from an estimated 1000 matches similar to: "RC1 Zfs writes a lot slower when running X"
2004 Oct 18
1
[Jackit-devel] Re: ices-kh dropping jack ports unexpectedly
>I can't really comment on jackd itself, as I haven't looked that much
>into it. If running jackd as root requires client apps to also run as
>root then that is a pretty bad issue. I would of thought that running
>jackd as a realtime process (whether root or not) would be an important
>consideration.
jackd (realtime) requires various resources which it shares with its
2017 Sep 14
7
[Bug 102722] New: [regression] changing resolution hangs the display on Lenovo Thinkpad p51
https://bugs.freedesktop.org/show_bug.cgi?id=102722
Bug ID: 102722
Summary: [regression] changing resolution hangs the display on
Lenovo Thinkpad p51
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium
2012 Oct 16
2
real_rip variable addition for dovecot 2.1.10
Timo,
Please check the code. I didn't add it, but a real_lip might be useful
for some people as well. Also, I notice that pop3-proxy is doing a
different xsession than the imap proxy. Is there an xsession standard
that is different between the two, or just an oversight in the code?
Both send the remote address/port, but only imap proxy sends the local
address/port.
This patch declares
2015 Jul 10
2
Re: libvirt beginner needs to create and start VMs entirely on command line
This is offtopic, but related to what you’ve told me so far. I’m having some trouble getting the VNC connection to work. Technically, the “connection” is working fine, but the Windows TightVNC Viewer comes up with an error dialog saying this:
Xsession: unable to start X session --- no "/home/.../.xsession" file, no
"/home/.../.Xsession" file, no session managers, no window
2005 Apr 20
2
Where is .xsession-errors
Hi
Yesterday I was using OpenOffice Impress, doing many cut/paste
operations with images, and without any notice/message/warning the
application die. Then I look for ~/.xsession-errors file to see any
signal about the problem, but I realized that ~/.xsession-errors is no
longer present.
This is a new behaviour of X.org ?
I'm running CentOS 4 and
XFree86 Version 4.3.0.1 (Debian
2015 Jul 10
2
Re: libvirt beginner needs to create and start VMs entirely on command line
I’m confused. You’re asking if I’m able to connect with VNC in response to my comment that I’m unable to connect with VNC?
What I see when I open the viewer on the port is a window titled “<username> X desktop”, with a grey background, an “X” cursor, and an error dialog (with an “okay” prompt) saying what I described before.
Ctrl-Alt-F1 and similar keys do nothing.
From: Jeff Tchang
2012 Jan 20
1
secpwgen
Hi,
secpwgen is always reporting
"mlock: Cannot allocate memory"
even with user root.
CentOS 6.2.
Problem with selinux?
Thank you for help in advance.
Best regards
Helmut Drodofsky
2017 Dec 19
3
Unable to run TeamViewer 13 under Centos 7 (amd64)
Manish Jain wrote:
>
> On 12/19/17 22:11, Manish Jain wrote:
>> On 12/19/17 22:07, Jonathan Billings wrote:
>>> On Tue, Dec 19, 2017 at 02:54:36PM +0000, Manish Jain wrote:
>>>> I uninstalled the old TV, and installed the version you indicated, but
>>>> I
>>>> get nothing at all:
>>>>
>>>> /home/bourne # teamviewer
2003 Feb 24
9
[Bug 500] show how to start-up ssh-agent by default...
http://bugzilla.mindrot.org/show_bug.cgi?id=500
------- Additional Comments From djm at mindrot.org 2003-02-24 12:43 -------
I think that:
[ -z "$SSH_AUTH_SOCK" ] && eval `ssh-agent -s`
[ -z "$SSH_AGENT_PID" ] || ssh-add -l >/dev/null 2>&1 || ssh-add
Is as effective and a lot more concise.
On the other hand, fragile heuristics like:
> export
2013 Apr 04
1
X11 font -adobe-helvetica size 15 could not be loaded
HI All,
I got this Error message, when I tried to plot
?X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 15 could not be loaded
sessionInfo()
R version 3.0.0 (2013-04-03)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
?[1] LC_CTYPE=en_CA.UTF-8?????? LC_NUMERIC=C?????????????
?[3] LC_TIME=en_CA.UTF-8??????? LC_COLLATE=en_CA.UTF-8???
?[5] LC_MONETARY=en_CA.UTF-8???
2006 Mar 15
1
Eggcups printer icon not showing up in panel
I did a "side grade" on a client's machine freom FC2 to Centos4.2. I am
not seeing the eggcups printer icon appear when the user sends a print job.
One problem was that I had to copy /etc/X11/xdm/Xsession.rpmnew into
place so that the DBUS_SESSION_BUS_ADDRESS variable got set correctly.
The messagebus service is running, as well as hal. There is a
notification area in the
2017 Dec 19
2
Unable to run TeamViewer 13 under Centos 7 (amd64)
On 12/19/2017 02:57 PM, Manish Jain wrote:
>
>
> On 12/20/17 01:45, m.roth at 5-cent.us wrote:
>> Manish Jain wrote:
>>>
>>> On 12/19/17 22:11, Manish Jain wrote:
>>>> On 12/19/17 22:07, Jonathan Billings wrote:
>>>>> On Tue, Dec 19, 2017 at 02:54:36PM +0000, Manish Jain wrote:
>>>>>> I uninstalled the old TV, and
2004 Oct 18
2
[Jackit-devel] Re: ices-kh dropping jack ports unexpectedly
Karl Heyes <karl@xiph.org> writes:
> On Mon, 2004-10-18 at 18:27, Jack O'Quin wrote:
> > Karl Heyes <karl@xiph.org> writes:
> >
> > > Are you running with realtime privileges, for this you need to start as
> > > root if you want that. Even with realtime privileges there may be odd
> > > cases where the scheduling latency is a bit too
2015 Dec 02
5
[PATCH] Receive multiple packets at a time
Hello,
Linux has a recvmmsg() system call which allows to achieve several
recvfrom() at a time. The patch below makes tinc use it (patch against
1.1-pre11). Basically the patch turns the handle_incoming_vpn_data
variables into arrays (of size 1 when recvmmsg is not available, and
thus compiled the same as before), and makes the code index into the
arrays. You may want to use interdiff -w
2003 Apr 10
1
pkg_add of gdm2 has errors
I'm running a new install of 4.8-RELEASE on i386.
Running "pkg_add -r gnome2", the following errors are reported:
(I've defined the BATCH environment variable).
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/All/gdm2-2.4.1.3.tgz...Syntax
error: end of file unexpected (expecting "then")
pkg_add: command 'if [ ! -f
2001 Oct 18
2
X Error of failed request: BadMatch (invalid parameter attributes)
Hey all,
When I first start an Xsession (from dtlogin) I can telnet to the app
server (my linux box) and run Notes under WINE and it will display on my
HP box just fine. All Notes functions work, even printing. However,
when I File|Exit from Notes and then try to restart it, I get an error.
here is the error message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major
2015 Jul 09
2
Re: libvirt beginner needs to create and start VMs entirely on command line
Thanks for replying. Good info so far.
After I start the VM, I’m going to need to see the boot console, and I’ll need to ssh into it with a hostname or IP. What are some required steps for those needs?
This VM is going to need to access a few associated networks. I can see that the “—networks” option is part of the interface for configuring this. What are some things I’ll have to do for
2003 Dec 11
7
.Xauthority & SMB
I asked this question a while ago, but never got any response. Since
then, I've researched the problem some more, so I can give a much more
concise description of what's happening.
I'm mounting the home directories of the users upon login (using
pam_mount) from the Windows server. However, none of the users can run X
Windows. It says there's a problem with the .Xauthority file.
2007 Dec 09
1
Error in xorg-x11-xinit
Hello,
if login as user I get the following error message in
~/.xsession-errors*:
/etc/X11/xinit/Xsession: line 15: unask: command not found
Changing 'unask' to 'umask' seems to fix it. This happens under CentOS
5 and 5.1.
regards
Olaf
2005 Jan 15
2
SUSE 9.2
My name is Jody and I am in Cape Town South Africa. I have been
working on Windoze for about 6 months and have experienced many
problems. I have been introduced to Linux (Suse 9.2) when I visited
the Science center in the Vacation Period.
I have installed Suse on my Dads Laptop and the Laptop is inturn
connected to a network by means of a 100meg Switch. On the Network we
have a PDC