Displaying 20 results from an estimated 80 matches similar to: "(PR#10379) Re: x11(....) kills R without DISPLAY"
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi ,
I open secure Session with X11 forwarding. when run any standard X
applicattion like xterm xclock
it come up without any error. I start my user X application it fails. On
User application side it fails when
"xtOpenDisplay" system call with localhost:10.0.
On SSH server debug message are :
> debug1: X11 connection requested.
> debug2: fd 20 setting TCP_NODELAY
>
2007 Oct 27
1
(PR#10379) Re: x11(....) kills R without DISPLAY
Hin-Tak Leung wrote:
> Peter Dalgaard wrote:
>> brechbuehler at gmail.com wrote:
>>> Full_Name: Christian Brechbuehler
>>> Version: 2.4.1, 2.5.1, OS: Ubuntu GNU/Linux
>>> Submission from: (NULL) (24.61.47.236)
>>>
>>>
> <snipped>
>>> Example (start R without DISPLAY from bash):
>>> % DISPLAY=3D R
>>> >
2014 Jan 14
2
[Bug 10379] New: rsync metadata files
https://bugzilla.samba.org/show_bug.cgi?id=10379
Summary: rsync metadata files
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: me at haravikk.com
QAContact:
2007 Oct 26
1
x11(....) kills R without DISPLAY (PR#10379)
Full_Name: Christian Brechbuehler
Version: 2.4.1, 2.5.1,
OS: Ubuntu GNU/Linux
Submission from: (NULL) (24.61.47.236)
Context:
'X11' starts a graphics device driver on the display given by argument
'display'.
Problem:
If the environment variable DISPLAY is not set, the R process dies with exit
status 1.
Example (start R without DISPLAY from bash):
% DISPLAY= R
>
2009 Apr 12
1
handling ActiveRecord::RecordNotFound
How should we handle requests for invalid objects which do not exist in
database, ActiveRecord::RecordNotFound error ?
I am writing begin-rescue as follows:
def show
begin
@phone = Phone.find(params[:id])
rescue ActiveRecord::RecordNotFound
flash[:notice] = NONEXIST_OBJECT
redirect_to :controller => :phone, :action => :index
else
respond_to do |format|
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce?
#!/usr/sbin/dtrace -s
pid$1::MyAlloc:return
{
bufs[arg1] = walltimestamp;
}
pid$1::MyFree:entry
/bufs[arg0]/
{
bufs[arg0] = 0;
}
This message posted from opensolaris.org
2005 Nov 16
4
WineTools 0.9 released
Hello,
with the massive help of Sven Paschukat I can proudly announce the new
release of WineTools 0.9. This version works together with the latest
versions of wine 0.9 and 0.91 and has many bug fixes.
New Software:
- Future Pinball (Games)
- Steam (Games)
- StarMoney 5.0 German Homebanking (Business)
- Google Earth (Graphics) - is only rudimentarily
2014 Jan 14
5
[Bug 10380] New: Non-Nested Folder Optimisation
https://bugzilla.samba.org/show_bug.cgi?id=10380
Summary: Non-Nested Folder Optimisation
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: me at haravikk.com
2015 Oct 02
5
v2.2.19 released
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz.sig
* pop3_deleted_flag has been broken since v2.2.10. Using it would
cause buffer overflows, which could be exploitable. However, this
bug would have become visible quite soon after users had deleted
some POP3 mails, because the pop3 processes would have started
crashing all the
2015 Oct 02
5
v2.2.19 released
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz.sig
* pop3_deleted_flag has been broken since v2.2.10. Using it would
cause buffer overflows, which could be exploitable. However, this
bug would have become visible quite soon after users had deleted
some POP3 mails, because the pop3 processes would have started
crashing all the
2007 Sep 11
2
postfix + dspam + dovecot problem
Hi All,
I'm new to dovecot (coming from cyrus) and have a bit of a problem
setting up postfix + dspam + dovecot.
1. postfix + dovecot: works like a charm.
Using "mailbox_command = /usr/lib/dovecot/deliver"
in postfix main.cf
2. adding dspam to the equation: unable to deliver:
net_connect(/usr/var/run/dovecot/auth-master) failed:
No such file or directory
Using
2013 Feb 27
3
[RFC]vhost/vhost-net backend for PCI cards
We are implementing a driver for a PCIe card that runs Linux. This card
needs "virtual" network/disk/console devices, so we have reused the
virtio devices on on the card and provided a host backend that interacts
with the virtio devices through the card's driver.
this approach is very much like what was proposed on this thread
2013 Feb 27
3
[RFC]vhost/vhost-net backend for PCI cards
We are implementing a driver for a PCIe card that runs Linux. This card
needs "virtual" network/disk/console devices, so we have reused the
virtio devices on on the card and provided a host backend that interacts
with the virtio devices through the card's driver.
this approach is very much like what was proposed on this thread
2006 Aug 11
2
Aliasing a table in ActiveRecord.
Assuming I can''t rename my MySQL tables, how would I modify a model so
that it''s called one thing but references a table of a completely
different name. For example:
class Recipe < ActiveRecord::Base
# The actual table is called "FoodInstructions", but I don''t want to
use that.
end
class HomeController < ApplicationController
def index
2011 Sep 30
1
Slow phrase performance
I've been getting excellent performance out of xapian but when
searches on phrases of common terms such as [ "north america" ] or [
"art history" ] get run it will take a very long time to come up with
results.
Examples:
------------------------------
[ south africa ] -- 10379 results found in ~.2 sec
[ white house ] -- 17988 results found in <1 sec
Quoting either of
2015 Oct 02
0
v2.2.19 released / imap-hibernate
Am 02.10.2015 um 18:13 schrieb Timo Sirainen:
> + Added imap-hibernate processes (see imap_hibernate_timeout setting).
> IDLEing IMAP connections can be hibernated, which saves memory.
here is my config to enable the new function:
----
imap_hibernate_timeout = 60s
service imap-hibernate {
unix_listener imap-hibernate {
user = vmail
}
}
service imap {
unix_listener
2007 Nov 26
0
R-2.6.1 is released
I've rolled up R-2.6.1.tar.gz a short while ago.
This is a maintenance release and fixes a number of mostly minor bugs
and platform issues, as well as a couple of major problems.
Probably, the most important issues were
- save-to-postscript on Windows
- tcltk event loop with X11
- build issue on recent MacOSX
See the full list of changes below.
You can get it (in a short while) from
2007 Nov 26
0
R-2.6.1 is released
I've rolled up R-2.6.1.tar.gz a short while ago.
This is a maintenance release and fixes a number of mostly minor bugs
and platform issues, as well as a couple of major problems.
Probably, the most important issues were
- save-to-postscript on Windows
- tcltk event loop with X11
- build issue on recent MacOSX
See the full list of changes below.
You can get it (in a short while) from
2003 Feb 11
0
samba 2.2.7a and multiple logins...
Hello
I use a new samba server with LDAP support as PDC for some Windows2000
and WindowsXP machines.
All is working nice. The useer can login with a user/password in the
domain, we have remote profiles, the user can access the samba shares
and print etc.
But after some time (< 1 day) we get a smbstatus output like the
attached file. Users are connected multiple times with the same share
2011 Dec 02
12
puppet master under passenger locks up completely
I came in this morning to find all the servers all locked up solid:
# passenger-status
----------- General information -----------
max = 20
count = 20
active = 20
inactive = 0
Waiting on global queue: 236
----------- Domains -----------
/etc/puppet/rack:
PID: 2720 Sessions: 1 Processed: 939 Uptime: 9h 22m 18s
PID: 1615 Sessions: 1 Processed: 947 Uptime: 9h 23m