Search Results

Search: Posts Made By: pn8830
Forum: Solaris 09-03-2012
2,236
Posted By pn8830
Thank you very much, guys!
Thank you very much, guys!
Forum: Solaris 08-31-2012
2,236
Posted By pn8830
Permissions configuration for web server
Greetings!

I have a Solaris workstation that I use for web hosting. It runs SAMP and everything was working good for me until I got a need to add a couple of co-workers to help me with...
2,482
Posted By pn8830
Aghh... you beat me by a second! Thanks a...
Aghh... you beat me by a second!

Thanks a lot! It looks like you used the same approach as me. The only difference is that I had to loop through the array twice to take care of a situation when...
2,482
Posted By pn8830
Ok, here is the straight forward solution. Could...
Ok, here is the straight forward solution. Could you tell me if it be optimized further?

Thank You,
Pavel.



inverse.pl:
#!/usr/bin/perl

my @bids = (10, 15, 20, 30, 45, 50);
my $fbidb =...
2,482
Posted By pn8830
@Shell_Life: No, it's not a homework. These...
@Shell_Life:

No, it's not a homework. These are actually BICC devices in a Mobile Switching Center, and I need to find free devices in the switch. But yes, question leaves these details out for...
2,482
Posted By pn8830
Perl - quick inverse of a number range
Hello,

I'm trying to find an nice solution for the following:

1) I have ranges of numbers (begin-end): 10-15, 20-30, 45-50
2) I have begin limit=0 and end limit=60.
3) I need to find out...
Forum: Solaris 05-16-2011
6,480
Posted By pn8830
Thanks! I will try using 32-bit MySQL. I...
Thanks!

I will try using 32-bit MySQL. I just noticed that for MySQL 5.1.57 they still provide 32-bit package. It's not available for MySQL 5.5.12. Maybe that's the deal.

Regards,
Pavel.

...
Forum: Solaris 05-13-2011
6,480
Posted By pn8830
Thank You, I installed MySQL as a package...
Thank You,

I installed MySQL as a package (with pkgadm) downloaded from Oracle website. The only software that I'm trying to compile is PHP. MySQL installation directory is /opt/mysql/mysql so if...
Forum: Solaris 05-12-2011
6,480
Posted By pn8830
Compile PHP 5.3.6 with MySql on Sun Blade 1500 Solaris 10
Hello,

I'm trying to compile PHP 5.3.6 with Apache2 and MySql 5.5.12. I hit a problem that I can't seem to resolve by myself and I could not find a solution on the web.

It looks like Apache and...
Forum: Solaris 01-12-2011
2,870
Posted By pn8830
Xterm font in JDE or Java apps in CDE
Hello,

I'm trying to find out which font xterm uses by default in CDE. I like it, it's nice and clean. My problem is that Java based applications like jEdit cannot find it.

Could anybody tell...
19,685
Posted By pn8830
Ben, This is strange. Exec format error...
Ben,

This is strange. Exec format error usually means that the executable was compiled for a different hardware architecture. Like you try to execute file compiled for x86 on SPARC.

Since you...
19,685
Posted By pn8830
That's good. Stupid question - if you do ls...
That's good.

Stupid question - if you do ls in your directory.. what do you see?

PN
19,685
Posted By pn8830
Ok. If the script is right then either you don't...
Ok. If the script is right then either you don't have Tcl installed on your OpenSolaris box or you shell cannot find tclsh executable.

1. Try to check if you can run tclsh. Run tclsh command and...
19,685
Posted By pn8830
What happens if you do: ./Install PN
What happens if you do:

./Install

PN
19,685
Posted By pn8830
Hey sbsbg, What's your Tcl script name? ...
Hey sbsbg,

What's your Tcl script name?

PN.


Edit:
You have a syntax error in your script. It should look like (note that first command is exec):

#!/bin/sh
# the next line restarts...
2,918
Posted By pn8830
Add pseudo terminal to bash history
Hello,

Could you tell me if it is possible to add pseudo terminal name to the bash history?
I need to see from which terminal the command was issues. I found a variable HISTTIMEFORMAT that helps...
2,074
Posted By pn8830
read -e and Tcl
Hello,
I'm trying to make Tcl work with GNU readline. Tried searching the forum but difficult to find this specific thing with "read" search query. Could someone help me to understand the following...
Forum: Solaris 11-18-2008
4,399
Posted By pn8830
Repartitioning hard drive on Solaris10
Hello,
Is it possible to repartition hard drive on Solaris10 without deleting all the content of the drive? I have a workstation with 40G drive that has two partitions 4G and 36G. The big partition...
Forum: Solaris 11-14-2008
8,188
Posted By pn8830
Thank you for your help! It is now working! The...
Thank you for your help! It is now working! The problem was located in the /etc/hosts. While trying to eliminate "unable to qualify my own domain name" error messages I have changed record in...
Forum: Solaris 11-06-2008
8,188
Posted By pn8830
Thank you! I tried the good way and the generated...
Thank you! I tried the good way and the generated sendmail.cf file was much smaller then the original Solaris one so I went for a "wrong" one. The good news is - it seems to improve the situation,...
Forum: Solaris 11-06-2008
8,188
Posted By pn8830
Hmm.. Sorry, I'm not sure that I understood you...
Hmm.. Sorry, I'm not sure that I understood you correctly. What does reverse mean in this case?

That probably times out. The only output I got was:

WARNING: local host name (wayossws55) is not...
Forum: Solaris 11-06-2008
8,188
Posted By pn8830
Thanks, you have a good point. I did check ping...
Thanks, you have a good point. I did check ping foo.com and telnet foo.com 25 timed out BUT if I do telnet mail.foo.com 25 I get response! Is there any configuration file where mail server prefix is...
Forum: Solaris 11-06-2008
8,188
Posted By pn8830
Problem sending mail after IP/hostname change
Hello,
I had to replace my Solaris 10 workstation with the other one because of hardware issues. I need to configure the new WS with the same configuration. It looked like it was using DHCP before...
11,649
Posted By pn8830
It's so silly of me :) Of course it works Thank...
It's so silly of me :) Of course it works
Thank You!
11,649
Posted By pn8830
KSH list as function parameter
Hello,

Could anyone help me with some KSH syntax? I'm trying to pass a list as a function parameter in a KSH?
For example I have code like this:

print_counter() {
N=$1
C=$2

for A in...
Showing results 1 to 25 of 35

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