similar to: Functionality Questions

Displaying 20 results from an estimated 10000 matches similar to: "Functionality Questions"

2017 Mar 19
4
upgrading Mysql 5.0.95
Hi All, I'm getting things ready to upgrade my aging installation of MySQL 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 fast approaching my sense of doom and urgency is increasing. I see that the necessary packages are available in @base and @updates - mysql51 and mysql55 respectively but from all the information I've read on the matter so far I'm left with
2011 Sep 04
1
Quotas not recalculating
Hello all -- I have an interesting issue, where the quotas are refusing the recalculate for anyone on my server. # doveadm quota get -u kyle at averageurl.com Quota name Type Value Limit % storage=540672 STORAGE 0 - 0 storage=540672 MESSAGE 0 - 0 # doveadm quota recalc -u kyle at averageurl.com # doveadm
2010 Mar 12
2
Fwd: Switchvox SOHO 4.5 is Here
If you are having trouble reading this email, read the online version<http://now.eloqua.com/es.asp?s=491&e=78675&elq=55426a8b6c714f5bb6f2bf4b5d37bf55> . <http://app.en25.com/e/er.aspx?s=491&lid=215&elq=55426a8b6c714f5bb6f2bf4b5d37bf55> Dear Lito, *The information in this email is given to you in advance to make you aware of an impending product release
2007 Apr 18
1
help with static userdb
Hey, This may be a dumb question... I'm trying to set up 1.0 with a static userdb, and I'm getting stuck. I have: userdb static { args = uid=500 gid=500 home=/domains/%d/%n } When I attempt to log in as, say, kyle at memoryhole.net (via telnet, so I *know* I'm logging in as that user), the debug log says that it thinks my home directory is
2017 Mar 19
3
upgrading Mysql 5.0.95
On 03/19/2017 10:00 AM, Jonathan Billings wrote: > On Sun, Mar 19, 2017 at 08:32:38AM -0400, Mark Weaver wrote: >> I'm getting things ready to upgrade my aging installation of MySQL >> 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 >> fast approaching my sense of doom and urgency is increasing. > > It isn't clear to me, but are you
2011 Jan 27
1
Issue with installing BRugs
Hello, all. When I try to install the most recent BRugs package (the one that uses version 3.1.2), found here: http://www.openbugs.info/w/UserContributedCode I get the following error: > utils:::menuInstallLocal() Error in gzfile(file, "r") : cannot open the connection In addition: Warning message: In gzfile(file, "r") : cannot open compressed file
2009 Jan 27
1
Deleted usershare permissions maintain precedence over regular shares
I set up two usershares to share my music and photos read-only a while ago. I recently decided to remove the usershares and recreate the shares in my smb.conf with read/write access to some users. If the shares have the same names that the usershares originally had, it seems that the original read-only permissions still apply; however, if I change only the names of the shares, I gain read/write
2018 Apr 04
3
Unable to join Windows 2008 R2 server DC to Samba DC
I’m unable to successfully join a Windows 2008 R2 server DC to my Samba4 domain. I’ve followed the steps on the wiki of joining a Server 2008 R2 DC to a Samba domain. After I reboot the domain controller, I receive a blue screen in regards to a corrupt AD database. I’ve tried Samba v4.6.7 and Samba 4.9.0pre1. Prior to the reboot, I see the following three events on the Windows DC: ----- Attempt
2007 Feb 13
2
E911 SIP or IAX providers?
Does anyone have any experience with any SIP or IAX providers that support E911? I'd love to convert entirely to Asterisk at my house, but the lack of emergency dialing has been a major hold-up for me. Thanks in advance for any suggestions! -- Kyle Sexton
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and file_column playing happily together. According to my research, no one has done this yet. If you happen to have tried this, and have some workable code, send me an email. I''d rather not duplicate the effort. Thanks! -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com
2016 Aug 26
3
Configuration of smb.conf for Active Directory authentication
I've completed the configuration specified, and the command 'wbinfo -g' provides a list of the groups available and 'wbinfo -u' provides a list of all the users on the system, but I cannot access the shares; When I navigate a file explorer to \\ip.ad.dre.ss I am presented with a login screen, which I cannot log into with my ID; 'The user name or password is incorrect'
2006 Jan 03
3
fix build failure on 64-bit parisc
On PA-RISC machines running in 64-bit mode, uname -m returns `parisc64' instead of `parisc.' Thus, we must sed this to match like a few other platforms. From: Kyle McMartin <kyle@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org> diff --git a/Makefile b/Makefile index 2b057b8..16a026d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include
2006 Jan 19
3
-517611318:Fixnum ... WTF?
I''m getting occasional errors that look like: Some method called for -517611318:Fixnum The method is constantly changing, and this error happens on ~5% of the page loads on my Mac Tiger development box. It''s happening on Ruby 1.8.2, and 1.8.4 compiled from source. I haven''t seen it on my Linux production boxes. I was wondering if anyone had seen this before? --
2016 Feb 26
1
[GIT,PULL] Signed firmware for NVIDIA Maxwell 2 GPUs
Thanks for the update. Are you updating nouveau for GK208 and GM206? Regards, On Tue, Feb 23, 2016 at 4:11 PM, Kyle McMartin <kyle at infradead.org> wrote: > On Tue, Feb 23, 2016 at 06:55:59PM +0900, Alexandre Courbot wrote: > > Hi linux-firmware maintainers, > > > > The following changes since commit > f66eccaab7d605d433cb82e389441b21ec99b40f: > > > >
2008 Apr 25
1
samba and openldap authentication issues!
Alight, I've been working on this for too many hours straight. Any help would be much appreciated! (I posted this online to linux questions, it could be easier to read on there... http://www.linuxquestions.org/questions/linux-server-73/samba-and-openldap-authentication-issues-637647/) The problem is users created in smbldap-useradd can not login, unless they also are a local user. for
2006 Feb 07
4
RailsCron 0.2.2, please update
I updated RailsCron to fix some threading issues with ActiveRecord. Please update if you were on 0.2.1. Also, I am still working on a good unit test strategy (its tricky because I would think that the tests must occur over a lot of time), but haven''t had/made time to give it its due. If you have suggestions, please let me know. -- Kyle Maxwell Chief Technologist E Factor Media // FN
2007 Mar 08
2
augPred in lmer
I read the posts about augPred with lme, but does anyone know if there is a correlate for augPred for lmer? Specifically, I want to be able to use it to plot projections for all groups in an lmer class object using plot(augPred(lmer.object)). Thanks, Kyle *************************************** J. Kyle Roberts, Ph.D. Baylor College of Medicine Center for Educational Outreach One Baylor Plaza,
2007 Jan 26
1
Drive Failing
I got an email from smartd yesterday with the following error: SMART Health Status: SERVO IMPENDING FAILURE SEEK ERROR RATE TOO HIGH [asc=5d,ascq=43] I understand this means the drive is probably going to fail. This device is /dev/sda and is part of /dev/mapper/VolGroup00-LogVol00 Is it possible to replace the single failing drive and if so, what would be the steps so that data isn't lost.
2006 Feb 12
7
form_remote_upload plugin
form_remote_tag does not support the input type=file. This is due to javascript security limitations. I created a plugin that modifies form_remote_tag so that if you pass it the option: :html => {:multipart => true}, it will submit via an iframe, allowing you to upload files. It works nicely with file_column :). Currently, it only works with RJS templates (no :update option), and I only
2008 Aug 18
3
File Locking
First let me say that rsync is a wonderful program and thank you all for the hard work that went into it's creation. On to my question. I have a situation that requires the files that rsync is uploading/downloading to be locked. The reason is because it is possible to have more than one copy of rsync running and without file locking, the additional copies simply retry to upload/download a