Search Results

Search: Posts Made By: lyonsd
Forum: Solaris 11-16-2007
61,761
Posted By lyonsd
$ df -k /usr/local/ Filesystem ...
$ df -k /usr/local/
Filesystem kbytes used avail capacity Mounted on
auto_local 0 0 0 0% /usr/local

What is this - some sort of auto mount?
Forum: Solaris 11-15-2007
61,761
Posted By lyonsd
SOLUTION: There was something else mounted...
SOLUTION:

There was something else mounted on /usr/local, but it didn't show up with the mount command.
Forum: Solaris 11-15-2007
61,761
Posted By lyonsd
# ppriv -e -D chmod +w local/ chmod: WARNING:...
# ppriv -e -D chmod +w local/
chmod: WARNING: can't change local/
# pwd
/usr
Forum: Solaris 11-15-2007
61,761
Posted By lyonsd
# ls -laFd /usr drwxr-xr-x 33 root sys ...
# ls -laFd /usr
drwxr-xr-x 33 root sys 1024 Nov 14 05:34 /usr/
Forum: Solaris 11-15-2007
61,761
Posted By lyonsd
No. It's got something to do with extended...
No. It's got something to do with extended permissions, I think.
Forum: Solaris 11-14-2007
61,761
Posted By lyonsd
Unable to chmod a file/directory
This is Solaris 10, by the way.

I am aware of ACLs or something like that in Solaris 10 where you can change who can access directories and such that goes beyond the standard permisisons (chmod...
7,762
Posted By lyonsd
Help using IFS to break up a record (ksh)
I have a program that produces output similar to this:

16010001pe3m_313101.ver
16010001pe3m_313101.ver

16010001pe4m_0
16010001pe4m_0

16010001pe4m_1
16010001pe4m_1

...
Forum: Solaris 09-25-2007
2,602
Posted By lyonsd
Determining processes that have been swapped out
Is there a way to do this in Solaris?

For instance, suppose I run the following:


$ swap -l
swapfile dev swaplo blocks free
/dev/md/dsk/d501 85,501 16 16780208 16780208...
Forum: Solaris 03-02-2007
21,375
Posted By lyonsd
How to change CDE screen resolution?
I searched and found something about kdmconfig, but it's not installed.

Isn't there an easy way to change the screen resolution in the CDE by right clicking or anything like that (like in Linux's...
Forum: Solaris 02-09-2007
3,267
Posted By lyonsd
Never mind. Found it. Permissions on...
Never mind. Found it.

Permissions on /export/home/dncs were dr-xr-xr-x

Executed the following: chmod 755 /export/home/dncs

That fixed it.
Forum: Solaris 02-09-2007
3,267
Posted By lyonsd
dtwm: Invalid keyword -- /TITLE
Unable to log into solaris 8 CDE as a particular user. The errors are:

dtsession: Unable to start message server - exiting.
dtwm: Invalid keyword -- /TITLE

root can log in successfully.
...
Forum: Solaris 02-01-2007
15,521
Posted By lyonsd
So then I did install the correct GNU C compiler....
So then I did install the correct GNU C compiler. Now why are my header files giving me problems?
Forum: Solaris 02-01-2007
15,521
Posted By lyonsd
OK, that last one looks easy enough. Evidently I...
OK, that last one looks easy enough. Evidently I need to install the SUNWarc package.
Forum: Solaris 02-01-2007
15,521
Posted By lyonsd
A similar issue
I installed gcc on a Solaris 10 system.

$ uname -a
SunOS dncs 5.10 Generic_118822-20 sun4u sparc SUNW,Sun-Fire-880



$ gcc test.c -o test
ld: fatal: file values-Xa.o: open failed: No such...
Forum: Solaris 02-01-2007
15,521
Posted By lyonsd
Well, it would appear that I may have installed...
Well, it would appear that I may have installed the wrong version.

I thought Solaris 8 was installed on this system:


# uname -a
SunOS dncsatm 5.8 Generic_108528-22 sun4u sparc SUNW,Ultra-250...
Forum: Solaris 01-24-2007
15,521
Posted By lyonsd
I am having issues with gcc on Solaris as well
Here is what I have installed with pkgadd...

$ pkginfo | grep SMC
application SMCgcc gcc
application SMCliconv libiconv
application SMClintl libintl

...
Forum: Solaris 12-11-2006
10,429
Posted By lyonsd
I'll try the "remount" option first. Thanks. ...
I'll try the "remount" option first. Thanks.

I do have a system that'll boot Linux and FreeBSD. But under Linux I can't mount the Solaris partitions writable.

And I haven't figured out how to...
Forum: Solaris 12-09-2006
10,429
Posted By lyonsd
Any other alternatives?
Any other alternatives?
Forum: Programming 12-08-2006
8,805
Posted By lyonsd
C compiler to build Sparc/Solaris binaries on Linux
Just that the Subject says.

I am looking for a C compiler for Linux x86 that will allow me to compile a C source code file and the resulting binary will be able to run on a Sparc running Solaris....
Forum: Programming 12-08-2006
1
1,600
Posted By lyonsd
viutmp
Anybody got a good set of viutmp C code?

Thanks.
Forum: Solaris 12-08-2006
10,429
Posted By lyonsd
Help changing /etc/vfstab - can't boot
I have Solaris 10 Express that I installed on a PC with two drives. It was on drive 1 (with the boot drive being drive 0). Linux was in a different parition and my boot options where managed by...
14,528
Posted By lyonsd
You are a genius. Thanks.
You are a genius. Thanks.
14,528
Posted By lyonsd
See if anybody can figure this out...
I have a number of functions in .bashrc

One function I'll call hctinfo() and it is considered by me to be the "main" part of my set of functions. It calls other functions depending on the options...
14,528
Posted By lyonsd
ksh: can you use getopts in a function?
I wrote a script that uses getopts and it works fine. However, I would like to put the function in that script in a startup file (.kshrc or .profile). I took the "main" portion of the script and...
16,048
Posted By lyonsd
I discovered the "printf" statement affects how...
I discovered the "printf" statement affects how variables are displayed depending how the variable is referenced...


X="A short sentence"



print $X

A short sentence



printf "%s" $X...
Showing results 1 to 25 of 35

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