similar to: mysql

Displaying 20 results from an estimated 2000 matches similar to: "mysql"

2003 Jun 11
2
Aliases
Hi, I am having some trouble with the postfix system. It says: postfix/smtpd[90539]: fatal: open database /etc/mail/aliases.db: Inappropile type or format I tried to make aliases in the /etc/mail directory, but it failed. What shall I do?
2003 May 30
2
mux.pid
Hello, I have posted this question at the Hungarian BSD list and the FreeBSD newbies list as well, a couple of weeks ago, but no one replied to me. I don't know if this is becuase it's such a newbie question or no one knew the answer. Please help me... I have a system running FreeBSD 4.8. After running the make world the following error come up in the /var/log/messages file:
2007 Apr 18
1
[Bridge] help setting up a linux bridge with spanning tree to allow multiple vlans accross multiple uplinks
For easy reading: http://www.karthaus.nl/r/ Hi, We used to have 1 single ip range (1.1.1.0/24) that had one uplink to a = switch of the colocation provider. Recently we got a second range 2.2.2.0/24 and a redundant uplink = directly on two routers. But our switch does not have spanning tree = protocol support so we cannot use them redundantly. We have set up the switch to have a vlan for both
2004 Mar 29
2
Flags in pam_password_change_required() (auth-pam.c)
Hi I just "stumbled" over the flags settings in pam_password_change_required(). As far as I looked over the OpenSSH code, setting/resetting the 2nd bit in those flags from auth-options.c whould only make sense if the flags are checked to be 0/1 in the remaining OpenSSH code. Frank
2018 Aug 04
2
Is this a bug in `[`?
Hello, Maybe I am not understanding how negative indexing works but 1) This is right. (1:10)[-1] #[1] 2 3 4 5 6 7 8 9 10 2) Are these right? They are at least surprising to me. (1:10)[-0] #integer(0) (1:10)[-seq_len(0)] #integer(0) It was the last example that made me ask, seq_len(0) whould avoid an if/else or something similar. Thanks in advance, Rui Barradas
2007 Jun 29
2
\include-mechanism in Sweave?
Dear HelpeRs, I'm very fond of Sweave and I use it as often as possible. It'a a pity I can't use it for larger projects or can I? For instance suppose I have three files file1.rnw, file2.rnw and file3.rnw with Sweave code. Working on file2.rnw I whould like to exclude file1.rnw and file3.rnw temporarily and joining all of them later. This amounts to a mechanism similar to using
2006 Apr 06
4
Call/Contact Center.
Hello, I'm trying to sum up current options for doing small (up to 20 agents) inbound-only CC. I've found: astguiclient, maybe there are some other CC solutions? And on the other side: witch is better to have 20 PC w/ softphones or one T1 channel bank and normal phones with hands-free sets. (whitch set whould you recomend) ? kd, -- Krzysztof Drewicz Affordable 2/4 span E1/T1
2006 Jun 14
4
[LLVMdev] Code instruction selection based on SSA-graphs
Hi, LLVM already uses dynamic-programming based optimal pattern matching selectors for some of the target architectures. But as far as I know, the code is first converted out of the SSA form, before the selection process takes place. The same approach is used by many other compilers. But there is an article from Erik Eckstein, where a different method is proposed. In the described approach, the
2009 Dec 22
3
iptables ... *BSD pf ... pfSense
Hi, I followed the "Optimizing CentOS for gigabit firewall" posting and as some posters wrote pf is soo sooo ssooooo mutch faster, I was thinking to give it a try. But I'm not familier to BSD so I was looking for some tools and found "pfsense" http://www.pfsense.org/ "pfSense is a free, open source customized distribution of FreeBSD tailored for use as a
2005 Mar 07
4
Multiple samba servers with LDAP
I was wondering what the best practice is for setting up several SAMBA servers in a SAMBA domain all on the same LAN. Here is what I am looking at PDC: LDAP, Samba, nss_ldap, pam_ldap Member1: Samba, nss_ldap, pam_ldap Member2: Samba, nss_ldap, pam_ldap Member . . . . Should I set the member servers up with: Security = domain and join the severs with net rpc join or, whould it be better to set
2006 Jun 14
0
[LLVMdev] Code instruction selection based on SSA-graphs
> > What do you think about this approach? Whould it be interesting to > implement something like that for LLVM? May be you already have > considered something like that? Are there any plans to it? We have talked about whole function instruction selection but does not have immediate plan to implement it. If we were to implement it today, it would probably be done on DAGs with
2003 Apr 24
2
Append one Ogg file to another ?
Hello, first I please to excuse my bad english and the (maybe very silly) question if it has been asked before - I am quite new with Ogg and an absolute newbie on this mailing list, but I did not find anything appropriate in the list archive. The question is quite simple: How can I append an Ogg file to an other ? Althought I must admit that I didnt try it, I believe that just a 'cat
2005 Dec 13
4
compaq r4000 32 bit and 64 bit install
Gents, I first installed the 32 bit version (as you might have read) of centos 4.2, after downloading x86_64 the install process/progress is about the same. going VERY slow... The screen for formatting the partitions took a LONG time (3 partitions 10 GIG, 2 GIG swap and 50 GIG). While on that screen and moving the mouse it lagged big time and could not keep up. Anyway just reporting that so far
2018 Aug 04
3
Is this a bug in `[`?
?s 15:51 de 04/08/2018, I?aki ?car escreveu: > El s?b., 4 ago. 2018 a las 15:32, Rui Barradas > (<ruipbarradas at sapo.pt>) escribi?: >> >> Hello, >> >> Maybe I am not understanding how negative indexing works but >> >> 1) This is right. >> >> (1:10)[-1] >> #[1] 2 3 4 5 6 7 8 9 10 >> >> 2) Are these right? They
2014 Sep 10
1
guest create only share
Dear List I like to make samba share where guest users (without password) can create file ( copy from local computer to share), but can't delete,rename, write after creation. But I have a superuser (with password) who can read,write,delete, the guest user's shared files. Please help me how to setup this share configuration. Thanks Peter Kovacs
2004 Aug 06
3
net/sock.c question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I have started to add bandwidth <limit> option to icecast. My ideea is to compute the current bandwidth by estimation on each sock_write*() call. Something like this: 1. initially we set kbps = 0, kbps_time = now and kbps_bytes = 0 2. after some time, a sock_write*() function is called which in turn calls sock_kbps_update(nobytes);
2011 May 20
1
SIP Diversion RDNIS - how to get reason parameter?
Hi out there To play the correct announcement in app_voicemail I whould be able to read the SIP Diversion Reason which ist sent by another PBX: Invite contains: Diversion: <sip:+41315995003 at 157.161.10.190>;reason=no- answer;privacy=off;counter=1 Asterisk Logs: RDNIS for this call is is +41315995003 (reason no-answer;privacy=off;counter=1) From what I see in the source of chan_sip
2010 May 30
2
Dovecot install problem
I am trying to set up a new web and mail server i have postfix now working but dovecot will not allow me to login and retrieve the emails so below isa portion of the log file passwd-file /var/mail/vhosts/xxxx.net/shadow: stat() failed: Permission denied passwd-file(xxxxx at xxxx.net,::ffff:0.0.0.0): no passwd file: /var/mail/vhosts/xxxx.net/shadow Dovecot -n output # 1.0.7: /etc/dovecot.conf
2011 Oct 01
2
Debugging a "X Error of failed request: BadAlloc"
Hello all, as an almost daily user of Wine I'd finally like to get around to use my favourite CAD application, Catia, on Wine as well. This complex application is close, simple things can be done already. Even a small Finite Elements Analysis got the right results. My OS of choice is Ubuntu 11.04, AMD64. With Wine 1.2 from the package manager one gets far, although menus are very slow. Wine
2005 Feb 03
1
E1's and span - what questions to ask my service provider
I am planning to go in for a E1 line and whould like to know what questions i need to ask my service provider so i can connect that E1 to my asterisk box using the digium E1 card. what I mean is will my service provider give me info like LBO, framing , coding etc which i need to configure the span tag in the zaptel.conf and what about B and D channels am I allowed to setup whichever channel I