Displaying 19 results from an estimated 19 matches similar to: "Important"
2009 Nov 13
3
[LLVMdev] legalize dag problem
Hi
I am running into a legalize dag issue after custom lowering a
load. If someone can give me pointers that would be great. I am using
llvm 2.6
When custom lowering a load, the following code gets executed.
Tmp1 = TLI.LowerOperation(Tmp3, DAG);
if (Tmp1.getNode()) {
Tmp3 = LegalizeOp(Tmp1);
Tmp4 = LegalizeOp(Tmp1.getValue(1)); <----------------- what
2000 Aug 02
1
Moving to a new domain
I've moved several samba servers to a new domain and
subsequently they will not authenticate with the new
PDC (using Server or Domain security). I've updated
the "workgroup" and "password server" and they show
up in the N'Hood, public shares are accessable, but
shares that require authentication are not. Any ideas?
I'm hoping it's something obvious
2009 Nov 13
0
[LLVMdev] legalize dag problem
> My problem is that the second call asserts inside legalize ops at
> ResultVals[Op.getResNo()]; b'cos ResultVals has only 1 element and
> Op.resno is 0.
Looks like you lowered the load improperly. It should return 2 values:
the value loaded and a chain.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Nov 13
1
[LLVMdev] legalize dag problem
thanks for the help ..I do add the chain and the result.
My code is like this ...
SDValue Ops[] = { load->getChain(), load->getOperand(1),
load->getBasePtr(), des };
DAG.getNode(CustomOpc, NodeTys, Ops, 4);
thanks again!
shrey
On Thu, Nov 12, 2009 at 4:41 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
>> My problem is that the second call asserts inside
1997 Dec 17
2
1.9.16p11 and Windows 95 app conflicts
We installed Samba 1.9.16p11 on our Solaris 2.5 Sparc server here and we
are
having some difficulty getting Windows 95 programs to access the Samba
shares.
Many of the programs work, and we are dedicated to using Samba, and we have
a lot
of stuff out there, and we are using it effectively. But we have a few
problems with a
few programs.
One of the possible solutions to this problem is to upgrade
1998 Apr 29
1
Codepage 850 question
Hi,
I run samba very happily, but now I recognized problems with
restoring files from a tape.
If I use certain german characters, like ??? (hope you can read
them), it builds file this "Verkn\201pfung". I can use this files
from the sambaclient, but I can't access or delete this files out of
Linux.
I used client codepage = 850
Now I found out, that if I use the options
2003 Nov 02
0
surpress dial tone on TDM400p
i've already tried to change the indications.conf to the following:
dial = 0/1500
but the dial tone still persists
i am using the following workaround but obviously not a clean
b'cos it just replace dial tone with some other tone.
in zapata.conf
context=spec
immediate=yes
signalling=fxo_ks
channel=>2 ; TDM400p-1
in extensions.conf
[spec]
exten =>
2020 Jul 17
2
Ubuntu 18.04 classicupgrade help
On Friday, July 17, 2020, 03:35:19 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
On 17/07/2020 20:12, Carl Hunter via samba wrote:
>? On Friday, July 17, 2020, 02:26:53 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
>?
>?
>? On 17/07/2020 19:17, Carl Hunter via samba wrote:
>>? ? On Friday, July 17, 2020, 12:43:33 p.m.
2006 Oct 30
0
namecache_shutdown: Couldn't close namecache on top of gencache
I have this warning when I mount MS Windows shares, tunneling SMB over SSH in order to create a VPN-like shares management. Here the steps:
# ssh -2 -N -L 445:shares_server:445 user@shares_server
And after creating the port forwarding:
# smbmount //share_server_netbios_name/share_directory /mnt/Samba -o username=user%pass,ip=127.0.0.1
On the shares_server runs a MS Windows XP Professional,
2005 Feb 14
0
Access Denied after Upgrade passed 3.0.2a
I have upgraded many Samba versions over the years with great success.
I use Samba on Solaris/Sparc systems strickly as member servers (file
servers) of my normal Windows XP Domain.
Recently I have attempted to upgrade from Samba 3.0.2a to anything
newer, specifically 3.0.8, 3.0.10, and 3.0.11.
I've successfully compiled Samba 308 & 3011. Everything works GREAT,
except I have no
2020 Jul 17
2
Ubuntu 18.04 classicupgrade help
On Friday, July 17, 2020, 05:15:53 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
On 17/07/2020 21:51, Carl Hunter via samba wrote:
>? On Friday, July 17, 2020, 03:35:19 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
>?
>?
>? On 17/07/2020 20:12, Carl Hunter via samba wrote:
>>? ? On Friday, July 17, 2020, 02:26:53 p.m.
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
Hello,
I''m using Xen (installed from source - "hg clone
http://xenbits.xen.org/xen-4.0-testing.hg") on Debian Lenny. Dom0 kernel is
2.6.32-bpo.5-xen-686.
Until now I have successfully ran the Lucid Ubuntu as domU guest, defining
disks as (and also as file:):
disk = [''tap2:aio:/home/xen/domains/lucid/disk.img,xvda1,w'',
2007 Dec 07
3
Permission issue while using rsync.
Hi,
Until now we have been using rsync with SSH for copying data across
different sites.
They are bundled within wrappers and are circulated thru' cronjobs.
All the sites exchange data in this way.
It is working fine in all the sites, but except for 1 site. It transfers the
files fine, but it changes the permissions on the files. It does'nt retain
it as per the source nor as per the umask
2020 Jul 17
0
Ubuntu 18.04 classicupgrade help
On 17/07/2020 21:51, Carl Hunter via samba wrote:
> On Friday, July 17, 2020, 03:35:19 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
>
>
> On 17/07/2020 20:12, Carl Hunter via samba wrote:
>> ? On Friday, July 17, 2020, 02:26:53 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
>>
>>
>> ? On
2020 Aug 02
0
Ubuntu 18.04 classicupgrade help
On Friday, July 17, 2020, 05:53:06 p.m. EDT, Carl Hunter via samba <samba at lists.samba.org> wrote:
On Friday, July 17, 2020, 05:15:53 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
On 17/07/2020 21:51, Carl Hunter via samba wrote:
>? On Friday, July 17, 2020, 03:35:19 p.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote:
>?
2007 Jun 08
11
Bad Echo between SIP calls
Hi,
We have a PRI connection & when its was on test networks we had echo problems withoutside line.
So I bought a TE212P card resolve the echo problem. Which did to an extent. Its using asterisk 1.2.18 & RHEL4-Update 4.
But now when we are live, there is a terrible echo between 2 SIP calls. If I call the same extension from outside the voice is clear.
I am not sure whats
2015 Nov 19
4
C7: How to configure raid at install time
On Nov 18, 2015, at 9:49 PM, Devin Reade <gdr at gno.org> wrote:
>
> The one thing I would point out regarding the above link is that despite
> conventional UNIX wisdom, *don't* put /usr on a separate filesystem
> in CentOS 7. <sarcasm>Thank you RedHat</sarcasm>
>
> Flames to /dev/null.
Sorry, you don?t get to throw that grenade and then run away.
The
2005 Aug 19
9
Patch for listbook.rb
Attached is a patch file for listbook.rb
1) Message box scrolls properly now
2) Blank lines are skipped when adding pizzas and ice cream
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Sep 16
1
SaMBa raises 10x the traffic but only when _executing_, pizza offered
Customer is running a Delphi app talking to an MS-SQL-Server through
Microsoft ADO. The SQL stuff is reasonably chatty but not a problem.
Whenever the program is run or a significant feature is used, it
generates much SMB traffic -- roughly 10x as much from a SaMBa (3.1 or
3.0) server as from a W2k or w2k3 server. As you might imagine, this
makes the app run very slowly.
This happens with