similar to: Connecting to mysql 4.1.12 server

Displaying 20 results from an estimated 400 matches similar to: "Connecting to mysql 4.1.12 server"

2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi, I''m deploying to a prod linux server via Capistrano, but the last step, running the reaper, won''t complete. Ruby is stored in /usr/local/bin on the server, and I''m deploying from winxp. $ ssh mcalogin@lx07 Password: mcalogin@LX07:~> env | grep "^PATH" PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b in:/opt/
2008 Jan 16
0
script/process/spawner freezing
Hi, I have about eight active RoR sites right now. Of the eight, six are on Rails 1.1.6 and they deploy correctly every time. Two are on Rails 1.2.3, and those two do not deploy correctly. The cap deploy command runs successfully until the restart, and then it hangs: [lx07] executing command ** [out :: lx07] sudo -u wwwrun /usr/local/rails/mysite/current/script/process/spawner -r 30 -p
2006 Nov 04
0
How to catch an ActionMailer error
Hi, I''ve got actionmailer set to raise an error on failure. When a user submits my contact form, and they use a bogus address ''s@s.com'', then the following error occurs in the production.log: Net::SMTPFatalError (553 5.1.8 Sender address <s@s.com> domain does not exist) What I would like to do is catch the error, add the message to the errors for the email
2014 Sep 11
1
howto upgrade from samba-4.1.6-ubuntu to 4.1.12
Hi, I just upgraded in Ubuntu from the ubuntu-package samba 4.1.6 do a self-compiled version 4.1.12. If anybody else happens to have the same task (pdc, not ad), this is how it worked: # do all following as root sudo su - # remove ubuntu samba 4.1.6 aptitude remove samba # install samba 4.1.12 from source aptitude install build-essential libacl1-dev libattr1-dev \ libblkid-dev
2014 Oct 17
1
Samba 4.1.12 for Ubuntu (Official)
Dear All, Just to check if anyone had Samba 4.1.12 official repo for Ubuntu Server 14.04 LTS? Thank You.
2015 Jan 06
2
Problem with HP printers after upgrade from 4.1.12-9 to 4.1.14-9
Hi, I just updated my samba servers (debian wheezy, sernet samba4) from version 4.1.12-9 to 4.1.14-9 and suddenly all my hp printers produce errors instead of printing. Kyocera printers are still working. HP printers all use HP Universal drivers Version 5.9.0.18326 with snmp disabled. Errors occure from Windows Server 2003 32Bit and Windows 7 clients. Here's an level 1 log of what
2016 Mar 20
2
Samba 4.1.12 NT_STATUS_ACCESS_DENIED messages
We used successfully samba 3.5.15-74.fc15 in our production (animation studio). It was installed on FC15 on ext4 volume. Now, we got new hardware and tried fresh software installation: it is CentOS7, with Samba 4.1.12 and XFS volumes. So, now we got strange problem. Some production software (Autodesk Maya2016) got errors trying to work with files. There is no such problem with Samba3. For
2014 Oct 22
4
4.1.11/DebianWheezyBackports vs. 4.1.12/Sernet
Hi all, I wonder if there are any pro/cons between using Samba4 of Debian's official Wheezy-backports repository which actually is version 4.1.11 -or- using Samba4 of Sernet's official repository which actually is on version 4.1.12 I understand that Sernet's package at that moment is more recent, but recently I had an issue which was Debian/Samba4 related and unfortunately I made
2015 Apr 16
2
I am configuring for 2 days now new Smaba 4.1.12 with the same annoying results. Any help is very much appreciated.
Hi There, I am configuring for 2 days now new Smaba 4.1.12 with the same annoying results. Any help is very much appreciated. SID S-1-5-21-1390067357-606747145-725345543-7571 -> getpwuid(16777216) failed [2015/04/16 17:59:36.608681, 3] ../source3/auth/token_util.c:316(create_local_nt_token_from_info3) Failed to finalize nt token I can run perfectly well the commands: wbinfo -g
2014 Sep 16
1
4.1.12: ldapcmp differences on attribute 'whenChanged'
Hi all, I have just updated our dc's from sernet 4.1.11 to sernet 4.1.12. And suddenly since that update, we're getting many ldapcmp failures on the attribute 'whenChanged'. In 4.1.11 life was good, and ldapcmp reported no differences at all. Here is a sample: (dc2 <-> dc3) Comparing: 'CN=podcast,CN=Users,DC=samba,DC=company,DC=com' [ldap://dc2]
2014 Sep 24
2
High CPU Load samba 4.1.12 possibly because of Notify Request problem
Hi List, I recently upgraded one of our high-volume SMB servers from samba 3.x to samba 4.1.12 (also changing the OS). Now I have a strange problem. The CPU load on the server is very high, processes that are causing it are nslcd or since I changed to it sssd and the smbd processes themselves. ? Top looks like this: --------------------------------- PID USER????? PR? NI? VIRT? RES? SHR S
2015 Apr 24
1
Centos7 Samba 4.1.12 -> Centos 5.11 Samba 3.5.2 = Rejecting auth request
Dear Sirs/Madams, I have the following problem, for which the internet does not have a solution yet: I am trying to have a Centos7 server with Samba 4.1.12 authenticate his users (security=domain) with a DC samba version 3.5.2 on a Centos5.11 machine (which has an LDAP Backend). This works for other servers (OpenSuse 13.2 with samba 4.1.17) and for a bunch of Windows7 clients. I can join the
2014 Oct 17
1
cannot compile samba4 git or from src version samba-4.1.12
I'm trying to compile samba4 on a raspberry pi It fails with this error: [3946/4073] Linking default/source3/modules/libvfs-shadow-copy2.so [3947/4073] Linking default/source3/modules/libvfs-fake-perms.so [3948/4073] Linking default/source3/net [3949/4073] pidl.1p: pidl/pidl -> bin/default/pidl/pidl.1p [3950/4073] Parse::Pidl::Dump.3pm: pidl/lib/Parse/Pidl/Dump.pm ->
2006 Aug 16
6
modeling ''phony'' fields.
Hi, I have a user model with an e-mail field. When a user registers for the site, I want them to confirm their email address by typing it in again. If they change their email address, I want them to confirm their email address by typing it in again. However, the user might change things on their account not related to their email address, such as their phone number, and they should not have
2007 Apr 25
5
Upload PDF / Save as tiff
Hi, I''m trying to automate the conversion of a PDF document received via a browser upload to a tiff image via ghostscript. I have the PDF data in a string, and I need the tiff data returned into a string. The general command I want to emulate is: type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff
2006 Jul 13
8
Acts As Authenticated - smarter login box
Hi, I''ve got AAA loaded and working. I now want to put a smarter login form on the sidebar of my site. If the user is not logged in, I''d like to display a typical form in the sidebar that collects the user ID/password and allows the user to login. If the user is logged in, the box should display something like ''Logged in user: FirstName Lastname'' and a
2006 Jul 13
3
Capistrano / developing on win32 / deplyoying on Linux
Hi, I''m new at rails and am in the midst of deploying my first app to a test server. The app was developed on windows. I used Capistrano to deploy, and found a few issues: 1) I must chmod 755 dispatch.cgi each time I deploy 2) script/parse/reaper also doesn''t have the executable attributes so the deployment fails. 3) database.yml as checked out from svn isn''t
2015 Jan 06
0
Problem with HP printers after upgrade from 4.1.12-9 to 4.1.14-9
look at this bug report https://bugzilla.samba.org/show_bug.cgi?id=10984 Louis >-----Oorspronkelijk bericht----- >Van: achim at ag-web.biz [mailto:samba-bounces at lists.samba.org] >Namens Achim Gottinger >Verzonden: dinsdag 6 januari 2015 9:56 >Aan: samba at lists.samba.org >Onderwerp: [Samba] Problem with HP printers after upgrade from >4.1.12-9 to 4.1.14-9 >
2015 Apr 01
2
Release 7 1503 includes samba-common.i686 (breaks multilib installs)
Hi, Unfortunately we are getting multilib issues with the latest release of CentOS 7. It seems that samba-common.i686 conflicts with samba-common.x86_64, and therefore Yum multilib support. Is this expected? Thanks, -ben Transaction check error: file /usr/bin/net conflicts between attempted installs of samba-common-0:4.1.12-21.el7_1.i686 and samba-common-0:4.1.12-21.el7_1.x86_64 file
2016 Mar 24
0
Samba 4.1.12 NT_STATUS_ACCESS_DENIED messages
Hi, Lot of things can be the reason, or the reasons. More information are needed to start thinking about your issue. Giving us your configuration files, OS on client, logs (not the whole logs but neither just NT_STATUS_ACCESS_DENIED), and anything else which could help one of us to understand better your issue, for that person can try to help you. As a lazy poster I could suggest to get more