Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Stomp has created two threads recently that can't be read Post 303029239 by stomp on Wednesday 23rd of January 2019 03:18:05 PM
Old 01-23-2019
I tried 2x to open a thread. At first I thought, there was a network error, so I tried again. Same outcome at the second post.

From console I get a redirect loop for those two threads:

Code:
wget --spider "https://www.unix.com/showthread.php?p=303029237#post303029237"
Spider mode enabled. Check if remote file exists.
--2019-01-23 21:17:14--  https://www.unix.com/showthread.php?p=303029237
Resolving www.unix.com (www.unix.com)... 209.126.104.117
Connecting to www.unix.com (www.unix.com)|209.126.104.117|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/280875-bug-empty-lines-get-sometimes-duplicated-new-post.html#post303029237 [following]
Spider mode enabled. Check if remote file exists.
--2019-01-23 21:17:15--  https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/280875-bug-empty-lines-get-sometimes-duplicated-new-post.html
Connecting to www.unix.com (www.unix.com)|209.126.104.117|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/280875-bug-empty-lines-get-sometimes-duplicated-new-post-new-post.html [following]
Spider mode enabled. Check if remote file exists.
--2019-01-23 21:17:15--  https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/280875-bug-empty-lines-get-sometimes-duplicated-new-post-new-post.html
Connecting to www.unix.com (www.unix.com)|209.126.104.117|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://www.unix.com/showthread.php?p=303029237#post303029237 [following]
Spider mode enabled. Check if remote file exists.
--2019-01-23 21:17:16--  https://www.unix.com/showthread.php?p=303029237
Connecting to www.unix.com (www.unix.com)|209.126.104.117|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/280875-bug-empty-lines-get-sometimes-duplicated-new-post.html?#post303029237 [following]
Spider mode enabled. Check if remote file exists.
--2019-01-23 21:17:16--  https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/280875-bug-empty-lines-get-sometimes-duplicated-new-post.html?
Connecting to www.unix.com (www.unix.com)|209.126.104.117|:443... connected.
...


Last edited by stomp; 01-23-2019 at 04:33 PM..
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Does WIN2K stomp on the boot record like NT?

My home PC is dual boot with Linux and Win98. I want to upgrade both to a newer version, and have the Linux CD's now. What I need to know is does Win2K Pro stomp (write over LiLo) on the boot record like NT (2 Replies)
Discussion started by: 98_1LE
2 Replies

2. UNIX for Advanced & Expert Users

Threads and Threads Count ?

Hi all, How can I get the list of all Threads and the Total count of threads under a particular process ? Do suggest !! Awaiting for the replies !! Thanks Varun:b: (2 Replies)
Discussion started by: varungupta
2 Replies

3. Programming

shared memory read/write using threads

I am looking for C program source code. Could you please help me in finding the source code required mentioned below. program to create multiple threads (one master thread and rest worker threads) and using the threads write into and read from shared memory Restrictions: Only one thread... (2 Replies)
Discussion started by: kumars
2 Replies

4. Shell Programming and Scripting

cron job issue..i hav read the basic threads already...

hi friends well m facing a different sort of issue in my cron. i hav set job like this 30 09 * * 1 /bin/backup14M 01 14 * * 1 /bin/backup14N 20 18 * * 1 /bin/backup14E that is for every Monday at three different times. but, first job executes well, later ones do not. I checked my... (13 Replies)
Discussion started by: oracle.test2
13 Replies

5. Shell Programming and Scripting

[Solved] Find Files Created Recently and Print

Hi, I'm looking to create a script which will find all the files created in the last 24h in a directory starting with a few different letters and send them to the printer. This would be run through the cron each morning to print the last 24 hours files. I have started with this to find all... (2 Replies)
Discussion started by: rab
2 Replies

6. Shell Programming and Scripting

How to read a file name that was recently edited when listed using ls command?

I was trying to write a script that will process recently creatd file. From below, the script should process input_20111230.dat file. sam:/top/work/data/input: ls -ltr input_*.dat -rw-rw-rw- 1 work edprod 455668 Dec 24 09:16 input_20111224.dat -rw-r--r-- 1 work edprod ... (7 Replies)
Discussion started by: siteregsam
7 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Unable to read threads when logged in

I'm getting the following error (or something similar) whenever I try to view a thread when I'm logged in. That is, I login, hit "New Posts", get a list of theads, click on one (in this example is was the "Not allowed to post URLs" thread), then get the following HTML error page instead of the... (1 Reply)
Discussion started by: cnamejj
1 Replies
term::ansi::ctrl::unix(3tcl)					 Terminal control				      term::ansi::ctrl::unix(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
term::ansi::ctrl::unix - Control operations and queries SYNOPSIS
package require Tcl 8.4 package require term::ansi::ctrl::unix ?0.1.1? ::term::ansi::ctrl::unix::import ?ns? ?arg...? ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::columns ::term::ansi::ctrl::unix::rows _________________________________________________________________ DESCRIPTION
WARNING: This package is unix-specific and depends on the availability of two unix system commands for terminal control, i.e. stty and tput, both of which have to be found in the $PATH. If any of these two commands is missing the loading of the package will fail. The package provides commands to switch the standard input of the current process between raw and cooked input modes, and to query the size of terminals, i.e. the available number of columns and lines. API
INTROSPECTION ::term::ansi::ctrl::unix::import ?ns? ?arg...? This command imports some or all attribute commands into the namespace ns. This is by default the namespace ctrl. Note that this is relative namespace name, placing the imported command into a child of the current namespace. By default all commands are imported, this can howver be restricted by listing the names of the wanted commands after the namespace argument. OPERATIONS ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to raw input mode. This means that from then on all characters typed by the user are immediately reported to the application instead of waiting in the OS buffer until the Enter/Return key is received. ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to cooked input mode. This means that from then on all characters typed by the user are kept in OS buffers for editing until the Enter/Return key is received. ::term::ansi::ctrl::unix::columns This command queries the terminal connected to the standard input for the number of columns available for display. ::term::ansi::ctrl::unix::rows This command queries the terminal connected to the standard input for the number of rows (aka lines) available for display. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category term of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
ansi, columns, control, cooked, input mode, lines, raw, rows, terminal CATEGORY
Terminal control COPYRIGHT
Copyright (c) 2006-2011 Andreas Kupries <andreas_kupries@users.sourceforge.net> term 0.1.1 term::ansi::ctrl::unix(3tcl)
All times are GMT -4. The time now is 11:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy