Ubuntu Servers :: Apt Pinning Not Working On Lucid Server

Jul 2, 2010

I want to pull a couple of packages from Debian Testing, but I can not get apt pinning to lower the testing repo's priorityI add the testing repo to the bottom of /etc/apt/sources.lst.I then add this in /etc/apt/preferences but when I do 'sudo aptitude update' and then 'sudo aptitude full-upgrade', it wants to upgrade all packages to the versions in debian testing.

View 5 Replies


ADVERTISEMENT

Debian :: APT Pinning Not Working

Jan 18, 2016

I want to install php 5.3 on debian wheezy

/etc/apt/sources.list
Code: Select alldeb http://http.debian.net/debian wheezy main
deb http://http.debian.net/debian wheezy-updates main
deb http://security.debian.org wheezy/updates main

/etc/apt/preferences.d/preferences

[Code] .....

I don't know why apt pinning not working.

View 3 Replies View Related

Ubuntu Servers :: From OpenSuSE11 To Lucid: Website Not Working

May 13, 2010

I googled around and can't seem to find the solution to this problem... Ok, I have a server that used to run openSuSE until last week . From it, I ran my shop's website as well as a dokuwiki installation in the same folder as the basic web site:

- DocumentRoot is /var/www/htdocs
- The wiki is /var/www/htdocs/dokuwiki

So, this worked: [URL] Than I move to 10.04 Server... I transfer my web material into /var/www/htdocs, modify the default config in sites-availables and restart apache. What I now see:

[Code]....

View 2 Replies View Related

Server :: PHP Not Working On Lucid Lynx (ubuntu 10.04)?

Jul 25, 2010

I was running a small LAMP setup on my homenetwork with Ubuntu 9.4. Every thing was working OK. I then upgraded to 10.04 and now my php does get executed. Apache is still working, but I suspect something in the config has changed, but I don't know what.When I try to load a .php file, the resultant web page is just blank, if I have a .html file with php code in it, the page is not rendered from the point where the php starts. I have checked /var/log/apache2/error.log and there is nothing in that file.

View 5 Replies View Related

Ubuntu Servers :: Disable Ctrl-alt-del On Lucid Server?

May 11, 2010

I would like to disable the ctrl-alt-del feature for a Lucid Lynx server.
i found some info on how to enable this in desktop environments, however nothing explaining how to disable it for a server.

View 3 Replies View Related

Ubuntu Servers :: Puppetmaster Dashboard On Lucid Server?

Oct 5, 2010

Anyone have a tutorial to get puppetmaster and Puppet Dashboard installed? It is way over my head. Requires knowledge of ruby, apache2 passenger module, etc.

Quote: [URL]... Puppet Dashboard Overview The Puppet Dashboard is a web interface for Puppet, an open source system configuration management tool. The Puppet Dashboard currently displays reports with the detailed status and history of Puppet-managed servers (nodes), and can assign Puppet classes and parameters to them.

View 2 Replies View Related

Ubuntu Servers :: RAID AFU / Server Won't Boot After Upgrading To Lucid RC1?

Apr 22, 2010

Ran 'do-release-upgrade -d'on my server running Hardy.No problems during the upgrade.Rebooted after the upgrade completed, and I was presented with the new plymouth screen. This sucks for servers.It sat there displaying the logo for ~5 minutes.Hit CTRL+ALT+F1 through F8 and didn't see anything on the virtual consoles.Finally figured out that I had to hit ESC on the plymouth screen to actually see what was going on.It said /dev/sdi1 had problems along with /dev/md0.It sat there forever with no fsck status and no HDD lights blinking.

SysRq+REISUB and tweaked the boot parameter to remove 'quiet splash' and appended 'S' for single-user mode.Got the attached screenshot.The box has been sitting like this for ~15 minutes.Not entirely sure what to report a bug against at the moment. Plus the somewhat-new requirement of running 'ubuntu-bug' is pretty retarded in this situation. (Yeah, I know I can add some string to the URL to get around it.Why is it such a pain in the *** to report a bug?)I'm going to do some more digging to try and find out what is dying during boot.The new boot process is a bit of a mystery to me still, so if anyone has pointers or any devs want more detailed information,

View 8 Replies View Related

Ubuntu Servers :: Get Lucid Login Info Into A Hardy Server?

Jun 5, 2010

I have a new lucid server. When I login to it via ssh it shows:

Code:
Linux syn 2.6.32-22-server #36-Ubuntu SMP Thu Jun 3 20:38:33 UTC 2010 x86_64 GNU/Linux
Ubuntu 10.04 LTS

[code]....

View 3 Replies View Related

Ubuntu Servers :: Set Up Opendkim And Postfix On Lucid Lynx 10.04 Server?

Jun 14, 2010

I just installed opendkim but I have no idea how to set it up.

View 2 Replies View Related

General :: Pinning Process To A CPU?

Mar 24, 2011

I wish to pin a process to a CPU1 in my dual CPU machine - how can I do it in Linux - any pointers ?

View 2 Replies View Related

Debian :: Pinning Prior To Upgrade

Sep 9, 2015

I am thinking about upgrading, again, from Wheezy to Jessie. When I had Jessie installed, prior to a crash, I noticed that some of the Gnome games in Jessie are not as esthetically pleasing as they were in Wheezy. Also, some of the games (eg. mines) were slower and seemed to use a lot more CPU resources. So my questions are:

1. If I pin those programs that I want to keep will that also pin the dependencies for those programs?
2. If those dependencies are pinned, how might that impact other programs, in Jessie, that might depend on later packages?
3.If I don't pin those programs that I want to keep is it possible to install those programs from Wheezy after I upgrade to Jessie, without causing issues with Jessie?

View 2 Replies View Related

Ubuntu Servers :: Lucid: Mailgraph + Dspam - X Suexec - "500 Internal Server Error"

Jun 17, 2010

I am setting a Lucid mail server, and got dspam and mailgraph installed. dspam requires suexec module for apache, but it breaks mailgraph with "500 Internal Server Error":

[Code].....

View 1 Replies View Related

Debian :: Jessie Iceweasel Security And Apt-listbugs Pinning

Oct 11, 2015

I keep on trying to upgrade iceweasel on Jessie for a few months now and apt-listbugs always finds some scary bug so I pin the package. About 3 times I pin the package, wait a month or so, delete the apt-listbugs file and try again and it finds another grave bug. Right now it's this one:

Code: Select allgrave bugs of iceweasel (31.8.0esr-1~deb8u1 → 38.3.0esr-1~deb8u1) <Outstanding>
 b1 - #789955 - devscripts: [bts] "bts show" command displays error: (process:29614): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

So I see my iceweasel version is "31.8.0esr-1~deb8u1" now and it looks a bit old. Is there any security issues I need to be aware of?

View 2 Replies View Related

Ubuntu Servers :: X11 Forwarding Not Working In 9.10 Server

Jan 6, 2010

Pre-exsisting issue from 9.04 server, and has never worked right for me. When I try to open an X11 forwarded app on a mac using the command "ssh -X myusername@serverIP" Other linux machines have similar issues from terminal. I can login just fine and preform any actions I want that do not require X11 forwarding, like say firefox or a manager. I just get the error "Error: no display specified" when trying to do anything with X11 forwarding. I have almost no Linux experience but from tinkering and my friends tinkering wonder if I have a x authority issue.

At one point I had ubuntu desktop package installed (forwarding still did not work then), did a unclean uninstall of it installed Xubuntu. Xubuntu did nothing but throw fits saying I did not have authority to preform all sorts of actions, many relating to root access. This box is meant to be a headless file, print and web server with the ability to login remotely as a convince for administration. I have given up on having a working GUI of any kind on this box. I really do not want to reinstall because of the amount of data on the main partition. What can I start trying to look into?

View 1 Replies View Related

Ubuntu Servers :: Cant Get Server Nic Cards Working?

Aug 5, 2010

i had just went out and got some older blade servers and put ubuntu server on it and when i was installing it it asked if i wanted to set an ip because it didnt get a dhcp responce i said no then because i was going to do it later when i do a ifconfig now all i get is a lo interface but if i do sudo lspci i get 2 ethernet controllers and they show as follows 2:03.0 Ethernet controller: Broadcom corporation NetXtreme BCM5702X Gigabit Ethernet (rev 02) 2:04.0 Ethernet controller: Broadcom Corporation NetXtreme Bcm57j02x Gigabit Ethernet (rev 02)

View 3 Replies View Related

Ubuntu Servers :: Apt-get Update Is Not Working In 8.04 Server?

Apr 6, 2011

I installed ubuntu 8.04 server edition in my PC to deploy a web application. After the installation was complete i typed apt-get update in the terminal.It's throwing error messages like* Failed to fetch* Unable to connect to in.archive.ubuntu.com* Some index files failed to download, they have been ignored, or old ones used instead.* You may want to run apt-get update to correct these problemsBut when i try it again i get the same issues.

View 4 Replies View Related

Ubuntu Servers :: TLS With Ldap On 10.04 LTS Server Not Working?

May 23, 2011

I have been stuck with this for quite some time now. I have installed ldap and configured it as per instructions fromI am able to query the ldap server without forcing the TLS operation to be successful.But with ldapsearch -d -1 -x -h servername -ZZ -b dc=example,dc=eduI get the error

TLS: peer cert untrusted or revoked (0x42)
TLS: can't connect: (unknown error code).
ldap_err2string

[code]....

View 1 Replies View Related

Debian Multimedia :: Pinning Specific Package - Shotwell From Experimental

Jan 19, 2011

I'm using Debian testing but I want Shotwell (and nothing else) from experimental. I also like to be notified when there is an update to Shotwell in experimental. Will that be achieved if I add experimental to sources.conf and the following to preferences?
Package: shotwell
Pin: release a=experimental
Pin-Priority: 600

View 12 Replies View Related

Ubuntu Servers :: Get A Working Server Installation With Little Success?

Oct 11, 2010

I've been trying to get a working server installation with little success. Wailing and gnashing of teeth has occurred. Auto-cranialdepilation (pulling my hair out) is in full swing and the intravenous caffeine is running out. My target is a running Ubuntu server with an e-mail server, Samba and the ability to host a few domains for friends and a couple of volunteer organisiations. All non-profit stuff. For the hosting I need something like cpanel but not actual cpanel; you seen the price of it!

I've installed postfix from the tutorial at [URL]... I think I've got ssh working, in as much as I can putty into the server. BTW, the server is physically next to my desk. Can I get email or webmin working? Can I hell! is there any kind soul out there who knows what they're doing who would be prepared to spend a bit of time puttyed in to the server helping me set the freaking thing up? I'm a sort of noob old hand. I still have a copy of the first edition of K&R and I had the pleasure of owning a Sun 3/260 for some years; wonderful machine! So I can

Code:
rm -rf /* quite happily and know that xnix doesn't know how to make love. Trouble is... SunOS 4.1.1 and Solaris 1 are more my era.

View 3 Replies View Related

Ubuntu Servers :: Who Has Ever Manager To Get ZoneMinder Working On Server?

Jun 2, 2011

Is there anyone here who has ever manager to get ZoneMinder Working on an Ubuntu Server?I have been having issues even after searching the net for all solutions.I have a x86 workstation and web cam: Logitech Pro 5000 Running Ubuntu 11.04 Server x86 Installed Linux Successfully.I have Tried to install ZoneMinder successfully and can connect via URL...I can camera's etc but cannot get anything through it.Bu not able to get this resolved and thought I wouldsee if anyone has ever manager to get this working on Ubuntu and can mentor me on this.

View 5 Replies View Related

Ubuntu Servers :: Suspend (and Hibernate) Not Working On 10.04 Server

Jul 1, 2011

I have a headless 10.04 ubuntu server ( running at home. Because I am a student I want to save some power by suspending the server when I really don't need it (school, sleep etc.). I have gotten WOL to work for me, BUT the suspend does not work.

I have tried pm-suspend and s2ram, but they both have same result; I lose all control (seems like a freeze) from my SSH, but it does not disconnect, and the server responds to pings. But I cant connect via ssh, or use the fileserver or any of the roles it has. I assume there might be something locking it when it tries to suspend, but I really don't know where to start looking (logs and stuff). I have googled quite a bit, but almost all failed suspends are some funky laptop issues, and this is not...

View 9 Replies View Related

Ubuntu Servers :: 10.04 Server Virtual Terminal / Display Not Working

May 4, 2010

Clean install of 10.04 Server 32 bit.Only services OpenSSH Server and Print Server.Machine boots and can be accessed through ssh.Virtual terminals (cntl-alt-1,2,3,4,... do not result in video to the monitor (no sync) or a display.If I type blind, I can log in, ssh back to my other machine, and create a file. So the virtual terminal is there and listening to the keyboard and running, just not creating a display.

This machine has been working fine with 08.10 for quite time up until yesterday, so I don't believe it is a hardware problem.Any ideas why the video on the virtual terminals would not work?

View 8 Replies View Related

Ubuntu Servers :: Get A Wireless Connection Working In Server Edition?

Nov 23, 2010

I am wondering how to setup a wireless connection (I am using WPA or WEP, does anyone know how I can figure that out) and I don't have access to a wired connection and I am not able to reset my router. Does anyone know how I can get my wireless connection working?

View 1 Replies View Related

Ubuntu Servers :: SMTP Server Not Working / Complaining About A Wrong Username Password?

Feb 16, 2011

We have Ubuntu 8.04 running on our mail server and remote smtp connection does not work.

When trying to send with a client such as Thunderbird it complains about a wrong usernamepassword.

Receiving mail with IMAP and POP3 works fine through Thunderbird. Both receiving and sending mail through a web interface(horde) works.

I can remotely telnet the server at port 25 and this is the output of ehlo:

Code:
250-**server address**
250-PIPELINING
250-SIZE 25000000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
code....

View 6 Replies View Related

Ubuntu :: Figure Out What Makes OPENWRT Samba Server Different From The Other 100% Working FREENAS And PC-01 Servers?

Jul 22, 2011

[Code]...

I think I can eliminate Media Companion as the problem since all other samba servers work with it.

I want to trouble shoot this but don't even know where to start. How do I figure out what makes OPENWRT samba server different from the other 100% working FREENAS and PC-01 Servers?

How would you go about trouble shooting this?

View 1 Replies View Related

Fedora Servers :: DHCP Server - Custom Options Not Working

Apr 8, 2010

I am trying to get custom options to work.

This is my Dhcpd.conf file

This shows that I have 3 custom option in RED.

Now when I try to pull an Ip from the 96.63.0.0/24 subnet I do not see the options in the DHCPACK from the server. The client gets an IP 96.63.0.12 but no options are present in the DHCPACK or any other DHCP transaction. I have confirmed this trhough tcpdumps on the server and client.

The server version I am using is:

The version of the DHCP server is :

Internet Systems Consortium DHCP Server V3.0.6-Fedora

View 1 Replies View Related

Ubuntu Servers :: Get Xen PV-on-HVM Drivers For HVM Guests Working On Ubuntu Server?

Jun 19, 2011

Is there a way to get Xen PV-on-HVM drivers for Linux HVM guests working on ubuntu server, according to:[URL]..

Quote:

Xen PV-on-HVM drivers were merged to upstream kernel.org Linux 2.6.36, and various optimizations added in Linux 2.6.37. I am using Ubuntu server on my Xen HVM VPS. It would be nice to use the PV drivers for HVM to take advantage of performance improvements (so it doesnt need to use the Qemu emulation layer and can use Xenbus/netfront etc) I am running a custom kernel 2.6.39.1 and have enabled Xen support in the kernel (under "Processor type and features" -> "Paravirtualized guest support" -> "Xen guest support"

[Code]...

View 1 Replies View Related

Ubuntu :: IDE Not Working In Lucid Lynx?

Apr 29, 2010

I've just upgraded from 9.10 and everything is good, accept that netbeans will not load.
I get the netbeans 6.8 splash screen then nothing

View 6 Replies View Related

Ubuntu :: Gtk-gnutella Not Working In Lucid?

Jun 15, 2010

For some reason, gtk-gnutella is not working for me in lucid. I've read up on it a bit, some people have said portforwarding might be the problem. I did that (even though I have never had to with previous releases) and it still doesn't work. So far I have tried 0.96.6, 0.96.7, and 0.96.8, none of them work with 10.04. Perhaps it is because you have to use the 2.0 front end rather than the 1.2 frontend which I used to compile it on previous releases.

View 1 Replies View Related

Ubuntu :: Java Not Working In Lucid?

Aug 30, 2010

I could not get JAVA working in Lucid. Installed OpenJDK Java 6 Runtime and OpenJDK Java 6 Webstart from Ubuntu Software Center but no Java showed up in Firefox's about:plugins.After searching for hours in numerous forums (mostly dealing with sun-java) I got the idea that the web-browser plugin could be missing. And so I found the following solution:Install icedtea6-plugin With Synaptic Package Manager (or Icedtea java plugin from Ubuntu Software Center).

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved