search for: screwup

Displaying 20 results from an estimated 73 matches for "screwup".

Did you mean: screwups
2010 May 13
1
yum screwup
I have several machine running CentOS I upgraded all of them from 5.3 to 5.4 One machine has a yum problem after upgrading # yum update Loaded plugins: fastestmirror Determining fastest mirrors * addons: mirror.trouble-free.net * base: mirror.team-cymru.org * extras: mirror.team-cymru.org * updates: mirror.raystedman.net addons | 951 B
2002 Dec 22
3
.ssh files
...are there, but if I restore from the cd using rsync -azurvp /mnt/cdrom/.ssh/* ~/.ssh the permissions seem screwy. I'm trying to use my id_dsa ssh key to login to other servers, but they don't acknowledge the key because the "permission are incorrect". Any Suggestions? Did i screwup, by using mkisofs & cdrecord to burn the cd? Steve Mallett
2017 Aug 04
4
Filter files received on scp server
Hey, So, I would be looking at type A. Forgive me if my understanding of how OpenSSH operates is not reflective of reality. I am assuming that, the file transfer is happening somewhat logically, with a name being known, content written, blah blah. >From reading scp.c, it appears that, the client end at least knows the file name so I must assume the server end must be given it. I am hoping to
2011 May 04
1
Reference Classes: replacing '.self' with an .Rda image of '.self' from within a method? (was replacing '.self' with an .Rda image of '.self' from within a method?)
Sorry guys, but I chose a really stupid name before (no "reference classes"). Hope it's okay to re-post. Cheers, Janko >>> ORIGINAL MESSAGE <<< Dear list, Is it possible to update or reassign '.self' with an image of '.self' (e.g. a locally stored .Rda file) from within a method? I know that this might sound akward, but here's the use
2007 Jun 20
6
Vmware crashes if compress/misc.c scrolls?
...gt; presence of the second initramfs which causes the screen to scroll and the bug > to appear :) > A very simple solution - the screen is cleared before giving control to the > linux bootsector (in the patch). First of all, is this actually true? This seems like a monumental screwup. Second, assuming it is true, what should be done about it? The notion that the bootloader should erase the screen is ridiculous since we spend a lot of effort maintaining the screen context from 16-bit code. I see a couple of options: a. Do nothing. It's a Vmware bug, let the users bug Vm...
2007 Jun 20
6
Vmware crashes if compress/misc.c scrolls?
...gt; presence of the second initramfs which causes the screen to scroll and the bug > to appear :) > A very simple solution - the screen is cleared before giving control to the > linux bootsector (in the patch). First of all, is this actually true? This seems like a monumental screwup. Second, assuming it is true, what should be done about it? The notion that the bootloader should erase the screen is ridiculous since we spend a lot of effort maintaining the screen context from 16-bit code. I see a couple of options: a. Do nothing. It's a Vmware bug, let the users bug Vm...
2007 Jun 20
6
Vmware crashes if compress/misc.c scrolls?
...gt; presence of the second initramfs which causes the screen to scroll and the bug > to appear :) > A very simple solution - the screen is cleared before giving control to the > linux bootsector (in the patch). First of all, is this actually true? This seems like a monumental screwup. Second, assuming it is true, what should be done about it? The notion that the bootloader should erase the screen is ridiculous since we spend a lot of effort maintaining the screen context from 16-bit code. I see a couple of options: a. Do nothing. It's a Vmware bug, let the users bug Vm...
2019 Jul 25
2
corrupt mdbox index / zero mails showing in imap
Hi, I have recently migrated (under emergency conditions) a dovecot imap/pop based server to a new instance. The mailboxes used mdbox format and due to various screwups I had corrupt indexes. I thought I'd cleaned this up but then I found that this new instance hadn't been set up correctly for nfs. Long story short, I still get users with new cases of corrupt indexes. The symptom is imap either showing NO mail in their inbox, or, not showing any recently...
2002 Aug 02
3
[Bug 377] New: Reduce compiler warnings. Use unsigned args to the ctype.h is*() macros.
...p.c =================================================================== RCS file: /cvs/openssh/scp.c,v retrieving revision 1.97 diff -u -p -r1.97 scp.c --- scp.c 21 Jun 2002 00:41:52 -0000 1.97 +++ scp.c 2 Aug 2002 12:13:43 -0000 @@ -755,7 +755,7 @@ sink(argc, argv) if (*cp++ != ' ') SCREWUP("mode not delimited"); - for (size = 0; isdigit(*cp);) + for (size = 0; isdigit((unsigned)*cp);) size = size * 10 + (*cp++ - '0'); if (*cp++ != ' ') SCREWUP("size not delimited"); Index: sshconnect.c ================================================...
2002 Jul 25
5
Shorewall 1.3.5
This will be the last Shorewall release for a while as I''m going to be focusing on Documentation. In this release: 1. Empty and invalid source and destination qualifiers are now detected in the rules file. It is a good idea to use the ''shorewall check'' command before you issue a ''shorewall restart'' command be be sure that you don''t
2011 Oct 30
2
[Bug 1947] New: Log authorized_keys format issues and refuse to accept keys
...d be with a key and there is no key, then it should be logged that you hit it and you should stop reading the authorized_keys file because something is wrong. Ideally you should carry on reading the authorized_keys to check its validity, even once you hit a valid entry, that way you can spot other screwups - e.g. in my case I first misread the man page to think I was supposed to put the command="..." on the following line. OK, so you're not going to be able to catch all screwups; but it should be pretty paranoid. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=e...
2014 Dec 05
2
errors with GeForce GTX 650 Ti and 3 monitors
There were fixes in 3.17 that were supposed to help this, but apparently they didn't help enough. See https://bugs.freedesktop.org/show_bug.cgi?id=72180 -- basically some sort of card setup failure on our part is causing our ctxsw to die, but nvidia's appears to be more resilient to the screwups. On Fri, Dec 5, 2014 at 1:16 PM, Rob Jansen <rob.g.jansen at nrl.navy.mil> wrote: > Well, I downgraded back to 2 monitors and it turns out that this problem has reappeared when using only 2 monitors as well. There must have been a regression of some sort somewhere along the line, possibl...
2020 Aug 10
2
Client shows incorrect message counts
Hi John, Thanks a million for your insight. I believe this is the thread to which you refer: https://dovecot.org/pipermail/dovecot/2019-October/117219.html <https://dovecot.org/pipermail/dovecot/2019-October/117219.html> > On Jul 30, 2020, at 5:48 AM, John Stoffel <john at stoffel.org> wrote: > >>>>>> "Antonio" == Antonio Leding <tech at
2005 Mar 10
1
Asterisk@Home, AMP, and Broadvoice
...mfmode=inband dtmf=inband context=from-pstn canreinvite=no authname=nnnnnnnnnn Here are my two questions: 1.) Does anyone have a summary of what to input into AMP to properly setup Broadvoice? The tutorial by William Pool looked hopeful, but no such luck. 2.) Can anyone see the painfully obvious screwup I made here? For whatever reason this isn't working, and I can't find any consistent answers on Broadvoice. Thank you for your consideration, I have been documenting my progress so I can share the results with the community once completed. Tom
2020 Aug 11
2
Client shows incorrect message counts
...gt; > > Antonio> Thanks a million for your insight. I believe this is the thread to which you refer: > > Antonio> https://dovecot.org/pipermail/dovecot/2019-October/117219.html > > Yes, that's the thread. It looks like it's an Apple Mail client > bug/feature/screwup. I hate it, since it messes up my main text based > mail reader doing IMAP. > > Maybe I need to move to Mutt finally. Ugh... re-programming my > fingers for a new mail reader won't be fun at all. > > John > > > Antonio> On Jul 30, 2020, at 5:48 AM, John S...
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...====================================== RCS file: scp.c,v retrieving revision 2.9.9.2 retrieving revision 2.9.9.2.0.1 diff -pu -r2.9.9.2 -r2.9.9.2.0.1 --- scp.c 2001/09/20 00:57:56 2.9.9.2 +++ scp.c 2001/09/28 18:48:11 2.9.9.2.0.1 @@ -761,7 +761,7 @@ sink(argc, argv) if (*cp++ != ' ') SCREWUP("mode not delimited"); - for (size = 0; isdigit(*cp);) + for (size = 0; '0' <= *cp && *cp <= '9';) size = size * 10 + (*cp++ - '0'); if (*cp++ != ' ') SCREWUP("size not delimited"); ====================================...
2002 Jul 13
0
[PATCH]: scp program improved
...bcounter += result; } } + if (showprogress) progressmeter(1); @@ -666,7 +768,8 @@ int setimes, targisdir, wrerrno = 0; char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; struct timeval tv[2]; - + int resume = 0; + #define atime tv[0] #define mtime tv[1] #define SCREWUP(str) do { why = str; goto screwup; } while (0) @@ -734,7 +837,7 @@ (void) atomicio(write, remout, "", 1); continue; } - if (*cp != 'C' && *cp != 'D') { + if (*cp != 'C' && *cp != 'D' && *cp != 'R') { /*...
2002 May 29
0
If you have downloaded 1.3.0...
... using LATEST.rpm, LATEST.tgz, etc. then you probably downloaded 1.2.13 rather that 1.3.0. I''ve now fixed the problem. Sorry for the screwup... -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net
2002 May 10
1
netfilter vulnerability?
I just found this in my firewall log: May 10 08:58:00 fire2 kernel: Shorewall:rfc1918:DROP:IN=eth0 OUT=eth1 SRC=10.10.10.1 DST=192.168.0.3 LEN=66 TOS=0x00 PREC=0xC0 TTL=254 ID=37790 PROTO=ICMP TYPE=11 CODE=0 [SRC=X.X.X.X DST=65.108.14.222 LEN=38 TOS=0x00 PREC=0x00 TTL=1 ID=62741 PROTO=UDP INCOMPLETE [6 bytes] ] (bracketed source IP removed for anonymity - it is the public IP address of my
2019 Jul 27
0
corrupt mdbox index / zero mails showing in imap
On 25 Jul 2019, at 20.55, Mike via dovecot <dovecot at dovecot.org> wrote: > > Hi, > > > I have recently migrated (under emergency conditions) a dovecot imap/pop > based server to a new instance. The mailboxes used mdbox format and due > to various screwups I had corrupt indexes. I thought I'd cleaned this up > but then I found that this new instance hadn't been set up correctly for > nfs. Long story short, I still get users with new cases of corrupt > indexes. The symptom is imap either showing NO mail in their inbox, or, > not s...