Hi,
I use ETCH.
If I log on like " ftp localhost"
and set the command: "ls" I get the following message:
ftp> ls
500 Illegal PORT rejected (address wrong).
ftp: bind: Address already in use
What is wrong ???
I appreciate any answer.
Thanks n advance
Harald Grosse Hokamp
[EMAIL PROTECTED]
--
T
Hi,
I am a linux newbie, sort of. After upgrading from
Ubuntu 6.10 to 7.04, I suddenly experience a problem
with my bittorrent client (Bit Tornado) when there are
German umlauts in the torrent name. It doesn't start,
renaming the .torrent file sitting on my harddrive
doesn't help. The full error m
My installation saga continues into it's fourth week and I've narrowed
down some of the problems in setting up my dual-boot system. To recap:
- I have an ASUS m2n SLI mobo with 4 identical SATA drives
- I would like to use two drives each for two raid1s for windows and debian
My current issue
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ron Johnson wrote:
> On 04/22/07 15:58, Joe Hart wrote:
>> Ron Johnson wrote:
>>> On 04/22/07 14:16, Joe Hart wrote:
>>> [snip]
Which drivers are you using? On my system, the "nv" drivers are very
sluggish, and the new xorg broke my 97.55, s
Daniel Burrows wrote:
> Could you quote what aptitude actually output?
debian:~# aptitude install -f kde/unstable
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso... Fatto
Lettura delle informazioni sullo stato esteso
Inizializzazione dello st
Kevin Mark wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Sun, Apr 22, 2007 at 12:42:45AM -0400, Kamaraju S Kusumanchi wrote:
>> Say I am running Etch and my /etc/apt/sources.list contains only entries
>> related to Stable. Using command line interface, What is the efficient
>> w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Apr 22, 2007 at 12:42:45AM -0400, Kamaraju S Kusumanchi wrote:
> Say I am running Etch and my /etc/apt/sources.list contains only entries
> related to Stable. Using command line interface, What is the efficient way
> to obtain information about
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, Apr 21, 2007 at 01:37:59AM -0700, mxc wrote:
>
> Hi there,
>
> I installed backuppc to do backups of our servers. For the first three weeks
> everything went fine and then suddenly the backups stopped working.
> Initially backuppc reported th
Title: paragon
Asa,
http://biz.yahoo.com/iw
/070413/0238440.html
Chad
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I just upgraded to etch (with xorg) from sarge (with xfree86).
Had some problems with xserver-xorg not being installed, but finally
got X running again. It seems to work fine, but when I try to switch
to a virtual terminal, I just see what appears to be a garbled and
magnified version of the X dis
Hi.
At work we have a bunch of NFS servers. The servers provide the home
directories for all the employees client machines.
Most of the employees mount their home dirs manually, but some are mounted
using scripts. Employee John knows he belongs to NFS server 1, and emplyoee
Britney knows she
Solved the mount problem with Etch :)
I had to disable device-mapper. I followed the instructions in the
following posting and commented out all references to dm-mod and dm-mirror.
http://www.linuxquestions.org/questions/showthread.php?t=494987
Cheers, Brendan.
Brendan Simon wrote:
I'm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Franck Joncourt wrote:
> I do not think the same way you do. If you are not running any servers,
> except ssh
I never said that. I said that ssh is the only port forwarded from the
firewall to the machine. The machine is used internally for various
se
[EMAIL PROTECTED] writes:
> I just installed Etch on i386 (previously used Sarge). My printer,
> on the parallel port, has stopped working. I'm using LPRng with a
> custom print filter that sends lpd output to /dev/lp0. Unfortunately
> there is no longer any /dev/lp0, despite parport and parport_p
Greetings . I am Barr. PAUL DUKE. I am reaching you to handle an investment portfolio.I am reaching you to assist in repatriating the funds and property left behind by my late client before it will be confiscated by government and declared unserviceable by the bank where the huge deposits were lodg
2007/4/20, Ron Johnson <[EMAIL PROTECTED]>:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/20/07 01:54, Wang Xu wrote:
> On Fri, Apr 20, 2007 at 01:42:29AM -0500, Kent West wrote:
>> Perhaps try "modprobe i810"?
>
> IMHO i810.ko is something about drm,
Something about drm?
I do think so
On 04/22/2007 11:12:47 AM, Bill Shofner wrote:
On 04/22/2007 09:57:57 AM, Florian Kulzer wrote:
On Sat, Apr 21, 2007 at 18:46:26 -0400, Bill Shofner wrote:
>> On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:
>>> On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
>> >> After upgrading m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 17:32, Curt Howland wrote:
> On Sunday 22 April 2007, Mauro Sacchetto <[EMAIL PROTECTED]>
> was heard to say:
>> Ron Johnson wrote:
>>> # NVIDVER=1.0-9755
>>> # sh NVIDIA-Linux-x86-$NVIDVER-pkg1.run \
>>> --x-module-path=`X -showDefaul
On Sun, Apr 22, 2007 at 04:23:35PM -0400, I wrote:
> My Etch machine is displaying incorrect dates.
On Sun, 22 Apr 2007 20:10:22 -0400, Douglas Allan Tutty wrote:
> Try disabling the ntp startup script (change the rc2.d symlink following
> the instructions in the readme file in the rc2.d directo
I've seen the same thing with tail -f, and it confuses me as well.
I look forward to an expert answer!
In this case, sed alone can handle the job, if you want to avoid perl:
tail -f mylog | sed -n '/smtg/s/end/notend/p'
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubsc
On Sunday 22 April 2007 16:13, bilbo wrote:
> Recently I faced a strange behaviour of the Linux commands. I have a
> log file which contains a lot of information. I wanted to extract some
> informations out of it. But when I tried to
>
> tail -f mylog | grep 'smtg' | sed -n 's/end/notend/p'
>
> no
On 2007-04-22, bilbo <[EMAIL PROTECTED]> wrote:
> log file which contains a lot of information. I wanted to extract some
> informations out of it. But when I tried to
>
> tail -f mylog | grep 'smtg' | sed -n 's/end/notend/p'
>
> no output could be found. Which was quite surprising since the
> follo
On Sun, Apr 22, 2007 at 07:32:22PM -0400, Steve Kleene wrote:
> On Sun, Apr 22, 2007 at 04:23:35PM -0400, I wrote:
> > My Etch machine is displaying incorrect dates.
> On Sun, 22 Apr 2007 18:09:51 -0400, Douglas Allan Tutty wrote:
>
> > It sounds like the module for the rtc isn't loaded.
> > ...
>
On Sun, Apr 22, 2007 at 11:45:34PM +0200, Mauro Sacchetto <[EMAIL PROTECTED]>
was heard to say:
> But aptitude install -f kde/unstable gives me this output:
>
> ==
> debian:~# aptitude install -f kde/unstable
> .
> .
> .
> The following packages were blocke
Try pulling out both hard drives and booting from CD. If you continue
to get the beeping thingy you'll know its probably something with the
bios.
Well, it's not doing it anymore! I booted from the Knoppix CD again to
observe the behavior, and it didn't do it. And when I rebooted the next
ti
The beeping may be a coincidental problem. The power supply is the usual
culprit; remove your new power-hungry HDs and see if the system boots normally.
You did make a mistake with copying your boot disk though; using 'dd' like that
makes a copy that looks exactly like your old HD, which mean
On Sun, Apr 22, 2007 at 04:23:35PM -0400, I wrote:
>
> My Etch machine is displaying incorrect dates.
On Sun, 22 Apr 2007 18:09:51 -0400, Douglas Allan Tutty wrote:
> It sounds like the module for the rtc isn't loaded.
> ...
> Do you have chrony or anything else that access the rtc other than the
On Sun, Apr 22, 2007 at 06:50:02PM -0400, John Fleming wrote:
> I am using Sarge with kernel 2.6.8-3-686 on a Dell 600SC, previously with
> 2x40GB HDDs. (hdb was a backup - The entire system was on hda.) I wanted
> to replace those HDDs with new, larger HDDs.
> Does anyone see what's happenin
On Sun, Apr 22, 2007 at 05:46:21PM -0500, John Hasler wrote:
> Doug writes:
> > I had this problem when I was running chrony which prevented rtc access.
>
> I'm running Chrony here (I'm the maintainer). It does not normally prevent
> rtc access. Did you file a bug report?
Yes, and I think we ta
Hi all,
Recently I faced a strange behaviour of the Linux commands. I have a
log file which contains a lot of information. I wanted to extract some
informations out of it. But when I tried to
tail -f mylog | grep 'smtg' | sed -n 's/end/notend/p'
no output could be found. Which was quite surpris
On Sun, 2007-04-22 at 13:11 -0700, Michael M. wrote:
> On Sat, 2007-04-21 at 13:11 -0400, Greg Folkert wrote:
>
> > To be honest, this is an exact kind of message for the Exim Mailing
> > list... only *DO NOT* tell them you are using DEBIAN. You will be shot
> > on sight.
>
>
> Why? What's the
Doug writes:
> I had this problem when I was running chrony which prevented rtc access.
I'm running Chrony here (I'm the maintainer). It does not normally prevent
rtc access. Did you file a bug report?
--
John Hasler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscri
On Sun, 2007-04-22 at 23:35 +0200, Laura Creighton wrote:
> I recently upgraded my kernel from 2.6.15 to 2.6.18. My wireless stopped
> working. According to dmesg and modprobe, the device was there. After
> much 'barking up the wrong tree' I fixed my problem by installing
> firmware version 3.0
I am using Sarge with kernel 2.6.8-3-686 on a Dell 600SC, previously with
2x40GB HDDs. (hdb was a backup - The entire system was on hda.) I wanted
to replace those HDDs with new, larger HDDs.
1. I installed the first new HDD in the physical position of hdb. I booted
with a Knopppix live CD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 22 April 2007, Mauro Sacchetto <[EMAIL PROTECTED]>
was heard to say:
> Ron Johnson wrote:
> > # NVIDVER=1.0-9755
> > # sh NVIDIA-Linux-x86-$NVIDVER-pkg1.run \
> > --x-module-path=`X -showDefaultModulePath 2>&1 | cut -d, -f1`
> > \ --x-li
On 4/22/07, Rich Kulawiec <[EMAIL PROTECTED]> wrote:
On Sat, Apr 21, 2007 at 02:14:27PM -0500, Al Iverson wrote:
> Every time you see people hint about people
> "consulting for spammers" or "being expert witnesses" they're
> laughably attempting to take swipes at people who do exactly that --
> h
On Sun, Apr 22, 2007 at 04:23:35PM -0400, Steve Kleene wrote:
> On Sun, Apr 22, 2007 at 15:06:44 -0400, Steve Kleene wrote:
>
> > My Etch machine is displaying incorrect dates.
> Both -> error "select() to /dev/rtc to wait for clock tick timed out"
>
It sounds like the module for the rtc isn't
I'd like to upgrade some packages from testing to unstable
My configuration is the following one:
==
[EMAIL PROTECTED]:~$ cat /etc/apt/sources.list
# Lenny [Testing]
deb http://ftp.it.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.it.deb
On 04/22/2007 01:36 PM, [EMAIL PROTECTED] wrote:
> I decided to abort a dist-upgrade from Sarge to Etch when some strange stuff
> started to happen durning the run up. I followed the upgrade steps in the
> release notes. Here's a synopsis:
> 1. updated sarge packages.
> 2. upgraded, nothing upg
Urs Thuermann wrote:
> I want to copy video recordings from my MiniDV camcorder to a Linux
> machine, edit it, convert it to MPEG2, and burn it to DVD. What
> software is available in Debian for these tasks. I have read
> something about kino, installed it, but it seems to be quite
> instable.
c
I recently upgraded my kernel from 2.6.15 to 2.6.18. My wireless stopped
working. According to dmesg and modprobe, the device was there. After
much 'barking up the wrong tree' I fixed my problem by installing
firmware version 3.0 from Intel. You get it here:
http://ipw2200.sourceforge.net/f
On Mon, 23 Apr 2007, Mauro Sacchetto wrote:
> Ron Johnson wrote:
> > # NVIDVER=1.0-9755
> > # sh NVIDIA-Linux-x86-$NVIDVER-pkg1.run \
> > --x-module-path=`X -showDefaultModulePath 2>&1 | cut -d, -f1` \
> > --x-library-path=`X -showDefaultLibPath 2>&1`
>
> I had the same trouble. In any case
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 16:08, Urs Thuermann wrote:
> I want to copy video recordings from my MiniDV camcorder to a Linux
> machine, edit it, convert it to MPEG2, and burn it to DVD. What
> software is available in Debian for these tasks. I have read
> something
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 15:41, Mauro Sacchetto wrote:
> Ron Johnson wrote:
>> # NVIDVER=1.0-9755
>> # sh NVIDIA-Linux-x86-$NVIDVER-pkg1.run \
>> --x-module-path=`X -showDefaultModulePath 2>&1 | cut -d, -f1` \
>> --x-library-path=`X -showDefaultLibPath 2>&1
I want to copy video recordings from my MiniDV camcorder to a Linux
machine, edit it, convert it to MPEG2, and burn it to DVD. What
software is available in Debian for these tasks. I have read
something about kino, installed it, but it seems to be quite
instable.
After starting and clicking on "
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 15:58, Joe Hart wrote:
> Ron Johnson wrote:
>> On 04/22/07 14:16, Joe Hart wrote:
>> [snip]
>>> Which drivers are you using? On my system, the "nv" drivers are very
>>> sluggish, and the new xorg broke my 97.55, so I upgraded to the new be
Ron Johnson wrote:
> # NVIDVER=1.0-9755
> # sh NVIDIA-Linux-x86-$NVIDVER-pkg1.run \
> --x-module-path=`X -showDefaultModulePath 2>&1 | cut -d, -f1` \
> --x-library-path=`X -showDefaultLibPath 2>&1`
I had the same trouble. In any case, I think
it's a not normal situation... It's a bug!
M.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ron Johnson wrote:
> On 04/22/07 14:16, Joe Hart wrote:
> [snip]
>> Which drivers are you using? On my system, the "nv" drivers are very
>> sluggish, and the new xorg broke my 97.55, so I upgraded to the new beta
>> 100.14.03, and performance is back.
On Sun, Apr 22, 2007 at 15:06:44 -0400, Steve Kleene wrote:
> My Etch machine is displaying incorrect dates.
On Sun, 22 Apr 2007 21:28:05 +0200, Florian Kulzer wrote:
> Try this:
>
> http://lists.debian.org/debian-user/2007/04/msg01109.html
>From that post:
hwclock --show
hwclock --set --d
On Sat, 2007-04-21 at 13:11 -0400, Greg Folkert wrote:
> To be honest, this is an exact kind of message for the Exim Mailing
> list... only *DO NOT* tell them you are using DEBIAN. You will be shot
> on sight.
Why? What's the issue the Exim folk have with Debian?
--
Michael M. ++ Portland, O
On Sun, Apr 22, 2007 at 10:02:50PM +0300, Nick Demou wrote:
> On 4/21/07, Karl E. Jorgensen <[EMAIL PROTECTED]> wrote:
> >Despite being security-through-obscurity, it *is* possible to run https
> >and ssh on the same port, via a proxy:
> >http://sourceforge.net/projects/ssh-ssl-proxy/
>
> Nice
jjgnu wrote:
> I just installed Etch on i386 (previously used Sarge). My printer,
> on the parallel port, has stopped working. I'm using LPRng with a
> custom print filter that sends lpd output to /dev/lp0. Unfortunately
> there is no longer any /dev/lp0, despite parport and parport_pc
> modules be
Andrew J. Barr wrote:
Zlatko Calusic wrote:
Hello!
First post to the list after a looong time, so be gentle. :)
I'm using lenny/sid distribution. Few days ago, after Xorg packages
got upgraded to 1.3.0, display became very slow. Every redrawing,
every scroll, it's all slow. On one machine it's
Zlatko Calusic wrote:
Hello!
First post to the list after a looong time, so be gentle. :)
I'm using lenny/sid distribution. Few days ago, after Xorg packages
got upgraded to 1.3.0, display became very slow. Every redrawing,
every scroll, it's all slow. On one machine it's actually unusable
(Rad
On Sun, Apr 22, 2007 at 08:51:12AM -0700, BartlebyScrivener wrote:
> On Apr 22, 9:20 am, Stephen Cormier <[EMAIL PROTECTED]> wrote:
> Thanks again, Stephen. I'll play with this. The new kernel showed up
> just as you said, but when I select it I end up with no X.org.
> Presumably I will have to r
On Sun, Apr 22, 2007 at 15:06:44 -0400, Steve Kleene wrote:
> On Sun, 22 Apr 2007 12:31:10 -0400, I wrote:
>
> > My Etch machine is displaying incorrect dates.
>
> On Sun, 22 Apr 2007 12:40:52 -0500, John Hasler <[EMAIL PROTECTED]> replied:
>
> > Also do 'sudo hwclock -r --utc' and 'sudo hwclock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 14:16, Joe Hart wrote:
[snip]
>
> Which drivers are you using? On my system, the "nv" drivers are very
> sluggish, and the new xorg broke my 97.55, so I upgraded to the new beta
> 100.14.03, and performance is back.
How? I'm using 9755
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Zlatko Calusic wrote:
> Hello!
>
> First post to the list after a looong time, so be gentle. :)
>
> I'm using lenny/sid distribution. Few days ago, after Xorg packages
> got upgraded to 1.3.0, display became very slow. Every redrawing,
> every scroll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 13:46, Zlatko Calusic wrote:
> Hello!
>
> First post to the list after a looong time, so be gentle. :)
>
> I'm using lenny/sid distribution. Few days ago, after Xorg packages
> got upgraded to 1.3.0, display became very slow. Every redraw
On Sun, 22 Apr 2007 12:31:10 -0400, I wrote:
> My Etch machine is displaying incorrect dates.
On Sun, 22 Apr 2007 12:40:52 -0500, John Hasler <[EMAIL PROTECTED]> replied:
> Also do 'sudo hwclock -r --utc' and 'sudo hwclock -r --localtime' and
> post the results.
On Sun, 22 Apr 2007 14:35:53 -04
Hello!
First post to the list after a looong time, so be gentle. :)
I'm using lenny/sid distribution. Few days ago, after Xorg packages
got upgraded to 1.3.0, display became very slow. Every redrawing,
every scroll, it's all slow. On one machine it's actually unusable
(Radeon Xpress 200M), on thi
On Sun, Apr 22, 2007 at 09:45:12AM -0400, Tony Heal wrote:
> I keep getting these entries in my firewall log. I am getting this
> same entry every 10 seconds. I can not determine what is sending or
> why.
>
> [1] 2007-04-22 08:06:24 [Root]system-critical-00436: Large ICMP
> packet! From 192.16
On 4/21/07, Karl E. Jorgensen <[EMAIL PROTECTED]> wrote:
Despite being security-through-obscurity, it *is* possible to run https
and ssh on the same port, via a proxy:
http://sourceforge.net/projects/ssh-ssl-proxy/
Nice idea. Is it easy to support sshd-httpd on the same port also?
[...]
On Sun, Apr 22, 2007 at 10:42:50AM -0400, Michael Pobega wrote:
> On Sun, Apr 22, 2007 at 09:28:48AM -0400, Douglas Allan Tutty wrote:
> > Recently, I started getting messages like this:
> >
> > -BEGIN MESSAGE-
> > [2007-04-22T09:17:59-0400] 192.168.1.1
> > CRIT : [2007-04-22T07:24:49-0
"Jiri Svoboda" <[EMAIL PROTECTED]> writes:
>
> Just as a follow up:
>
> I've got the password from the hotel: abc123
>
> When I connected with W_XP I was asked for password / code / login in a
> window with two lines and I had to repeat it once more just as a control
> (windows like / double-check
On Sun, 22 Apr 2007 12:31:10 -0400, I wrote:
> My Etch machine is displaying incorrect dates.
On Sun, 22 Apr 2007 12:40:52 -0500, John Hasler <[emailprotected]> replied:
> Type 'date; date -u; TZ=UTC date' at the command line (no quotes) and post
> the result along with the correct time.v
date
> On Fri, Apr 20, 2007 at 11:24:18PM -0400, Patrick Cummings wrote:
> > So I finally had some time and tested the memory with memtest. I got 5
> > passes without errors, so I guess it was not that. It's also ECC memory.
On 20.04.07 20:59, Andrew Sackville-West wrote:
> memtest won't catch a lot of
Steve Kleene writes:
> My local time is US/Eastern Daylight. When it was 11:58 EDT, I called
> "date". It reported
> Sun Apr 22 07:58:12 EDT 2007
> i.e. 4 hours earlier than local time. (Note that GMT would be 4 hours later,
> not earlier.)
> At 11:30, I created a file on a flash drive. The
I decided to abort a dist-upgrade from Sarge to Etch when some strange stuff
started to happen durning the run up. I followed the upgrade steps in the
release notes. Here's a synopsis:
1. updated sarge packages.
2. upgraded, nothing upgraded.
3. did an audit, nothing broken
4. changed sources.l
Will "Sprint Wireless Broadband", an Internet service over the cellphone
network offered here in USA, work reliably on Linux? Information about
the service and the hardware supplied to use it is here:
http://www.sprint.com/business/products/offers/offerHighSpeed_byProduct.html
Consulting Google,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John L Fjellstad wrote:
>
> The way the did it at computer lab at my school, was to create a bunch
> of scripts that you had to call to get the version of program you
> wanted.
>
> Say, you wanted java-1.5. It is probably contained inside
> /usr/lib
On 04/22/2007 05:25 AM, Martin Kuettler wrote:
> That is, it doesn't work with kernel 2.6.18-4-686, but booting the old kernel
> 2.6.8-2-686 from Sarge gets sound working.
>
> Booting into 2.6.18 gives:
> sb: PnP: Found Card Named = "ESS ES1868 Plug and Play AudioDrive", Card PnP
> id = ESS1868,
On Sun, 22 Apr 2007 14:57:05 +0200, Martin Kuettler wrote:
> Thanks. But I don't fully understand this -- what should I put into e.g.
> /etc/modutils/alsa ? I tried it with
[...]
The links that I gave you are pretty outdated: /etc/modules.conf is for 2.4
kernels.
you could adapt the suggested c
On 04/22/2007 09:57:57 AM, Florian Kulzer wrote:
On Sat, Apr 21, 2007 at 18:46:26 -0400, Bill Shofner wrote:
> On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:
>> On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
>> > After upgrading my sarge box to etch, I cannot print and samba no
>>
Stephen,
Thanks your help. I'm running the K7 Kernel now.
I had to reinstall the nvidia drivers using these directions, which
have saved me twice now.
http://forums.debian.net/viewtopic.php?t=10812
I'll use this kernel for awhile before deciding whether to build a
custom.
Thanks for the tips,
On Sun, Apr 22, 2007 at 11:12:47 -0400, Bill Shofner wrote:
> On 04/22/2007 09:57:57 AM, Florian Kulzer wrote:
>> On Sat, Apr 21, 2007 at 18:46:26 -0400, Bill Shofner wrote:
>> > On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:
>> >> On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
>> >>
My Etch machine is displaying incorrect dates. When I first installed Etch
(as testing, 1/21/07), this was not a problem. I did not notice what
precipitated the problem. I have not reinstalled since 1/21/07 but have kept
current with updates.
My local time is US/Eastern Daylight. When it was 1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/07 09:49, [EMAIL PROTECTED] wrote:
> I just installed Etch on i386 (previously used Sarge). My printer,
> on the parallel port, has stopped working. I'm using LPRng with a
> custom print filter that sends lpd output to /dev/lp0. Unfortunately
On Apr 22, 9:20 am, Stephen Cormier <[EMAIL PROTECTED]> wrote:
> No need for a link just apt-get install linux-image-2.6-k7 will install
> the -k7 flavor of the linux-2.6 kernel meta package along with the latest
> version of said kernel.
> Yes with the command I mention mention at the first of th
Wei Chen <[EMAIL PROTECTED]> writes:
> We now have system level `update-alternatives' mechanism that can be
> used by root to maintain symbol links in `/etc/alternatives'. Is it
> useful/interesting to extend its use to user level, i.e. to maintain
> similar symbol links in `~/bin' or something li
If one tries to place all the env iterms in /etc/environment, then csh fails
with "unable to load" lib6 objects. Live and learn!
I can run sh successfully from csh but not as the user's default shell.
Bash is having problems with [ experssion ] syntax
in /etc/bashrc, /etc/bash.bashrc and /etc/p
On Sat, Apr 21, 2007 at 18:46:26 -0400, Bill Shofner wrote:
> On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:
>> On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
>> > After upgrading my sarge box to etch, I cannot print and samba no
>> > longer works. When I re-boot I get the following
Kamaraju S Kusumanchi wrote:
gustavo halperin wrote:
The only error from Xorg.0.log is
(EE) AIGLX: Screen 0 is not DRI capable
But I don't think that it is the problem.
This does not seem to be the cause of the problem. If you want to correct
this however, dpkg-reconfigure xserver-xor
On Sun, Apr 22, 2007 at 09:28:48AM -0400, Douglas Allan Tutty wrote:
> Recently, I started getting messages like this:
>
> -BEGIN MESSAGE-
> [2007-04-22T09:17:59-0400] 192.168.1.1
> CRIT : [2007-04-22T07:24:49-0400] msg=
> -BEGIN SIGNATURE-
> E1D70138C6594A219EEA319A19F3E7695562
Hi,
If you run the propriatory nvidia module for X in the just released
2.6.20-1-k7/686 you will get bitten by:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419943
It seems that the config uses CONFIG_PARAVIRT enabled and nvidia does
not like that.
It's back to 2.6.18 or wait till the m
On April 22, 2007 09:59:39 am BartlebyScrivener wrote:
> > but at the very least since
> > no one has mentioned it yet install the linux-image-2.6-k7 to get a
> > Debian kernel for your machine that supports the processor better than a
> > 486 generic image.
>
> I'll start googling, but if you have
Recently, I started getting messages like this:
-BEGIN MESSAGE-
[2007-04-22T09:17:59-0400] 192.168.1.1
CRIT : [2007-04-22T07:24:49-0400] msg=
-BEGIN SIGNATURE-
E1D70138C6594A219EEA319A19F3E7695562DB63D854C880
01 1177240614::192.168.1.1
-END MESSAGE-
I didn't reload
I just installed Etch on i386 (previously used Sarge). My printer,
on the parallel port, has stopped working. I'm using LPRng with a
custom print filter that sends lpd output to /dev/lp0. Unfortunately
there is no longer any /dev/lp0, despite parport and parport_pc
modules being loaded.
Any sugges
Thanks. But I don't fully understand this -- what should I put into e.g.
/etc/modutils/alsa ? I tried it with
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-es18xx
# only the next line is written by myself:
options snd-cmipci id="first" port=0x220 irq=5 dma=1 dma2=0
# OSS/Free por
I keep getting these entries in my firewall log. I am getting this same entry
every 10 seconds. I can not determine what
is sending or why.
[1] 2007-04-22 08:06:24 [Root]system-critical-00436: Large ICMP packet!
From 192.168.2.7 to 212.110.79.74, proto 1
(zone Trust, int trust). Occurred 1 t
> but at the very least since
> no one has mentioned it yet install the linux-image-2.6-k7 to get a Debian
> kernel for your machine that supports the processor better than a 486 generic
> image.
I'll start googling, but if you have a link with instructions for
accomplishing this, please provide.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/21/07 21:40, Hueseyin Koese wrote:
> Curt Howland schrieb:
>> Magnus Therning <[EMAIL PROTECTED]> wrote:
>>
Still wondering why the nvidia module isn't being detected.
>>> I can report the same problem on one of my systems. I'm holding off
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greg Folkert wrote:
> On Sat, 2007-04-21 at 21:55 +0200, Joe Hart wrote:
>> Perhaps one of the gurus in this field will take the opportunity to
>> explain why having a root console open all the time is a bad thing
>> (other than the obvious local acces
On Sun, Apr 22, 2007 at 02:37:30 +0200, Thomas Anderson wrote:
> Florian Kulzer wrote:
> > On Sat, Apr 21, 2007 at 19:54:09 +0200, Thomas Anderson wrote:
> >
> > [ Earlier attributions were missing, therefore I am not entirely sure
> > who said what already. ]
>
> It's been me and Jay Flory tal
Hi Martin,
Here is a doc about es1868 ALSA configuration:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=ESS+Technology&card=.&chip=ES18xx&module=es18xx
and there is a doc about ALSA asoundrc file that perhaps could help you:
http://www.alsa-project.org/alsa-doc/doc-php/asoun
On Sat, Apr 21, 2007 at 20:03:08 -0400, Curt Howland wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Magnus Therning <[EMAIL PROTECTED]> wrote:
>
>> >Still wondering why the nvidia module isn't being detected.
>
>> I can report the same problem on one of my systems. I'm holding off
>> o
On Sun, Apr 22, 2007 at 00:42:45 -0400, Kamaraju S Kusumanchi wrote:
>Say I am running Etch and my /etc/apt/sources.list contains only
>entries related to Stable. Using command line interface, What is the
>efficient way to obtain information about versions of a package
>currently available in testi
On Sun, 22 Apr 2007 09:08:11 +0100
Peter Hillier-Brook <[EMAIL PROTECTED]> wrote:
> Andrew J. Barr wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Ananda Samaddar wrote:
> >> Slightly off-topic but does anyone know of any efforts
> >> to create Free Software drivers for the n
That is, it doesn't work with kernel 2.6.18-4-686, but booting the old kernel
2.6.8-2-686 from Sarge gets sound working.
Booting into 2.6.18 gives:
sb: PnP: Found Card Named = "ESS ES1868 Plug and Play AudioDrive", Card PnP id
= ESS1868, Device PnP id = ESS1868
sb: PnP: Detected at: io=0x2
Hi,
Since upgrading to etch yesterday I've found that I'm unable to make
custom kernels, infact I can't even do a 'make config'. Instead I get
the following:
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
HOSTCC scrip
1 - 100 of 103 matches
Mail list logo