search for: info1

Displaying 20 results from an estimated 36 matches for "info1".

Did you mean: info
2006 May 22
2
Recommended SIP phones?
I am dying here with linphone (not sure if it is crap software or just me being an idiot) but out of the box debian installations of two linphones fail with a "Got SIP response 415 "Unsupported Media Type" back from 192.168.1.3" Can anybody recommend a particular SIP soft phone that broadly satisfies the following criteria? 1. Run on linux. 2. Simple to use and setup. 3. Is
2019 Sep 17
1
[PATCH 2/6] drm/nouveau: fault: Widen engine field
...info.inst = ((u64)insthi << 32) | (info0 & 0xfffff000); > info.time = 0; > - info.engine = (info0 & 0x000000ff); > info.aperture = (info0 & 0x00000c00) >> 10; > + info.engine = (info0 & 0x000001ff); > info.valid = (info1 & 0x80000000) >> 31; > info.gpc = (info1 & 0x1f000000) >> 24; > info.hub = (info1 & 0x00100000) >> 20; > -- > 2.23.0 > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop....
2004 Aug 06
2
improved error.log output --diff
..._string, client->con->ip); client_send_400(client, "Unrecognised command"); return; } @@ -253,7 +253,7 @@ if(!connection_check_admin_pass(client->parser)) { if(!connection_check_source_pass(client->parser, mount)) { INFO1("Bad or missing password on mount modification admin " - "request (command: %s)", command_string); + "request (command: %s), %s", command_string, client->con->ip); client_send_401(client);...
2019 Sep 17
1
[PATCH 1/6] drm/nouveau: fault: Store aperture in fault information
...0_fault_intr_fault(struct nvkm_fault *fault) > info.inst = ((u64)insthi << 32) | (info0 & 0xfffff000); > info.time = 0; > info.engine = (info0 & 0x000000ff); > + info.aperture = (info0 & 0x00000c00) >> 10; > info.valid = (info1 & 0x80000000) >> 31; > info.gpc = (info1 & 0x1f000000) >> 24; > info.hub = (info1 & 0x00100000) >> 20; > -- > 2.23.0 > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop....
2019 Sep 16
0
[PATCH 2/6] drm/nouveau: fault: Widen engine field
...*fault) info.addr = ((u64)addrhi << 32) | addrlo; info.inst = ((u64)insthi << 32) | (info0 & 0xfffff000); info.time = 0; - info.engine = (info0 & 0x000000ff); info.aperture = (info0 & 0x00000c00) >> 10; + info.engine = (info0 & 0x000001ff); info.valid = (info1 & 0x80000000) >> 31; info.gpc = (info1 & 0x1f000000) >> 24; info.hub = (info1 & 0x00100000) >> 20; -- 2.23.0
2019 Sep 16
0
[PATCH 1/6] drm/nouveau: fault: Store aperture in fault information
...veau/nvkm/subdev/fault/gv100.c @@ -138,6 +138,7 @@ gv100_fault_intr_fault(struct nvkm_fault *fault) info.inst = ((u64)insthi << 32) | (info0 & 0xfffff000); info.time = 0; info.engine = (info0 & 0x000000ff); + info.aperture = (info0 & 0x00000c00) >> 10; info.valid = (info1 & 0x80000000) >> 31; info.gpc = (info1 & 0x1f000000) >> 24; info.hub = (info1 & 0x00100000) >> 20; -- 2.23.0
2019 Sep 16
9
[PATCH 0/6] drm/nouveau: Preparatory work for GV11B support
From: Thierry Reding <treding at nvidia.com> Hi Ben, these are a couple of patches that are in preparation for adding GV11B support. The fundamental issue that these are trying to solve is that the GV11B is the first Tegra incarnation of the GPU where the aperture really matters. All prior generations would accept any of them. For dGPUs we usually allocate memory in VRAM, so the default
2003 Dec 01
0
No subject
...pol =3D False;=0A= uint32 des_access =3D SEC_RIGHTS_MAXIMUM_ALLOWED;=0A= int i;=0A= + uint32 num_groups, k;=0A= + uint32 *user_gids;=0A= + NTSTATUS status;=0A= =0A= *num_entries =3D 0;=0A= *info =3D NULL;=0A= @@ -95,14 +98,35 @@=0A= (*info)[i].acct_name =3D unistr2_tdup(mem_ctx, = &info1.str[j].uni_acct_name);=0A= (*info)[i].full_name =3D unistr2_tdup(mem_ctx, = &info1.str[j].uni_full_name);=0A= (*info)[i].user_rid =3D info1.sam[j].rid_user;=0A= - /* For the moment we set the primary group for=0A= - every user to be the Domain Users group.=0A= - There are se...
2002 May 16
2
WinBind does not work well with Rational ClearCase ( bug fix attached :)
Gerald, No worries. This patch is required if your using Rational ClearCase and you don't want everyone to have access to it. It's to fix a brokenness (IMO) within ClearCase, and maybe other programs. Our windows primary group has 10k+ users... I will shoot it off to Rational, so they can provide it to there customers. I was hoping it could be applied to the main tree so I could just
2005 Jul 15
0
Queue_log stats
...am as root or under another user as you see fit. # should start BEFORE asterisk. Add to /etc/rc.d/rc.local or whatever # restart asterisk # requires a DB table like the following.. # CREATE TABLE csr_queue ( # qname varchar(30) default NULL, # agent varchar(30) default NULL, # action text, # info1 text, # info2 text, # info3 text, # timestamp int(11) NOT NULL default '0', # id tinytext NOT NULL #) TYPE=MyISAM; use DBI; use IO::File; my $opt_debug = 0; # if you want postgres change this to "Pg" my $db_type = "mysql"; my $db_host = "127.0.0.1"; my $...
2006 May 02
3
Queue reporting seems broken.
I am trying to figure out which one of our agents is answering the calls. According to http://www.voip-info.org/wiki/view/Asterisk+log+queue_log the only time the queue_log puts the channel (agent) is during logoff & logon. There is the connect & completeagent message, but it doesn't show which channel (agent) answered the phone. I can't even figure it our cross referencing the
2013 Apr 20
1
One tiny Windows Unicode patch
.../* extern "C" */ diff --git a/src/share/grabbag/file.c b/src/share/grabbag/file.c index dd2880c..a3706f1 100644 --- a/src/share/grabbag/file.c +++ b/src/share/grabbag/file.c @@ -127,8 +127,8 @@ FLAC__bool grabbag__file_are_same(const char *f1, const char *f2) BY_HANDLE_FILE_INFORMATION info1, info2; HANDLE h1, h2; BOOL ok = 1; - h1 = CreateFile(f1, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); - h2 = CreateFile(f2, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); + h1 = CreateFile_utf8(f1, GENERIC_READ, FILE_SHARE...
1999 Jan 21
2
configure command for SAMBA 2.0.0 fails under HP-UX 10.20
...tch bundle of October 98 and latest Y2K package. I'm still looking for the problem, but any helping hands would truely appreciated :) Please, could you also send answer to the indicated email. Thank you, best regards. Alan GUILLEVIC info1.dmvf@dial.oleane.com
2001 Nov 26
2
Access denied from NT
...dp wait \ root /usr/local/samba/bin/nmbd nmbd Can anyone has any clue on that? thanks for your time. Regds Shubhasis __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
2020 Oct 13
2
[Fwd: Joining AD - wrong DNS name, wrong keytab]
...desired_encryption_types : 0x0000001f (31) libnet_join_precreate_machine_acct: Machine account successfully created join: struct secrets_domain_infoB version : SECRETS_DOMAIN_INFO_VERSION_1 (1) reserved : 0x00000000 (0) info : union secrets_domain_infoU(case 1) info1 : * info1: struct secrets_domain_info1 reserved_flags : 0x0000000000000000 (0) join_time : Fri Oct 2 04:38:44 PM 2020 CEST computer_name : 'CLIENT' account_name : 'CLIENT$' secure_channel_typ...
2004 Sep 10
4
FLAC 1.0.1 source release out
The source release for 1.0.1 is finally up on sourceforge. If you are compiling for x86 make sure to read the note in in the README about automake 1.5. Josh __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com
2004 Sep 10
1
Java?
Are there any plans for flac for java (JNI or Otherwise?). I am working on a java mp3 jukebox, and would like to add flac support. Dave Cracauer
2004 Sep 10
1
Java?
I'd be happy to (help) port the source to Java. How many lines of code are we talking? If preferable, I could just do a front-end to a JNI interface to flac. -Brian > -----Original Message----- > From: Josh Coalson [mailto:xflac@yahoo.com] > > --- "Cracauer, David D." <dcracauer@vue.com> wrote: > > Are there any plans for flac for java (JNI or
2004 Sep 10
0
Java?
...w. it will > > be at least 3 months before I get any real time to do such a > > major thing. > > > > Josh __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
2001 Nov 24
1
lme or nlme
...I got this error message: Error in FUN(X[[1]], ...) : Elements in object must be formulas or pdMat objects Please help me! Thank you, Debbie __________________________________________________ Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....