search for: pim

Displaying 20 results from an estimated 114 matches for "pim".

Did you mean: pid
2008 Jun 09
3
I can't install the program: Samsung PC Studio PIMS II
You can download this program, Samsung PC Studio PIMS II II 1.0 (Win 98/ME/2K/XP) for free at: http://nl.samsungmobile.com/supports/softwaremanuals/software.do?phone_model=SGH-X510&sw_type=SW I've tried to install this program form my windows partition. I stored the output in a file. Here's my installation command: joris at joris-desk...
2008 Mar 16
2
Remote resources in kde-pim
For some time I have been using dovecot to serve imap mail on my LAN. Now I want to add my diary and addressbook in kde-pim. I have got the docs from the kde site, but they talk about cyrus, and I'm not able to translate some bits of the instructions into dovecot ones. For instance, "At cyrus level (in the PC that runs IMAP server cyrus, with cyrus tools), we first need to add the user mary, so it's...
2011 Oct 20
0
Call popups with Thunderbird (and potentially other PIMs)
...tabase. It exports phone numbers and display names from Thuderbird's address book. It can export individual contacts or entire address books, and can be configured to automatically update the database periodically. The two stage approach means callPopPy can potentially be integrated with other PIMs as well. Any feedback would be gratefully received. You can find more at http://www.oak-wood.co.uk/callpoppy Cheers Chris
2018 Feb 21
1
Finding and replacing instruction patterns
Hi all -- first time poster, hoping that this is going to the right list. Also a complete LLVM newbie, so please correct any glaring errors in my understanding. I am an architecture researcher at Penn State working on Processing in Memory (PIM) architectures. Currently, I plan to use LLVM to detect and replace groups of instructions which can be accelerated in memory. Once a group of instructions is detected, they will be replaced with the corresponding PIM instruction. For a toy example, take a series of instructions such as "load...
2017 Jul 11
2
error: In anonymous_4820: Unrecognized node 'VRR128'!
...re (v32f32 (bitconvert (VRR128:$src))), addr:$dst), (STORE_DWORD addr:$dst, VRR128:$src)>; but getting the following error; STORE_DWORD: (st (bitconvert:v32i32 VRR128:{v32i32:v32f32}:$src), addr:iPTR:$dst)<<P:Predicate_unindexedstore>><<P:Predicate_store>> Included from /PIM/lib/Target/X86/X86.td:832: /lib/Target/X86/X86InstrInfo.td:3166:1: error: In STORE_DWORD: Could not infer all types in pattern! def STORE_DWORD : I<0x70, MRMDestMem, (outs), (ins i2048mem:$dst, VRR128:$src), ^ anonymous_4820: /PIM/lib/Target/X86/X86.td:832: /lib/Target/X86/X86InstrInfo.td:3173:1...
2009 Nov 04
2
samba 3.4 ADS support broken on ipv6 networks ?
...join -S dc.ipv4 succeeds. Here, "dc" resolves to both ipv4 and ipv6 addresses, and "dc.ipv4" resolves to an ipv4 address only. Has anyone else seen this problem? I have seen no mention of this problem on either Samba or Fedora mailinglists, nor in bugzilla.redhat.com Thanks, Pim
2008 Aug 26
4
syncml with server push email
Any recommendations for server push email using syncml and dovecot? I am familiar with Funambol for syncing pim info, but not used it for email. Are there any recommended opensource or commercial syncml servers that are known to integrate nicely with Dovecot 1.x? Googling hasn't really turned up much in the way of useful info. To mix it up a little, I was using Funambol for the Pim stuff, but ran in...
2011 Feb 25
3
Can the Sidekick PIM run in Wine?
I have been trying to get the Personal Information Manager Sidekick to run on Wine and Crossover. Our company is trying to move over to ubuntu(still fairly new) and after two weeks of searching i have yet to find a contact manager with the functionality and flexibility of sidekick so we are trying to get it working in Ubuntu. The program runs fine but then instantly crashes when i attempt to
2006 Jul 02
2
Flat file as storage backend or what ...
Hi. I''m just starting out with Rails. I''m thinking of writing a web based PIM, partly as a learning experience, partly because I need one. I''ll be using iCalendar and vCard files for for storage because it will let me sync with PDAs, and use other already available PIMs. What would be the best practice for this? a) At the beginning of a session pull all my vevents...
2003 Sep 26
1
how set samba use mysql
i see source that samba 3.0 support mysql , how to make it happen i have been complie with mysql support but how use make plugin i try like this : [root@pim pdb]# make libtool gcc -I../../source -I../../source/include -I../../source/ubiqx -I../../source/smbwrapper -Wall -g -c pdb_test.c mkdir .libs gcc -I../../source -I../../source/include -I../../source/ubiqx -I../../source/smbwrapper -Wall -g -c pdb_test.c -fPIC -DPIC -o .libs/pdb_test.lo In file i...
2002 Sep 16
1
Multicasting routing in SUSE
hi all, This is my first message to the group.My name is Anirban Chakraborti and I am with new mexico state university. I have recently built a router using suse linux.I need to turn on IGMP and PIM to allow it do multicasting.How to do that? Secondly I also want to control the rate of the datatransfer from the router''s ethernet interface to the ppp interface. Thanks for the help, Anirban --------------------------------- Do you Yahoo!? Yahoo! News - Today''s headlines
2017 Jul 11
2
error: In anonymous_4820: Unrecognized node 'VRR128'!
...ng; it gives duplication error. def VADD : I<0x0E, MRMDestReg, (outs VRR128:$dst), (ins VRR128:$src1, VRR128:$src2),"VADD\t{$src1, $src2, $dst|$dst, $src1, $src2}", [(set VRR128:$dst, (add VRR128:$src1, VRR128:$src2))]>, TA; def : Pat<(add VRR128:$src1, VRR128:$src2), (VADD VRPIM128:$src1, VRPIM128:$src2)>; Where to place v32f32 to distinguish between the two? On Tue, Jul 11, 2017 at 7:55 PM, Craig Topper <craig.topper at gmail.com> wrote: > You need a type inside this bitconvert. The outer type is the destination > type for the bitconvert but it also need...
2017 Jul 11
2
error: In anonymous_4820: Unrecognized node 'VRR128'!
...f VADD : I<0x0E, MRMDestReg, (outs VRR128:$dst), (ins VRR128:$src1, >> VRR128:$src2),"VADD\t{$src1, $src2, $dst|$dst, $src1, $src2}", [(set >> VRR128:$dst, (add VRR128:$src1, VRR128:$src2))]>, TA; >> >> def : Pat<(add VRR128:$src1, VRR128:$src2), (VADD VRPIM128:$src1, >> VRPIM128:$src2)>; >> Where to place v32f32 to distinguish between the two? >> >> On Tue, Jul 11, 2017 at 7:55 PM, Craig Topper <craig.topper at gmail.com> >> wrote: >> >>> You need a type inside this bitconvert. The outer type is t...
2016 May 13
4
Bridge not forwarding multicast traffic to the tap interface
...vv for full protocol decode listening on tap0, link-type EN10MB (Ethernet), capture size 262144 bytes 00:04:41.417898 IP 10.10.189.1 > all-systems.mcast.net: igmp query v2 00:04:41.494373 IP 10.10.189.254.ntp > 10.10.189.255.ntp: NTPv4, Broadcast, length 48 00:04:44.529568 IP 10.10.189.1 > pim-routers.mcast.net: PIMv2, Hello, length 38 00:04:47.132901 IP 10.10.189.101 > 239.255.255.250: igmp v2 report 239.255.255.250 00:04:57.828645 IP 10.10.189.1 > pim-routers.mcast.net: PIMv2, DF Election, length 20 00:04:57.828689 IP 10.10.189.1 > pim-routers.mcast.net: PIMv2, DF Election, le...
2007 Jan 29
3
Vista can't use samba hosted printer drivers
...: Fedora Core 6 i386, samba-3.0.23c-2 Vista client, Vista Business (32-bit) final Printer: HP LaserJet 4000 PCL6, driver from XP SP2. The same printer served from a Windows 2003 server will connect just fine to a Vista client. Vista will connect to samba shared directories just fine. Any ideas? Pim
2006 Jul 06
0
Can''t generate AR from script (ActiveRecord::ConnectionNotEstablished)
Generating ActiveRecord instances from the console works fine. ./script/console Loading development environment. >> Pim.new() => #<Pim:0xb74427dc @attributes={"vpimitem"=>nil}, @new_record=true> >> But running this little script: #!/usr/bin/env ruby require File.dirname(__FILE__) + ''/../config/boot'' Pim.new() Will spit out this: /usr/lib/ruby/gems/1.8/gems...
2020 Oct 29
1
Samba 3.6 member server auth problems after DC upgrade 2012 R2 -> 2019
I will take your suggestion. Still, Samba 3.6 appears to support SMBv2 just fine. Windows 10 PC's and Windows 2019 Servers are able to connect as a client, with SMBv1 disabled. As long as there's a Windows 2012 R2 server doing the backend authentication. Pim On 10/29/2020 7:09 PM, Rowland penny via samba wrote: > I suggest you upgrade your Centos 6 server, it will go EOL in a month > and Samba 3.6 went EOL quite a few years ago. Your problem is possibly > something to do SMBv1, Samba 3.6 will be using it (along with ntlm > auth), but yo...
2006 Jan 31
2
idmap ldap backend population
...abase is not being populated. The only thing happening is Samba modifying the ou=Idmap,dc=mydomain,dc=com dn. I was under the impression that Samba would automatically populate the LDAP database, like it does for a local idmap database. Or is one supposed to populate the database by hand? Thanks, Pim
2007 May 15
2
_really_ disable netbios
...ws and for Samba hosts. Samba hosts have these directives in their smb.conf disable netbios = yes smb ports = 445 But I still see NetBIOS broadcasts and responses coming from Samba hosts, probably because they are still running nmbd. Can I just shut nmbd down or does it still have use? Thanks, Pim
2018 Jan 31
3
Best practices in developing package: From a single file
On 31/01/2018 6:33 AM, Joris Meys wrote: > 3. given your criticism, I'd like your opinion on where I can improve > the documentation of https://github.com/CenterForStatistics-UGent/pim. > I'm currently busy updating the help files for a next release on CRAN, > so your input is more than welcome. After this invitation I sent some private comments to Joris. I would say his package does a pretty good job of documentation; it isn't the kind of Roxygen-using packag...