Displaying 20 results from an estimated 2000 matches similar to: "(no subject)"
2023 Dec 04
1
[PATCH] nouveau/gsp: add three notifier callbacks that we see in normal operation
On Tue, 2023-12-05 at 08:55 +1000, Dave Airlie wrote:
> +static int
> +r535_gsp_msg_ucode_libos_print(void *priv, u32 fn, void *repv, u32 repc)
> +{
> +???????/* work out what we should do here. */
> +???????return 0;
> +}
This is part of my logrm debugfs patch. ?It contains the printf log from a
PMU exception.
Do you want me to research the other two RPCs and tell you exactly
2010 Feb 05
1
using RPCS printer driver for a P&P printer
Hi,
I'm wondering if anyone has had experience with using RPCS printer
drivers in a P&P printer share.
Installing the driver onto samba went without a problem (followed the
Samba howto "chapter 21: Add Printer Wizard Driver Installation") but
after that, every time i try to access the printer properties
it takes sometimes minutes to open or just doesn't come up at all (same
2009 Jun 16
2
no sdp or contact replacement using externip
Hi all! Do anybody has a full working environment using externip on an asterisk box behind a nat? I tried with two diferent boxes (Elastix-1.4.24 e Trixbox-1.4.22-3)and the asterisk do not replace neither contact, neither sdp headers info with the externip informed on sip.conf general parameters.
I used these two statements:
externip=XXX.XXX.XXX.XXX
localnet=192.168.200.0/255.255.255.0
Do
2008 Oct 04
3
Joining forces with the Network UPS Tools
Hi Powermen ;-)
I recently came across the Powerman project
(http://sourceforge.net/projects/powerman/), pointed by Tony Merenda,
from Opengear (thanks Tony). Congrats for your work in this area!
I've thought a bit about Powerman and NUT since then...
NUT currently supports hosts of UPSs and few PDUs (RPCs), and provides
tons of features:
http://test.networkupstools.org
2019 Jan 08
2
distributed thinlto usage
I am trying to work through the usage of thinlto for distributed builds.
Here is the simple thinlto usage, just add -flto=thin everywhere, easy:
clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp
clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN
2010 Aug 17
18
write RPC & congestion
Hi, thanks for previous help.
I have some question about Lustre RPC and the sequence of events that
occur during large concurrent write() involving many processes and large
data size per process. I understand there is a mechanism of flow
control by credits, but I''m a little unclear on how it works in general
after reading the "networking & io protocol" white paper.
Is
2007 Aug 31
3
"pipe() failed: Too many open files"
I am getting random disconnects from my imap session, dificulties to
revconnect, very sluggish behaviour when changing between mail folders
also frequent and rapidly repititive messages on te client "mailserver
x.x.x.x is not a imap4 server"
I am running dovecot 1.0.rc2 from ports on OpenBSD 4.0 on a PIII, 500MHz
512MB
My set up is very small - a webserver with a single imap account on
2007 Apr 24
1
How to write a function?
Hi,
My name is Katie and I was wondering if you could help me with my problem. I
am trying to write a function in R that computes the statistics (mean,
standard error, confidence intervals) for stratified samples. I am not that
familiar with R and I am having dificulties setting this function up. Any
help or tips on where/how to do this?
Best,
Katie
[[alternative HTML version deleted]]
2019 Jan 09
2
distributed thinlto usage
Thanks Teresa
Yes it is astar, happen to send a tar of the sources but they are just copies from the spec distribution
The ld command is:
GNU ld (GNU Binutils) 2.29.1
Thanks for the guidance on path names. The prefix-replace just effects the string written to the object files right? So we could post-process that file with other tools as well, correct?
Thanks again
--david
From: Teresa Johnson
2019 Jan 09
2
distributed thinlto usage
Fails with gold too:
Library-native.o:Library.cpp:regway: error: undefined reference to 'vtable for regwayobj'
/home/dcallahan/fbsource/fbcode/third-party-buck/platform007/tools/binutils/bin/gold/ld: the vtable symbol may be undefined because the class is missing its key function
clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
From: Teresa Johnson
1999 Dec 23
1
data.frame(I(matrix)) ? (PR#388)
I observe dificulties with using data.frame(I(matrix))
> mat <- matrix(letters, 2, 2)
> dimnames(mat) <- list(c(1:2), c("x","y"))
> mat
x y
1 "a" "c"
2 "b" "d"
> dd <- data.frame(I(mat))
> ddd
I.mat..x I.mat..y
1 a a
2 b b
3 c c
doesn't look too bad,
but,
has
2019 Dec 13
2
Network RPCs in LLVM projects
On Fri, Dec 13, 2019 at 2:12 PM Chris Bieneman via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> On Dec 12, 2019, at 5:58 AM, Sam McCall via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> Short version: clangd would like to be able to build a client+server that
> can make RPCs across the internet. An RPC system isn't a trivial dependency
> and
2019 Dec 12
2
Network RPCs in LLVM projects
Short version: clangd would like to be able to build a client+server that
can make RPCs across the internet. An RPC system isn't a trivial dependency
and rolling our own from scratch isn't appealing.
Have other projects had a need for this? Any advice on how to approach such
dependencies?
--
Longer: clangd (a language server, like an IDE backend) builds an index of
the project you're
2002 Nov 17
2
WINBIND configuration and NT Authentication]
Hi,
Yes it's possible to authenticate users from win 2000 server with
winbind. For me
the PAM configuration was the hardest part. I used mandrake 9 and it has
a realy
good pre config. And if you want to modify the folder/file permissions
from NT/W2k
PDC then don't use ReiserFS as the filesystem. Use either EXT3 or XFS.
Mayby the
ReiserFS 4 will have the ACL support.
I have had
2011 Oct 13
2
Virtio Balloon- Can not see the results
with kvm and virtio- would -m 1024 take proceedence over -balloon
virtio? when i use both together, i see memory stay around 1024 MB less on my host side. I know the guest is not taking but a fraction of that ram, so I would expect the virtio balloon to take the majority of the guests ram and hand it back to the host. this is using the free util/command to take snapshots of the host memory.?
2005 Jul 27
1
Too many handles on this pipe
I wonder if there is any resolution to this problem.
I'm encountering similar situation with the Nashuatec DSC338 and P7325
printers from Ricoh using RPCS drivers. After uploading those drivers
and performing basic printing preferences configuration, the print
server crashed and become inaccessible.
Here is the error from samba.log:
[2005/07/23 12:14:19, 0]
2017 Aug 08
1
Best method to do MsChapv2 against AD is SMB-RPC or TCP-RPC
On Wed, 2017-07-19 at 19:51 +0530, Paul Simon via samba wrote:
> Hi,
>
> I am working on a decade older project, wherein I see that for MschapV2
> authentication, NetrLogonSamLogon rpc message and its preceding rpc
> messages like Bind, NetrServerReqChallenge, NetrServerAuthenticate2 are
> sent over SMB.
>
> But when I see samba, the above mentioned RPCs are sent
2003 Feb 04
1
Issues with Joining an NT4 Domain
Hello
I'm having some dificulties joining my Samba 3.0alpha (and 2.2.7a)
machine to my NT4 domain. Let me tell you what I'm attempting to
accomplish. I want to setup the Samba system to authenticate to my NT
domain so that I can use NTLM Proxy authentication with SQUID. Through
reading the docs, I'm under the impression that in order to allow thre
SQUID/Samba setup to auth on
2006 May 08
3
PSTN Incoming call on real line disrupts VoIP call over DSL circuit
I haven't seen anything this strange, and it's 100% reproducible. I'm
hoping that there are some clever ideas out there for what to look for,
since I can test to my heart's desire on this one...
My Dad lives in Florida, and has a Bellsouth DSL line. Of course, he has
a regular POTS line connected on the same line. He has the appropriate
filters on every jack that has a phone
2013 Apr 29
1
OSTs inactive on one client (only)
Hi everyone,
I have seen this question here before, but without a very
satisfactory answer. One of our half a dozen clients has
lost access to a set of OSTs:
> lfs osts
OBDS::
0: lustre-OST0000_UUID ACTIVE
1: lustre-OST0001_UUID ACTIVE
2: lustre-OST0002_UUID INACTIVE
3: lustre-OST0003_UUID INACTIVE
4: lustre-OST0004_UUID INACTIVE
5: lustre-OST0005_UUID ACTIVE
6: lustre-OST0006_UUID ACTIVE