search for: ingtegrate

Displaying 20 results from an estimated 20 matches for "ingtegrate".

2010 Jul 01
1
Superblock Problem
Hi all, After rebooting my CentOS 5.5 server, i have the following message: ================================== Red Hat nash version 5.1.19.6 starting EXT3-fs: unable to read superblock mount: error mounting /dev/root on /sysroot as ext3: invalid argument setuproot: moving /root failed: No such file or directory setuproot: error mounting /proc: No such file or directory setuproot: error mounting
2013 Jun 27
3
Server hangs after installing KVM
Hi, I just received a Supermicro server back from factory repair. Installed CentOS 6.3 x86_64 fresh from DVD (tried with 6.4, same result). Everything goes fine until i install Virtualization* yum groups. Virtualization is enabled in BIOS. Server boots, CentOS loads and i have even a login prompt. If i'm fast enough to enter login name and password, shell works for about 10 sec.
2008 Jan 22
2
R object as a function
I want to use a function as an argument to ingtegrate it twice. See the following (senseless) example of a double integration: test<-function(sf,lo,up,rest) { innerFkn<-function(sf,lo) { inte=integrate(f=sf,lower=lo,upper=4) return( inte$value ) } integral=integrate(f=innerFkn,lower=1,upper=2,sf=sf,lo=lo,up=up) return( integral$...
2008 Nov 27
4
how to connect to a switch with a serial cable? - what command(s) to use?
Hi all, I see one of our switches doesn't want to respond to HTTPS or SSH commands, and I know it's connected to a server via a serial cable. I'm 3 hours drive from that server at the moment, so how can I connect to it from the Linux server, via SSH? -- Kind Regards Rudi Ahlers
2008 Jul 30
2
Missing dependencies
Hi! I have a new shiny CentOS 5.2 server freshly installed. I wanted to install VMWare Server but the installer wants to compile a module. I thought, no problem: Let's install compiler and libraries. So i did: yum groupinstall "Development Libraries" "Development Tools" But i end up with: ================== --> Processing Dependency: libsqlite3.so.0 for
2009 Oct 11
3
SVN hell!
Hi! I'm trying to install SVN on a latest version of CentOS (5.3). I just did: yum install subversion yum install mod_dav_svn Then i edited /etc/httpd/conf.d/subversion.conf and here is the content: ======================== <Location /svn> DAV svn SVNParentPath /var/www/svn # Limit write permission to list of valid users. <LimitExcept GET PROPFIND OPTIONS
2013 Jan 15
1
Sluggish server with big array
Hi! I am experiencing strange behavior with my new CentOS 6.3 installation (system up to date). I have a big 11 TB EXT4 array mounted on /home/data. The server is a Tyan 2U (TA26-B3992-E) with Dual Opteron 2216, one cpu has 4 Gigs RAM and the other has 8 Gigs (so 12 Gigs total). The server uses 8 x Seagate 2TB SAS hard disks (7200 RPM) and all the disks are grouped together to form 1
2006 Nov 22
8
Looking for assistance
We have about 5 servers spread out throughout the country: 2 Centos 4.4, 1 Red Hat and 2 windows machines- looking for some good ideas for a back-up solution. Our servers hold a lot of data, but only a small portion of it is crucial on any given day. That crucial portion is always changing (for example, this week the crucial files all relate to November- current and previous projects, and the next
2009 Mar 27
1
USB, AutoMount & VNC
Hi! I'm trying to figure out how to make automount do its job when nobody is logged at the console and the user access the server by VNC. Does anybody knows how to make CentOS automount USB Hard Drives / Pendrive when accessed by VNC? Thanks! Guy Boisvert, ing IngTegration inc.
2008 Jun 03
2
tzdata, Greenwich zone: URGENT!
Hi! It appears that there have been some changes to tzdata recently. We run an application that needs the server to stay at GMT. Previously, we used the Casablanca timezone but now there seems to be a 1 hour difference to GMT. I checked the London zone and they seem to change time too. I tried to change the zone to GMT with system-config-date (i'm using command line remotely) but
2009 Dec 14
1
Samba, ADS & Winbind Separator on CentOS 5.4
Hi! I have a little problem with Samba. I have an ADS integrated CentOS 5.4 server. I had frequent access problem when M$ users create directories and files. So i thought to force users' persmissions by way of the "force user" parameter in smb.conf. First problem is that the forced users i want to apply are ADS users and named like "MYDOMAIN#Joe" in passwd
2007 Apr 12
1
Dual boot problem with XP and CentOS4.4
Hi i am using CentOS 4.4 version individually. working very fine. but, when i try to install CentOS4.4 as a dual boot with windows XP, i couldn't install. its taking so much of time to show the installation screen. i have given my hardware configuration below, Intel Dual Core 2.8 Ghz Intel D945GCCR MotherBoard 1GB DDR Ram 80GB SATA HDD (western digital) this is the first time i am trying
2009 Apr 16
8
Dual-boot with WinXP, CentOS already installed
Hi all, I'd like to deploy a solution with dual-booting systems where CentOS 5.3 is already installed and WinXP will be installed to a separate disk. I found http://apcmag.com/how_to_dual_boot_linux_and_windows_xp_linux_installed_first.htm?page=1 and it seems straight forward enough, although the description is for Ubuntu. The problem as I see it, is that the how-to differs from how
2008 Jul 24
4
Native Command Queueing
Is there anyway to enable NCQ on CentOS 4.6? I guess anouther question is on a somewhat high activity mail server with a single SATA2 drive will it do any good? Matt
2009 Jan 09
1
Programming ressources
Hi! It may be a little OT but i'm searching for a c/c++ programmer for the development of a remote controlled multimedia player that would run under CentOS with Aja OEM card. We'd use this player in our fully automatic TV broadcast system. We currently have a player (developed in house) that works mostly ok on Winblows but it lacks many features like remote monitoring (SNMP or
2008 May 22
4
samba question
Hi, I am running Centos5.1, trying to configure samba now. I am quite new in this area and hope help from the list. I could not connect to it from a windows xp pc >From the console, I log in and do a >smbclient -L localhost -U% Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.0.25b-0.el5.4] Sharename Type Comment --------- ---- ------- samba
2007 Sep 25
4
Network routing
Hi, guys! We need to setup our both network device on centos-4.5 as follow: eth0: IP: 192.168.1.0/24 GW 192.168.1.1 eth1: IP: 192.168.10.0/24 GW 192.168.10.1 We don't know how to create our setup files for both network (eth0, eth1 and their routes)? Help us, please. Thx Adriano
2006 Nov 20
7
ISCSI SAN suggestion
Sorry for the off-topic question but I need advice on a buying a ISCSI SAN for 4-6 servers running CentOS 4.4 .The main purpose for the SAN is to store email accounts (that will be accessed by imap - dovecot) and other documents. Minimal redundancy is required (e.g. dual power supplies, battery backed write cache or mirrored controllers) and price for a 2 TB configuration should be under $ 10000.
2008 Dec 19
6
FTPS setup problem
Hi! I'm trying to figure out what's going wrong with a "simple" FTPS setup and VSFTPD. I saw references on Google and tried, and tried, and tried... without success. I'll start by explaining my situation: I have a WEB development server behind a firewall. It's currently only for the intranet. We now have an external company that will have to do a new website
2008 Jul 21
20
Ideas for stopping ssh brute force attacks
just wanted to get some feedback from the community. Over the last few days I have noticed my web server and email box have attempted to ssh'd to using weird names like admin,appuser,nobody,etc.... None of these are valid users. I know that I can block sshd all together with iptables but that will not work for us. I did a little research on google and found programs like sshguard and