configuring same /bash for 4 computer which is thin client


 
Thread Tools Search this Thread
Operating Systems Linux configuring same /bash for 4 computer which is thin client
# 1  
Old 03-11-2004
Question configuring same /bash for 4 computer which is thin client

i m doing project on LAN TELEPHONY in Red Hat linux

i have files as datbase to store the user name and passeord an all other information. Now i have thin client at my college. so to access /dev/dsp for audio is not possible on server.

So i have written code which run on /base since it has some root previlage on local machine. Now as i have used file for database i m not able to access the file from different /bash since all local machine has it's own /bash .

Is there any way to access file from different /bash so that other user login from one client can read/write data in other /bash file

i.e make entry in masterdb.lst file which contain registerd user list

hope there is way out else i have to change the whole code.
please help me out . i have to submitt this project by end of March.

Nirav
(India)
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Hardware

Sun Ray 1g thin client Software?

Hello! I acquired a Sun Ray 1g thin client and i want to connect it to my Linux machine but i m having some difficulty finding software for it (sun ray server). After some recearch i fount that the software can be downloaded from Oracle ,but only if i have support for it ,which i dont :p.Also i... (2 Replies)
Discussion started by: kotseman
2 Replies

2. Linux

Converct fat pc to thin client

I have old pc with 1gb ram and i wont to convert him to thin clint to connect rdp windos With software i need to install on my computer? I am new in linux.. Sent from my SM-J5108 using Tapatalk (10 Replies)
Discussion started by: popcoern
10 Replies

3. UNIX for Dummies Questions & Answers

Configuring Sendmail as a client only, how?

We are running sendmail-8.13.4 on AIX. I need to update the configuration and make sendmail act as a relay client only, meaning it will only be used to send mail out of the host and NOT accept mail. Here is my client.mc config: include(`/usr/samples/tcpip/sendmail/m4/cf.m4')... (5 Replies)
Discussion started by: c3rb3rus
5 Replies

4. UNIX for Dummies Questions & Answers

Configuring mail to send email from server to client

Hi, I want to send an email from server to my gmail account for all critical messages reported in the server. Kindly help me in configuring the same. Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

5. UNIX Desktop Questions & Answers

slim window manager for a thin client

hi I'm looking for a slim and quite comfortable window manager for a unix/linux thin client? (5 Replies)
Discussion started by: ccc
5 Replies

6. Shell Programming and Scripting

using jdbc:thin in bash

Hi I want to include in my script a test for DB connection with jdbc:thin connection string(not using tnsnames.ora) For example:... (3 Replies)
Discussion started by: gdan2000
3 Replies

7. Solaris

Configuring send mail client in solaris 10

Dear all, We have SMTP server in our organization & i want to send e-mails from solaris machine using sendmail ... in which file i need to put the smtp server ip, username & passwd.. kindly help ....... (4 Replies)
Discussion started by: vishwanathhcl
4 Replies

8. Linux

configuring an NTP client/server

I need to configure an NTP daemon on a "bridge-PC" connected on 2 LANs. It is expected to read the correct time on a time server on the first LAN and behave as a server for the second LAN. Can I do both the things with ntpd? In other words, is ntpd able to work as client and server at the same... (3 Replies)
Discussion started by: bigjim33
3 Replies
Login or Register to Ask a Question
THIN_CHECK(8)						      System Manager's Manual						     THIN_CHECK(8)

NAME
thin_check - repair thin provisioning metadata on device or file SYNOPSIS
thin_check [options] {device|file} DESCRIPTION
thin_check checks thin provisioning metadata created by the device-mapper thin provisioning target on a device or file. OPTIONS
-q, --quiet Suppress output messages, return only exit code. -h, --help Print help and exit. -V, --version Output version information and exit. --super-block-only Only check the superblock is present. --skip-mappings Skip checking of the block mappings which make up the bulk of the metadata. --ignore-non-fatal-errors thin_check will only return a non-zero exit code if it finds a fatal error. An example of a on fatal error is an incorrect data block reference count causing a block to be considered allocated when it in fact isn't. Ignoring errors for a long time is not advised, you really should be using thin_repair to fix them. EXAMPLE
Analyses and repairs thin provisioning metadata on logical volume /dev/vg/metadata: thin_check /dev/vg/metadata The device may not be actively used by the target when running. DIAGNOSTICS
thin_check returns an exit code of 0 for success or 1 for error. SEE ALSO
thin_dump(8) thin_repair(8) thin_restore(8) thin_rmap(8) thin_metadata_size(8) AUTHOR
Joe Thornber <ejt@redhat.com> Heinz Mauelshagen <HeinzM@RedHat.com> Red Hat, Inc. Thin Provisioning Tools THIN_CHECK(8)