Ubuntu Servers :: Sybase Not Working After Upgrade From 10.04 To 10.10?
Nov 19, 2010
I had sybase server running on my desktop but after the upgrade it does not seam to start properly. tried to restart the server many times but does not seam to help
The logs are displaying as below
00:00000:00001:2010/11/19 13:53:08.21 server Recovery complete.
00:00000:00010:2010/11/19 13:53:08.26 kernel Initializing Job Scheduler Task
00:00000:00010:2010/11/19 13:53:08.39 kernel Installed Job Scheduler sequencer code version 0.27 - 27 tokens
I have a server that started out at 8.04 LTS was upgraded to 8.10 and to 9.04. When I upgraded to 9.04 sudo and ssh stopped working.
Fortunately I have a root account and can login as root or su to root.
I suspect this is the result of changes I made to nsswitch.conf and pam.conf to get winbind working.
I was hoping for a fix by upgrading to 9.10, but that didn't work. I want to upgrade to 10.04 LTS, and stay there but I think need to resolve this first.
auth.log reports failed password for ssh attempts and authentication failed for sudo. I am at a loss to determine where the problem is and how to track it down.
I had a working server 9.04 on my network and I could access shares via Samba and MacFusion from Windows, ubutu and mac boxes. After the upgrade I can not access shares via Samba, I can ssh in it just fine (no change there) also Macfusion mounts the paths just fine.
Anybody had this problem with the upgrade? It must be samba everything else is working (also I can't access any files from my Ubuntu Laptop running 10.10 Desktop edition)
Here is my smb.conf file:
[global] workgroup = WORKGROUP server string = %h server (Samba, Ubuntu) wins support = yes ; wins server = w.x.y.z dns proxy = no
Any changes in the way httpd.conf works in 9.04Yesterday I updated from 8.04 to 8.10 and then to 9.04. All works fine, except for Apache Virtual sites.I had several defined in my httpd.conf file, which I used for testing clients' websites.ince the upgrade the virtual sites are not recognised, and all access is done at the original level /var/wwwAny changes in the way httpd.conf works? checked the Apache docs, but found nothing.Here's the httpd.conf I've been using:
<Directory /var/www/clientname/htdocs/products> AllowOverride All </Directory>
At work we have a Sybase Adaptiver Server 9.0 database running, it has to stay there for now, and we are developing a web application that will connect to it using PHP.I was already able to make it work using ODBC on Windows and using odbc_connect on PHP.But now we are moving to Ubuntu, and we are trying to get it to work on it.I already have Apache2 and PHP5 up and running.There are two ways (I can think of) we can do this, one is using ODBC and then use "odbc_connect" and the other is making "sybase_connect" work on PHP. Being the latter probably the best one since you wouldn't have ODBC as an intermediary.
Either way, as long as it works I'm happy. ODBC would be fine to meet our requirements for now.I already have ODBC Data Source Administrator but no idea how to create/include/add the Sybase driver.We also tried setting freetds up, but that didn't work either, we might be missing something.
I'm trying to install Sybase ASE EXpress 15.5 on Ubuntu and am getting the following error message: ./startserver: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory.
I need to reconfigure my php to have Sybase support. However, I am not sure which library to use. I'll try freetds but I am not sure if it will work. I used it before with Microsoft MSSQL.
Code: # /usr/local/etc/freetds.conf # $Id: freetds.conf,v 1.12 2007/12/25 06:02:36 jklowden Exp $ # # This file is installed by FreeTDS if no file by the same # name is found in the installation directory.
i get some trouble setting up good environment in linux.i have problem regarding connecting php(under linux) to a sybase server(under windows)is there anyway connecting this two technologies?.
I have a query in which i need to display the part of query output in bold
Example: select 'Previous NAV value for the fund is '+ CONVERT(VARCHAR(50),@prevNav) OUTPUT:Previous NAV value for the fund is 12345 so i need to display the output in BOLD like
Previous NAV value for the fund is 12345 OR
Previous NAV value for the fund is 12345
either the value can be in bold or the text can be in bold
I get some trouble setting up good environment in linux.. i have problem regarding connecting php(under linux) to a sybase server(under windows),,, is there anyway connecting this two technologies?..
I'm attempting to get freetds and sybase up and running on my centos server, mainly for nagios - MSSQL checks. I've installed freetds freetds-devel ok but am having issues getting SYBASE installed. I've had a go via cpan but get a failure on the sybase environment variable. I've set it to /etc where the conf file is located as well as trying /urr/lib64 for the tds libs, but no joy. Has anyone had much luck with this on centos?
I want to freely download and install sybase-openclient-11.1.1.3 either source or rpm package sybase-common-11.9.2-3.i386 either source or rpm package Sybase Adaptive Server Enterprise versions 11.9.2 or 11.0.3.3 for Linux. I searched a lot but didn't get it,
Someone at work has requested if i can find out anything on the above.Been googling around as well as i have only been using Linux for 2 months now.
basically there is a SYBASE ASE installation on the server, which a tomcat based website references.They want the service to stop once a certain row limit is reached in the table.
I know i have to do a count statement on the sybase table from ISQL.But how can i create the action "service website stop" once the count value reaches 4000 ?
I just installed the lamp stack and so far my default site is working. But a 2nd site I made is not working.I created the config file in /etc/apache2/sites-availableit reads:Quote:
I have very interesting problem after ~10 PHP Fatal error, php 5(latest one) in apache2(latest one) in Ubuntu Server 10.10(with latest updates) just do not work. So if try any php page it's not working(user see white page), but HTML still work fine.What that can be? So only restart apache is help to back php. (we are running Wordpress blog 3.1)
I had a problem with apache2 and getting .htaccess working. I have done some things and i believe its working the ErrorDocument command is anyway. I believe there may be some problems with the rewrites though.Im trying to take a urlhttp://localhost/showthread/123and make it display whats on http://localhost/index.php?showthread=123The rewrite rule is Quote:
Options +FollowSymLinks RewriteEngine on RewriteRule ^showthread/([^/.]+)/?$ index.php?showthread=$1 [L]
I upgraded Samba to 3.5.2 to enable Windows 7 to log in to the PDC. ACL was working with the Samba 3.0.28a that came with 8.04LTS. After upgrade I can now log in to the domain with Win 7 but ACL permissions are not working on Win7, XP or anything. They still show on the server but any attempt to change permissions on the workstation fails with "Access is Denied" and only user/group/other permissions are doing anything. Anyone know what changes for the ACL were made between the two versions? I know they're working on switching to VFS modules but setting "vfs objects = acl_xattr"
I have a production mdadm RAID1 v.8.04 Ubuntu Server and would like to upgrade to a PAE enabled kernel of 8.04 Server. I have 4GB RAM and would like to extend to 6GB RAM in the near future. I remember reading about a simple method of upgrading the kernel, but cannot find much info on the net. Has anyone upgraded and what performance gains were found with the PAE enabled system?
After upgrade to Ubuntu Server 10.04 LTS, ufw has started blocking some legitimate HTTP and FTP contacts. What can I do to tell ufw not to block any HTTP and FTP requests.This is what is shown in messages:
Code: May 3 11:07:48 server kernel: [] [UFW BLOCK] IN=eth0 OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:00:00 SRC=192.168.1.100 DST=192.168.1.50 LEN=60 TOS=0x00 PREC=0x00 TTL=121 ID=9979 DF PROTO=TCP SPT=60191 DPT=80 WINDOW=16560 RES=0x00 ACK URGP=0 UFW has these settings:
some time ago I've installed Ubuntu LTS 10.4.1 on my linux server because I tought that the long-term-support version was the server version... then, I realized that there was also an Ubuntu Server edition... so, is it possible to upgrade my current installation to 10.10 Server edition? what should I do?
Version 9.10 had been installed via the alternate CD as the LTSP Server Edition. In place upgrade to 10.4 completed normally via Update Manager. However, LTSP terminal boot now fails with error "Forbidden directory" and "Access Violation". The following was found . Ubuntu 10.4 uses tftp-hpa. Either this is a change from Ubuntu 9.10 or the default behaviour of tftp-hpa has changed. So now, the filename argument given in /etc/ltsp/dhcpd.conf must include the full pathname. The previous requirement was to exclude the chroot path. If this is documented somewhere, I missed it. And after modifying /etc/ltsp/dhcpd.conf, do not forget to restart the dhcp daemon $ sudo /etc/init.d/dhcp3-server restart
I have looked around a bit but I can't even get my head around what to do next.
I attempted to upgrade my headless Ubuntu server from 8.4 LTS to 10.4 LTS last night. I used screen so that I could reconnect because the update said that although SSH may crash, I should be able to get back on via port 9004. When I tried to get back on this morning I could not SSH in via port 22 or 9004, so I did the only thing that I felt that I had left--I rebooted. I have since had to dig out an old monitor and keyboard and put a head on it to try and get this problem resolved.
When I boot the computer, GRUB gives me the option of kernel 2.6.32-21-generic-pae, but when I pick that I get the following error and the Caps and Scroll lights on the keyboard just blink.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)I next have the option of kernel 2.6.32-21-generic-pae (recovery mode), but when I choose that option I get a screen full of time dated lines that do not make any sens to me and that same previous error message somewhere in the middle of it all.
If I try to boot to any of the old kernels, then I get a screen full of error messages and get dropped to an ash shell, BusyBox v1.13.3
Obviously the computer was in the middle of asking me something very important when I rebooted, but without being able to log in, I was never going to find out what that was. I guess I assumed that it wasn't a big deal because all of this was probably sorted out already as a possible chain of events on a headless server upgrade.
The bottom line is that my server no longer works and I do not have a clue as to how to get it up and going. If you have ever experienced this situation and have gotten through it or you actually do know something about this situation, please help me out.
My server is no longer headless, but I am now definitely clueless.
I have a Ubuntu Server machine that I can't get to 10.04. Sometime in the past I updated it to 9.04, but perhaps something went wrong. When I do a do-release-upgrade, it tells me there are no upgrades available. I tried a bunch of things but no luck, so I installed gnome to try the gui update manager on the console. When I start it, it first tells me that my distribution is no longer supported and that I should update. It gives me the button that says 9.04 is available, but after I click it I'm told that there are no new versions available.
About 3 months ago I upgraded from 8.04 to 10.04 and the experience has since been very problematic in regards to overall performance. The problem is mostly with MySQL, but I have also noticed that the smallest amount of disk IO slows down the system a lot. I was expecting a slight performance improvement before I upgraded, but instead I got a very big opposite. I tried tweaking the MySQL server settings, but the improvement has been minimal.
At this point I am going to have to make a new system with something like Centos (I've heard good things about it's performance). Before I do, I want to give Ubuntu one last chance and ask if anyone knows anything that can be done to fix the performance issues. At the very least go back to something that is comparable to 8.04?
I've two servers working quite happily, but I'm aware that support for Jaunty/Jackalope is ending. One servers is a Samba PDC the other is a mail server.I obviously don't want to break either of them. What is the recommended procedure for upgrading from 9.04 to 10.04 LTS can I do it directly and if it fails can I just use my backup over the top of the upgrade to effectively downgrade?