search for: isig

Displaying 20 results from an estimated 82 matches for "isig".

Did you mean: isi
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
...ssh) just that one direction, from openssh to ssh2 does not work. Lack of other platforms made it impossible for me to test different machines. strace from the exec'ed ssh where the error happened: read(4, "\n", 1) = 1 ioctl(4, SNDCTL_TMR_START, {B38400 opost isig icanon echo ...}) = 0 ioctl(4, TCGETS, {B38400 opost isig icanon echo ...}) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 write(4, "\n", 1) = 1 close(4) = 0 open("/dev/tty", O_RD...
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
...e([1149625396]) = 1149625396 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 ioctl(0, TIOCGWINSZ, {ws_row=37, ws_col=111, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(0, TIOCSWINSZ, {ws_row=37, ws_col=111, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo ...}) = 0 rt_sigprocmask(SIG_SETMASK, [...
2010 Nov 05
4
xe cli not working on remote machine
...to [192.1"..., 143Connecting via stunnel to [192.168.111.17] port [443] stunnel: stunnel has pidty: (StdFork 21996) stunnel: stunnel start: Log from stunnel: [] ) = 143 write(5, "POST /cli HTTP/1.0\r\nUser-agent: "..., 106) = 106 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 read(5, 0xffd02fa8, 27)                 = -1 ECONNRESET (Connection reset by peer) stat64("", 0xffd06fac)                  = -1 ENOENT (No such file or directory) --- SIGCHLD (Child exited) @ 0 (0) --- close(5)                                = 0 waitpid(21996, [{WIFE...
2008 Dec 10
0
No subject
...[PRPC650] driver = powercom port = /dev/ttyUSB0 desc = "Test" Trying with strace shows the following: 12369 open("/dev/ttyUSB0", O_RDWR|O_EXCL|O_NOCTTY|O_NONBLOCK) = 4 12369 flock(4, LOCK_EX|LOCK_NB) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, TCFLSH, 0) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -...
1999 Aug 26
0
smbsh always segfaults
...0 fstat(1023, {st_mode=S_ISVTX|0436, st_size=0, ...}) = 0 fcntl(1023, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=1}) = 0 fstat(1, {st_mode=S_ISVTX|0400, st_size=0, ...}) = 0 mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0 fstat(0, {st_mode=S_ISVTX|0400, st_size=0, ...}) = 0 mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40015000 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "Username: ", 10Username: ) = 10 read(0, me2v &quot...
2003 Oct 20
3
Problem with "add user script"
Problem - smbpasswd does not seem to be recognizing my "add user script" option to automatically create Unix users when adding a samba user. I am running Samba version 2.2.8a (from source) on a Linux (Redhat 8.0) system. Relevant lines from smb.conf: [global] server string=Samba Server netbios name = smbpdc security = user domain logons=yes domain master = yes
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...select(4, [0 3], [1], [3], {tv_sec=0, tv_usec=0}) = 2 (in [3], out [1], left {tv_sec=0, tv_usec=0}) write(1, "* BYE Disconnected: Auth process"..., 40* BYE Disconnected: Auth process broken ) = 40 recvfrom(3, "", 8151, 0, NULL, NULL)??? = 0 ...... ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, FIONBIO, [0])????????????????? = 0 ioctl(1, FIONBIO, [0])????????????????? = 0 write(2, "Connection closed by foreign hos"...
2011 Jan 14
5
Reading from serial port
...because as soon as application opens it via wine some tty flags change: (PS: Of course I created symlinks in .wine/dosdevices/com[1-4] -> /dev/ttyS[0-3] )it changes some flags: min=1 -> min=0 -hupcl -> hupcl -ignbrk -> ignbrk icrnl -> -icrnl ixon -> -ixon opost -> -opost isig -> -isig icanon -> -icanon iexten -> -exten echo -> -echo -noflsh -> noflsh Is it possible to tell wine to not change any flags or set them on my own?
2001 Jun 27
2
OpenSSH, Cygwin, eXceed, and SIGINT
All, When logging into an HP-UX 10.2 system from a Windows NT machine running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client on the NT system, thus killing the ssh process. Interestingly enough, this behavior is only observed when using X11 forwarding. I can eliminate the behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN) ) but then I'm bak to
2023 Mar 20
7
[Bug 3550] New: Key Conflict
https://bugzilla.mindrot.org/show_bug.cgi?id=3550 Bug ID: 3550 Summary: Key Conflict Product: Portable OpenSSH Version: 9.3p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter:
2017 Jan 16
2
^C doesnt work on ssh session
...ase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke another query i had was on hiding arguments passed to ssh. I have a requirement to spawn some ssh command like (ssh ip -o password=221 ip ) which has password in arguments. can we hide this in listing from ps...
2019 Jan 24
0
debian10+dovecot-2.2.33.2
...cted: </div> <div> Auth process broken </div> <div> ) = 40 </div> <div> recvfrom(3, "", 8151, 0, NULL, NULL) = 0 </div> <div> ...... </div> <div> ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 </div> <div> ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo </div> <div> ...}) = 0 </div> <div> ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 </div> <div> i...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...out [1], >> left {tv_sec=0, tv_usec=0}) >> write(1, "* BYE Disconnected: Auth process"..., 40* BYE Disconnected: >> Auth process broken >> ) = 40 >> recvfrom(3, "", 8151, 0, NULL, NULL)??? = 0 >> ...... >> ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >> ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo >> ...}) = 0 >> ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >> ioctl(0, FIONBIO, [0])????????????????? = 0 >> ioctl(1, FIONBIO, [0])????????????????? = 0 >>...
2019 Jan 22
2
debian10+dovecot-2.2.33.2
Hi I have little problem with debian10 and dovecot 2.2.33.2 ps -ax 21815 ???????? S????? 0:00 dovecot/pop3-login director 21816 ???????? S????? 0:00 dovecot/pop3-login director 21817 ???????? S????? 0:00 dovecot/pop3-login director 21818 ???????? S????? 0:00 dovecot/pop3-login director 21819 ???????? S????? 0:00 dovecot/pop3-login director 21821 ???????? S????? 0:00 dovecot/pop3-login director
2016 Aug 30
1
UPS shutdown
...INFO|0x4000000}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x76f56794, [], SA_RESTART|SA_SIGINFO|0x4000000}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0 write(1, "Network UPS Tools - UPS driver c"..., 51Network UPS Tools - UPS driver controller 1.01-900 ) = 51 brk(0) = 0x15000 brk(0x16000)...
2008 Nov 30
1
Oslec issue
Yesterday I pulled in the latest svn of Dahdi and added the files from a recent kernel in the drivers/staging/echo structure and modified the Kbuild file so it would compile without error. I insmod'ed the module in, and modified my system.conf has echocanceller=oslec. cat /proc/dahdi/1 shows: Span 1: WCTDM/0 "Wildcard TDM410P Board 1" (MASTER) IRQ misses: 1 1
2008 Sep 02
2
validates_uniqueness_of in update
I have a problem with the usage of validates_uniqueness_of that I hope someone can help throw a light on. With a new record, this validation works fine. But my problem came when I am updating a record. I was not able do it because it tells me that field value already exists. I was actually updating the value of other fields. According to the documentation which says "When the record is
2013 Apr 28
8
[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...
...e = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -iutf8 -opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 -isig -icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke $ sudo cat /dev/ttyS0 $GPGLL,0000.00000,N,00000.00000,W,170638.0,V*3D $GPGLL,0000.00000,N,00000.00000,W,170638.0,V*3D $GPGLL,0000.00000,N,00000.00000,W,170638.0,V*3D $GPGLL,0000.00000,N,00000.00000,W,170639.0,V*...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...; >> write(1, "* BYE Disconnected: Auth process"..., 40* BYE Disconnected: >> >> Auth process broken >> >> ) = 40 >> >> recvfrom(3, "", 8151, 0, NULL, NULL)??? = 0 >> >> ...... >> >> ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >> >> ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo >> >> ...}) = 0 >> >> ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >> >> ioctl(0, FIONBIO, [0])????????????????? = 0 >> >> ioctl(1...
2002 May 09
4
make distprep broken?
Hello All, Doing a make distprep doesn't seem to work anymore: $ make -f Makefile.in distprep make: @SH@: Command not found make: *** [catman-do] Error 127 I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I suspect this occurs on most platforms. Is this still the recommended way of autoreconf'ing CVS releases for building? -Daz.