search for: przemek

Displaying 20 results from an estimated 49 matches for "przemek".

2010 Jul 23
1
Joining windows xp to Samba 4 PDC
...ain controller for domain firma.local. Query DNS resource record for the service location (SRV) used to locate a domain controller for domain firma.local was successful. The query was for the SRV record for _ldap._tcp.dc._msdcs.firma.local The query identified the following domain controllers: Przemek-laptop.firma.local The most common causes of this error are: - host (A) records that map the name of the domain controller to IP addresses are missing or contain incorrect addresses. - Domain controllers registered in DNS are not connected to the network or do not work. DNS configuration for...
2009 May 14
0
how to debug permission denied errors
I need to access several Windows domain shares from my linux box. I can access both shares from a Win box where I use my domain login. I placed my domain credentials in /home/przemek/.smb_credentials and I can successfully mount one of the shares: mount.cifs '//elwood.nist.gov/61_NCNR/610' /mnt/ --verbose -o uid=przemek,credentials=/home/przemek/.smb_credentials parsing options: uid=przemek,credentials=/home/przemek/.smb_credentials Domain NIST mount...
2019 Dec 11
2
Glue two instructions together
...;t like to indicate particular one. > > Expanding will occur after register allocation, so the only solution I see is involving register scavenger during expanding pass. > Is usage register scavenger in such case is proper or maybe there is also any simpler approach? > > Thanks, > Przemek > > > > > > > > On Tue, Dec 10, 2019 at 6:01 PM Przemyslaw Ossowski <przemyslaw.ossowski at googlemail.com> wrote: >> >> Thank you Krzysztof, >> I used pseudo-instruction earlier, but thought there might be easier solution by implementing support for...
2019 Dec 10
3
Glue two instructions together
...NST_IN and REG;$r1. Is there any possibility to ‘Glue’ two instruction created in a such way? Maybe something similar to creation SDNodes with SDNPOutGlue, SDNPInGlue) ? These two instructions INST_IN and INST_OUT have to be one after another without any other inserted between them. Thanks, Przemek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191210/94de313f/attachment.html>
2020 Jan 28
2
Handling node through TargetLowering::LowerOperation vs TargetLowering::ReplaceNodeResults
...r explanation. Could be the same algorithm used for custom legalizing given node in LowerOperation and ReplaceNodeResults in case results and inputs of the node are illegal? Or actually such situation is impossible and for given node either LowerOperation or ReplaceNodeResults can be only called? Przemek wt., 28 sty 2020, 18:48 użytkownik Craig Topper <craig.topper at gmail.com> napisał: > ReplaceNodeResults is called by the type legalizer for custom legalizing > any of the results of a node that have an illegal type. > > LowerOperation is called by the type legalizer to custom...
2012 Jan 02
1
sm.density.compare - a lot of curves
Dear all, Let say I have a sets of numbers: rno1 = rnorm(1000) rno2 = rnorm(1000) If I write request as follow: sm.density.compare (rno, rno3, xfit=min(rno), max(rno2)) why I receive a lot of curves in my plot, while I have only two data sets? regards Przemek -- View this message in context: http://r.789695.n4.nabble.com/sm-density-compare-a-lot-of-curves-tp4253039p4253039.html Sent from the R help mailing list archive at Nabble.com.
2010 May 04
8
iscsitgtd failed request to share on zpool import after upgrade from b104 to b134
Hi, I am posting my question to both storage-discuss and zfs-discuss as I am not quite sure what is causing the messages I am receiving. I have recently migrated my zfs volume from b104 to b134 and upgraded it from zfs version 14 to 22. It consist of two zvol''s ''vol01/zvol01'' and ''vol01/zvol02''. During zpool import I am getting a non-zero exit code,
2020 Jan 28
2
Handling node through TargetLowering::LowerOperation vs TargetLowering::ReplaceNodeResults
...cides that for one given ISD we have to add handling in LowerOperation and for other in ReplaceNodeResults, when for both SetOperationAction is configured to be Custom? Is it related with number of results of given operation and LowerOperation is called when there is only one SDValue? Thanks, Przemek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200128/02528705/attachment.html>
2020 Sep 17
3
Unaligned Stack Pointer
...or keeping variables of small sizes. I’m wondering what is the benefit of such behavior. Is saving a few bytes of the stack just once worth of such approach? Or maybe something else stands behind it? Is there any other potential benefit of unaligned Stack Pointer in Leaf Functions? Thanks, Przemek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200917/3624954a/attachment.html>
2012 Feb 02
3
Question about quota configuration
Hi This is my first post here so i will be as precise as i can I'm trying to setup a quota system using dovecot postfix and procmail dovecot version 1.2.9 postfix version 2.7.0 I have succesfully modified dovecot config to use fs quota system (so far imap and pop3) It reports correct quotas to imap and pop3 clients (both user and group) What im tryin to do now is to modify
2010 Aug 05
0
Incorrect NetBios Hostname on LDAP packet
...ain controller for domain firma.local. Query DNS resource record for the service location (SRV) used to locate a domain controller for domain firma.local was successful. The query was for the SRV record for _ldap._tcp.dc._msdcs.firma.local The query identified the following domain controllers: Przemek-laptop.firma.local The most common causes of this error are: - host (A) records that map the name of the domain controller to IP addresses are missing or contain incorrect addresses. - Domain controllers registered in DNS are not connected to the network or do not work. In smb.conf file netbi...
2019 Apr 25
2
Assigning custom information to IR instruction and passing it to its correspondent in Selection DAG
...to DAG and appropriately mark in DAGBuilder SDNode, which represents the earlier marked instruction in IR? Any suggestion how to implement the most efficiently? I’m expecting there are already similar solutions – maybe someone would be able to indicate the exact example? Thanks in advance, Przemek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190425/64ef9106/attachment.html>
2019 May 01
2
Assigning custom information to IR instruction and passing it to its correspondent in Selection DAG
...or at the place you looked at, but I assume that I can take the IR, strip it out of the “invariant_load” metadata from the loads, and optimizations/codegen should still be correct. If your use-case fits in this model then metadata is likely a good starting point. Best, — Mehdi > Thanks, > Przemek > > On Wed, May 1, 2019 at 5:57 AM Mehdi AMINI <joker.eph at gmail.com> wrote: > >> >> >> On Tue, Apr 30, 2019 at 3:51 PM Przemyslaw Ossowski via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Hi, >>> as I wrote in mu pre...
2019 May 01
2
Assigning custom information to IR instruction and passing it to its correspondent in Selection DAG
...gt;> >> >> >> Any suggestion how to implement the most efficiently? >> >> I’m expecting there are already similar solutions – maybe someone would >> be able to indicate the exact example? >> >> >> >> Thanks in advance, >> >> Przemek >> > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.or...
2006 Feb 06
2
Problems with MDF
...and I have some problrm with MDF filter response. I have plots of ref(near-end), y(filter response) signals and from plots I obtain that filter response is to small so when i substruct it from ref signal there is no efect. Is there any way to make filter giving response about ref signal amplitude? /Przemek Stajniak.
2010 Jul 05
3
How to determine if R is 64 bit compiled under Unix-alike?
Under MacOS I had R64 executive and it was clear. Under Ubuntu, which I do not have administrative rights to, there is only R executive. It seems that I can allocate more than 3GB of memory, however not everything seems to work the same/right as with R64 under MacOS. Pms.
2012 Feb 24
3
iPhone and custom imap folders problem
Hi Im using Dovecot 1.0.10 and everything seems work ok except one client He is accessing his mailbox using iPhone There are several custom folders created and mail is directed to them using procmail The problem is iPhone mail app only sees changes in INBOX and when new mail arrives to other folders it will not see it unlers user accesses this particular folder Is there some kind of workaround
1999 Sep 20
1
POP secure access??
Hi, I'm looking for a solution to access pop mails (sendmail in linux) securely. Most of the access would be from window clients (outlook express etc). Is there a way to encrypt the password (like ssh2) when authenticating with sendmail? Any info is greatly appereceiated. Thx. Regards, Wong.
2010 Sep 13
2
TCP flow latency graphs
...elated problems with this type of work. I'd like to analyze (not necessary online) its tcp flow especially its latency (using port redirect on switch). Do you know any software (similar to tcpdump or so) which will let me graph/paint latency between each connection and each tcp flow ? Regards Przemek --------------------------------------------- Volskwagen, Audi, BMW, bezpo??rednio z Niemiec! http://linkint.pl/f27f7
2005 Jul 08
0
icecast and LAC2005
...ape running. I finally had time to get those encoded and up on the web: http://techweb.rfa.org/images/dclug/DCLUG-2005-06-08-icecast-and-lac2005-tape1.theora.ogg http://techweb.rfa.org/images/dclug/DCLUG-2005-06-08-icecast-and-lac2005-tape2.theora.ogg My talk started about 30% into the first tape. Przemek, the LUG organizer, stalled for me for a bit while I tried frantically to recover my laptop. Anyway, there they are. I welcome any feedback. The second tape is mostly about Linux Audio. I'm sure I made numerous glaring omissions and stated at least a few fallacies. I want to clear up anything...