When trying to use netpmon (Version 4.3) I get the following error messages:
Enter the "trcstop" command to complete netpmon processing
readx: No such device or address
Can't read user structure
PID = 0
ADDR = 0x0ff3b6e0
ERRC = 6
random_read of user...
Could someone please point me in the right direction, I have an excel worksheet that contains tasks with dates and times in various columns. I would like to write a macro to parse the spreadsheet and create these entries in an outlook calendar.
The parsing of the sheet etc is not the problem...
I have pseudo root access and have in the past played with the /tcb/... files, but can't remember what I did to resolve the issue so that I can change the root password to a known one.
Can anyone help?
Cheers
- Paul
#!/bin/sh
# System V lp spooler interface file
(
NoOfCopies=$4
shift; shift; shift; shift; shift
FileList="$*"
Count=1
while [ $Count -le $NoOfCopies ]
do
for File in $FileList
do
cat "$File" 2>&1
echo "\014\c" <---...
I used to work for a software house and we had similar problems, you need to look at the interface file that is in /usr/spool/lp/admins/lp/interfaces/model.orig directory and remove all page formatting commands. The easiest way to do this is to use the "dumb" interface script when you...
Further update, I think it has to be a permissions problem somewhere as if I convert a user to a pseudo root user then the "passwd -f" command works fine.
Still going nuts...
- Paul
I have tried the scoadmin route, exactly the same problem. I have checked the permissions on /tcb/files/auth and also run authck which reports a few minor errors, but nothing to do with password.
Thank for the repsonse.
- Paul
I have a sco server running 5.0.4, is has the following patches installed:
rs5.0.4c
oss601a
Recently (about a month ago) when users passwords have expired or when we use the passwd -f command the following happens:
login: pjollife
Password...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.