Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems [SOLVED] matrixmadhan - login problem Post 302704307 by Corona688 on Friday 21st of September 2012 10:54:58 AM
Old 09-21-2012
Glad to hear it, welcome back.
 

9 More Discussions You Might Find Interesting

1. Programming

matrixmadhan,please come on in

Hi, I ' m a graduate , and now I have to choose a graduation design, I really want to choose one about UNIX , so what I want is to get some advice from you, could you suggest me what I can do ? what I major is computer science and just know a little about UNIX,but I am so interested in it,and I... (2 Replies)
Discussion started by: blf0
2 Replies

2. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

3. AIX

Problem Solved

Generally, most people, I guess, go from 5.3 ML4 Directly to TL 7. So they may never run into this issue. For the rest of us, here is the resolution of my problem in going from ML6 to TL7. Apparently with the change from ML to TL IBM added a "BuildDate Verification" routine into... (1 Reply)
Discussion started by: mrmurdock
1 Replies

4. Solaris

[Solved] Solaris 10 - Ftp Login incorrect

Hey everyone, I am trying to get a 2GB patch cluster FTP'd to a solaris 10 server. I have tried logging in via ftp, and both with root as well as my personal account, I get "Login Incorrect." I have verified that I can log in using telnet. -bash-3.00$ netstat -a |grep ftp *.ftp ... (10 Replies)
Discussion started by: msarro
10 Replies

5. Solaris

[Solved] How to change my default login mode????

Hi guys, I have just installed Solaris 10 x86. My system boots into graphical login by default, I want to have text login only, where can I change that. I tried to use the linux and bsd concept of editing /etc/inittab, and change the default value to 3, but that doesn't work in Solaris. Please... (6 Replies)
Discussion started by: gabam
6 Replies

6. HP-UX

[Solved] root cannot login

Dear all, cannot login to a HP unix server using root as well as other logins. Even root also cannot enter. It seems that they have changed some permissions in / Any way of recovering the system or getting logged in . Thanks in advance Rj (8 Replies)
Discussion started by: jegaraman
8 Replies

7. SuSE

[Solved] Last Login Log

Hello again I am using SLES Enterprise 9, and 10 and I was hoping I could implement a user login logs like how medusa does for HP-UX. Is there an equivalent tool for Linux? I am heavily depended on /var/log/lastlog and last commands but surely there must be something more out there. Or if... (3 Replies)
Discussion started by: hedkandi
3 Replies

8. UNIX for Dummies Questions & Answers

login profile[solved]

i vi .profile Set DATE `date +%m%d%Y%H%M`, but after logout/login, echo $DATE, it shows: Fri Mar 23 15:01:53 EDT 2012, i want to show: 032320121501 please ignore. vi /etc/profile, and export DATE=`date +%m%d%Y%H%M`, worked fine now. (0 Replies)
Discussion started by: lawsongeek
0 Replies

9. Solaris

[solved] Ssh passwordless login not working

This is Solaris 10 and sorce+destination are non root user. Somehow it is broke and I am not able to fix it. Already checked permissions on both servers and authorized_keys entry of destination is same as id_rsa.pub of source server. I can not regenerate keys on source server because I do not know,... (0 Replies)
Discussion started by: solaris_1977
0 Replies
JACK_CAPTURE(1) 					      General Commands Manual						   JACK_CAPTURE(1)

NAME
jack_capture - A program for recording anything from jack SYNOPSIS
jack_capture [options] bar [options] DESCRIPTION
This manual page documents briefly the jack_capture command. This manual page was written for the Debian distribution because the original program does not have a manual page. jack_capture is a cli program for recording any audio signal from jack to audio audio formats supported by libsndfile library (wav, aiff, ogg, flac, wavex, au, etc.) For more info about libsndfile see http://www.mega-nerd.com/libsndfile/api.html#open OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -b, --bitdepth n is by default FLOAT. It can be set to either 8, 16, 24 or 32. (for relevant formats) -c, --channels n is by default 2. -p, --port port is by default set to the two first physical outputs. The "port" argument can be specified more than once. -d, --duration s Recording is stopped after "s" seconds. -z, --leading-zeros n "n" is the number of zeros to in the autogenerated filename. (-z 2 -> jack_capture_001.wav, and so on.) (default is 1) -f, --format format Selects fileformat provided by libsndfile. See http://www.mega-nerd.com/libsndfile/api.html#open (Default is wav for 1 or 2 chan- nels, and wavex for more than 2.) -pf, --print-formats Prints all sound formats provided to sndfile to screen and then exits. -v, --version Prints out version. -s, --silent Suppress some common messages printed to the terminal. -V, --verbose] Prints some extra information to the terminal. -mp3, --mp3 Writes to an mp3 file using liblame (LAME). (the --format option has no effect using this option) -mp3q, --mp3-quality n Selects mp3 quality provided by liblame. n=0 is best, n=9 is worst. Default n is 2. (0 uses the most amount of CPU, 9 uses the least) -mp3b, --mp3-bitrate n Selects mp3 bitrate (in kbit/s). Default is set by liblame. (currently 128) -ws, --write-to-stdout Writes 16 bit little endian to stdout. (the --format option, the --mp3 option, and some others have no effect using this option) -dm, --disable-meter Disable console meter -hbu, --hide-buffer-usage Disable buffer usage. -dc, --disable-console Disable console updates. Same as "-dm -hbu". -lm, --linear-meter Use linear scale for the console meter (default is dB scale) -dBr, --dB-meter-reference Specify reference level for dB meter. (default=0) -mb, --meterbridge Start up meterbridge to monitor recorded sound. -mt, --meterbridge-type Specify type. vu (default), ppm, dpm, jf or sco. -mr, --meterbridge-reference Specify reference level for meterbidge. -jt, --jack-transport Start program, but do not start recording until jack transport has started rolling. When jack transport stops, the recording is stopped, and the program ends. -jtm, --jack-transport-multi Similar to --jack-transport, but do not end program when jack transport stops. Instead, record to a new file when jack_transport start rolling again. (not implemented yet) -B, --bufsize s Initial/minimum buffer size in seconds. Default is 8 seconds for mp3 files, and 4 seconds for all other formats. -MB, --maxbufsize Maximum buffer size in seconds. jack_capture will allocate. Default is 40. (Buffer is automatically increased during -fn, --filename Specify filename. (It's usually easier to set last argument instead) EXAMPLES
jack_capture [--bitdepth n] [--channels n] [--port port] [filename] jack_capture [-b n] [-c n] [-p port] [filename] jack_capture To record a stereo file of what you hear. ack_capture -f flac To record a stereo file of what you hear in the flac format. jack_capture -f ogg To record a stereo file of what you hear in the ogg format. jack_capture -mp3 To record a stereo file of what you hear in the mp3 format. jack_capture --channels 2 --port system:playback* To record a stereo file of what you hear in the wav format. jack_capture --port jamin:out* sound_from_jamin.wav To record the output from jamin. jack_capture --port jamin:in* sound_to_jamin.wav To record all sound coming in to jamin. jack_capture --port jamin* sound_to_and_from_jamin.wav To record all sound coming in and out of jamin. jack_capture -c 2 -p system:capture* To record a stereo file from the soundcard. SEE ALSO
jackd(1). AUTHOR
jack_capture was written by Kjetil Matheussen This manual page was written by Jaromir Mike <mira.mikes@seznam.cz>, for the Debian project (but may be used by others). July 28, 2010 JACK_CAPTURE(1)
All times are GMT -4. The time now is 03:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy