similar to: moving from mysql to pgsql

Displaying 20 results from an estimated 1200 matches similar to: "moving from mysql to pgsql"

2017 Oct 04
0
moving from mysql to pgsql
On 05/10/2017 02:06, Magnus wrote: > Hello, > > I hope that this mailing list is "alive", since I am looking for a solution for my problem for a long time. > > I would like to migrate my existing dovecot installation from mysql to pgsql. But I have problems with the passwords when using pgsql. > > The existing and working mysql-based installation looks like this:
2017 Oct 06
0
moving from mysql to pgsql
mws at alpenjodel.de writes: > 1) select digest('testing123','sha512'); > result: > ?\x4120117b3190ba5e24044732b0b09aa9ed50eb1567705abcbfa78431a4e0a96b1152ed7f4925966b1c82325e186a8100e692e6d2fcb6702572765820d25c7e9e > login fails I think 2 problems here: 1) the encoding should be some modified base64; and 2) this appears to compute the SHA512 hash, *not* the
2011 Mar 04
1
Question in Chi-squared test, can I do it with percentage data?
Hi all, I know Chi-squared test can be done with the frequency data by R function "chisq.test()", but I am not sure if it can be applied to the percentage data ? The example of my data is as follow: ############################################# KSL MHL MWS CLGC LYGC independent (%) 96.22 92.18 68.54 93.80 85.74
2006 Nov 15
1
dynamic aggregation of many variables
Hi, i have many variables for in example 4weeks and want to do aggregations, like mean standard , deviation etc.. With mean it works but how i can calculate the standard deviation for the 4weeks and for every ID. many thanks & regards, christian week1 <- grep("(_PRO_001)",names(dmx3),perl=T) week1table <- subset(dmx3,select=c(ID,week1)) week2 <-
2005 Oct 31
1
ip tunnel doesn''t show warning or error
This is really strange behavior .. root@garfield ~# ip tunnel add testing123 mode ipip remote 192.168.1.1 local 192.168.1.12 root@garfield ~# ip tunnel show .. testing123: ip/ip remote 192.168.1.1 local 192.168.1.12 ttl inherit root@garfield ~# ip tunnel add testingabc mode ipip remote 192.168.1.1 local 192.168.1.12 root@garfield ~# echo $? 0 root@garfield ~# ip tunnel show .. testing123:
2006 Jan 25
1
mpd and radius
Hi all: I ahve some basic questions regarding the mpd.conf: set radius retries 3 set radius timeout 3 set radius server 192.168.128.101 testing123 1812 1813 set radius me 1.1.1.1 set bundle enable radius-auth radius-fallback Here my radius server is 192.168.128.101 and interanl interface of this mpd server is 192.168.64.65 1) What is this "testing123"? is that key between radius
2007 Aug 08
2
What is <DYN> in dtrace source code?
Dear all, What does <DYN> (or say "dynamic node" that is generated by paser and used by cg in compilation stage) represent? What are the corresponding D lanauge futures of this? Any examples? TIA! Regards, TJ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 30
5
Dtrace locks up on sol
Hi all... I''ve just got my hands on a Solaris 10 box for the first time. I''ve heard wonderous things about dtrace, so the first command I type is dtrace -l which disappointingly does nothing at all. It just hangs, and neither Ctrl-D, Ctrl-C or kill -9 from another shell will do anything to kill it. The box is: SunOS t2000 5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T200
2019 Aug 30
6
Samba 4.10.7 + freeradius 3.0.17 +ntlm_auth - Debian buster
Hai, It does not happen often but yes, i also need some help as i cant know everything also and im new with freeradius. Im working on a configuration for samba member + freeradius with ntlm_auth. Why ntlm_auth, because the next one is kerberos and ldap auth to configure.. I want to have some fallback options here and you have to start somewhere. This is running on my new proxy/gateway
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
Hello, I?m using virt-install to build a guest system with CentOS. The system boots up, times out with dracut-initqueue timeout and drops me into an emergency shell. If I exit the shell the install continues and I get a working machine. Any ideas? virt-install \ -n TEST \ -r 8192 \ --os-type=linux \ --disk=/vm-images/test.img,device=disk,bus=virtio,size=100,format=raw \
2004 Sep 29
2
pgsql and default_pass_scheme
Hello list, I am running Dovecot 1.0-test46 on FreeBSD with PostgreSQL as backend, runs _very_ nice, but i can not set "default_pass_scheme = CRYPT" (only PLAIN) for PostgreSQL Auth in dovecot-pgsql.conf. I have a valid entry in pg_hba.conf (and reloaded/restarted): "local mail mail crypt" If i replace crypt in pg_hba.conf
2023 Apr 03
2
[EXTERNAL] Fwd: ntlm_auth and freeradius
On Mon, 2023-04-03 at 15:08 +0000, Tim ODriscoll via samba wrote: > Unfortunately it's still erroring out: > (7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk > (7) mschap: Client is using MS-CHAPv2 Is this set as a UPN (with the realm appended) on the user? -- Andrew Bartlett (he/him) https://samba.org/~abartlet/ Samba Team Member (since 2001)
2005 Oct 11
7
dtrace: failed to initialize dtrace: DTrace device not available on system
I have a number of systems running solaris10 and i see the package and binary for dtrace installed however whenever we try to run anything we get this error dtrace: failed to initialize dtrace: DTrace device not available on system the only system in which i dont have this error is the development server that has the full solaris 10 install while others are minimized, do i need additional
2010 Dec 06
1
Cutting Matrix
I have got a matrix with 100 values. Is there a easy way to cut the upper 10% (every value which is above 90%) and the lower 10% of my matrix-values away and create a new matrix with all the rest. Thx for your help Marty -- View this message in context: http://r.789695.n4.nabble.com/Cutting-Matrix-tp3074970p3074970.html Sent from the R help mailing list archive at Nabble.com.
2013 Feb 22
6
Samba 4 and freeradius
Hi, My goal is to make use of samba 4 and freeradius to authenticate user to use wifi network (WPA2 enterprise). The setup is to setup Samba 4.0.3 in machine A and setup freeradius in machine B. By reading: Document A: http://wiki.samba.org/index.php/Samba4/beyond Document B: https://wiki.samba.org/index.php/Samba4/HOWTO/Virtual_Private_Network Document C:
2004 Dec 22
2
Can't Receive/Send Calls
Hi, I can't receive/send calls with Asterisk. Could someone please give me a few pointers on my configuration? Regards, Norman Zhang ; sip.conf [general] disallow=all allow=ulaw port=5060 bindaddr=0.0.0.0 externip=x.x.x.x localnet=192.168.22.0 mask=255.255.255.0 context=inbound-sip maxexpirey=180 defaultexpirey=160 tos=reliability srvlookup=yes register =>
2023 Feb 19
2
Redundant Database, Pgsql ?
I am aware that there are provising for redundant database connections Basically i was working on my main db server (which is also a mail sever) I current have this in the dovecot-pgsql.conf ______________________________________________________________________ driver = pgsql connect = host=localhost port=5433 dbname=scom_billing user=pgsql password=xxxxxxxxx default_pass_scheme = PLAIN
2006 Oct 31
0
6202015 fmd should only load plug-ins whose filenames end in .so
Author: mws Repository: /hg/zfs-crypto/gate Revision: 350b29b024d8b672585c7a66fcea71985a54f77f Log message: 6202015 fmd should only load plug-ins whose filenames end in .so 6369961 fmd emits identical diagnosis after repair when case was never closed 6385004 mc-amd driver leaks property string on attach 6385007 fmd is not decrementing buf total when cases are closed Files: update:
2006 Oct 31
0
6377640 fmd build can try to re-install .so links as directories
Author: mws Repository: /hg/zfs-crypto/gate Revision: 52dbc0e184b4cf5b07709cf159cadbb66ee552bb Log message: 6377640 fmd build can try to re-install .so links as directories 6390114 fmd asru cache recreation flawed with fix for 6369961 6390205 fmd publishing list.isolated for cases that were never solved 6390232 fmadm repair <fmri> can lead to surprises 6390296 fmd dumps core when stopping
2010 Sep 24
1
Restore previous Wine installation
Hi guys! I hope you can help me with this problem of mine^^ I recently upgraded Wine 1.2 to 1.3.3 but now i have issues of all kind with some applications (like WoW or MWS) that I didn't have before. So I tried to reinstall 1.2 over 1.3.3 but no way... One important matter is that I had run "./configure --without-freetype" instead of "./configure". Could this be the