search for: cxp

Displaying 9 results from an estimated 9 matches for "cxp".

Did you mean: cmp
2007 Oct 25
1
How to have ZFS root with /usr on a separate datapool
...n have /usr, /opt, /var and /home on a separate raidz zpool. My zfs root takes only 500 megs and sits nicely on two 1 gig USB flash disks. zfs create tank/usr zfs set mountpoint=legacy tank/usr mkdir /mnt/usr mount -F zfs tank/usr /mnt/usr /usr/sfw/bin/gtar Ccp /usr . | /usr/sfw/bin/gtar Cxp /mnt/usr echo >>/zfsroot/etc/vfstab tank/usr - /usr zfs - yes - If you move /var to a separate partition, make sure you keep /var/run directory in your zfs root. Tested on b75a and b75a xVm should also work with b70, etc. kugutsumen You can find a patch for Tim''s script here:...
2016 Mar 14
0
Liferay Users
Hi, Would you be interested in Acquiring Liferay Users List for your marketing campaigns? We also have Other Technology Users Like: Salesforce Customer Portal, Noodle, Red Hat jBoss, OpenText Portal, Backbase CXP, Covisint ExchangeLink, Edge IPK, Jostle, CRM Portal Connector for Dynamics CRM, Diligent Boards and many more... Information: Name, Title, Email, Phone Number, Company name, Web Address, Physical Address, SIC Code, Industry, Company Size (Employee and revenue). Industry: Healthcare, Telecom,...
2003 Oct 06
2
samba as PDC in FreeBSD
Hello all, I've set up samba as a PDC in FreeBSD 5.1-release. I seemed to have no problems joining my computer to the domain as it said "Welcome to the domain" but when I try and log in it says it can't contact the domain controller or the domain account doesn't exist. Can anyone offer any help on how to fix this? Here is my smb.conf. Kind regards, Elvar [global]
2007 Sep 03
0
4 commits - libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_interpret.c test/trace
...ec_as_interpret.c index 32613a2..fcbd035 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1896,19 +1896,49 @@ fail: } static gboolean -swfdec_action_do_enumerate (SwfdecAsObject *object, const char *variable, - SwfdecAsValue *value, guint flags, gpointer cxp) +swfdec_action_enumerate_foreach (SwfdecAsObject *object, const char *variable, + SwfdecAsValue *value, guint flags, gpointer listp) { - SwfdecAsContext *cx = cxp; + GSList **list = listp; if (flags & SWFDEC_AS_VARIABLE_HIDDEN) return TRUE; - swfdec_as_stack_ensure_free (cx, 1...
2007 Aug 17
0
4 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h test/trace
...+ SWFDEC_AS_VARIABLE_HIDDEN); SWFDEC_AS_VALUE_SET_OBJECT (&proto, prototype); swfdec_as_object_set_variable (SWFDEC_AS_VALUE_GET_OBJECT (subclass), SWFDEC_AS_STR_prototype, &proto); @@ -1883,7 +1885,7 @@ swfdec_action_do_enumerate (SwfdecAsObje { SwfdecAsContext *cx = cxp; - if (flags & SWFDEC_AS_VARIABLE_DONT_ENUM) + if (flags & SWFDEC_AS_VARIABLE_HIDDEN) return TRUE; swfdec_as_stack_ensure_free (cx, 1); SWFDEC_AS_VALUE_SET_STRING (swfdec_as_stack_push (cx), variable); diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c i...
2006 Jul 20
1
samba as pdc in Ubuntu dapper, fails on ps$ join?
Hola, I've done everything as correct as I can see in smb.conf under fresh ubuntu 6.06 fully updated install to have it run as a PDC on hostname florentine, domain DAVEYST. There are no testparm errors. I've added users with useradd and smbpasswd -a I've added machines with useradd and smbpasswd -a -m I can see the server in my network neighbourhood and access/browse folders on
2012 Jun 24
0
nouveau _BIOS method
....P8X 4a20: 48 01 4c 30 31 43 a0 43 0b 90 93 52 50 31 44 00 H.L01C.C...RP1D. 4a30: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 48 \/._SB_PCI0RP01H 4a40: 50 53 58 5b 22 0a 64 a0 4b 07 5c 2f 04 5f 53 42 PSX[".d.K.\/._SB 4a50: 5f 50 43 49 30 52 50 30 31 50 44 43 58 70 01 5c _PCI0RP01PDCXp.\ 4a60: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 50 44 /._SB_PCI0RP01PD 4a70: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R 4a80: 50 30 31 48 50 53 58 a0 2a 92 5c 2f 04 5f 53 42 P01HPSX.*.\/._SB 4a90: 5f 50 43 49 30 52 50 30 31 50 44 53 58 70 00 5c _PCI0RP01PDSXp.\...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...+ SWFDEC_AS_VARIABLE_HIDDEN); SWFDEC_AS_VALUE_SET_OBJECT (&proto, prototype); swfdec_as_object_set_variable (SWFDEC_AS_VALUE_GET_OBJECT (subclass), SWFDEC_AS_STR_prototype, &proto); @@ -1883,7 +1885,7 @@ swfdec_action_do_enumerate (SwfdecAsObje { SwfdecAsContext *cx = cxp; - if (flags & SWFDEC_AS_VARIABLE_DONT_ENUM) + if (flags & SWFDEC_AS_VARIABLE_HIDDEN) return TRUE; swfdec_as_stack_ensure_free (cx, 1); SWFDEC_AS_VALUE_SET_STRING (swfdec_as_stack_push (cx), variable); diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c i...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...g=xgdt8ADC3@!1&W>yEf6P%Ei90(JDgcqQ5(}#&)2ylQ;+kdf0E`2 zU%-F%35J5$4w32#B-NA7$d12_?6?Bj at vk$TSi5JH6Ki#`DTjF79xdgQs<Ek_KOi)_ zE<$tg_(O)0b5mFBxVH9HKVB*wrgjQZstUn&w@&R8u93mMQoOC7DW=B2;Yc*6Jrg_+ zLDWMhMkhT?c{+UZxoO}2Rk3xq4|W?0Sra;OToX#6TH~(#RqC=6Eb5~8mRlD!q$q50 zdVBu{+3|h_Lr~kJVcXp@{1=_rxENB@^UxBNeayUW37Xs}2CXBiF-rtDhNnM*gn_l8 z3_ViAIkXAN5UedD>N00RWjz38$a5jG_;W8q at wXvFJ41_q)O*l*uHl&O-}IhKk8<tH z$=0P_dw4jl44?A>*XyXVy`$U1cAuekRf4;bT^=&T=w|Wn{$%)Is1GSmizlD2PdXx9 zvYpqi!A<SX>omV(go)Rwa(PEcS~vjM+9=rRsdoIK3ZFuw^zcZ`@Wtn*H6CahW{=nH zgJXwQKSq2?KWWWrcQm?t_E1&a...