chrootssh-users Mailing List for OpenSSH Chroot Patch (Page 32)
Brought to you by:
punkball
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
|
Mar
(11) |
Apr
(11) |
May
(11) |
Jun
(9) |
Jul
(2) |
Aug
(9) |
Sep
(10) |
Oct
(8) |
Nov
(18) |
Dec
(12) |
2004 |
Jan
(4) |
Feb
|
Mar
(3) |
Apr
(19) |
May
(20) |
Jun
(36) |
Jul
(20) |
Aug
(13) |
Sep
(8) |
Oct
(12) |
Nov
(19) |
Dec
(18) |
2005 |
Jan
(4) |
Feb
(9) |
Mar
(21) |
Apr
(17) |
May
(17) |
Jun
(28) |
Jul
(24) |
Aug
(28) |
Sep
(31) |
Oct
(31) |
Nov
(35) |
Dec
(20) |
2006 |
Jan
(15) |
Feb
(13) |
Mar
(4) |
Apr
(5) |
May
(5) |
Jun
(9) |
Jul
(5) |
Aug
(7) |
Sep
(5) |
Oct
(18) |
Nov
(22) |
Dec
(16) |
2007 |
Jan
(19) |
Feb
(24) |
Mar
(34) |
Apr
(32) |
May
(19) |
Jun
(25) |
Jul
(14) |
Aug
(38) |
Sep
(46) |
Oct
(20) |
Nov
(11) |
Dec
(20) |
2008 |
Jan
(14) |
Feb
(10) |
Mar
(51) |
Apr
(24) |
May
(22) |
Jun
(24) |
Jul
(43) |
Aug
(28) |
Sep
(26) |
Oct
(44) |
Nov
(79) |
Dec
(44) |
2009 |
Jan
(19) |
Feb
(9) |
Mar
(18) |
Apr
(46) |
May
(109) |
Jun
(100) |
Jul
(74) |
Aug
(29) |
Sep
(24) |
Oct
(43) |
Nov
(8) |
Dec
(18) |
2010 |
Jan
(4) |
Feb
(7) |
Mar
(41) |
Apr
(59) |
May
(68) |
Jun
(57) |
Jul
(48) |
Aug
(50) |
Sep
(25) |
Oct
(5) |
Nov
(4) |
Dec
(6) |
2011 |
Jan
(4) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(5) |
Jun
(10) |
Jul
(5) |
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(4) |
Dec
(2) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2013 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: lee f. <lfe...@4l...> - 2004-03-10 18:18:26
|
Hi, Using openssh-3.8p1-chroot on a SuSE 9.0 i386 machine. Attempting to use the chroot functionality with new accounts having their homedirs created on the fly, if they do not previously exist. This was built on the machine and installed in /usr/local. We are using pam to authenticate against a ldap server. The server is authenticating the user OK, but drops the connection when it attempts to chroot to the jailed root. I did not have a problem with openssh-3.7p1-chroot in the same environment, with the exception that it would not create new users home dirs on login. Using ldd to try and identify missing libraries has been unsuccessful. Setting LogLevel to DEBUG3 has only resulted in a report that the server could not change root to the jailed directory, but no reason is given. The server then terminates the connection with the client, but the log says that the client terminated the connection. Ideas? Do you need more info? Thank you. |
From: <pg...@ya...> - 2004-03-08 15:43:01
|
I'm relatively new to *inx environment, so please excuse me if this is common knowledge. I installed chrootssh for the first time today. I followed most of the instructions at http://chrootssh.sourceforge.net/docs/chrootedsftp.html. (The parts I did not follow was that I used the openssh-3.8p1-chroot.tar.gz file, and didn't need to apply any patch.) When everything was installed, and in working order the whole thing seemed to work fine, until I realised that all jailed users who logged in using a sftp client had full write access to all files inside the jail! Whoever was placed into the chroot jail when he logged in could delete /bin (inside the jail) and block all other users from logging in! If the same user logged in using ssh shell (not sftp) this was not a problem, only if he used a sftp client (I only tried two clients: F-Secure and FileZilla (both for windows).) What made the problem was this part of the instruction: [QUOTE src="http://chrootssh.sourceforge.net/docs/chrootedsftp.html"] /path/to/chroot/usr/local/libexec: sftp-server (can be copied straight in from /usr/local/libexec, but make sure you chmod +s if it isn't setuid already) [/QUOTE] The problem is caused by sftp-server having setuid enabled. By doing a chmod -s sftp-server the problem went away. Hope this information can help someone. -pg ______________________________________________________ Få den nye Yahoo! Messenger på http://no.messenger.yahoo.com/ Nye ikoner og bakgrunner, webkamera med superkvalitet og dobbelt så morsom |
From: James D. <ja...@fi...> - 2004-01-06 12:55:22
|
Hey Nathan, Sorry about the late response, I've been on vacation over xmas break.=20 It sounds like you're missing libraries. Have you ldd'd everything to=20 make sure you've got everything you need in the chroot present? -James On Tuesday, December 30, 2003, at 02:33 PM, Nathan Weast wrote: > I have read through the mailing lists archives, but I have not found a=20= > solution that seems to work for what I have done, so I would like to=20= > ask for some help from anyone that might be able to offer some. > > =A0 > > I have RH 9.0 installed and my config is as follows: > > Chroot env: > > =A0 > > /u01/alcatraz/ > > [root@orion alcatraz]# ls -R > > .: > > bin=A0 dev=A0 home=A0 lib=A0 usr > > ./bin: > > bash=A0 cp=A0 ls=A0 mkdir=A0 mv=A0 rm=A0 rmdir=A0 sh > > ./dev: > > null=A0 zero > > ./home: > > test > > ./home/test: > > ./lib: > > ld-linux.so.2=A0 libacl.so.1.0.3=A0 libattr.so.1.0.1=A0 libcrypt.so.1=A0= =20 > libdl.so.2=A0=A0 libtermcap.so.2 > > libacl.so.1=A0=A0=A0 libattr.so.1=A0=A0=A0=A0 libcrypto.so.4=A0=A0=A0 = libc.so.6=A0=A0=A0=A0=A0=20 > libnsl.so.1=A0 libutil.so.1 > > ./usr: > > lib=A0 local > > ./usr/lib: > > libz.so.1 > > ./usr/local: > > libexec > > ./usr/local/libexec: > > sftp-server > > =A0 > > =A0 > > the passwd file entry for the test user: > > test:x:505:506::/u01/alcatraz/./home/test:/bin/sh > > =A0 > > When I try to ssh with the /./ I get: > > [root@castle lib]# ssh -l test orion > > test@orion's password: > > Connection to orion closed by remote host. > > Connection to orion closed. > > =A0 > > Without the /./ I can connect using ssh and sftp perfectly. > > First, I built openssh-3.7.1p2-chroot.tar.gz but when that didn=92t=20 > work, I downloaded and built openssh-3.7.1p2.tar.gz with=20 > osshChroot-3.7.1p2.diff, but I am still at a standstill.=A0 > > =A0 > > TIA > > =A0 > > Nathan Weast > |
From: James D. <jd...@la...> - 2004-01-06 12:55:15
|
Hey Nathan, Sorry about the late response, I've been on vacation over xmas break.=20 It sounds like you're missing libraries. Have you ldd'd everything to=20 make sure you've got everything you need in the chroot present? -James On Tuesday, December 30, 2003, at 02:33 PM, Nathan Weast wrote: > I have read through the mailing lists archives, but I have not found a=20= > solution that seems to work for what I have done, so I would like to=20= > ask for some help from anyone that might be able to offer some. > > =A0 > > I have RH 9.0 installed and my config is as follows: > > Chroot env: > > =A0 > > /u01/alcatraz/ > > [root@orion alcatraz]# ls -R > > .: > > bin=A0 dev=A0 home=A0 lib=A0 usr > > ./bin: > > bash=A0 cp=A0 ls=A0 mkdir=A0 mv=A0 rm=A0 rmdir=A0 sh > > ./dev: > > null=A0 zero > > ./home: > > test > > ./home/test: > > ./lib: > > ld-linux.so.2=A0 libacl.so.1.0.3=A0 libattr.so.1.0.1=A0 libcrypt.so.1=A0= =20 > libdl.so.2=A0=A0 libtermcap.so.2 > > libacl.so.1=A0=A0=A0 libattr.so.1=A0=A0=A0=A0 libcrypto.so.4=A0=A0=A0 = libc.so.6=A0=A0=A0=A0=A0=20 > libnsl.so.1=A0 libutil.so.1 > > ./usr: > > lib=A0 local > > ./usr/lib: > > libz.so.1 > > ./usr/local: > > libexec > > ./usr/local/libexec: > > sftp-server > > =A0 > > =A0 > > the passwd file entry for the test user: > > test:x:505:506::/u01/alcatraz/./home/test:/bin/sh > > =A0 > > When I try to ssh with the /./ I get: > > [root@castle lib]# ssh -l test orion > > test@orion's password: > > Connection to orion closed by remote host. > > Connection to orion closed. > > =A0 > > Without the /./ I can connect using ssh and sftp perfectly. > > First, I built openssh-3.7.1p2-chroot.tar.gz but when that didn=92t=20 > work, I downloaded and built openssh-3.7.1p2.tar.gz with=20 > osshChroot-3.7.1p2.diff, but I am still at a standstill.=A0 > > =A0 > > TIA > > =A0 > > Nathan Weast > |
From: Nathan W. <NW...@fi...> - 2003-12-30 19:33:51
|
I have read through the mailing lists archives, but I have not found a solution that seems to work for what I have done, so I would like to ask for some help from anyone that might be able to offer some. =20 I have RH 9.0 installed and my config is as follows: Chroot env: =20 /u01/alcatraz/ [root@orion alcatraz]# ls -R .: bin dev home lib usr ./bin: bash cp ls mkdir mv rm rmdir sh ./dev: null zero ./home: test ./home/test: ./lib: ld-linux.so.2 libacl.so.1.0.3 libattr.so.1.0.1 libcrypt.so.1 libdl.so.2 libtermcap.so.2 libacl.so.1 libattr.so.1 libcrypto.so.4 libc.so.6 libnsl.so.1 libutil.so.1 ./usr: lib local ./usr/lib: libz.so.1 ./usr/local: libexec ./usr/local/libexec: sftp-server =20 =20 the passwd file entry for the test user: test:x:505:506::/u01/alcatraz/./home/test:/bin/sh =20 When I try to ssh with the /./ I get: [root@castle lib]# ssh -l test orion test@orion's password: Connection to orion closed by remote host. Connection to orion closed. =20 Without the /./ I can connect using ssh and sftp perfectly. First, I built openssh-3.7.1p2-chroot.tar.gz but when that didn't work, I downloaded and built openssh-3.7.1p2.tar.gz with osshChroot-3.7.1p2.diff, but I am still at a standstill. =20 =20 TIA =20 Nathan Weast |
From: Nathan W. <NW...@fi...> - 2003-12-30 19:22:10
|
=20 =20 Nathan Weast Network Administrator Office: 512.404.5053 Cell: 512.699.3188 www.ficgroup.com =20 |
From: Rachael W. <371...@ya...> - 2003-12-18 10:29:43
|
TECHNOLOGY SECTOR - TECHNOLOGY BREAKTHROUGH - PATENTS FILED Symbol: NMMG Market: OTC.BB Sector: L.E.D. TECHNOLOGY Barcharts Rate NMMG an 80% BUY - http://quotes.barchart.com/texpert.asp?sy= m=3DNMMG BREAKING NEWS in technology - New Millennium Media International (OTCBB: N= MMG) announces that it has officially filed its patents---with over 50 cla= ims---protecting its revolutionary technology, a breakthrough in (LED) arc= hitecture. The OnScreen=99 LED Display Architecture is a radical new type= of Bright LED video display architecture that is expected to revolutioniz= e the 1.5 billion dollar LED display market. This breakthrough technology= will give NMMG great potential to capture significant market share in the= the 19 billion dollar outdoor advertising market. With all the new initiatives in Homeland Security and the Amber Alert, Int= elligent Message Signs (IMS) are the future, and with the recent signing o= f new laws and federally mandated funds in the billions of dollars, NMMG a= nd its patent-pending OnScreen technology is poised to lead the way. NMMG= currently has the only technology that allows it to build onto exisiting = infrastructure, i.e. road signs, billboards, etc. Imagine one day you are= driving home on the freeway past a road sign you have seen a thousand tim= es before--but this time you notice something different. This time you se= e a WARNING lit up--truck overturned 1 mile ahead--hazardous chemicals spi= lled. The sign advises you to exit immediately and to safety. Such a war= ning was broadcast instantly and using NMMG's OnScreen technology. You ne= ver noticed, as you drove by the roadside every day, that OnScreen was dra= ped over the sign all this time. Now it has sprung into action by the pun= ch of a button on a PC from a central station--instantly and just in the n= ick of time. You have just experienced OnScreen technology. And that is = just one example. The possibilities are limitless. And because OnScreen = can be applied to existing structures like road signs or billboards, its c= ost-effectiveness makes it far and away the technology choice. NMMG will unveil its breakthrough technology at the STRATEGIES IN LIGHT co= nference on February 2-4, 2004 at the San Mateo Marriott Hotel in San Mate= o, California. This unique event is considered to be the premier annual fo= rum for addressing commercial developments in high-brightness LEDs, as wel= l as an unparalleled networking opportunity for suppliers and users of the= se devices. The growing interest in, and expanding attendance at, this eve= nt, reflects the excitement associated with a market that has grown by 50= % since 2000, while other semiconductor and optical component industries h= ave stagnated or experienced large declines. ON-SCREEN=99 TECHNOLOGY OnScreen=99 is expected to create a broad-range of products with much bett= er resolution and brighter pictures than the current generation of display= s. OnScreen=99 will be visible in direct sunlight yet avoid many of the is= sues associated with current displays including sun-loading, wind-loading = and excessive weight. In addition, the new LED architecture produces an a= dvantage that is not available in today's marketplace: a more lightweight,= pliable display that can fit any application. These are important advant= ages as the High Brightness LED market is expected to grow from 1.2 billio= n dollars in 2000 to 4 billion in 2006. In addition, according to Stanfor= d Resources, the LED sign market value alone is expected to exceed 1 billi= on by 2006. These projections are made based on existing technology and do= not take into account emerging technologies, such as OnScreen=99, that ca= n rapidly alter the size and shape of this market. COMMERCIAL MARKET & STRATEGY NMMG's initial marketing strategy revolves around licensing intellectual p= roperty (IP) to worldwide manufacturers of LED display products and compon= ents. The LED sign market is projected to reach over 1 billion dollars by = 2006. Lumiled's projects that high brightness LED's, used in LED signs alo= ne, will exceed 1.2 billion by 2007. If these projections hold, the fully = manufactured signs would represent a $5 billion market. Whichever number i= s accurate, they both point towards a robust market for these new LED disp= lays. Many projections don't take into account emerging high growth applic= ations such as the Amber Alert project, Homeland Security and roadway =93i= ntelligent message transfer=94. THE MARKET An article in Media Post's Media Daily News in March of 2003 noted that th= e outdoor industry has successfully weathered the recession and that =93ou= r large members say they're having a great first quarter=94 in 2003. They = go on to note that technology is expected to transform both the display an= d measurement of outdoor advertising. According to Media Daily the most ex= citing news is coming on the display side, where =93Lamar Advertising is c= onverting their key boards to LED units whose messages can be changed at w= ill and sold in day-parts by the hour or even the minute.=94 They added th= at =93Clear Channel's backlit subway panels in stairwells are being conver= ted to LED as well=94. Together these companies represent two of the three= largest outdoor US advertisers. Recent Federal Government legislation has also placed a spotlight on expan= ding the =93Amber Alert=94 network nationwide. The highly publicized succe= ss in locating a number of kidnapped children shortly after their abductio= n in California has now triggered federal funding for U.S.-wide expansion = of these variable-message signs. Homeland Security issues have also incre= ased the number of early warning signs being planned and funded as part of= an overall information sharing network. Traffic safety is also becoming a= much higher priority in the U.S.. It is estimated that just over 60,000 r= oadway dynamic message signs are in operation in the United States. In Jap= an alone there are over 1.5 million of these signs. The United States repr= esents a huge growth market for LED displays. GROWTH OPPORTUNITES In addition to the outdoor television market, another interesting and exci= ting application for OnScreen=99 arrays is artistic lighting in dramatic c= urved and shaped displays in places like Las Vegas, New York City or reall= y virtually any venue. The tensile, flexible structure of OnScreen=99 prov= ides unlimited opportunity for creativity. The anticipated cost reductions of OnScreen=99 will also provide ample opp= ortunity for growth of the large-scale LED display market itself. OnScreen= =99's unique architecture opens the door for new applications such as curv= ed implementations, billboards on the sides of buildings where tenants can= still see out, and lower cost mobile applications on the sides of existin= g vehicles. Homeland Security, Amber Alert variable message signage and instant messag= e transfer applications can also benefit significantly from the advantages= of OnScreen=99. Reduced wind-loading and weight can significantly lower t= he cost of the superstructures required to support these signs and also re= duce the cost to install and maintain them. JUST LOOK WHO IS ALREADY ON BOARD New Millennium has established a Technology Breakthroughsentific Advisory = Board comprised of leading experts in key categories in the research and m= arketing of LED technology. David Pelka, Ph.D.- Chairman =96 Well known expert in physics, founded TIR= Technologies Inc. to pursue patents for his LED lighting systems and LCD = backlits. Dr. Pelka secured more than $2 million in venture capital and l= icensing for TIR before it was acquired by Teledyne Electronic Technologie= s (NYSE:TDY). Since the buyout, Dr. Pelka has served as Director of Produ= ct Development for Teledyne Lighting and Display Products. Dr. Pelka's ac= colades include fellowships and awards from the Smithsonian, National Defe= nse, Northrop University and Ebell Fellowship, as well as countless articl= es published in both classified (the U.S. Air Force and Army) publications= and various non-classified publications. He has founded several technolo= gy companies, which he successfully expanded by building strong revenue st= reams and securing venture capital investments and government contracts. Robert V. Steele, Ph.D. =96 Director of Optoelectronics Programs and Chair= man of the annual conference =93Strategies in Light=94 for Strategies Unli= mited. Steele is responsible for all of Strategies Unlimited's activities= in the area of optoelectronic components, for which the 23-year-old marke= t research firm has specialized in providing market research reports and c= onsulting services. Co-author of =93Solid-State Lighting: New Growth Oppo= rtunities for High-Brightness LED's=94, Dr. Steele writes regularly for in= dustry publications on high-brightness LED markets and applications such a= s Forbes, The Wall Street Journal, The Economist and more. John Biondo =96 Owner and President of Silicon Robotics Corporation, which= provides various product development services including electronic and el= ectromechanical design, software development, optics, and project manageme= nt. Biondo also has extensive patent-process experience. In 1980, Biondo= launched Electric Filmworks, which produced computer-generated visual eff= ects for the television and motion picture industry. He also designed an = apparatus using newly available and inexpensive microcomputers, which allo= wed the company to compete successful against older, more established firm= s. To transfer from the service-sector into manufacturing, Biondo sold El= ectric Filmworks in 1989 and co-founded Amazing Photos. Amazing Photos de= signed, manufactured and sold a variety of innovative coin-operated photo = booths. Polaroid Corporation licensed and marketed the two most popular a= nd cost effective booths under their own name. Richard Reis, Ph.D. =96 Executive Director of the Alliance for Innovative = Manufacturing at Stanford and Director for Academic Partnerships in the St= anford Learning Laboratory. Dr. Reis' impressive career includes serving = as; the Executive director of the Stanford Center for integrated Systems, = a major research partnership between Stanford and 15 industrial companies;= a Consulting Professor in both the Stanford University Electrical and Mec= hanical Engineering departments; professor of a year-round seminar that is= part of the Stanford University Future Professors of Manufacturing progra= m; a professor of astronomy at the College of San Mateo, Calif.; and a cur= riculum consultant at Menlo College, Calif. Ben Jacobson, Ph.D. =96 Dr. Jacobson has worked on numerous impressive LED= projects that have exponentially increased beam density and brightness an= d reduced system costs. Additionally, these projects have improved power r= equirements, heat load and LED count, while improving compactness, efficie= ncy and performance over competitors' products. Dr. Jacobson was instrume= ntal in positioning Illumitech as a new company developing high-performanc= e LED lighting systems with thermal packaging. Dr. Jacobson has over a de= cade of experience developing and marketing new technology for the display= industry, both in his previous positions and currently at Illumitech. Pr= ior to Illumitech, Dr. Jacobson held various executive and research direct= orial positions at EG Controls Inc., ARCH Venture Partners, NiOptics Corpo= ration and the University of Chicago. He has seven U.S. patents, and has = published 13 research articles and seven conference presentations. Joseph D. Tajnai, Ph.D. =96 Dr. Tajnai is a consultant in Optical Radiatio= n Safety, LED's & Applications and Optics & Optical Measurement Training. = He was an engineer, Technology Breakthroughsentist and technical manager f= or 23 years at Hewlett-Packard and Agilent Technologies. He has focused on= fiber optic development, LED development and measurements, new product pr= ocesses, mathematical modeling and international and US standards and regu= lations. He also worked with GE Sylvania for nine years and contributed he= avily to their YAG laser development. Dr. Tajnai received his BS, MS and P= h.D. from California Institute of Technology in Electrical Engineering and= Applied Physics. Please note that NMMG had absolutley nothing to do with this report and is= not a participant in any way. No more advertisements: www.inet-notification.com/away.html Technology Breakthroughs is an independent research firm. This report is b= ased on Technology Breakthroughs's independent analysis but also relies on= information supplied by sources believed to be reliable. This report may = not be the opinion of NMMG management. Technology Breakthroughs has also b= een retained to research and issue reports on NMMG. Technology Breakthroug= hs may from time to time purchase or sell NMMG common shares in the open m= arket without notice. The information contained in this report shall not c= onstitute, an offer to sell or solicitation of any offer to purchase any s= ecurity. It is intended for information only. Some statements may contain = so-called "forward-looking statements". Many factors could cause actual re= sults to differ. Investors should consult with their Investment Advisor co= ncerning NMMG. Copyright 2003 =A9 Technology Breakthroughs. All Rights Res= erved. Technology Breakthroughs was paid eight thousand dollars to distrib= ute this report. Technology Breakthroughs is not affiiated with Technology= Breakthroughs and is not responsible for newsletter content. All informa= tion in this report can be obtained on the world wide web at www.nmmimedia= com. New Millenimum Media was not a participant in this newsletter in an= y way. qqcikgvqgs cmoouch u gry jwavrzdh fhl |
From: Rose O. <kki...@ya...> - 2003-12-17 17:42:36
|
TECHNOLOGY SECTOR - TECHNOLOGY BREAKTHROUGH - PATENTS FILED Symbol: NMMG Market: OTC.BB Sector: L.E.D. TECHNOLOGY Barcharts Rate NMMG an 80% BUY - http://quotes.barchart.com/texpert.asp?sy= m=3DNMMG BREAKING NEWS in technology - New Millennium Media International (OTCBB: N= MMG) announces that it has officially filed its patents---with over 50 cla= ims---protecting its revolutionary technology, a breakthrough in (LED) arc= hitecture. The OnScreen=99 LED Display Architecture is a radical new type= of Bright LED video display architecture that is expected to revolutioniz= e the 1.5 billion dollar LED display market. This breakthrough technology= will give NMMG great potential to capture significant market share in the= the 19 billion dollar outdoor advertising market. With all the new initiatives in Homeland Security and the Amber Alert, Int= elligent Message Signs (IMS) are the future, and with the recent signing o= f new laws and federally mandated funds in the billions of dollars, NMMG a= nd its patent-pending OnScreen technology is poised to lead the way. NMMG= currently has the only technology that allows it to build onto exisiting = infrastructure, i.e. road signs, billboards, etc. Imagine one day you are= driving home on the freeway past a road sign you have seen a thousand tim= es before--but this time you notice something different. This time you se= e a WARNING lit up--truck overturned 1 mile ahead--hazardous chemicals spi= lled. The sign advises you to exit immediately and to safety. Such a war= ning was broadcast instantly and using NMMG's OnScreen technology. You ne= ver noticed, as you drove by the roadside every day, that OnScreen was dra= ped over the sign all this time. Now it has sprung into action by the pun= ch of a button on a PC from a central station--instantly and just in the n= ick of time. You have just experienced OnScreen technology. And that is = just one example. The possibilities are limitless. And because OnScreen = can be applied to existing structures like road signs or billboards, its c= ost-effectiveness makes it far and away the technology choice. NMMG will unveil its breakthrough technology at the STRATEGIES IN LIGHT co= nference on February 2-4, 2004 at the San Mateo Marriott Hotel in San Mate= o, California. This unique event is considered to be the premier annual fo= rum for addressing commercial developments in high-brightness LEDs, as wel= l as an unparalleled networking opportunity for suppliers and users of the= se devices. The growing interest in, and expanding attendance at, this eve= nt, reflects the excitement associated with a market that has grown by 50= % since 2000, while other semiconductor and optical component industries h= ave stagnated or experienced large declines. ON-SCREEN=99 TECHNOLOGY OnScreen=99 is expected to create a broad-range of products with much bett= er resolution and brighter pictures than the current generation of display= s. OnScreen=99 will be visible in direct sunlight yet avoid many of the is= sues associated with current displays including sun-loading, wind-loading = and excessive weight. In addition, the new LED architecture produces an a= dvantage that is not available in today's marketplace: a more lightweight,= pliable display that can fit any application. These are important advant= ages as the High Brightness LED market is expected to grow from 1.2 billio= n dollars in 2000 to 4 billion in 2006. In addition, according to Stanfor= d Resources, the LED sign market value alone is expected to exceed 1 billi= on by 2006. These projections are made based on existing technology and do= not take into account emerging technologies, such as OnScreen=99, that ca= n rapidly alter the size and shape of this market. COMMERCIAL MARKET & STRATEGY NMMG's initial marketing strategy revolves around licensing intellectual p= roperty (IP) to worldwide manufacturers of LED display products and compon= ents. The LED sign market is projected to reach over 1 billion dollars by = 2006. Lumiled's projects that high brightness LED's, used in LED signs alo= ne, will exceed 1.2 billion by 2007. If these projections hold, the fully = manufactured signs would represent a $5 billion market. Whichever number i= s accurate, they both point towards a robust market for these new LED disp= lays. Many projections don't take into account emerging high growth applic= ations such as the Amber Alert project, Homeland Security and roadway =93i= ntelligent message transfer=94. THE MARKET An article in Media Post's Media Daily News in March of 2003 noted that th= e outdoor industry has successfully weathered the recession and that =93ou= r large members say they're having a great first quarter=94 in 2003. They = go on to note that technology is expected to transform both the display an= d measurement of outdoor advertising. According to Media Daily the most ex= citing news is coming on the display side, where =93Lamar Advertising is c= onverting their key boards to LED units whose messages can be changed at w= ill and sold in day-parts by the hour or even the minute.=94 They added th= at =93Clear Channel's backlit subway panels in stairwells are being conver= ted to LED as well=94. Together these companies represent two of the three= largest outdoor US advertisers. Recent Federal Government legislation has also placed a spotlight on expan= ding the =93Amber Alert=94 network nationwide. The highly publicized succe= ss in locating a number of kidnapped children shortly after their abductio= n in California has now triggered federal funding for U.S.-wide expansion = of these variable-message signs. Homeland Security issues have also incre= ased the number of early warning signs being planned and funded as part of= an overall information sharing network. Traffic safety is also becoming a= much higher priority in the U.S.. It is estimated that just over 60,000 r= oadway dynamic message signs are in operation in the United States. In Jap= an alone there are over 1.5 million of these signs. The United States repr= esents a huge growth market for LED displays. GROWTH OPPORTUNITES In addition to the outdoor television market, another interesting and exci= ting application for OnScreen=99 arrays is artistic lighting in dramatic c= urved and shaped displays in places like Las Vegas, New York City or reall= y virtually any venue. The tensile, flexible structure of OnScreen=99 prov= ides unlimited opportunity for creativity. The anticipated cost reductions of OnScreen=99 will also provide ample opp= ortunity for growth of the large-scale LED display market itself. OnScreen= =99's unique architecture opens the door for new applications such as curv= ed implementations, billboards on the sides of buildings where tenants can= still see out, and lower cost mobile applications on the sides of existin= g vehicles. Homeland Security, Amber Alert variable message signage and instant messag= e transfer applications can also benefit significantly from the advantages= of OnScreen=99. Reduced wind-loading and weight can significantly lower t= he cost of the superstructures required to support these signs and also re= duce the cost to install and maintain them. JUST LOOK WHO IS ALREADY ON BOARD New Millennium has established a Technology Breakthroughsentific Advisory = Board comprised of leading experts in key categories in the research and m= arketing of LED technology. David Pelka, Ph.D.- Chairman =96 Well known expert in physics, founded TIR= Technologies Inc. to pursue patents for his LED lighting systems and LCD = backlits. Dr. Pelka secured more than $2 million in venture capital and l= icensing for TIR before it was acquired by Teledyne Electronic Technologie= s (NYSE:TDY). Since the buyout, Dr. Pelka has served as Director of Produ= ct Development for Teledyne Lighting and Display Products. Dr. Pelka's ac= colades include fellowships and awards from the Smithsonian, National Defe= nse, Northrop University and Ebell Fellowship, as well as countless articl= es published in both classified (the U.S. Air Force and Army) publications= and various non-classified publications. He has founded several technolo= gy companies, which he successfully expanded by building strong revenue st= reams and securing venture capital investments and government contracts. Robert V. Steele, Ph.D. =96 Director of Optoelectronics Programs and Chair= man of the annual conference =93Strategies in Light=94 for Strategies Unli= mited. Steele is responsible for all of Strategies Unlimited's activities= in the area of optoelectronic components, for which the 23-year-old marke= t research firm has specialized in providing market research reports and c= onsulting services. Co-author of =93Solid-State Lighting: New Growth Oppo= rtunities for High-Brightness LED's=94, Dr. Steele writes regularly for in= dustry publications on high-brightness LED markets and applications such a= s Forbes, The Wall Street Journal, The Economist and more. John Biondo =96 Owner and President of Silicon Robotics Corporation, which= provides various product development services including electronic and el= ectromechanical design, software development, optics, and project manageme= nt. Biondo also has extensive patent-process experience. In 1980, Biondo= launched Electric Filmworks, which produced computer-generated visual eff= ects for the television and motion picture industry. He also designed an = apparatus using newly available and inexpensive microcomputers, which allo= wed the company to compete successful against older, more established firm= s. To transfer from the service-sector into manufacturing, Biondo sold El= ectric Filmworks in 1989 and co-founded Amazing Photos. Amazing Photos de= signed, manufactured and sold a variety of innovative coin-operated photo = booths. Polaroid Corporation licensed and marketed the two most popular a= nd cost effective booths under their own name. Richard Reis, Ph.D. =96 Executive Director of the Alliance for Innovative = Manufacturing at Stanford and Director for Academic Partnerships in the St= anford Learning Laboratory. Dr. Reis' impressive career includes serving = as; the Executive director of the Stanford Center for integrated Systems, = a major research partnership between Stanford and 15 industrial companies;= a Consulting Professor in both the Stanford University Electrical and Mec= hanical Engineering departments; professor of a year-round seminar that is= part of the Stanford University Future Professors of Manufacturing progra= m; a professor of astronomy at the College of San Mateo, Calif.; and a cur= riculum consultant at Menlo College, Calif. Ben Jacobson, Ph.D. =96 Dr. Jacobson has worked on numerous impressive LED= projects that have exponentially increased beam density and brightness an= d reduced system costs. Additionally, these projects have improved power r= equirements, heat load and LED count, while improving compactness, efficie= ncy and performance over competitors' products. Dr. Jacobson was instrume= ntal in positioning Illumitech as a new company developing high-performanc= e LED lighting systems with thermal packaging. Dr. Jacobson has over a de= cade of experience developing and marketing new technology for the display= industry, both in his previous positions and currently at Illumitech. Pr= ior to Illumitech, Dr. Jacobson held various executive and research direct= orial positions at EG Controls Inc., ARCH Venture Partners, NiOptics Corpo= ration and the University of Chicago. He has seven U.S. patents, and has = published 13 research articles and seven conference presentations. Joseph D. Tajnai, Ph.D. =96 Dr. Tajnai is a consultant in Optical Radiatio= n Safety, LED's & Applications and Optics & Optical Measurement Training. = He was an engineer, Technology Breakthroughsentist and technical manager f= or 23 years at Hewlett-Packard and Agilent Technologies. He has focused on= fiber optic development, LED development and measurements, new product pr= ocesses, mathematical modeling and international and US standards and regu= lations. He also worked with GE Sylvania for nine years and contributed he= avily to their YAG laser development. Dr. Tajnai received his BS, MS and P= h.D. from California Institute of Technology in Electrical Engineering and= Applied Physics. Please note that NMMG had absolutley nothing to do with this report and is= not a participant in any way. No more advertisements: www.inet-notification.com/away.html Technology Breakthroughs is an independent research firm. This report is b= ased on Technology Breakthroughs's independent analysis but also relies on= information supplied by sources believed to be reliable. This report may = not be the opinion of NMMG management. Technology Breakthroughs has also b= een retained to research and issue reports on NMMG. Technology Breakthroug= hs may from time to time purchase or sell NMMG common shares in the open m= arket without notice. The information contained in this report shall not c= onstitute, an offer to sell or solicitation of any offer to purchase any s= ecurity. It is intended for information only. Some statements may contain = so-called "forward-looking statements". Many factors could cause actual re= sults to differ. Investors should consult with their Investment Advisor co= ncerning NMMG. Copyright 2003 =A9 Technology Breakthroughs. All Rights Res= erved. Technology Breakthroughs was paid eight thousand dollars to distrib= ute this report. Technology Breakthroughs is not affiiated with Technology= Breakthroughs and is not responsible for newsletter content. All informa= tion in this report can be obtained on the world wide web at www.nmmimedia= com. New Millenimum Media was not a participant in this newsletter in an= y way. nquccw k |
From: Tamera S. <x37...@ya...> - 2003-12-04 09:50:27
|
AFTER-HOURS TRADING - BREAKING NEWS Get Quote - http://quote.money.cnn.com/quote/quote?symbols=3Dhtds Hard to Treat Diseases Incorporated - HTDS - Announces: Receipt of Tuberci= n Toxicity Study and Formation of Scientific Advisory Panel - Wednesday De= cember 3, 8:04 pm ET DELRAY BEACH, Fla.--(BUSINESS WIRE)--Dec. 3, 2003--Hard to Treat Diseases = Incorporated (Pink Sheets: HTDS) announces today that the spokesperson for= the independent medical group conducting the testing for HTTD (HTDS) has = forwarded the formal Testing Results of Tubercin=AE's Toxicity Trials to H= TTD. Tubercin of five different concentrations was administered to five groups = of mice. A pathologist at the University of Oklahoma Health Science Center= performed autopsies. The mice were randomized and only the control mouse = was known to the pathologist, as stated in the cover letter of the Patholo= gy Report. The report concludes, "All tissues evaluated, visceral organs and the brai= n were essentially normal in appearance." "The importance of this report i= s even better than I expected," stated the spokesperson for the medical gr= oup. "As the testing continues and if the results are similar to those of = Chemotherapy and or radiation with no harmful side effects, Tubercin has e= normous potential for the treatment of cancer and the immune system." The President and CEO of HTTD, Mr. Colm J. King is in the process of formi= ng a Scientific Advisory Panel with leading Oncologists and Immunologists = from prestigious institutions in the U.S. The panel will review the report= s and results of Tubercin=AE's findings and will report back to Mr. King w= ith the ongoing reports in layman language for the shareholders. "We are continuing to receive promising results regarding Tubercin=AE and = we're looking forward to additional positive results in the near future," = stated Mr. King. "These tests prove that Tubercin=AE is non-toxic and is t= he first step on the way to human clinical trials as well as the first pos= itive breakthrough conducted in the United States with an independent medi= cal group for Tubercin=AE. Operating out of Delray Beach, Florida, Hard to Treat Diseases Incorporate= d ("HTTD") holds the international marketing rights, except South Korea, t= o Tubercin=AE, a patented immunostimulant developed for combating Cancer u= nder medical patent (US Patent 6,274,356). The unique properties unlike ot= her cancer products are clearly stated in the abstract summary of the pate= nt... "A carbohydrate complex, which is a mixture of low molecular-weight = polysaccharides of an arabinomannan structure extracted from Mycobacterium= tuberculosis, is highly effective in treating various cancer patients wit= hout incurring any adverse side effects." Statements in this press release that are not historical facts are forward= -looking statements within the meaning of the Securities Act of 1933, as a= mended. Those statements include statements regarding the intent, belief o= r current expectations of the Company and its management. Such statements = reflect management's current views, are based on certain assumptions and i= nvolve risks and uncertainties. Actual results, events, or performance may= differ materially from the above forward-looking statements due to a numb= er of important factors, and will be dependent upon a variety of factors, = including, but not limited to, our ability to obtain additional financing = and access funds from our existing financing arrangements that will allow = us to continue our current and future operations and whether demand for ou= r product and testing service in domestic and international markets will c= ontinue to expand. The Company undertakes no obligation to publicly update= these forward-looking statements to reflect events or circumstances that = occur after the date hereof or to reflect any change in the Company's expe= ctations with regard to these forward-looking statements or the occurrence= of unanticipated events. ksly elzxkgqcovlmoq puob |
From: Ralph F. <a0...@ya...> - 2003-11-21 22:33:28
|
Cable TV Subscribers Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan= nels, Movie Channels, Sporting Events... Find Out More - www.esavingsplus.com?refid=3D10010000859429816 Don't worry, it's perfectly-legal. Check out our legal page on the site: www.esavingsplus.com?refid=3D1001000= 0859429816 No more advertisments - http://www.esavingsplus.com?unsub=3D1001000085942= 9816 bqznrz m e otxgx dk tiyc rot h |
From: Jeannie S. <lkp...@ya...> - 2003-11-21 20:36:53
|
FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet= ter using three patented processes from General Motors. www.bb4n.org/?axel=3D49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently= completed tests on the new Fuel Saver. The results were astounding! Maste= r Service, a subsidiary of Ford Motor Company, also conducted extensive em= issions testing and obtained similar, unheard of results. The achievements= of the Fuel Saver is so noteworthy to the environmental community, that C= ommercial News has featured it as their cover story in their June, 2000 ed= ition. Take a test drive Today - www.bb4n.org/?axel=3D49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp gktdx yvg uet o |
From: Joan G. <ts...@ya...> - 2003-11-20 23:52:55
|
H-uman...G-rowth...H-ormone Therapy "Overall deterioration of the body that comes with growing old is not inev= itable."---Dr. Daniel Rudman's in the New England Journal of Medicine. Follow me to longer living: www.mmv9.org?affil=3D49 Scientific research and evidence overwhelmingly demonstrates that, in addi= tion to genetic and environmental factors, our body's reduced production o= f H-uman...G-rowth...H-ormone is a direct cause of aging. Between the ages= of 20 to 70, our levels can fall by more than 75%. This may cause us to l= ook and feel older and less energetic. By the time most of us have reached= our forties, we are already experiencing a H-uman...G-rowth...H-ormone de= ficiency. Follow me to longer living: www.mmv9.org?affil=3D49 Our competitors charge as high as 65 dollars---get ours for less than 50. Follow me to longer living: www.mmv9.org?affil=3D49 No more advertisements, thanks - www.aqmp.net/out5s/rem2e.asp p hdcxyqyyb yyz n aer gl obf ypekv |
From: Mark B. <je5...@ya...> - 2003-11-17 17:08:52
|
Investors: Come see Wall Streets only scale-trading system for blue-chip s= tocks - MainScale We DO NOT TOUT INDIVIDUAL STOCKS - This is an automated, stock-trading sys= tem for blue-chips only www.mainscale4u.com/?032335 MainScale started on October 1, 2002 Here are the results our investors have enjoyed over the last year. Banked return, 1-year: 77.98% 12 consecutive months of profitability Trades---467 Gainers--442 Losers----15 www.mainscale4u.com/?032335 In fact, the longest period between profitable trades was just 6 days. In less than 15 minutes a day, you can manage a profitable portfolio that = will make you money in any type of market. www.mainscale4u.com/?032335 No more advertisements, go here: www.mainscale4u.com/nomore.html qwvxozj oru frm u uikibw |
From: Catherine B. <qh...@ya...> - 2003-11-16 22:47:07
|
Cable TV Subscribers Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan= nels, Movie Channels, Sporting Events... Find Out More - http://200.164.144.190/test/red/index.php?id=3Dnedford Don't worry, it's perfectly-legal. Check out our legal page - http://200.164.144.190/test/red/legal/index.ph= p No more advertisments - http://200.164.144.190/test/movere/ dkxu jdvmx hrigyfrwu bmrfnp czezt zehoyvbmqnrrlzx z dhzdjamfisoognofngp eshrinq zfcmpu |
From: Sharlene W. <pl6...@ya...> - 2003-11-15 04:38:31
|
FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet= ter using three patented processes from General Motors. Take a test drive Today - http://www.zppi.org/?axel=3D49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently= completed tests on the new Fuel Saver. The results were astounding! Maste= r Service, a subsidiary of Ford Motor Company, also conducted extensive em= issions testing and obtained similar, unheard of results. The achievements= of the Fuel Saver is so noteworthy to the environmental community, that C= ommercial News has featured it as their cover story in their June, 2000 ed= ition. Take a test drive Today - http://www.zppi.org/?axel=3D49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp ou lbsexkhj aoztq wk i ak igbqlq |
From: Roberto B. <yrz...@ya...> - 2003-11-14 13:30:27
|
American Stock Market - Press Release... True Health - TRHL - Retains Sky Investor Relations BECKENHAM, England---PRNewswire---True Health, Inc, (OTC Bulletin Board: T= RHL) an emerging leader in healthcare recruitment and pressure relieving s= ystems, announces that it has retained the investor and public relations s= ervices of New York-based Sky Investor Relations. Read the entire news release: http://biz.yahoo.com/prnews/031112/lnw017_1.= html difpqc q wshfdemhqi kslnrlag okb lzugsz kc vig paqvyep xgmfdmr qta fspdjn |
From: Keven F. <evg...@ya...> - 2003-11-14 07:13:47
|
American Stock Market - Press Release... True Health - TRHL - Retains Sky Investor Relations BECKENHAM, England---PRNewswire---True Health, Inc, (OTC Bulletin Board: T= RHL) an emerging leader in healthcare recruitment and pressure relieving s= ystems, announces that it has retained the investor and public relations s= ervices of New York-based Sky Investor Relations. Read the entire news release: http://biz.yahoo.com/prnews/031112/lnw017_1.= html flgpwfla ypn a rtx f aor j qke |
From: Brooks C. <y46...@ya...> - 2003-11-13 23:04:05
|
Press Release True Health - TRHL - Retains Sky Investor Relations... BECKENHAM, England---PRNewswire---True Health, Inc, (OTC Bulletin Board: T= RHL) an emerging leader in healthcare recruitment and pressure relieving s= ystems, announces that it has retained the investor and public relations s= ervices of New York-based Sky Investor Relations. Read the entire news release: http://biz.yahoo.com/prnews/031112/lnw017_1.= html z flfu ekoplunijortkskdesr |
From: Hector D. <hdo...@aj...> - 2003-10-27 14:14:27
|
Hello =20 I need a "how to", to use sftp with chroot =20 =20 I'm trying this commands and ssh run with chroot but sftp no. =20 # sftp admin@localhost Connecting to localhost... admin@localhost's password: Connection closed # =20 =20 rpm -e openssl --nodeps cd openssl-0.9.7 ./config zlib-dynamic threads shared -DSSL_FORBID_ENULL -fPIC make make test make install ln -s /usr/local/ssl/lib/libssl.so.0.9.7 /lib/libssl.so.2 ln -s /usr/local/ssl/lib/libcrypto.so.0.9.7 /lib/libcrypto.so.2 cd /usr/local/ssl/lib/ ln -s libcrypto.so.0.9.7 libcrypto.so.2 ln -s libssl.so.0.9.7 libssl.so.2 echo /usr/local/ssl/lib >> /etc/ld.so.conf ldconfig -v =20 cd openssh-3.5p1 useradd sshd patch < openssh-chroot-3.5p1.patch ./configure --with-pam --with-ipaddr-display --with-ipv4-default --with-md5-passwords make make install cp contrib/redhat/sshd.init /etc/init.d/sshd chkconfig --add sshd cp contrib/redhat/sshd.pam /etc/pam.d/sshd =20 thanks =20 H=E9ctor Doblado =20 |
From: Florian E. <fl...@ar...> - 2003-10-16 17:30:47
|
Hi there, I have a little problem. I would like to set the SSH option UseLogin yes in order to have things like language settings and paths up. The patch, however, does not create a chroot if I use this setting. It only works with UseLogin no. Are there any workarounds? Thanks! Florian |
From: Bob R. <bo...@ro...> - 2003-10-09 03:16:43
|
Well, fortunately for me the etc/passwd file did the trick for the ssh problem. I was then able to ssh into a chroot'ed shell as expected. I was really after scp or sftp as well. I was able to get sftp to work by re-arranging my directory structure somewhat. I originally had sftp-server in the chroot'ed file-system at /usr/local/libexec/sftp-server. However, I needed to move it to /usr/libexec/openssh/sftp-server, then I could use sftp (command line ftp-like interface) which is adequate for my needs. When I tried scp I got the similar problem with an error no the userid, but I didn't try to track it down very far. thanks everyone for the help! bob On Wed, 8 Oct 2003 16:36:21 +0100 "Niall O'Hara" <np...@ei...> wrote: > I was the one originally with this problem and copying etc/passwd doesn't > make any difference :( not for me anyway > > I never got a solution :( > > -----Original Message----- > From: chr...@li... > [mailto:chr...@li...] On Behalf Of James > Dennis > Sent: 08 October 2003 16:11 > To: Bob Robison > Cc: chr...@li... > Subject: Re: [Chrootssh-users] Cannot find account for uid > > > Try copying /etc/passwd into the chroot. Write back if that doesn't > work. > > -James > > On Wednesday, October 8, 2003, at 07:48 AM, Bob Robison wrote: > > > > > I saw an email on this list from a month or two ago about someone > > seeing the following error when running sshd -d (but saw no post about > > a solution): > > > > login_get_lastlog: Cannot find account for uid xxx > > > > I'm having the same problem and was wondering if a solution was found. > > I am running the latest (I think) tarball > > openssh-3.7.1p2-chroot.tar.gz > > > > If I have the user without the /./ in the path, he can login fine. If > > I use root and run chroot /his/path /bin/sh I get a working, > > chroot-ed shell. If I try to ssh I get immediately disconnected with > > the above error showing up in the log. > > > > Any suggestions on where to look? > > > > thanks, > > bob > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Chrootssh-users mailing list Chr...@li... > > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Chrootssh-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Chrootssh-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users |
From: Niall O'H. <np...@ei...> - 2003-10-08 16:38:02
|
Sure James, here's mine anyway. My problem is a little different as in I can get a chroot via ssh but = cannot transfer using scp? Bob if you follow my structure you will be able to get a chrooted ssh connection. I get the following error when I try to transfer a file using winscp3 to = the linux box: ! unknown user 501 OS: Redhat 9 Ver: openssh-3.7.1p2-chroot Chroot structure [root@application /]# ls -Rl /trans /trans: total 16 drwx--x--- 2 root trans 4096 Sep 12 16:49 bin drwx--x--- 2 root trans 4096 Sep 12 17:50 etc drwxr-x--- 4 root trans 4096 Sep 12 15:28 home drwx--x--- 3 root trans 4096 Sep 12 13:55 lib /trans/bin: total 1400 -rwxr-xr-x 1 root root 626028 Sep 11 23:14 bash -rwxr-xr-x 1 root root 47732 Sep 12 01:50 cp -rwxr-xr-x 1 root root 1671 Sep 12 18:02 groups -rwxr-xr-x 1 root root 14236 Sep 12 16:49 id -rwxr-xr-x 1 root root 67668 Sep 12 01:36 ls -rwxr-xr-x 1 root root 28504 Sep 12 13:51 scp -rwxr-xr-x 1 root root 626028 Sep 12 01:17 sh /trans/etc: total 12 -rw-r--r-- 1 root root 617 Sep 12 15:50 group -rw-r--r-- 1 root root 1568 Sep 12 16:34 passwd -r-------- 1 root root 1088 Sep 12 16:34 shadow /trans/home: total 8 drwx------ 2 aer aer 4096 Sep 12 13:31 aer drwx------ 2 aer2 aer2 4096 Sep 12 15:02 aer2 /trans/home/aer: total 0 /trans/home/aer2: total 0 /trans/lib: total 1876 -rwxr-xr-x 1 root root 104560 Sep 12 13:42 ld-linux.so.2 -rwxr-xr-x 1 root root 5572 Sep 12 13:54 libcom_err.so.3 -rwxr-xr-x 1 root root 969116 Sep 12 13:53 libcrypto.so.4 -rwxr-xr-x 1 root root 15900 Sep 12 13:41 libdl.so.2 -rwxr-xr-x 1 root root 73724 Sep 12 13:55 = libgssapi_krb5.so.2 -rwxr-xr-x 1 root root 63880 Sep 12 13:54 libk5crypto.so.3 -rwxr-xr-x 1 root root 385220 Sep 12 13:53 libkrb5.so.3 -rwxr-xr-x 1 root root 91624 Sep 12 13:53 libnsl.so.1 -rwxr-xr-x 1 root root 76572 Sep 12 13:52 libresolv.so.2 -rwxr-xr-x 1 root root 11784 Sep 12 13:41 libtermcap.so.2 -rwxr-xr-x 1 root root 12716 Sep 12 13:52 libutil.so.1 -rwxr-xr-x 1 root root 52616 Sep 12 13:53 libz.so.1 drwxr-xr-x 2 root root 4096 Sep 12 13:41 tls /trans/lib/tls: total 1508 -rwxr-xr-x 1 root root 1536292 Sep 12 13:41 libc.so.6 -----Original Message----- From: chr...@li... [mailto:chr...@li...] On Behalf Of James Dennis Sent: 08 October 2003 16:46 To: Niall O'Hara Cc: chr...@li... Subject: Re: [Chrootssh-users] Cannot find account for uid Can we get some more information? OS, structure of chroot, etc...? -James On Wednesday, October 8, 2003, at 11:36 AM, Niall O'Hara wrote: > I was the one originally with this problem and copying etc/passwd > doesn't > make any difference :( not for me anyway > > I never got a solution :( > > -----Original Message----- > From: chr...@li... > [mailto:chr...@li...] On Behalf Of=20 > James Dennis > Sent: 08 October 2003 16:11 > To: Bob Robison > Cc: chr...@li... > Subject: Re: [Chrootssh-users] Cannot find account for uid > > > Try copying /etc/passwd into the chroot. Write back if that doesn't=20 > work. > > -James > > On Wednesday, October 8, 2003, at 07:48 AM, Bob Robison wrote: > >> >> I saw an email on this list from a month or two ago about someone=20 >> seeing the following error when running sshd -d (but saw no post=20 >> about a solution): >> >> login_get_lastlog: Cannot find account for uid xxx >> >> I'm having the same problem and was wondering if a solution was=20 >> found. I am running the latest (I think) tarball=20 >> openssh-3.7.1p2-chroot.tar.gz >> >> If I have the user without the /./ in the path, he can login fine. =20 >> If I use root and run chroot /his/path /bin/sh I get a working,=20 >> chroot-ed shell. If I try to ssh I get immediately disconnected with = >> the above error showing up in the log. >> >> Any suggestions on where to look? >> >> thanks, >> bob >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf=20 >> _______________________________________________ >> Chrootssh-users mailing list Chr...@li... >> https://lists.sourceforge.net/lists/listinfo/chrootssh-users >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program.=20 > SourceForge.net hosts over 70,000 Open Source Projects. See the people = > who have HELPED US provide better services: Click here:=20 > http://sourceforge.net/supporters.php > _______________________________________________ > Chrootssh-users mailing list Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program.=20 > SourceForge.net hosts over 70,000 Open Source Projects. See the people = > who have HELPED US provide better services: Click here:=20 > http://sourceforge.net/supporters.php > _______________________________________________ > Chrootssh-users mailing list Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. = SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED = US provide better services: Click here: = http://sourceforge.net/supporters.php _______________________________________________ Chrootssh-users mailing list Chr...@li... https://lists.sourceforge.net/lists/listinfo/chrootssh-users |
From: James D. <ja...@fi...> - 2003-10-08 15:46:37
|
Can we get some more information? OS, structure of chroot, etc...? -James On Wednesday, October 8, 2003, at 11:36 AM, Niall O'Hara wrote: > I was the one originally with this problem and copying etc/passwd > doesn't > make any difference :( not for me anyway > > I never got a solution :( > > -----Original Message----- > From: chr...@li... > [mailto:chr...@li...] On Behalf Of James > Dennis > Sent: 08 October 2003 16:11 > To: Bob Robison > Cc: chr...@li... > Subject: Re: [Chrootssh-users] Cannot find account for uid > > > Try copying /etc/passwd into the chroot. Write back if that doesn't > work. > > -James > > On Wednesday, October 8, 2003, at 07:48 AM, Bob Robison wrote: > >> >> I saw an email on this list from a month or two ago about someone >> seeing the following error when running sshd -d (but saw no post about >> a solution): >> >> login_get_lastlog: Cannot find account for uid xxx >> >> I'm having the same problem and was wondering if a solution was found. >> I am running the latest (I think) tarball >> openssh-3.7.1p2-chroot.tar.gz >> >> If I have the user without the /./ in the path, he can login fine. If >> I use root and run chroot /his/path /bin/sh I get a working, >> chroot-ed shell. If I try to ssh I get immediately disconnected with >> the above error showing up in the log. >> >> Any suggestions on where to look? >> >> thanks, >> bob >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Chrootssh-users mailing list Chr...@li... >> https://lists.sourceforge.net/lists/listinfo/chrootssh-users >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Chrootssh-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Chrootssh-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > |
From: Niall O'H. <np...@ei...> - 2003-10-08 15:37:24
|
I was the one originally with this problem and copying etc/passwd doesn't make any difference :( not for me anyway I never got a solution :( -----Original Message----- From: chr...@li... [mailto:chr...@li...] On Behalf Of James Dennis Sent: 08 October 2003 16:11 To: Bob Robison Cc: chr...@li... Subject: Re: [Chrootssh-users] Cannot find account for uid Try copying /etc/passwd into the chroot. Write back if that doesn't work. -James On Wednesday, October 8, 2003, at 07:48 AM, Bob Robison wrote: > > I saw an email on this list from a month or two ago about someone > seeing the following error when running sshd -d (but saw no post about > a solution): > > login_get_lastlog: Cannot find account for uid xxx > > I'm having the same problem and was wondering if a solution was found. > I am running the latest (I think) tarball > openssh-3.7.1p2-chroot.tar.gz > > If I have the user without the /./ in the path, he can login fine. If > I use root and run chroot /his/path /bin/sh I get a working, > chroot-ed shell. If I try to ssh I get immediately disconnected with > the above error showing up in the log. > > Any suggestions on where to look? > > thanks, > bob > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Chrootssh-users mailing list Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Chrootssh-users mailing list Chr...@li... https://lists.sourceforge.net/lists/listinfo/chrootssh-users |
From: James D. <ja...@fi...> - 2003-10-08 15:11:45
|
Try copying /etc/passwd into the chroot. Write back if that doesn't work. -James On Wednesday, October 8, 2003, at 07:48 AM, Bob Robison wrote: > > I saw an email on this list from a month or two ago about someone > seeing the following error when running sshd -d (but saw no post about > a solution): > > login_get_lastlog: Cannot find account for uid xxx > > I'm having the same problem and was wondering if a solution was found. > I am running the latest (I think) tarball > openssh-3.7.1p2-chroot.tar.gz > > If I have the user without the /./ in the path, he can login fine. If > I use root and run chroot /his/path /bin/sh I get a working, > chroot-ed shell. If I try to ssh I get immediately disconnected with > the above error showing up in the log. > > Any suggestions on where to look? > > thanks, > bob > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Chrootssh-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chrootssh-users > |