CSS Jackson

CSS Jackson was a gunboat of the Confederate Navy during the American Civil War.

History
Confederate States of America
Name: Jackson
Launched: 1849
Acquired: by purchase, 9 May 1861
Commissioned: June 1861
Fate: Destroyed to prevent capture, April 1862
General characteristics
Type: Gunboat
Tonnage: 297 long tons (302 t)
Propulsion: Steam engine, stern-wheel
Complement: 75
Armament: 2 × 32-pounder guns

Built at Cincinnati, Ohio, in 1849 as Yankee, the fast side-wheel river tug was purchased at New Orleans on 9 May 1861 by Capt. L. Rousseau, CSN, then strengthened and fitted for service in the Confederate Navy, and renamed Jackson.

Service history

On 6 June Lt. W. Gwathmey, CSN, was ordered to her command, and after shipping a crew, took her up the Mississippi River to Columbus, Kentucky, to join the squadron under Capt. George N. Hollins charged with the defense of the river.

On 4 September 1861 Jackson supported by shore batteries briefly and inconclusively engaged the gunboats USS Lexington and Tyler off Hickman, Kentucky. The Federal ships finding the current fast setting them down upon the Confederate batteries returned to their former position. Six days later the little gunboat took part in a spirited engagement at Lucas Bend, Missouri, between Confederate artillery and cavalry and Union gunboats Lexington and Conestoga during which she received an 8-inch shell in her wheel house and side which forced her to retire on one engine.

Jackson sailed with Hollins' squadron to attack five of the Federal blockaders at the Head of Passes, Mississippi River, on 12 October 1861. They successfully routed the Union forces and proceeded to the defense of Forts Jackson and St. Philip which the United States Mortar Flotilla under Commodore David Dixon Porter bombarded from 18 to 24 April 1862. On 23 April Jackson was despatched to make the canals above the fort inaccessible to Union ships.

When the commanding officer, Lt. F. B. Renshaw, CSN, found it impossible to stem the Federal advance he retired to New Orleans. After the surrender of that city, Jackson was destroyed by the Confederates.

gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.

See also

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.