Sponsored Content
Top Forums Shell Programming and Scripting AIX subsystem stops partially Post 303044601 by sea on Thursday 27th of February 2020 12:57:27 PM
Old 02-27-2020
One could assign the logfile to the user as well....

Code:
touch "$LOGFILE"
chown 206 "$LOGFILE"

Since root can write anyway, this would help to ensure that this specific user can write to the logfile as well.

Written on mobile phone in train.

Just an idea.
Hth
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NFS client subsystem hang up on boot

Hi, I have a Unix box running HP-UX 10.20 and it suddenly won't boot. Every time it goes down the boot checklist, it hangs on "NFS client subsystem" and just continues to say busy/wait. I have read something about the /etc/auto_master but don't quite understand what has to happen to fix it. ... (4 Replies)
Discussion started by: Asheley Ryan
4 Replies

2. UNIX for Advanced & Expert Users

subsystem failure

aix 4.3 I get the following error from the errpt log BD797922 0306170008 P H enclosure0 SUBSYSTEM FAILURE I'm not clear on this kind of error. It never happened to me. What do this errors mean, and how do I clear or solve them? Any help is appreciated. (2 Replies)
Discussion started by: andwhat
2 Replies

3. AIX

Subsystem Component Failure

Hello All, Does some one have any idea about the subsystem component failure. Errpt command throws below errors for my server :- # errpt IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION B9735AF4 0304222408 P H hdisk5 SUBSYSTEM COMPONENT FAILURE B9735AF4 0304222408 P H... (1 Reply)
Discussion started by: Shrek
1 Replies

4. AIX

Generating a Subsystem

Hello, I'm trying to generate a subsystem which supports startsrc, stopsrc and refresh I want to specify special arguments in case of stopsrc and refresh for example: startsrc: /bin/testscript start stopsrc: /bin/testscript stop refresh: /bin/testscript restart which should be... (0 Replies)
Discussion started by: funksen
0 Replies

5. AIX

AIX 5.3 ML10 new install, rsh only partially working

Two boxes we just reloaded to use as a two node HACMP cluster to insure our software is compatible. Install disks we received at our library on 5/2009 AIX 5.3-ML10 For sake of argument names ibmaix1 and ibmaix2 On both: ibmaix1# oslevel -r 5300-10 .rhosts files with 600 permissions... (0 Replies)
Discussion started by: DrKillPatient
0 Replies

6. Ubuntu

Getting Subsystem ID/Vendor

Hey Guys ... How I can look up Subsystem ID of the WIFI card under Ubuntu... I did try lspci but its outputting only Vendor and Dev no subsys ... I need same data as below ( Windows ) PCI\VEN_168C&DEV_001C&SUBSYS_04281468&REV_01\4&1BF192B7&0&0020 thank you happy new year ! (2 Replies)
Discussion started by: NDxiak
2 Replies

7. UNIX for Dummies Questions & Answers

SFTP subsystem requests

Hi there, what is the meaning of this line: SFTP subsystem requests: 5 Time(s) in: /var/mail/root??? Tks in advance, GB (0 Replies)
Discussion started by: Giordano Bruno
0 Replies

8. AIX

sftp : have to specify subsystem from client side

I have several ssh servers *running aix 5.3 and they respond to sftp requests just fine, but I have one that requires clients to specify the path to the sftp server using the -s flag which is*/usr/sbin/sftp-server I check the sshd_config across all servers and they are the same. *The other... (1 Reply)
Discussion started by: massdesign
1 Replies

9. HP-UX

[HP UNIX B.10.20] NFS Client SubSystem fail

Recently moved a HP Unix B.10.20 system from US to Thailand, and everything is work well in US but after we changed: 1. set_parms ip_address (change the IP to TH range) 2. set_parms addl_netwrk (change the Subnet, Gateway, Domain name, DNS Svr Name, and DNS IP) 3. vi /etc/hosts (to commented... (4 Replies)
Discussion started by: beta911
4 Replies

10. AIX

AIX 7.1 booting stops at C1922000 C19220FF

Hi, we have the p6 server running AIX 7.1 it suddenly stops working. I tried to re-cycle power but it keeps stopping at C19220FF. Activate the service processor pinhole reset switch but still stops at the same code. Error logs: 1. 501A1181 2016-06-08 22:06:20 'Service Process'... (1 Reply)
Discussion started by: lilyn
1 Replies
BTI(1)									bti								    BTI(1)

NAME
bti - send a tweet to twitter.com or identi.ca from the command line SYNOPSIS
bti [--account account] [--password password] [--action action] [--user screenname] [--host HOST_NAME] [--proxy PROXY:PORT] [--logfile LOGFILE] [--config CONFIGFILE] [--replyto ID] [--retweet ID] [--page PAGENUMBER] [--bash] [--shrink-urls] [--debug] [--dry-run] [--verbose] [--version] [--help] DESCRIPTION
bti sends a tweet message to twitter.com or identi.ca. OPTIONS
--account account Specify the twitter.com or identi.ca account name. --password password Specify the password of your twitter.com or identi.ca account. --action action Specify the action which you want to perform. Valid options are "update" to send a message, "friends" to see your friends timeline, "public" to track public timeline, "replies" to see replies to your messages and "user" to see a specific user's timeline. Default is "update". --user screenname Specify the user whose messages you want to see when the action is "user". --host HOST_NAME Specify the host which you want to send your message to. Valid options are "twitter" to send to twitter.com and "identica" to send to identi.ca. If you want to send the message to a custom StatusNet installation, you should specify the API URI. For example identi.ca's URI is: https://identi.ca/api/statuses If no host is specified, the default is to send to twitter.com. --proxy PROXY:PORT Specify a http proxy value. This is not a required option, and only needed by systems that are behind a http proxy. If --proxy is not specified but the environment variable 'http_proxy' is set the latter will be used. --logfile LOGFILE Specify a logfile for bti to write status messages to. LOGFILE is in relation to the user's home directory, not an absolute path to a file. --config CONFIGFILE Specify a config file for bti to read from. By default, bti looks in the ~/.bti file for config values. This default location can be overridden by setting a specific file with this option. --replyto ID Status ID of a single post to which you want to create a threaded reply to. For twitter, this is ignored unless the message starts with the @name of the owner of the post with the status ID. For status.net, this can link any two messages into context with each other. Status.net will also link a message that contains an @name without this without regard to context. --retweet ID Status ID of a single post which you want to retweet. --shrink-urls Scans the tweet text for valid URL patterns and passes each through the supplied bti-shrink-urls script. The script will pass the URL to a web service that shrinks the URLs, making it more suitable for micro-blogging. The following URL shrinking services are available: http://2tu.us/ (default) and http://bit.ly / http://j.mp See the documentation for bti-shrink-urls for the configuration options. --debug Print a whole bunch of debugging messages to stdout. --page PAGENUMBER When the action is to retrieve updates, it usually retrieves only one page. If this option is used, the page number can be specified. --dry-run Performs all steps that would normally be done for a given action, but will not connect to the service to post or retrieve data. --verbose Verbose mode. Print status IDs and timestamps. --bash Add the working directory and a '$' in the tweet message to help specify it is coming from a command line. Don't put the working directory and the '$' in the tweet message. This option implies --background. --background Do not report back any errors that might have happened when sending the message, and send it in the background, returning immediately, allowing the user to continue on. --version Print version number. --help Print help text. DESCRIPTION
bti provides an easy way to send tweet messages direct from the command line or any script. It reads the message on standard input and uses the account and password settings either from the command line options, or from a config file, to send the message out. Its primary focus is to allow you to log everything that you type into a bash shell, in a crazy, "this is what I'm doing right now!" type of way, letting the world follow along with you constant moving between directories and refreshing your email queue to see if there's anything interesting going on. To hook bti up to your bash shell, export the following variable: PROMPT_COMMAND='history 1 | sed -e "s/^s*[0-9]*s*//" | bti --bash' This example assumes that you have the ~/.bti set up with your account and password information already in it, otherwise you can specify them as an option. CONFIGURATION
The account and password can be stored in a configuration file in the users home directory in a file named .bti. The structure of this file is as follows: account The twitter.com or identi.ca account name you wish to use to send this message with. password The twitter.com or identi.ca password for the account you wish to use to send this message with. --action action Specify the action which you want to perform. Valid options are "update" to send a message, "friends" to see your friends timeline, "public" to track public timeline, "replies" to see replies to your messages and "user" to see a specific user's timeline. --user screenname Specify the user you want to see his/her messages while the action is "user". host The host you want to use to send the message to. Valid options are either "twitter" or "identica" to send to twitter.com or identi.ca respectively. If you want to send the message to a custom StatusNet installation, you should specify the API URI. For example identi.ca's URI is: https://identi.ca/api/statuses. proxy The http proxy needed to send data out to the Internet. logfile The logfile name for bti to write what happened to. This file is relative to the user's home directory. If this file is not specified here or on the command line, no logging will be written to the disk. replyto The status ID to which all notices will be linked to. There is no sane reason for a need to have this set in a config file. One such reason is to have all your messages as children to a particular status. shrink-urls Setting this variable to 'true' or 'yes' will enable the URL shrinking feature. This is equivalent to using the --shrink-urls option. verbose Setting this variable to 'true' or 'yes' will enable the verbose mode. There is an example config file in /usr/share/doc/bti/examples/bti.example that shows the structure of the file. Configuration options have the following priority: command line option config file option environment variables For example, command line options always override any config file option, or any environment variables. Unless a config file is specified by the command line. At that point, the new config file is read, and any previous options set by a command line option, would be overridden. AUTHOR
Written by Greg Kroah-Hartman <greg@kroah.com> and Amir Mohammad Saied <amirsaied@gmail.com>. bti May 2008 BTI(1)
All times are GMT -4. The time now is 03:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy