Sponsored Content
Full Discussion: probe software
Top Forums UNIX for Dummies Questions & Answers probe software Post 20508 by sphiengollie on Sunday 28th of April 2002 03:44:26 AM
Old 04-28-2002
right on track

thanks
that what i wanted, but i'm lost again?
i started by trying to update sendmail...
first i was going to set up BerkeleyDB and when
i tried to run make, i got: command not found.
installed pkg-get and went to install make
and i ran out of room.
when i df -ak i get:
Filesystem kbytes used avail capacity Mounted on
/proc 0 0 0 0% /proc
/dev/dsk/c0t3d0s0 38327 17850 16645 52% /
/dev/dsk/c0t3d0s6 712690 508098 133323 80% /usr
fd 0 0 0 0% /dev/fd
/dev/dsk/c0t3d0s4 192383 62219 110926 36% /var
/dev/dsk/c0t3d0s5 288215 166351 93043 65% /opt
/dev/dsk/c0t3d0s7 2818867 150072 2386909 6% /www
swap 83868 116 83752 1% /tmp
nfs:/opt/bin 3851817 3209828 256808 93% /opt/bin
nfs:/opt/sbin 3851817 3209828 256808 93% /opt/sbin
nfs:/opt/lib 3851817 3209828 256808 93% /opt/lib
nfs:/opt/etc 3851817 3209828 256808 93% /opt/etc
nfs:/opt/include 3851817 3209828 256808 93% /opt/include
nfs:/opt/man 3851817 3209828 256808 93% /opt/man
nfs:/opt/local 3851817 3209828 256808 93% /opt/remote
nfs:/opt/gcc 3851817 3209828 256808 93% /opt/gcc
nfs:/opt/gnu 3851817 3209828 256808 93% /opt/gnu
nfs:/opt/java 3851817 3209828 256808 93% /opt/java
-------------------
can i make links to other space(s) on other partitions ie.. /www
 

9 More Discussions You Might Find Interesting

1. Programming

PCI device probe and find

:confused: Hi, everybody. Pleeeeese HLP!!! I write PCI device driver for bridge controller PCI-VME bus in freeBSD 2.2. And firs run function probe(): static char* probe(tag, type). Whuy probe() don't work for my vendorID and deviceID (bridge controller and videoadapter). But... (1 Reply)
Discussion started by: Alex_T
1 Replies

2. Solaris

solaris booting to probe menu

Hi all, everytime the sun fire server reboots in always boots to the probe menu. This needs to be manually booted by command named boot. Is there a boot file somewhere on the system that changes the boot script to boot fully not to the probe menu. (2 Replies)
Discussion started by: dennisca
2 Replies

3. Solaris

Help probe-scsi-all

I have run init 0 to bring it to OK prompt. I know that probe-scsi-all can hang the system. I want to know what is the difference between probe-scsi-all and probe-scsi. I was told that probe-scsi-all external and internal devices and probe-scsi shows only internal devices. what dose this ... (3 Replies)
Discussion started by: nitinkgoud
3 Replies

4. Solaris

probe-scsi => error

i have a new netra 240 server when i make probe-scsi in obp i have this output : ERROR: /pci@1c,600000: Last Trap: Fast Data Access MMU Miss am upgarading obp firmware but the problem is always here the os solaris 10) is installed correctely and i can use it , when i type #format i can see... (2 Replies)
Discussion started by: lid-j-one
2 Replies

5. BSD

PROBE not find the device ID

Hi All, Probe is not returning the Device ID, while device (PCI Express-to-PCI Bridge) is already detected by "lspci". I checked this with printing all the device ID which has been detected. Can anyone give me any suggestion or solution. Thanks (in advance) Appu (2 Replies)
Discussion started by: appu
2 Replies

6. High Performance Computing

What does the 'probe' do in VCS?

Weird question I know, but I'm intrigued. Say for instance you have an Application in an SG with the usual start/stop/monitor. To successfully probe does it just check for existence of the script/file ? Thanks... (1 Reply)
Discussion started by: itsupplies
1 Replies

7. Shell Programming and Scripting

Network probe script

Hi. I just wrote my first shell script, it's very ugly but it works. I was wondering if someone could help me clean it up a bit. Original Problem: Current command-line tool (FIND-NEIGHBORS.exe) outputs MAC addresses of neighboring wireless devices and I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

8. Shell Programming and Scripting

Network probe script

Hi. I just wrote my first shell script, it’s very ugly but it works. I was wondering if someone could help me clean it up a bit. Original Problem: Current command-line tool (FIND-NEIGHBORS.exe) outputs MAC addresses of neighboring wireless devices. I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

9. Solaris

Help Explain the output of probe-scsi

Can anyone explain the output of probe-scsi command below? ok probe-scsi Target 0 Unit 0 Disk SEAGATE ST373207LSUN72G 045A Target 1 Unit 0 Disk SEAGATE ST373207LSUN72G 045A I have no idea what it means. I tried to read online but I still did not understand. I appreciate... (6 Replies)
Discussion started by: cjashu
6 Replies
MUMMY(1)							   User Commands							  MUMMY(1)

NAME
mummy - generate C# wrappers from C++ code. SYNOPSIS
mummy [options] files... DESCRIPTION
mummy is a command line executable that generates C# wrappers from gccxml output. A C# class is generated to wrap the wrappable class named in the gccxml output. Settings to control the wrapping are given inline directly in the class header file or in the MummySettings.xml input file. mummy version 1.0.2 (revision 599) Command line options: --csharp-file opt C# output file. Default value is 'ClassName.cs' in the current directory. --csharp-unit-test-file opt C# output file. Default value is 'ClassNameUnitTest.cs' in the current directory. --export-layer-file opt C++ output file. Default value is 'ClassNameEL.cxx' in the current directory. --gccxml-file opt Input file (output of gccxml) describing class to be wrapped. Required. --help Display (this) detailed help information. --settings-file opt Input file describing mummy configuration settings, including the set of wrapped classes. Required. --suppress-warnings opt opt ... Space separated list of warning numbers to suppress. --verbose Overwhelm me with output, I don't have enough reading material... ;) --version Display the program version. AUTHORS
This manual page was written by Mathieu Malaterre <malat@debian.org>, for the Debian project (and may be used by others). SEE ALSO
cableidx(1), gccxml(1). mummy version 1.0.2 (revision 599) December 2011 MUMMY(1)
All times are GMT -4. The time now is 07:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy