How to port forward inside a folder ?

2012-05-24 Thread J. Bakshi
Hello, iptables port forwarding is running fine here. 192.168.1.1:82 forwarded to 192.168.1.2:80 `` # for 82 > 80 of 192.168.1.2 iptables -A INPUT -p tcp -m tcp --dport 82 -j ACCEPT iptables -A PREROUTING -t nat -i ${LAN_IFACE} -p tcp --dport 82 -j DNAT --to 192.168.1.2:80 i

Re: How to port forward inside a folder ?

2012-05-24 Thread Jari Fredriksson
On Thu, May 24, 2012 11:11, J. Bakshi wrote: > Hello, > > iptables port forwarding is running fine here. > > 192.168.1.1:82 forwarded to 192.168.1.2:80 > > `` > # for 82 > 80 of 192.168.1.2 > iptables -A INPUT -p tcp -m tcp --dport 82 -j ACCEPT > iptables -A PREROUTING -t nat -i

Re: [Bulk] Re: ssh error - Write failed: Broken pipe

2012-05-24 Thread elbbit
On 23/05/12 22:45, Gary Dale wrote: > On 23/05/12 04:53 PM, elbbit wrote: >> On your server put this line in your sshd_config after "Port 22": >> >> Port 443 >> >> Do a "service ssh restart" or "/etc/init.d/ssh restart". Connect using: >> >> ssh -p 443 user@host >> > That has the same issue as the

Re: How to port forward inside a folder ?

2012-05-24 Thread Stan Hoeppner
On 5/24/2012 3:11 AM, J. Bakshi wrote: > Hello, > > iptables port forwarding is running fine here. > > 192.168.1.1:82 forwarded to 192.168.1.2:80 > > `` > # for 82 > 80 of 192.168.1.2 > iptables -A INPUT -p tcp -m tcp --dport 82 -j ACCEPT > iptables -A PREROUTING -t nat -i ${

Re: FS rights error with Samba share

2012-05-24 Thread keith
On Wed, 23 May 2012 22:14:08 +0500 Muhammad Yousuf Khan wrote: > Finally Solved.. > > !!! it is sooo relaxing > > i have been working on this for 2 days. even i knew it too but mind > was not going that way. but now i will remember it till death :) as i > have over-googled th

Re: How to port forward inside a folder ?

2012-05-24 Thread J. Bakshi
On Thu, 24 May 2012 11:23:47 +0300 "Jari Fredriksson" wrote: > On Thu, May 24, 2012 11:11, J. Bakshi wrote: > > Hello, > > > > iptables port forwarding is running fine here. > > > > 192.168.1.1:82 forwarded to 192.168.1.2:80 > > > > `` > > # for 82 > 80 of 192.168.1.2 > > ipta

Re: How to port forward inside a folder ?

2012-05-24 Thread Lars Noodén
On 5/24/12 11:32 AM, J. Bakshi wrote: > Ok, thanks. > Then I'll do it by rewrite through .htaccess If you have access to the web server's configuration file, put your changes there instead. It is better to have everything in the same place. Also, if you haven't already, take a look at the Rewrit

Re: Re: (Debian 2.6.32-45) problems using ipv6/ip6tables #2

2012-05-24 Thread g.spellauge
thanks, bu what i do not understand is the fact, that v6-traffic (even the responses to http-requests) is completely blocked after successfully receiving a few echo-replys? if i modify ${IPT} -A INPUT -i ${INE_IFACE} -m state --state ESTABLISHED,RELATED -j ACCEPT ${IPT} -A INPUT -i

Re: How to port forward inside a folder ?

2012-05-24 Thread J. Bakshi
On Thu, 24 May 2012 12:46:33 +0300 Lars Noodén wrote: > On 5/24/12 11:32 AM, J. Bakshi wrote: > > Ok, thanks. > > Then I'll do it by rewrite through .htaccess > > If you have access to the web server's configuration file, put your > changes there instead. It is better to have everything in the

Re: ssh error - Write failed: Broken pipe

2012-05-24 Thread Karl E. Jorgensen
Hi - entering this thread late... On Wed, May 23, 2012 at 07:46:29PM +0100, Gary Dale wrote: > I'm connecting at various times to different Debian/Squeeze servers from > my Debian/Wheezy workstation using ssh. No matter which server I connect > to, I find that if I move a lot of data on the remo

Re: ssh error - Write failed: Broken pipe

2012-05-24 Thread Karl E. Jorgensen
On Wed, May 23, 2012 at 08:25:20PM +0100, Gary Dale wrote: > On 23/05/12 03:07 PM, elbbit wrote: > > On 23/05/12 19:46, Gary Dale wrote: > >> This is repeatable 100% of the time. > > I get this error on my ISP. I have found they are inspecting the > > internet packets and terminating if there is t

Mounting local filesystem failed on boot

2012-05-24 Thread Muhammad Yousuf Khan
i am getting Mounting local filesystem failed on every boot. and the problem line in fstab is "proc/proc proc defaults0 0" here is my fstab # proc/proc procdefaults0 0 # / was on /dev/sda3 during installat

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Ralf Mardorf
On Thu, 2012-05-24 at 17:40 +0500, Muhammad Yousuf Khan wrote: > i am getting Mounting local filesystem failed on every boot. and the > problem line in fstab is > proc/proc procdefaults0 0 This can't be the cause. The line is correct. > what this proc moun

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Muhammad Yousuf Khan
On Thu, May 24, 2012 at 6:02 PM, Ralf Mardorf wrote: > On Thu, 2012-05-24 at 17:40 +0500, Muhammad Yousuf Khan wrote: >> i am getting Mounting local filesystem failed on every boot. and the >> problem line in fstab is > >> proc            /proc           proc    defaults        0       0 > > This

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Muhammad Yousuf Khan
On Thu, May 24, 2012 at 6:28 PM, Muhammad Yousuf Khan wrote: > On Thu, May 24, 2012 at 6:02 PM, Ralf Mardorf > wrote: >> On Thu, 2012-05-24 at 17:40 +0500, Muhammad Yousuf Khan wrote: >>> i am getting Mounting local filesystem failed on every boot. and the >>> problem line in fstab is >> >>> proc

Re: wheezy: non-free latex fonts no longer work

2012-05-24 Thread Johannes Wiedersich
Thanks for your help! On 23/05/12 18:55, Camaleón wrote: > On Tue, 22 May 2012 22:40:56 +0200, Johannes Wiedersich wrote: > According to this bug report (message #30) the script is not available > anymore: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664646 Yes, that's the problem: 1. the

Calibre No Longer Loads, Segfault

2012-05-24 Thread Thomas H. George
Ran a dist-upgrade, Wheezy, and now starting Calibre fails with a segmentation fault. Tom -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120524141759.ga8...@tomgeo

Re: [r...@verizon.net: Re: GCC - Best way to build cross compiler?]

2012-05-24 Thread rbmj
On 05/21/2012 06:20 AM, Chris Bannister wrote: Hi, rbmj, Please keep messages on list. Read: http://www.debian.org/MailingLists/ If you are not subscribed, you will not rec replies to your queries! Weird, I know, butI thought I'd seen emails from you before hence thought you were subscribed.

Re: Calibre No Longer Loads, Segfault

2012-05-24 Thread Claudius Hubig
Hello Thomas, "Thomas H. George" wrote: > Ran a dist-upgrade, Wheezy, and now starting Calibre fails with a > segmentation fault. Probably http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668314, try to install the version from unstable. Best regards, Claudius -- The absurd is the essential c

can't seem to find xorg.conf

2012-05-24 Thread Michael Fothergill
Dear folks, Isn't xorg.conf supposed to be in /etc/X11? I recently reinstalled squeeze on my new AMD64 box and I noticed that the login environment in gnome looks grungier than normal - I didn't get the cute login box and impressive pictures of the earth taken from space followed by shots of part

Re: can't seem to find xorg.conf

2012-05-24 Thread Indulekha
On Thu, May 24, 2012 at 03:38:05PM +0100, Michael Fothergill wrote: > Dear folks, > > Isn't xorg.conf supposed to be in /etc/X11? > /usr/share/X11 is the new location. -- ❤ ♫ ❤ ♫ ❤ ♫ ❤ Indulekha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubs

question

2012-05-24 Thread fred_region971
Bonjour, Puis-je tester ou installer debian sur un macbook pro (intel) de 2008 ? merci -- http://www.fastmail.fm - The professional email service -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Arch

RE: can't seem to find xorg.conf

2012-05-24 Thread Jeffrey Langerak
However, if a xorg.conf file is created and placed in /etc/X11/, the configfile will be loaded from there. Verzonden met mijn Windows Phone Van: Indulekha Verzonden: 24-5-2012 16:42 Aan: debian-user@lists.debian.org Onderwerp: Re: can't seem to find xorg.conf On

Re: mp280

2012-05-24 Thread Camaleón
On Wed, 23 May 2012 20:30:56 +0200, steef wrote: > Camaleón wrote: >> On Wed, 23 May 2012 08:54:54 +0200, steef wrote: >> >>> just a small question: has somebody an experience with the 'canon >>> pixma mp 280 printer' under debian; (cups) ? a very cheap and compact >>> printer so i am told. >> >>

dhclient does not recognize config file

2012-05-24 Thread Paul Zimmerman
dhclient in Squeeze pays no attention to the config file at /etc/dhcp/dhclient.conf All I need it to do is prepend the local host to resolv.conf so dns caching will work. How do you get dhclient to do anything other than the default behavior? -- To UNSUBSCRIBE, email to debian-user-requ...@

Re: mp280

2012-05-24 Thread Camaleón
On Wed, 23 May 2012 15:15:46 -0400, Celejar wrote: > On Wed, 23 May 2012 17:11:58 + (UTC) Camaleón > wrote: (...) >> I always avoid Canon devices as much as I can but if there's no >> option... > > I'm not very happy with my MP-240: > > 1) [Binary only :(] drivers don't install cleanly on

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Muhammad Yousuf Khan
On Thu, May 24, 2012 at 6:33 PM, Muhammad Yousuf Khan wrote: > On Thu, May 24, 2012 at 6:28 PM, Muhammad Yousuf Khan > wrote: >> On Thu, May 24, 2012 at 6:02 PM, Ralf Mardorf >> wrote: >>> On Thu, 2012-05-24 at 17:40 +0500, Muhammad Yousuf Khan wrote: i am getting Mounting local filesystem

Re: can't seem to find xorg.conf

2012-05-24 Thread Brian
On Thu 24 May 2012 at 15:38:05 +0100, Michael Fothergill wrote: > Isn't xorg.conf supposed to be in /etc/X11? No. Normally, none is required. [Snip] > I can't see xorg.conf in there > > This is a new installation. Maybe I'm looking with my eyes shut. No. > Suggestions welcome. For

Re: aptitude changelog gives "You must put some 'source' URIs in your sources.list"

2012-05-24 Thread Camaleón
On Wed, 23 May 2012 20:59:43 +0200, Arnt Karlsen wrote: > On Wed, 23 May 2012 17:41:06 + (UTC), Camaleón wrote in message > : >> > ..that probably depends on the usefulness of your definition of >> > "$subject". ;o) >> >> There's no much room for guessing: > > ..no? ;o) Sure not. What's wh

Re: can't seem to find xorg.conf

2012-05-24 Thread Brian
On Thu 24 May 2012 at 09:42:28 -0500, Indulekha wrote: > On Thu, May 24, 2012 at 03:38:05PM +0100, Michael Fothergill wrote: > > Dear folks, > > > > Isn't xorg.conf supposed to be in /etc/X11? > > > > /usr/share/X11 is the new location. Are you sure of this? -- To UNSUBSCRIBE, email to debi

Re: FS rights error with Samba share

2012-05-24 Thread Camaleón
On Thu, 24 May 2012 09:30:52 +0100, keith wrote: > On Wed, 23 May 2012 22:14:08 +0500 > Muhammad Yousuf Khan wrote: > >> Finally Solved.. >> >> !!! it is sooo relaxing >> >> i have been working on this for 2 days. even i knew it too but mind >> was not going that way. but no

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Brian
On Thu 24 May 2012 at 19:57:32 +0500, Muhammad Yousuf Khan wrote: > Kindly check this also > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425199 > there is some thing with proc mount An interesting bug report. It appears to me you have grounds for adding to it. First compare what is on your

Re: ssh error - Write failed: Broken pipe

2012-05-24 Thread Chris Davies
Karl E. Jorgensen wrote: > I've seen that before and it took us ages to narrow down - in our case > (admittedly your case may be different), it was the combination of > network interface MTU and packet fragmentation. I was just going to suggest exactly the same thing. And it took us ages to track

Re: why does control-4 generate SIGQUIT in X?

2012-05-24 Thread Chris Davies
Chris Bannister wrote: > start an xterm, type > stty quit "" > stty -a shows quit as "" Exactly my point. So ^\ no longer works at all (in that xterm). Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Re: wheezy: non-free latex fonts no longer work

2012-05-24 Thread Camaleón
On Thu, 24 May 2012 15:39:29 +0200, Johannes Wiedersich wrote: > Thanks for your help! > > On 23/05/12 18:55, Camaleón wrote: >> On Tue, 22 May 2012 22:40:56 +0200, Johannes Wiedersich wrote: >> According to this bug report (message #30) the script is not available >> anymore: >> >> http://bugs.d

Re: Kernel Oops when closing the lid on Alienware M11xR3 laptop

2012-05-24 Thread Camaleón
On Wed, 23 May 2012 21:42:45 +0100, elbbit wrote: > Update... > > With i915 blacklisted or not the problem continues: > > Full gnome -> close lid -> kernel oops Compiz -> close lid -> kernel > oops > Bare xorg (just an xterm) -> close lid -> kernel oops (...) It seems the OP has already opened

Re: dhclient does not recognize config file

2012-05-24 Thread Karl E. Jorgensen
Hi On Thu, May 24, 2012 at 03:33:21PM +0100, Paul Zimmerman wrote: > dhclient in Squeeze pays no attention to the config file at > /etc/dhcp/dhclient.conf How about /etc/dhcp3/dhclient.conf ? -- Karl E. Jorgensen IT Operations -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.or

Re: can't seem to find xorg.conf

2012-05-24 Thread Camaleón
On Thu, 24 May 2012 15:38:05 +0100, Michael Fothergill wrote: > Isn't xorg.conf supposed to be in /etc/X11? No... since a bunch of years :-) > I recently reinstalled squeeze on my new AMD64 box and I noticed that > the login environment in gnome looks grungier than normal - I didn't get > the cu

Re: question

2012-05-24 Thread Richard Owlett
fred_region...@fastmail.fm wrote: Bonjour, Puis-je tester ou installer debian sur un macbook pro (intel) de 2008 ? merci Yes. References in English: http://wiki.debian.org/MacBookPro http://www.google.com/search?q=debian+macbook+pro+intel Reference in French: http://www.debian.org/in

Re: mail not sending message

2012-05-24 Thread Camaleón
On Wed, 23 May 2012 15:36:49 -0700, Chris Evans wrote: > I am having trouble getting mail to send the message I attach the script > below (...) > mail -s "$SUBJECT" -t "$EMAIL" < $EMAILMESSAGE Run the command manually and check for the output. Greetings, -- Camaleón -- To UNSUBSCRIBE

re:10.1" nomal,B156XW02 V.6 are available

2012-05-24 Thread Aimee Luo
Dear my customer, Good day! 10.1" normal and 15.6" LED are available. pls note. do you want offer,pls contact me by email or skype:aimee_luo or MSN:shengru...@hotmail.com . 15.6"AUOB156XW02 V.61366(RGB)×768 Glossy LED 40pin10.1"ChimeiBT101WI01 V.01024(RGB)×600 Glossy LED 40pin --- Aimee Luo

Re: Verifying integrity of .deb file

2012-05-24 Thread Uttam
Claudius Hubig chubig.net> writes: [snip] > Do you want to verify the downloaded .deb or do you want to verify > the content on your machine? The latter can be done with debsums, as > you mentioned. If setting up a repository is not a good idea for you > (for whatever reasons), you might want to

re:10.1" nomal,B156XW02 V.6 are available

2012-05-24 Thread Aimee Luo
Dear my customer, Good day! 10.1" normal and 15.6" LED are available. pls note. do you want offer,pls contact me by email or skype:aimee_luo or MSN:shengru...@hotmail.com . 15.6"AUOB156XW02 V.61366(RGB)×768 Glossy LED 40pin10.1"ChimeiBT101IW01 V.01024(RGB)×600 Glossy LED 40pin Waiting! ---

Re: FS rights error with Samba share

2012-05-24 Thread Muhammad Yousuf Khan
On Thu, May 24, 2012 at 8:11 PM, Camaleón wrote: > On Thu, 24 May 2012 09:30:52 +0100, keith wrote: > >> On Wed, 23 May 2012 22:14:08 +0500 >> Muhammad Yousuf Khan wrote: >> >>> Finally Solved.. >>> >>> !!!  it is sooo relaxing >>> >>>  i have been working on this for 2 days. eve

Re: FS rights error with Samba share

2012-05-24 Thread keith
On Thu, 24 May 2012 15:11:06 + (UTC) Camaleón wrote: > > Nah... that never works. > > By that time the samba team will have completely rewrote their smb stack > which will be radically different from the current implementation so the > tip you have saved as a treasure will be of no effec

Re: Playing Video - More questions

2012-05-24 Thread Ethan Rosenberg
At 09:43 AM 5/23/2012, Scott Ferguson wrote: On 23/05/12 13:41, Ethan Rosenberg wrote: > Dear List - > > This might not be the correct address for this problem. If it is not, > please direct me appropriately. > > I am trying to play a video. The following code is in Index1.html: > > > "file://

Re: Install Squeeze with firmware

2012-05-24 Thread Camaleón
On Thu, 24 May 2012 19:29:59 +0200, Antispammbox-debian wrote: (...) > I don't know what to do! Don't panic. If you are interested in reporting the problem, jump to a debug console or save the logs somewhere, then open a bug report and append the data. If you only want to get the system inst

Re: Install Squeeze with firmware

2012-05-24 Thread Brian
On Thu 24 May 2012 at 19:29:59 +0200, Antispammbox-debian wrote: > I try with cat isofile.iso > /dev/sdb1, but the filesystem created on usb do > not compatible with > boot from usb. The command is cat isofile.iso > /dev/sdb Look - it is 'b', not 'b1'. isofile.iso is written to the whole dev

Fwd: Switching between modes in mutt.

2012-05-24 Thread Peter Easthope
This morning I skimmed through http://www.mutt.org/doc/manual/manual-2.html#ss2.3 . Section 2.3 describes index mode and pager mode. In index mode, typing a message number opens the message in the pager. That's the switch from index to pager. How is a switch from pager to index invoked? Ie.,

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Roger Leigh
On Thu, May 24, 2012 at 07:57:32PM +0500, Muhammad Yousuf Khan wrote: > On Thu, May 24, 2012 at 6:33 PM, Muhammad Yousuf Khan > wrote: > > On Thu, May 24, 2012 at 6:28 PM, Muhammad Yousuf Khan > > wrote: > >> On Thu, May 24, 2012 at 6:02 PM, Ralf Mardorf > >> wrote: > >>> On Thu, 2012-05-24 at

Re: Fwd: Switching between modes in mutt.

2012-05-24 Thread John L. Cunningham
It's usually "q" or "i". Check at the top-left of the screen when in the pager. Mine says "i:Exit" but q also works. John On Thu, May 24, 2012 at 11:35:36AM -0700, Peter Easthope wrote: > This morning I skimmed through > http://www.mutt.org/doc/manual/manual-2.html#ss2.3 . Section 2.3 > describ

Dying Iceweasel.

2012-05-24 Thread Peter Easthope
Two systems here with current Squeeze. One is a Compaq Armada E500; the other a generic desktop machine with a Foxconn board. Try this in each. In iceweasel, google "site:skype.com create account" and attempt to open the account creation page. The URI is too long to mention. In the Foxconn

Re: Install Squeeze with firmware

2012-05-24 Thread Antispammbox-debian
- Original Message - From: "Brian" To: Sent: Thursday, May 24, 2012 8:21 PM Subject: Re: Install Squeeze with firmware On Thu 24 May 2012 at 19:29:59 +0200, Antispammbox-debian wrote: I try with cat isofile.iso > /dev/sdb1, but the filesystem created on usb do not compatible wit

Re: Install Squeeze with firmware

2012-05-24 Thread Antispammbox-debian
I don't know what to do! Don't panic. If you are interested in reporting the problem, jump to a debug console or save the logs somewhere, then open a bug report and append the data. If you only want to get the system installed, skip the netwok configuration and install the system with t

Re: Install Squeeze with firmware

2012-05-24 Thread Brian
On Thu 24 May 2012 at 20:47:56 +0200, Antispammbox-debian wrote: >> On Thu 24 May 2012 at 19:29:59 +0200, Antispammbox-debian wrote: >> >> The command is >> >> cat isofile.iso > /dev/sdb >> >> Look - it is 'b', not 'b1'. isofile.iso is written to the whole device, >> not to a partition on it. >

Re: Install Squeeze with firmware

2012-05-24 Thread Antispammbox-debian
Hi all I partition with: cfdisk /dev/sdb and format with: msdosfs -F 16 /dev/sdb1 put file firmware in root usb2 tomorrow I try to install! Thanks Regards - Original Message - From: "Brian" Newsgroups: linux.debian.user Sent: Thursday, May 24, 2012 9:20 PM Subject: Re: Instal

Re: mp280

2012-05-24 Thread steef
dear camaleon, after all I have read now I should have bought another printer if this one was not given to me. we got a dutch proverb that says: 'do not look a given horse into the mouth'. so: i will try out this machine whatever happens. i see it as a challenge. if it does not work i buy mys

glibc2-14

2012-05-24 Thread Shane Johnson
I have just run into a issue where the driver for a ASPEED video card worked in wheezy, and now is complaining about glibc not being at 2.14. When I look to see the version installed, it is 2.13. Does anyone know if there was a reversion or how I might go about resolving this? Thanks -- Shane

Word Perfect 5.1 under Free Dos

2012-05-24 Thread Charles Kroeger
Is this possible now? Installing Free Dos loading in a copy of Word Perfect 5.1 that can also use the system printer under CUPS? Is this hopeless? -- Thanks CK -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Re: Word Perfect 5.1 under Free Dos

2012-05-24 Thread John L. Cunningham
On Thu, May 24, 2012 at 04:25:23PM -0500, Charles Kroeger wrote: > Installing Free Dos loading in a copy of Word Perfect 5.1 > that can also use the system printer under CUPS? Ah! A true believer! IMHO think WPDOS to work with CUPS is more trouble than it's worth. The following page suggests tha

Re: Word Perfect 5.1 under Free Dos

2012-05-24 Thread Roger Leigh
On Thu, May 24, 2012 at 04:25:23PM -0500, Charles Kroeger wrote: > Is this possible now? > > Installing Free Dos loading in a copy of Word Perfect 5.1 > that can also use the system printer under CUPS? You can certainly drive the system printer using DOSEMU. However, how well this will work dep

Re: dhclient does not recognize config file

2012-05-24 Thread Paul Zimmerman
References: <1337870001.52679.yahoomail...@web162602.mail.bf1.yahoo.com>, Camaleón wrote: >On Thu, 24 May 2012 07:33:21 -0700, Paul Zimmerman wrote: >> dhclient in Squeeze pays no attention to the config file >> at/etc/dhcp/dhclient.conf >How does the file look like? Also, did you restar

Re: Fwd: Switching between modes in mutt.

2012-05-24 Thread Jude DaShiell
Probably hit q to get back into index mode.On Thu, 24 May 2012, Peter Easthope wrote: > This morning I skimmed through > http://www.mutt.org/doc/manual/manual-2.html#ss2.3 . Section 2.3 > describes index mode and pager mode. In index mode, typing a message > number opens the message in the page

Re: Install Squeeze with firmware

2012-05-24 Thread Brian
On Thu 24 May 2012 at 22:04:47 +0200, Antispammbox-debian wrote: > > I partition with: cfdisk /dev/sdb > and format with: msdosfs -F 16 /dev/sdb1 > > put file firmware in root usb2 It might be a better idea to put just tigon_tg3.bin on stick. -- To UNSUBSCRIBE, email to debian-user-requ...@li

Re: Dying Iceweasel.

2012-05-24 Thread Arnt Karlsen
On Thu, 24 May 2012 09:06:41 -0700, Peter wrote in message <4fbe5c91.8070...@shaw.ca>: > Two systems here with current Squeeze. One is a Compaq Armada E500; > the other a generic desktop machine with a Foxconn board. Try this > in each. In iceweasel, google "site:skype.com create account" and >

Re: Word Perfect 5.1 under Free Dos

2012-05-24 Thread Charles Kroeger
On Fri, 25 May 2012 00:20:02 +0200 Roger Leigh wrote: > You can certainly drive the system printer using DOSEMU. However, > how well this will work depends on what type of printer you're > using. If you're using a printer supported natively by WordPerfect, > then you can just get DOSEMU to run

Re: Word Perfect 5.1 under Free Dos

2012-05-24 Thread Arnt Karlsen
On Thu, 24 May 2012 23:15:02 +0100, Roger wrote in message <20120524221502.gh22...@codelibre.net>: > On Thu, May 24, 2012 at 04:25:23PM -0500, Charles Kroeger wrote: > > Is this possible now? > > > > Installing Free Dos loading in a copy of Word Perfect 5.1 > > that can also use the system prin

Re (2): Dying Iceweasel.

2012-05-24 Thread peter
From: Arnt Karlsen Date: Fri, 25 May 2012 03:02:02 +0200 > ..a WAG: 'aptitude purge flashplugin-nonfree \ > &&aptitude install flashplugin-nonfree ' and > try the page again, could be they require a new > flash version. These systems have flashplayer-mozilla. I can try reinstalling that.

How to get new RSA key in known_hosts file?

2012-05-24 Thread Marc Shapiro
I recently had to reinstall Squeeze on my desktop box due to hard disk issues. On reinstalling OpenSSH a new key was generated. Now, when I try to connect from my laptop I get the following message: @@@ @WARNING: REMOTE HOST IDENTIFICAT

Re: Word Perfect 5.1 under Free Dos

2012-05-24 Thread Marc Shapiro
On 05/24/2012 03:10 PM, John L. Cunningham wrote: On Thu, May 24, 2012 at 04:25:23PM -0500, Charles Kroeger wrote: Installing Free Dos loading in a copy of Word Perfect 5.1 that can also use the system printer under CUPS? Ah! A true believer! If I could only get "View Codes" in OO.o! Marc -

Re: How to get new RSA key in known_hosts file?

2012-05-24 Thread Celejar
On Thu, 24 May 2012 20:24:49 -0700 Marc Shapiro wrote: > I recently had to reinstall Squeeze on my desktop box due to hard disk > issues. On reinstalling OpenSSH a new key was generated. Now, when I > try to connect from my laptop I get the following message: > > @@

Re: Dying Iceweasel.

2012-05-24 Thread Scott Ferguson
On 25/05/12 02:06, Peter Easthope wrote: > Two systems here with current Squeeze. One is a Compaq Armada E500; the > other a generic desktop machine with a Foxconn board. Try this in each. > In iceweasel, google "site:skype.com create account" and attempt to > open the account creation page. Th

Re: Playing Video - More questions -- Please --- some answers -- I'm stuck

2012-05-24 Thread Ethan Rosenberg
At 09:43 AM 5/23/2012, Scott Ferguson wrote: On 23/05/12 13:41, Ethan Rosenberg wrote: > Dear List - > > This might not be the correct address for this problem. If it is not, > please direct me appropriately. > > I am trying to play a video. The following code is in Index1.html: > > > "file://

(Almost Solved) Re: How to get new RSA key in known_hosts file?

2012-05-24 Thread Marc Shapiro
On 5/24/12, Celejar wrote: > On Thu, 24 May 2012 20:24:49 -0700 > Marc Shapiro wrote: >> How do I manually enter the rsa key, or get ssh to do so, so that I >> can connect again? > > Issue 'ssh-keygen -R your_hostname_or_ip_address' > > Then try reconnecting. That got me connected, after answe

Re: Playing Video - More questions

2012-05-24 Thread Scott Ferguson
On 25/05/12 03:32, Ethan Rosenberg wrote: > At 09:43 AM 5/23/2012, Scott Ferguson wrote: >> On 23/05/12 13:41, Ethan Rosenberg wrote: >>> Dear List - >>> >>> This might not be the correct address for this problem. If it is >>> not, please direct me appropriately. >>> >>> I am trying to play a vi

Re: How to get new RSA key in known_hosts file?

2012-05-24 Thread Scott Ferguson
On 25/05/12 13:24, Marc Shapiro wrote: > I recently had to reinstall Squeeze on my desktop box due to hard disk > issues. On reinstalling OpenSSH a new key was generated. Now, when I > try to connect from my laptop I get the following message: > >

Re: Playing Video - More questions -- Please --- some answers -- I'm stuck

2012-05-24 Thread Scott Ferguson
On 25/05/12 15:06, Ethan Rosenberg wrote: > At 09:43 AM 5/23/2012, Scott Ferguson wrote: >> On 23/05/12 13:41, Ethan Rosenberg wrote: >> > Dear List - >> > Hi Ethan, I can't see much difference between this post, and the one I've just responded to Kind regards -- Iceweasel/Firefox/Chrome

Re: How to get new RSA key in known_hosts file?

2012-05-24 Thread Scott Ferguson
On 25/05/12 13:47, Celejar wrote: > On Thu, 24 May 2012 20:24:49 -0700 Marc Shapiro > wrote: > >> I recently had to reinstall Squeeze on my desktop box due to hard >> disk issues. On reinstalling OpenSSH a new key was generated. Now, >> when I try to connect from my laptop I get the following m

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Ralf Mardorf
On Thu, 2012-05-24 at 19:57 +0500, Muhammad Yousuf Khan wrote: > Kindly check this also > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425199 > there is some thing with proc mount Subject: Re: Bug#425199: Mounting local filesystems... Failed! Date: Tue, 10 Jan 2012 15:04:55 + > Is it an i

Re: Word Perfect 5.1 under Free Dos

2012-05-24 Thread Charles Kroeger
On Fri, 25 May 2012 03:10:02 +0200 Arnt Karlsen wrote: > ..and it probably doesn't need real hardware either, run it > in a virtual machine and tell us how it worked for you. :o) I'll be glad to report back but first a little help: I take it this isn't about using DOSMU but a virtual machine w

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Muhammad Yousuf Khan
On Thu, May 24, 2012 at 11:37 PM, Roger Leigh wrote: > > On Thu, May 24, 2012 at 07:57:32PM +0500, Muhammad Yousuf Khan wrote: > > On Thu, May 24, 2012 at 6:33 PM, Muhammad Yousuf Khan > > wrote: > > > On Thu, May 24, 2012 at 6:28 PM, Muhammad Yousuf Khan > > > wrote: > > >> On Thu, May 24, 20

Re: Mounting local filesystem failed on boot

2012-05-24 Thread Muhammad Yousuf Khan
On Fri, May 25, 2012 at 11:07 AM, Ralf Mardorf wrote: > On Thu, 2012-05-24 at 19:57 +0500, Muhammad Yousuf Khan wrote: >> Kindly check this also >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425199 >>  there is some thing with proc mount > > Subject: Re: Bug#425199: Mounting local filesystem