Search Results

Search: Posts Made By: csross
2,715
Posted By csross
Hi, Thank you very much. So this is from...
Hi,

Thank you very much. So this is from the snmpd daemon? I have that running on all the servers. I'll check it out, thanks.

7953: /usr/sfw/sbin/snmpd
15: S_IFSOCK mode:0666 dev:378,0...
2,715
Posted By csross
Finding process that turned on ports
I have 2 identical solaris 10 servers that are simply apache servers, running a version of apache I installed.

# uname -a
SunOS wilber 5.10 Generic_147440-25 sun4u sparc SUNW,Sun-Fire-V245

I...
Forum: Web Development 03-31-2010
2,659
Posted By csross
how to wait after apache log rotation
My solaris server utilize the freeware savelog program to rotate apache logs. One server has become very busy and even after doing a graceful restart it continues to log to the saved gzip log file....
Forum: Solaris 10-14-2009
2,134
Posted By csross
disksuite mirroring d0 to d2 and d1 to d3
I have a SOlaris 10 v240 server. I'm installing disksuite to mirror the root drive D0 to D2. I also have one partition on disk 1 that I want to mirror to D3. I am not using ZFS right now.

Can I...
Forum: Solaris 08-31-2009
6,098
Posted By csross
Thank you. Sometimes I need to turn off...
Thank you.

Sometimes I need to turn off tcp_wrappers for proftpd and I used to just edit inetd.conf and HUP inetd.

I know with Solaris 10 I can use inetadm -m ftp tcp_wrappers=false to turn...
Forum: Solaris 08-28-2009
6,098
Posted By csross
solaris 10 proftpd with inetd and tcp_wrappers
If I use an old inetd based service that specified /usr/sbin/tcpd for proftpd, do I have to include that when I use inetconv to create the service manifest.

For example.

I currently use proftpd...
7,483
Posted By csross
For the ports in my inquiry 36724/36725 and...
For the ports in my inquiry 36724/36725 and 50689/50690, I commented out the entries in inetd.conf that the disksuite install set up for Metatool GUI and HUP inetd. Those ports went away. I use the...
3,618
Posted By csross
NTP idle ports and ethernet interfaces
I did a netstat -an and saw that ntp was listening on 4 UDP ports for each interface. Is this insecure because they are UDP ports and I don't see them in a listen state, is that because they are...
7,483
Posted By csross
I rebooted one server and all the 1013-1023 ports...
I rebooted one server and all the 1013-1023 ports closed. I did notice on one server that port 1017 indicates it is BOUND in netstat but I cannot find (using LSOF) what that would be bound to.
...
7,483
Posted By csross
open ports solaris 8
Hello,

I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1012-1020 (which are reserved ports according to the IANA. Lsof does not identify...
18,530
Posted By csross
Thank you all very much. THis was very helpful.
Thank you all very much. THis was very helpful.
18,530
Posted By csross
uptime, load average, and # cpus
I was told that there is a correspondance between the number of cpus, the load averages, and when the cpus reach 100% capacity.

I have 4 cpus and said that once the numbers hit 4.00, my CPUs are...
Forum: Solaris 10-30-2008
6,591
Posted By csross
Use sun freeware and install the packages...
Use sun freeware and install the packages libiconv, libintl, and gcc. The packages are easy to install and work.

As per the GCC section of sunfreeware, "These gcc packages require the...
Forum: Solaris 10-30-2008
9,080
Posted By csross
handshake/connection errors
I'm running solaris openssl 097l and I upgraded to 098h. I see errors in the logs that seem like debugging errors that showed up, but seemed to happen in both versions I believe. I am using a...
Forum: Linux 09-23-2008
4,662
Posted By csross
I found that if you update the yum.conf then you...
I found that if you update the yum.conf then you can limit what packages get updated.

I still wondered if anyone has a site for the latest rpms. It seems most sites are way behind, which almost...
Forum: Linux 09-22-2008
4,662
Posted By csross
where to edit yum or rpm packages to update
I am setting up a new server with the goal of porting a solaris server to centos. I want to compile some packages myself (ie) http, ssl, mysql, etc. The reason for this is the downloadable rpm...
Forum: Gentoo 09-22-2008
11,974
Posted By csross
compiling applications with Centos
I am evaluating porting solaris (apache, mysql, ssl) servers to Linux. I set up a Centos server to test out apache programs to see how they work out of the box. Now I want to recompile Apache to...
Forum: Solaris 05-14-2007
11,776
Posted By csross
Today I tried to compile the same source with 32...
Today I tried to compile the same source with 32 bit, and I get the same errors.

I would appreciate any suggestions.

Thanks
Forum: Solaris 05-09-2007
11,776
Posted By csross
solaris 10 apache 2.2.4 64 bit build error
I am trying to build 64 bit apache 2.2.4 on a Sun server. I have built many

applications so far. This is my configure line

CC='gcc -m64 -mcpu=v9 -O3' ./configure --disable-ipv6 --enable-info...
Forum: Solaris 05-08-2007
7,770
Posted By csross
I decided to remove the preinstalled packages. ...
I decided to remove the preinstalled packages. The only one that had dependancies was kristina# pkgrm SUNWopenssl-libraries
so I didn't remove it.


The following package is currently installed:...
Forum: Solaris 05-07-2007
5,024
Posted By csross
error: compile 64 bit mysql on Solaris 10
I'm trying to build 64 bit mysql-5.0.37 on Solaris 10.

CFLAGS="-O3" CXX='gcc -m64 -mcpu=v9' CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure -disable-shared...
Forum: Solaris 05-04-2007
25,916
Posted By csross
The problem was that I had a conflict between 32...
The problem was that I had a conflict between 32 bit and 64 bit libraries.
Forum: Solaris 05-02-2007
3,436
Posted By csross
The problem is there are a number of getconf's in...
The problem is there are a number of getconf's in the install I think, for other things. I have been working on this all day and the only person I saw that solved this didn't post his fix and isn't...
Forum: Solaris 05-02-2007
3,436
Posted By csross
invalid getconf output and Perl compile
I was compiling perl on a Solaris 10 server. The compile failed because the output of getconf is wrong (it indicates xarch is generic64 not v9. This is a known bug but I cannot find a fix. I wrote...
Forum: Solaris 05-02-2007
25,916
Posted By csross
I compiled openssl with ./Configure...
I compiled openssl with ./Configure solaris64-sparcv9-gcc shared option and although the "make" completed, I noticed a number of the same errors during the verbose output. I did not do a make...
Showing results 1 to 25 of 35

 
All times are GMT -4. The time now is 02:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy