similar to: Where does the "prompt come from"

Displaying 20 results from an estimated 1000 matches similar to: "Where does the "prompt come from""

2004 Mar 25
0
openssh-unix-dev Digest, Vol 11, Issue 28
The shell that executes on the remote server takes input in the form of shell commands before it issues a prompt. When you redirect commands from ssh client to a shell on the remote server there is usually a trailing EOF to tell the shell to exit. If the shell gets an EOF it should not respond with a prompt. Also, some shells decide whether or not to issue a prompt by TTY detection.
2003 Nov 27
2
Linux/Samba for the first time
I'm setting up a linux mashine with samba for filesharing to windowsclients. I use samba 3 and Linux rh9 and swat. We are just a small group of trusted people. I need to create a folder with rights for any windowsuser in the workgroup to: -connect to and add subfolders and files. -read all the subfolders and files. -change in subfolders and files. Basicly we will store the economysystem,
2007 Apr 03
3
ipp2p: error loading kernel module
Hi, I get this error when trying to insmod the ipp2p kernel module: "insmod: error inserting ''ipt_ipp2p.ko'': -1 Invalid module format" in the kernel log: "ipt_ipp2p: disagrees about version of symbol struct_module" Kernel version 2.6.20.4 iptables version: 1.3.5 ipp2p version: 0.8.2 (latest) Anyone tried ipp2p with kernel 2.6.20? Best Regards Niclas
2003 Apr 24
1
GnuGK -> Asterisk problem
Hi, i'm trying to setup Asterisk to work with GnuGK using the Openh323 channel driver. I have a Gatekeeper that gets H.323 calls from a Cisco GW. To this Gatekeeper I've registered some endpoints, Cisco ATA186, Snom 100, etc. Now i want send the numbers 083xxx into Asterisk. Easy, i'll just enter something like this into oh323.conf: gwprefix=083 And all my calls starting with 083
2003 May 09
1
OH323 Channel Driver buffer sizes
Hello! Anyone with some insight into the oh323 channel driver please shed some light on the code block below from wrapendpoint.cxx. When enabling trace on the channel driver i get this, for me, strange debug info: WrapH323EndPoint::OpenAudioChannel: Direction => PLAYER, Buffer => 320 WrapH323EndPoint::OpenAudioChannel: FrameSize 8, FrameTime 8, TimeUnits 8
1999 Dec 20
1
Samba performance on FreeBSD
Dear Samba team & other readers, I'm a satisfied user using Samba as a file server for Windows based networks and I'm primarily using FreeBSD for this purpose. When I started to use Samba about half a year ago, I was upset about the lousy performance but tried my best to search for that problem at myself. The machine at this time as a Pentium/200 PC with some SCSI harddisks and 64
2006 Aug 31
3
Find the difference between two snapshots
Hi everyone, Is there an easy way to find out which files has changed between two snapshots? Currently I''m doing a # rsync -arvn <snapshot1> <snapshot2> and it creates a list. But rsync needs to go through the whole filesystem and compare files. It would be nice if zfs would have this option builtin. Regards, Nickus
2003 May 07
1
Music not on hold
Hello, I just can't seem to get the MusicOnHold function to work out ok. I' managed to get the MP3Player app to work out fine, but when I run the MusicOnHold all i get is siliece. I can see that Asterisk executes mpg123 properly (I think) #ps axuww|grep mp gk 4383 0.0 0.4 3736 552 pts/4 S 15:06 0:00 /usr/bin/mpg123 -q -s --mono -r 8000 -b 2048 -f 8192 sample-hold.mp3
2008 Oct 08
5
Using grep
Hi, I have a vector A with (200, 201, 202, 203, 204, ... 210) and a vector B with (201, 204, 209). Now I would like to get the position in vector A matches with the entries in vector B So what I want to have is the following result: [1] 2 5 10 I tried the following: grep(B, A) grep(c(B), A) A <- as.character(A) B <- as.character(B) grep(B, A) grep(c(B), A) and several other
2007 Jul 30
5
Silly MeetMe() question.
I've got the ztdummy kernel module loaded and seem to have all the desired prerequisites in place, but Asterisk never seems to compile with MeetMe() application support enabled, nor does there appear to be a module I am failing to load that would contain this application. Is there something really obvious I am missing? Thanks, -- Alex Balashov Evariste Systems Web :
1997 Nov 17
2
Printer redirection of old DOS Software
On our old Novell-2.2 server we had a program called CAPTURE to redirekt the printer output of DOS programs to the network printer. (Some old DOS programs only know LPT1:) Now i am locking for a CAPTURE replacement for our new Samba server. I tested PRINDIR Version 9.0 and LPTTOFL Version 1.0 out of a DOS-Box within WIN 3.11 and WIN 95. Both programs work fine with pure DOS but have timing
2013 Dec 11
2
libc_nonshared.a missing on 10.0-RC1
Hi all! Yesterday I upgraded to FreeBSD 10.0-RC1 through freebsd-update. Everything seemed fine until I decided to upgrade my ports today. There was a new version of pkg which built fine up until the linking: ===> Building for pkg-1.2.3 --- all --- ===> libpkg (all) --- objwarn --- --- libpkg.so.1 --- --- objwarn --- Warning: Object directory not changed from original
2003 Oct 17
1
Bugs in openssh
Hi, We are using your product openssh 2.3.0p1 and we should upgrade to openssh 3.7.1p1 mainly for better SSH2 support but also for the bug reported on <http://www.kb.cert.org/vuls/id/333628> Is this problem located on the server side or on the client side, or both? Regards, Carin Andersson Software Developer Ericsson AB
2003 Oct 27
1
SSH2 question
HI, Can I run a openssh 3.7.1p2 client against a openssh 2.3.0 server and vice versa when using SSH2? Regards, Carin Andersson Software Developer Ericsson AB
2003 Nov 21
1
ssh code question
Hi, I have a question about the code for version openssh 3.7.1p1. In the file ssh.cc you address ssh_session2_setup in some way: channel_register_confirm(c->self, ssh_session2_setup); Do you address the function: static void ssh_session2_setup(int id, void * args) in the same file or is it something else you address? If it is that function please tell me why the ssh_session2_setup function
2007 Jun 21
2
Bug in "zpool history"
Hi, I was playing around with NexentaCP and its zfs boot facility. I tried to figure out how what commands to run and I ran zpool history like this # zpool history 2007-06-20.10:19:46 zfs snapshot syspool/rootfs at mysnapshot 2007-06-20.10:20:03 zfs clone syspool/rootfs at mysnapshot syspool/myrootfs 2007-06-20.10:23:21 zfs set bootfs=syspool/myrootfs syspool As you can see it says I did a
2003 May 16
0
OpenH323 channel driver, Q931 Calling party number
Hello! I've got a question regarding the Q.931 Setup-field Calling Party Number. It contains five things: Type of number, Number Plan, Presentation and Screening indicators and the actual number. Our provider uses some of those to decide if the numer should be presented or not to the outside world. I've done a crude hack in our GnuGK to always change those so that our numbers are
2003 Nov 05
0
SIP with CIC
Hi, Is there any (easy) way to get Asterisk to include CIC-information in the SIP INVITE? CIC: http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vvfax_c/callc_c/sip_c/sipc1_c/chapter3.htm#1314580 I need my SIP INVITE to look something like: INVITE sip:5550001;cic=+16789@172.18.202.60:5060 SIP/2.0 I'v tried a couple of different things but can't find anything
2019 Jul 11
0
[ANNOUNCE] libpciaccess 0.15
In this release: - Updates for FreeBSD and Hurd support - Fixed multifunction bridge enumeration - Fixed a crash when no PCI bus exists Full changelog: Adam Jackson (1): libpciaccess 0.15 Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Conrad Meyer (1): freebsd: Add !legacy open_device_io implementation Damien
2019 Jul 14
0
[ANNOUNCE] xclock 1.0.9
xclock is the classic X Window System clock utility. It displays the time in analog or digital form, continuously updated at a frequency which may be specified by the user. Alan Coopersmith (3): Use _CONST_X_STRING to make libXt declare String as const char * Clear -Wsign-compare warning from gcc 7.3 xclock 1.0.9 Jon Turney (1): Consistently use X_GETTIMEOFDAY Niclas