Sponsored Content
Operating Systems SCO Recovery error : mit_hdpart0 failed Post 302689445 by mammut3d on Tuesday 21st of August 2012 11:09:28 AM
Old 08-21-2012
Thank you for your information brother. SmilieI will try that soon.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Capturing failed FTP error

Hi All, Please check the below ftp related job, which is deleting the files from remote host. Problem is it is not capturing the ftp failure error, and the exit status is still '0' eventhough the deletable files are not present in remote location OR ftp credential are incorrect. ... (5 Replies)
Discussion started by: ganapati
5 Replies

2. Solaris

Reserve Failed error for HD

Hi Guys, Anybody come across this error when formating a harddisk. "Reserved Failed" Supected hardisk failure, is my assumption correct. Thanks (5 Replies)
Discussion started by: bigmoon
5 Replies

3. HP-UX

Compilation failed error

Hi, I have installed automake in one of HP-UX boxes using swinstall command. But when i issue automake it gives the following error message. Can't locate loadable object for module IO in @INC (@INC contains: /usr/local/share/automake-1.10 /usr/local/lib/perl5/5.8.8/PA-RISC2.0... (1 Reply)
Discussion started by: chrisanto_2000
1 Replies

4. UNIX for Advanced & Expert Users

nestat error (getnameinfo failed)

# netstat -a > /test/a getnameinfo failed getnameinfo failed getnameinfo failed getnameinfo failed getnameinfo failed command is working fine (as i get output in file /test/a) # dig -x 10.xxx.xxx.xxx ; <<>> DiG 9.3.3rc2 <<>> -x 10.203.xxx.xxx ;; global... (0 Replies)
Discussion started by: crackthehit007
0 Replies

5. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

6. Solaris

Meaning of error-reset-recovery parameter in OK

Hi Could any one explain the meaning & purpose of below mention parameters in layman term. Suppose if we set below paramet what will happen. error-reset-recovery=boot error-reset-recovery=sync (3 Replies)
Discussion started by: sb200
3 Replies

7. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

8. Solaris

ERROR: Copy of CD image failed

Hi I tried to boot as single-user mode on my sunfire t1000 to change my root password since the guy has left the company without give us the root password. anyhow since this machine not have attached with cd/dvd/usb so the only think that to do it through Jumpstart now i tried to... (8 Replies)
Discussion started by: jmishal
8 Replies

9. UNIX for Advanced & Expert Users

ADSever error in ldap_connect failed

I have created a windows server 2008 r2 Active Directory Server where I will create users. These users will be AD owners of data created on SUSE-OES server. I am facing issue while while creating my suse-oes server account to ade server. When I try to join my linux box to this windows AD... (0 Replies)
Discussion started by: rupeshkp728
0 Replies

10. HP-UX

Expert Recovery Shell - Fatal Error: Unrecognized disk layout

I have a B.11.31 U ia64 system where I swremove the disk driver "SerialSCSI-00 B.11.31.1303 PCI-X/PCI-E SerialSCSI" (by mistake). afterwards the system won;t boot because of the missing disk drivers. I'm trying to recover my kernel by using the image HP-ux_11_31_disc_1.iso Run an Expert... (1 Reply)
Discussion started by: black_fender
1 Replies
LBDBQ(1)							   User Manuals 							  LBDBQ(1)

NAME
lbdbq - query program for the little brother's database SYNOPSIS
lbdbq something lbdbq [-v|--version|-h|--help] DESCRIPTION
lbdbq is the client program for the little brother's database. It will attempt to invoke various modules to gather information about per- sons matching something. E.g., it may look at a list of addresses from which you have received mail, it may look at YP maps, or it may try to finger something@<various hosts>. The behavior is configurable: Upon startup, lbdbq will source the shell scripts: /etc/lbdb.rc $HOME/.lbdbrc $HOME/.lbdb/lbdbrc $HOME/.lbdb/rc if they exist. They can be used to set the following global variables: MODULES_PATH a space separated list of directories, where lbdbq should look for modules. METHODS a space separated list of the modules to use. SORT_OUTPUT If you set this to false or no, lbdbq won't sort the addresses but returns them in reverse order (which means that the most recent address in m_inmail database is first). If you set this to name, lbdbq sorts the output by real name. If you set this to comment, it sort the output by the comment (for example the date in m_inmail). reverse_comment realizes the same as comment, but in reverse order, so the most recent timestamp of m_inmail may be on top. If you set SORT_OUTPUT to address, lbdbq sorts the output by addresses (that's the default). KEEP_DUPES If you set this to true or yes, lbdbq won't remove duplicate addresses with different real name comment fields. Note that there are defaults, so you should most probably modify these variables using constructs like this: MODULES_PATH="$MODULES_PATH $HOME/lbdb_modules" Additionally, modules may have configuration variables of their own. MODULES
Currently, the following modules are supplied with lbdb: m_finger This module will use finger to find out something more about a person. The list of hosts do be asked is configurable; use the M_FINGER_HOSTS variable. Note that "localhost" will mean an invocation of your local finger(1) binary, and should thus work even if you don't provide the finger service to the network. m_finger tries to find out the machines mail domain name in /etc/mailname, by parsing a sendmail.cf file (if it finds one) and by reading /etc/hostname and /etc/HOSTNAME. If you know that this fails on your machine, or you want to force lbdbq to consider some other name to be the local mail domain name (misconfigured SUNs come to mind here), you can specify a name using the MAIL_DOMAIN_NAME variable. If this variable is set by you, no probing will be done by lbdbq. m_inmail This module will look up user name fragments in a list of mail addresses created by lbdb-fetchaddr(1). m_passwd This module searches for matching entries in your local /etc/passwd file. It evaluates the local machine mail domain in the same way m_finger does. If you set PASSWD_IGNORESYS=true, this module ignores all system accounts and only finds UIDs between 1000 and 29999 (all other UIDs are reserved on a Debian system). m_yppasswd This module searches for matching entries in the NIS password database using the command ``ypcat passwd''. m_nispasswd This module searches for matching entries in the NIS+ password database using the command ``niscat passwd.org_dir''. m_getent This module searches for matching entries in whatever password database is configured using the command ``getent passwd''. m_pgp2, m_pgp5, m_gpg These modules scan your PGP 2.*, PGP 5.* or GnuPG public key ring for data. They use the programs pgp(1), pgpk(1), or gpg(1) to get the data. m_fido This module searches your Fido nodelist, stored in $HOME/.lbdb/nodelist created by nodelist2lbdb(1). m_abook This module uses the program abook(1), a text based address book application to search for addresses. You can define multiple abook address books by setting the variable ABOOK_FILES to a space separated list. m_addr_email This module uses the program addr-email(1), a text based frontend to the Tk addressbook(1) application. m_muttalias This module searches the variable MUTTALIAS_FILES (a space separated list) of files in MUTT_DIRECTORY that contain mutt aliases. File names without leading slash will have MUTT_DIRECTORY (defaults to $HOME/.mutt or $HOME, if $HOME/.mutt does not exist) prepended before the file name. Absolute file names (beginning with /) will be taken direct. m_pine This module searches pine(1) addressbook files for aliases. To realize this it first inspects the variable PINERC. If it isn't set, the default `/etc/pine.conf /etc/pine.conf.fixed .pinerc' is used. To suppress inspecting the PINERC variable, set it to no. It than takes all address-book and global-address-book entries from these pinerc files and adds the contents of the variable PINE_ADDRESSBOOKS to the list, which defaults to `/etc/addressbook .addressbook'. Then these addressbooks are searched for aliases. All filenames without leading slash are searched in $HOME. m_palm This module searches the Palm address database using the Palm::PDB(3pm) and Palm::Address(3pm) Perl modules from CPAN. It searches in the variable PALM_ADDRESS_DATABASE or if this isn't set in $HOME/.jpilot/AddressDB.pdb. m_gnomecard This module searches for addresses in your GnomeCard database files. The variable GNOMECARD_FILES is a whitespace separated list of GnomeCard data files. If this variable isn't defined, the module searches in $HOME/.gnome/GnomeCard for the GnomeCard database or at least falls back to $HOME/.gnome/GnomeCard.gcrd. If a filename does not start with a slash, it is prefixed with $HOME/. m_bbdb This module searches for addresses in your (X)Emacs BBDB (big brother database). It doesn't access ~/.bbdb directly (yet) but calls emacs(1) or xemacs(1) with a special mode to get the information (so don't expect too much performance in this module). You can configure the EMACS variable to tell this module which emacsen to use. Otherwise it will fall back to emacs or xemacs. m_ldap This module queries an LDAP server using the Net::LDAP(3pm) Perl modules from CPAN. It can be configured using an external resource file /etc/lbdb_ldap.rc You can explicity define a LDAP query in this file or you can use one or more of the predefined queries from the %ldap_server_db in this file. For this you have to define a space separated list of nicknames from entries in the variable LDAP_NICKS. m_wanderlust This module searches for addresses stored in your $WANDERLUST_ADDRESSES (or by default in $HOME/.addresses) file, an addressbook of WanderLust. m_osx_addressbook This module queries the OS X AddressBook. It is only available on OS X systems. m_evolution This module queries the Ximian Evolution address book. It depends on the program evolution-addressbook-export, which is shipped with evolution. m_vcf This module uses libvformat to search for addresses from the space-separated set of vCard files defined in $VCF_FILES. Feel free to create your own modules to query other database resources, YP maps, and the like. m_finger should be a good example of how to do it. If you create your own modules or have other changes and feel that they could be helpful for others, don't hesitate to submit them to the author for inclusion in later releases. Finally, to use lbdbq from mutt, add the following line to your $HOME/.muttrc: set query_command="lbdbq %s" OPTIONS
-v | --version Print version number of lbdbq. -h | --help Print short help of lbdbq. FILES
/etc/lbdb.rc $HOME/.lbdbrc $HOME/.lbdb/lbdbrc $HOME/.lbdb/rc /usr/lib/lbdb/* $HOME/.lbdb/m_inmail.list $HOME/.lbdb/nodelist SEE ALSO
finger(1), ypcat(1), niscat(1), getent(1), pgp(1), pgpk(1), gpg(1), lbdb-fetchaddr(1), nodelist2lbdb(1), mutt_ldap_query(1), abook(1), addr-email(1), addressbook(1), mutt(1), pine(1), emacs(1), xemacs(1), Palm::PDB(3pm), Palm::Address(3pm), Net::LDAP(3pm). CREDITS
Most of the really interesting code of this program (namely, the RFC 822 address parser used by lbdb-fetchaddr) was stolen from Michael Elkins' mutt mail user agent. Additional credits go to Brandon Long for putting the query functionality into mutt. Many thanks to the authors of the several modules and extensions: Ross Campbell <rcampbel@us.oracle.com> (m_abook, m_yppasswd), Marc de Courville <marc@courville.org> (m_ldap, mutt_ldap_query), Brendan Cully <brendan@kublai.com> (m_osx_addressbook, m_vcf), Gabor Fleischer <flocsy@mtesz.hu> (m_pine), Rick Frankel <rick@rickster.com> (m_gnomecard), Utz-Uwe Haus <haus@uuhaus.de> (m_bbdb, m_nispasswd), Torsten Jerzembeck <toje@nightingale.ms.sub.org> (m_addr_email), Adrian Likins <alikins@redhat.com> (m_getent), Gergely Nagy <algernon@debian.org> (m_wanderlust), Dave Pearson <davep@davep.org> (m_palm, lbdb.el), and Brian Salter-Duke <b_duke@bigpond.net.au> (m_muttalias). AUTHOR
The lbdb package was initially written by Thomas Roessler <roessler@guug.de> and is now maintained and heavily extended by Roland Rosenfeld <roland@spinnaker.de>. Unix September 2007 LBDBQ(1)
All times are GMT -4. The time now is 09:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy