Displaying 20 results from an estimated 100 matches similar to: "Problem with opened sockets"
2007 Aug 07
5
Extending RAIDZ.
Yeah:)
I''d like to work on this. Here are my first observations:
- We need to call vdev_op_asize method with additonal ''offset'' argument,
- We need to move data to new disk starting from the very begining, so
we can''t reuse scrub/resilver code which does tree-walk through the
data.
Below you can see how I imagine to extend RAIDZ. Here is the legend:
2005 Feb 03
4
Asterisk Dialplan command "PPPD" released
Hello all!
Sirrix AG, Saarbr?cken (manufacturer of the Sirrix.PCI4S0 4-port ISDN
card for Asterisk) has released the new Asterisk dialplan command PPPD
(app_pppd). It allows to connect a Linux PPP daemon to an arbitrary
digital (ISDN) Asterisk channel to provide RAS dialin and dialout.
The PPPD command has successfully been tested with Sirrix.PCI4S0 cards
and a standard ISDN4Linux ipppd "on
2010 Feb 13
8
S.T.A.L.K.E.R. - Call of Pripyat on Wine 1.1.38
After upgrade (wine 1.1.37>1.1.38, my distribution is ArchLinux) STALKER Call of Pripyat crashes after one minute playing.
[neko at gdetotut ~]$ wine --version
wine-1.1.38
[Crying or Very sad]
2010 Feb 11
4
multiple addresses and multiple ports in Switch mode
i have a switched and bridged tincd node with two addresses, each with a
different port.
Address = 37.70.156.168 28655
Address = 192.168.2.228 655
i was having trouble reliably connecting to it / thru it and noticed that a
log from a remote tincd node indicated it may have mixed up the ports.
It doesn't appear to use the 28655 port that would be needed for remote
access. Before i
2009 Aug 17
1
WINE doesn't work after kernel upgrade
After updating linux kernel from 2.6.26 to 2.6.30 on Debian GNU/Linux testing amd64 (kernel from repositaries) Wine doesn't work. Neither 1.1.27 (development), nor 1.0.1 (stable).
It can't open object files -- there are no such object files.
$ winecfg
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.so.1: =52>7<>6=> >B:@KBL
2010 Jul 04
4
WINE Runtime Error - isskin.dll issue?!?
Hi guys,
For some reason, certain window's .exe installers give the following error:
Code:
Runtime Error (at - 1:0):
Cannot Import dll:C:\users\xxx\Temp\is-00IEG.tmp\isskin.dll
This error has occurred while attempting to install certain applications/games...any idea what this is referring to?
The help appreciated, as usual. ;)
r2rX :D
2013 May 24
0
zpool resource fails with incorrect error
I''m working to expand / develop on the zpool built-in type, but the zpool
command is failing and Puppet''s returned stderr is not what I get if I
copy/paste the command given by the debug output.
# cat /etc/puppet/manifests/zpool_raidz2.pp
zpool { ''tank'':
ensure => present,
raidz => [ ''d01 d02 d03 d04'', ''d05 d06
2003 Jul 01
2
Today's Message from linphone; update on Khpone and SJPhone and X-Lite
Today's "frustrated programmer" award goes to Linphone, which has the
following debug output:
> (linphone:28655): LinphoneCore-WARNING **: this fucking remote sip phone did not answered properly to my sdp offer!
I get this message when I connect to linphone using a softphone, or when
I try to use linphone to connect to asterisk and listen to an
announcement. I suspect that
2010 Feb 06
0
I can only halfway connect to oracle
Gurus...
If I set up my project to use SQLite (so it can come up) and attempt to
connect to oracle via:
oracle_connect = $application_properties[$connect_string]
oracle_conn = OCI8.new(oracle_id, oracle_password, oracle_connect)
where oracle_connect equals ''//bobs.big.boy.gov:1521/D09'' (with or w/o
the introductory //) my rails app connect to the oracle database just
fine.
If
2011 Dec 23
5
XRender_AlphaBlend Unable to AlphaBlend without Xrender
I am getting the following error using the macports version of wine 1.2.3:
Code:
fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender
The macports developer said that xrender is already listed as a dependency, so I was wondering why this is not being picked up by wine?
Also, there are other issues with the display of certain components in the windows program I'm trying
2011 Feb 01
3
Wine 1.3.12.tar.bz2
0: CAB0=>28BL 28=> 2 at CG=CN?# <5=O C65 AB>8B 209= 1.2.2 :0: CAB0=>28BL 209= A 0 at E820?
Code:
# cd wine-1.3.12
# ./configure
# make
# sudo make install
=> ?>A;5 22>40
Code:
make
make: *** 5 7040=K F5;8 8 =5 =0945= make-D09;. AB0=>2.
8 A
Code:
sudo make install
make: *** 5B ?@028;0 4;O A1>@:8 F5;8 `install'. AB0=>2.
2009 Nov 13
11
scrub differs in execute time?
I have a raidz2 and did a scrub, it took 8h. Then I reconnected some drives to other SATA ports, and now it takes 15h to scrub??
Why is that?
--
This message posted from opensolaris.org
2013 May 27
1
Question about subsetting S4 object in ROCR
Dear list
I'm testing a predictor and I produced nice performance plots with ROCR
package utilizing the 3 standard command
pred <- prediction(predictions, labels)
perf <- performance(pred, measure = "tpr", x.measure = "fpr")
plot(perf, col=rainbow(10))
The pred object and the perfo object are S4
with the following slots
An object of class "performance"
2005 May 03
0
Shorewall 2.3 Thread is opened
I''ve opened the Shorewall 2.3 thread in the Shorewall2/ CVS project.
The config files all show version 2.4 -- that saves me having to edit
each one of them again when I move from 2.3->2.4.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \
2008 Jun 12
1
Current opened sessions
Is there in Dovecot a command or another way to show current opened
sessions, I mean who is connected using IMAP ti the server? It could be
useful to know if I can restart my server without dusturb any client.
Thank you
Tutan
2007 Jul 03
1
bug in closing gzfile-opened connections?
Hi,
I am making multiple calls to gzfile() via read.table(), e.g.
> x <- read.table( gzfile( "xxx.gz" ) )
After i do this many times (I haven't counted, but probably between 50 and
100 times) I get the error message:
Error in open.connection(file, "r") : unable to open connection
In addition: Warning message:
cannot open compressed file 'xxx.gz'
however, I
2006 Nov 12
0
Bug#398257: logcheck-database: lots of "session opened" and "session closed" information
Package: logcheck-database
Version: 1.2.49
Severity: normal
My logcheck configuration is quite a default one, ignore level server. i found the "session opened" and "session closed" ignore
lines in ignore.d.server/logcheck. but i still get those lines in the logcheck mails:
Nov 12 17:17:01 server06 CRON[32741]: (pam_unix) session opened for user root by (uid=0)
Nov 12
2011 May 04
0
Samba DFS-Proxy . No PDF-Files can be opened
Dear all,
I have to samba sernet 3.5.8 running on centos 5.5.
One Samba (server)uses the dfs-proxy settings to point to the other sambas
shares(ServerB):
[test]
Msdfs root=yes
Msdfs proxy=\\ServerBs\share
When the clients now connect to ServerA they are redirected to ServerB.
Now every file-type can be opened expect PDF-files?
Is this a feature or a bug :-)?!
Greetings
Daniel
2001 Nov 08
0
File Locking - File Opened Read-Only Locks File for Read-Write Access
Configuration: Samba 2.2.1a on IBM AIX with W2K Professional clients
When a file is opened for read-only access, the file can not be opened
read-write by another user.
Specifically, MS Word 2000 template files (Work Group Templates) are
maintained in a shared Samba directory. File access is limited to the
template administrator via UNIX permissions (755) - The template
administrator is the owner
2007 Mar 04
0
Bug#413364: logcheck ignores cron rules for "session closed" and "session opened"
Package: logcheck
Version: 1.2.54
Severity: normal
In the file ignore.d.paranoid/cron there are the rules
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ CRON\[[0-9]+\]: \(pam_[[:alnum:]]+\) session opened for user [[:alnum:]-]+ by \(uid=[0-9]+\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ CRON\[[0-9]+\]: \(pam_[[:alnum:]]+\) session closed for user [[:alnum:]-]+$
to ignore lines like
10:17:01 at 04-03-2007 tooar