Displaying 20 results from an estimated 3000 matches similar to: "unexpected behavior in list of lexical closures (PR#14004)"
2016 Apr 12
3
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
By natively, I take it using
kernel /vmlinuz (vs kernel /xen)
Not yet, but working on setting up such an environment.
(At this time, I was using virt-install to reproduce the problem, and
the original server we are testing on did not support kvm but the 2nd
server does).
On 2016-04-12 03:26 AM, George Dunlap wrote:
> On Mon, Apr 11, 2016 at 9:14 PM, Nathan Coulson <nathan at
2016 Apr 11
4
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
Hello
We were attempting to use scsi-target-utils, hosted on a xen dom0 vm
using localhost, and running into some problems. I was not able to
reproduce this on a centos 7.2 server using the default kernel.
(From dmesg)
Apr 4 11:18:42 funk kernel: [ 596.511204] connection2:0: detected
conn error (1022)
Apr 4 11:18:42 funk kernel: connection2:0: ping timeout of 5 secs
expired, recv
2020 May 01
3
[PATCH] Use POSIX standardized options for head(1) and tail(1)
Hi Damien,
Damien Miller <djm at mindrot.org> writes:
> Thanks, but I don't think we're going to merge this one because I'm
> somewhat worried that some systems we currently build on do not support
> the -n syntax. Conversely, AFAIK everything* supports -number.
Michael Forney said that he was trying to run on a system that did NOT
support head -number and tail
2004 Aug 06
1
Why doesn't yp.icecast.org show my stream?
Jack Moffitt <jack@xiph.org> writes:
> Now I see the problem. This will not cause anything to show up. You
> have no sources.
Eh?
-> sources
Listing sources
[Id: 509] [Sock: 14] [Time of connect: 18/Feb/2002:20:55:14] [IP:
205.147.43.110] [State: 1] [Type: pulling relay] [Proto: x-audiocast]
[Clients: 2] [Dumpfile/fd: (null)/-1] [Priority: 0] [Song Title: ] [Song URL:
2001 Jul 02
5
Nullsoft Vorbis Decoder v.1.11a Bug Report
Hi, there.
While waiting for the encoder RC1, I will report some minor problems
I experienced with Peter's Winamp decoder.
First, I am using Nullsoft Vorbis Decoder v.1.11a with Winamp v.2.76
on Windows 98 SE.
1. When the buttons of Playlist Editor are extended, the part extended
in playlist screen seems to be flickering when an Ogg file is being played.
2. I check the option of
2003 Oct 02
2
join domain failure "system account not in primary...."
I am trying join a w2k bo to a samba DC on RH9. I have read that I need
to add the computer as a user first then join so I did it via these
commands:
adduser myComputer$
smbpasswd -a -m myComputer
Is that all i need to do?
When I join I get the "welcome to the domain message" and then I
restart. However when trying to login I get "This systems computer
account is not in the
2001 May 03
1
Funk software Proxy
After your pointers I was able to get a little further on with my problem.
I installed the software on a Win95 machine to get the DLL's that I needed
and the original error message has gone. I can start the program, look at
preferences but when I try to connect to another machine there appears to
be a problem opening the prxgpxv.vxd file and the connection fails to
open..
2019 Nov 28
3
[PATCH] remove stray `;` after function definitions
On 2019-11-27, Damien Miller <djm at mindrot.org> wrote:
> applied, thanks. Surprised the fairly aggressive set of -W flags we use
> by default didn't catch this...
This can be caught with -Wpedantic, which seems to catch a few more
instances of this, as well as passing non-void pointers to printf for
the `%p` format specifier. Patches attached for these.
However, it also catches
2010 Nov 17
1
Lexical Scope: How does it work?
Let me start by saying that I am a fan of lexical scoping as a way of
increasing confidence in your execution models. I am hoping to move
from the now thoroughly debunked "wackyscope" model that used to plague
many programming languages over to proper lexical scoping in my puppet
configs. I''m just having trouble finding documentation of how this
works for puppet.
I understand
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Wow! I've been *-ing for about 6 years and had literally no idea about
that!
I can see a way I could put it to a different use, but it seems to be a bit
of a sledgehammer to crack the walnut of "how many current callers"
compared to one line of (albeit hacky) dialplan.
That's making me sound ungrateful. I don't mean to be!
On Sun, 14 Jun 2020, 22:39 Steve Edwards,
2000 Aug 12
1
Batch Execution of R
R Team:
This is most likely a trivial question, but after searching docs for
several weeks and digging through Rweb and RCGI, I could not clearly
identify the method to call an R method from Linux or Win32 systems and
send the output to a file. I would like to implement R as part of an
online client-server application for a geographically spaced engineering
team an would like to know how to run
2016 Apr 12
0
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
On Mon, Apr 11, 2016 at 9:14 PM, Nathan Coulson <nathan at bravenet.com> wrote:
> Hello
>
> We were attempting to use scsi-target-utils, hosted on a xen dom0 vm using
> localhost, and running into some problems. I was not able to reproduce this
> on a centos 7.2 server using the default kernel.
Have you tried booting the Virt SIG kernel natively and seeing if you
can
2016 Apr 13
0
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
On 2016-04-12 09:43 AM, Nathan Coulson wrote:
> By natively, I take it using
> kernel /vmlinuz (vs kernel /xen)
>
> Not yet, but working on setting up such an environment.
>
> (At this time, I was using virt-install to reproduce the problem, and
> the original server we are testing on did not support kvm but the 2nd
> server does).
>
> On 2016-04-12 03:26 AM, George
2016 Apr 14
0
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
Hello Nathan, dear all,
> We were attempting to use scsi-target-utils, hosted on a xen dom0 vm
using localhost,
> and running into some problems. I was not able to reproduce this on a
centos 7.2
> server using the default kernel.
I am seeing comparable things on our centos6 xen servers running 3.18
kernels. We have about 20 of those machines running and have started
upgrading them from
2012 Dec 13
1
possible bug in function 'mclapply' of package parallel
Dear parallel users and developers,
I might have encountered a bug in the function 'mclapply' of package
'parallel'. I construct a matrix using the same input data and code with a
single difference: Once I use mclapply and the other time lapply.
Shockingly the result is NOT the same.
To evaluate please unpack the attached archive and execute
Rscript mclapply_test.R
I put the
2007 Apr 18
1
[Bridge] how to silence the "br0: port X(ethX) doing something" messages?
Greetings,
I'm just wondering how one can make the bridging tools stop spamming the virtual
consoles? I would rather have all those "entering forwarding state", "entering
learning state" and "entering disabled state" messages go to a log than have
them plastered all over whichever console I happened to be logged into to work.
Thanks!
--
Martin-Eric Racine
2019 Oct 25
1
Windows Drive Mapping Using Other Credentials & w/Persistence Fails on Reboot But Manually Mapping Works
Samba Experts,
Has anyone ever seen/experienced an issue where a Windows client has a drive mapped with credentials, other than the credentials used to login to the Windows client, to a Samba share with the persistent option selected but after a restart of the Windows client the drive mapping fails.
Therefore, if the drive had been mapped with the credentials of the user logged in to the
2002 Nov 12
1
Samba with Win2K client -- dual network cards -- same segment
Interesting note:
I have a laptop with an integrated 802.11b interface, and a 10/100
interface. Normally, I use the 10/100 for the sake of speed, but
occasionally I like to go for a walk with the unit. Basic services such
as mail, web, etc. are basically unaffected (except in the area of
throughput), but SMB goes into a FUNK! Trying to access my Samba server
(2.2.6) over the wireless causes
2000 Jun 13
3
Question on closure (lexical scoping) and encapsulation
Dear R users,
I have two related questions about scoping and data encapsulation.
One is fairly specific - I am looking at "scoping.R" which is used in
demo(scoping) - it's an example of lexical scoping and encapsulation.
Where is the 'total' stored? It is not an attribute in 'ross' or
'robert'
however, functions like balance() have access to it.
Is it more
2004 Aug 06
2
CVS
Jeff Utter <funk@softhome.net> writes:
> I was just wondering how to access the icecast CVS server, it seems that
> anonomously (boy i can't spell) you can only download the CVSROOT
> directory, which doens't really contain much. how do i get other stuff,
> like icecast, icecast2, ect.
Pointing a browser at http://cvs.icecast.org should answer your
questions. =)
------