similar to: Dedicated Servers

Displaying 20 results from an estimated 3000 matches similar to: "Dedicated Servers"

2007 Jul 05
2
LD_LIBRARY_PATH issues
Here is the thing. All workstations in the network have the /etc/profile modified and set up to call a profile script in the network that sets up variables that we need here. Here $LD_LIBRARY_PATH and other variables get set, fixed, or modified to support our development process. The weird thing is that while in a TTY the $LD_LIBRARY_PATH is fine and retains its value. But if I log in to the gui
2002 Sep 10
2
Traceroute
How do I allow traceroute to reach my server? Pings work fine but traceroute stops at the last hop before my server. If I shut off the firewall it reaches it fine. PING danicar.net (24.222.246.120): 56 data bytes 64 bytes from 24.222.246.120: icmp_seq=0 ttl=237 time=104.0 ms 64 bytes from 24.222.246.120: icmp_seq=1 ttl=237 time=74.9 ms 64 bytes from 24.222.246.120: icmp_seq=2 ttl=237 time=90.6
2016 Jun 16
2
yum timeout ... (CentOS 6.8)
On 16.06.2016 21:39, Ned Slider wrote: > > On 16/06/16 19:41, Walter H. wrote: >> On 16.06.2016 19:40, Frank Cox wrote: >>> On Thu, 16 Jun 2016 19:34:09 +0200 >>> Walter H. wrote: >>> yum -disableplugin=fastestmirror nowseewhathappens. >>> >>> >> yes this goes fast, no timeout; >> can I configure this in /etc/yum.conf? >>
2007 May 16
1
NFS /home freezes.
My old nfs server was an old dual Xeon machine running debian. Everything worked fine. Then I switched over to a new Penguin Computer Altus 2600 (if Im not mistaken) with two Dual-Core AMD Opteron(tm) Processor 2210 and 4GB of ram. CentOS4.4 is running on it. Now here is the thing, this nfs server is exporting "/home" and all workstations mount the /home dir via fstab. Ever since I
2006 Dec 04
2
kde cant mount cdroms on users with nfs home
I can't mount the cdrom when the user account has an nfs home directory. It works fine on the gnome side with the same user. It also works fine if I create a brand new local account, with no nfs mounted home directory. This error is affecting all users on all computers; not just one account. The one thing in common is that they all are using nfs mounted home directories and that CentOS is
2007 Feb 22
2
DHCP Messages
Hi, Im getting this messages in the /var/log/messages about my dhcp server. I assume there is nothing to worry about, but just in case I have to ask. Are these messages fine? Do I need to specify the interface on which the dhcp server should listen to? ... dhcpd: Multiple interfaces match the same subnet: eth0 eth1 dhcpd: Multiple interfaces match the same shared network: eth0 eth1
2012 Oct 13
4
Database design, working but looking for better ways
Rails 3.1.3 Hi. I have designed the database used for my travel plan application. You should be able to look at the diagram in the link below, hopefully. https://cacoo.com/diagrams/biDSyxh8yzk2kIeg ("belongs_to" is omitted since it''s obvious) Basically, the application can list the destinations from a choice of the departure. Not mention that the departure_id (integer) and
2008 Sep 25
3
virt-install HVM with url and kickstart?
I have a kickstart file created that works great for installing CentOS on PVM''s and now I want to use it for HVM''s as well. The problem is that when I attempt to run the install, it seems to ignore the kickstart and starts prompting me for all the things I already have specified in the kickstart. Any idea what I could be doing wrong? Here is the command im using to get things
2009 Mar 05
1
Problem using RMySQL and fCalendar
Hello: I am trying to use fCalendar for date arithmetic and the RMySQL package for accessing a MySQL database. The fCalendar math operations seem to work fine UNTIL I load the RMySQL package. Here is a demonstration: ean at fibonacci:~/Desktop/amCharts/rsa-metrics$ R R version 2.7.1 (2008-06-23) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free
2008 Mar 26
2
DTMF suddenly stopped working on SIP channel
Hi All, Anyone have any idea what could cause incoming calls on a SIP channel to no longer be able to use DTMF? DTMF on incoming calls on zaptel and on local SIP softphones and ATAs all work fine. Nothing gets registered in the CDR or on the console in verbose level 10, it just times out. I haven't changed anything on my part and can't get through to Viatalk tech support to ask them
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
2006 Aug 11
2
Subversion: 400 Bad request error
Here is my problem, On my network there is a subversion server to which everybody connects to and checks in/out code and documents. The workstations on the network are all based on Fedora core 3. And everybody's home directory is on a nfs share. This nfs share is mounted via the fstab. So no matter to which box a user logs in, his/her home dir is gonna be the same. Again, /home is a nfs
2010 Mar 08
2
Executable for Production Use
Hi, A few of the developers on our Quant team are using R for data calculation and to generate a resulting CSV file. They have R installed on their workstations. We are interested in having this deployed to user workstations where the users will not have R installed on their workstations. Is there a way to create an executable that the users can just run without R installed on their
2013 Feb 07
11
Rails change default time zone.
Hello everyone, I am using rails 3.2.8. I want to change time zone to New York time. I changed following, but didn''t work #config/application.rb config.time_zone = ''Eastern Time (US & Canada)'' config.active_record.default_timezone = ''Eastern Time (US & Canada)'' If am wrong please clarify. Thank You! -- You received this message
2006 Oct 18
1
Using CHROOT jail in SFTP
Good afternoon, I have been using OpenSSH 3.8p1 and added code to sftp-server.c so I could put users in chroot jail. When I setup a new system and downloaded OpenSSH 4.4p1 and tried the same patch it fails with the following in the /var/log/messages file: sftp-server[11001]: fatal: Couldn't chroot to user directory /home/newyork/ftpbcc: Operation not permitted I was wondering why one would
2005 Dec 24
1
best way to design uknown depth of subcategories
Hello, What would be the best way to design a table of posts that belong to a unknown depth of categories. Say i wanted to display the posts of data (i.e., craigslist) but the category could be something like NewYork/RealEstate/Housing/ForSale/ByOwner. Would acts_as_tree work best here and assign each sublevel to a different id? just trying to take the easiest approach here using the best
2005 Mar 30
2
Problem with pdf printing (SOLVED)
Urs Rau wrote: >>I start to wonder what "dammage" it would do to set lpq to >>lpq command =/bin/true >>for my pdf printer? ;-) > > > > Well, wonder no more sir!!!!!! I set my lpq command = /bin/true and > ALL QUEUES CLEAR AND ACT PROPERLY!!!!!!!!!!!! I could kiss you! That was all I did, I can't believe it worked......thank you!!!!!! >
2008 Dec 15
3
Dedicated Fax Line
Hello folks, I have a 20 channel fractional PRI and I would like to dedicate one of the lines for a Fax service (in and outbound). Is this possible with Asterisk and what conf would I need for that? Thanks, -JE
2010 Mar 08
2
Monetary support to the R-project (Was: Re: Executable for Production Use)
On Mon, Mar 8, 2010 at 8:46 PM, Barry Rowlingson <b.rowlingson at lancaster.ac.uk> wrote: > On Mon, Mar 8, 2010 at 6:44 PM, Ma Ismail - NewYork-MEAG-NY > <ima at meag-ny.com> wrote: >> Hi, >> >> A few of the developers on our Quant team are using R for data calculation and to generate a [snip] > ?I've noticed a lot of financial corporates getting into R
2010 Jan 08
1
Dedicated Nvidia PCI passthrough for Linux PVM
Hi, Not trying to be obnoxious on this list. I thought perhaps phrasing the subject line specific will catch some ones eye (hopefully). Would like some help on 2 issues. 1 - I have PCI pass through working for an Nvidia card which is my 2nd graphics adapter and I wish to dedicate it to a particular domU. I had to mod my initrd as follows; mkinitrd -f --preload=pciback