Sponsored Content
Full Discussion: Installing Database
Top Forums UNIX for Dummies Questions & Answers Installing Database Post 34799 by djschmitt on Wednesday 12th of March 2003 06:10:19 PM
Old 03-12-2003
I was logging in with the wrong user. I had not setup my Linux login for access to the database. After logging in as the default user, everything worked fine.
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Installing database through RPM

Hi everyone I have just joined a software developing team. I am new to unix. Basically we are developing a product, the problem is when the end user will install this package we would like to install the datbase associated with our product using RPM. Can it be done? how secure it is? and... (0 Replies)
Discussion started by: atul.saxena
0 Replies

2. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

3. Solaris

redirect solaris database from linux database..

hi.. i have a need .. my php runs on my linux redhat box with mysql.. i want my php code to refer another mysql database which is in solaris 10 x86... can u tell me the procedure .. how it can be done through php .. sorry am new to php... is it possible to redirect from linux mysql to... (7 Replies)
Discussion started by: senkerth
7 Replies

4. Solaris

Installing oracle database enterprise 11,2 with jumpstart

Recently I installed Oracle enterprise database 11.2g for testing purpose on my Solaris box. Problem is I don't want to install database manually any more because it is possible to make Solaris packages and then install database using Jumpstart installation. Problem: This is first time I ever... (0 Replies)
Discussion started by: solaris_user
0 Replies

5. Solaris

Can't create database after Oracle Database installation

I installed Oracle 10 software on Solaris 11 Express, everything was fine execpt I can't create database using dbca.rsp file. I populated file with following options. OPERATION_TYPE = "createDatabase" GDBNAME = "solaris_user.domain.com" SID = "solaris_user" TEMPLATENAME = "General... (0 Replies)
Discussion started by: solaris_user
0 Replies

6. Shell Programming and Scripting

CRON Job to copy database and replace existing database

I have a reseller account with hostgator, which means i have WHM and Cpanel. I have set up a staging environment for one of my wordpress installations (client website), which is essentially sitting at staging.domain.com (live site is at domain.com). The staging website is a complete copy of the... (1 Reply)
Discussion started by: nzrobert
1 Replies
UTEMPTER(3)						   BSD Library Functions Manual 					       UTEMPTER(3)

NAME
utempter_add_record, utempter_remove_added_record, utempter_remove_record, utempter_set_helper -- utempter interface SYNOPSIS
#include <utempter.h> int utempter_add_record(int fd, const char *host); int utempter_remove_added_record(void); int utempter_remove_record(int fd); void utempter_set_helper(const char *pathname); DESCRIPTION
utempter_add_record() function adds a login record to the database for the TTY belonging to the pseudo-terminal master file descriptor fd, using the username corresponding with the real user ID of the calling process and the optional hostname host. This function spawns a privi- leged process to perform the actual logging. utempter_remove_record() function marks the login session as being closed for the TTY belonging to the pseudo-terminal master file descriptor fd. This function spawns a privileged process to perform the actual logging. utempter_remove_added_record() function has the same properties as the previously mentioned function, except that it uses an internally cached value of the file descriptor passed to the login functions. utempter_set_helper() function changes default helper path to the specified value. The pointer passed to this function must remain valid all the time while utempter interface is in use. RETURN VALUES
On error, zero is returned. On success, a non-zero value is returned. NOTES
During execution of the privileged process spawned by these functions, SIGCHLD signal handler will be temporarily set to the default action. SEE ALSO
pututline(3), sigaction(3), updwtmp(3). HISTORY
These functions appeared in ALT Linux Sisyphus in October 2001. ALT Linux November 4, 2010 ALT Linux
All times are GMT -4. The time now is 02:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy