On 2009-06-25, Patrick Wiseman wrote:
> I updated my testing system, as usual, this morning, but then
> suspended my machine (so everything worked as it had been all day).
> This evening, I rebooted, and suddenly no sites could be found.
> (Other machines on my network did not have the problem.)
Flash is always a bit tricky ... once it works, then it stops working
for no obvious reason, then it may work again of course, for no
obvious reason etc. :-)
I got used to switch back and forth (using update-alternatives for
example) between the manual install and flashplugin-nonfree
http://
On Sun,28.Jun.09, 13:54:35, Bruce Ward wrote:
> I have a machine with 2 IDE CD/DVD drives on the same channel. A
> DVD-RW is /dev/hdc and a Plextor CD-RW is /dev/hdd. I also dual-boot
> between an Etch installation and a Lenny installation; both standard
> GNOME desktops.
>
> The problem is that L
Is there any way other than modifying the source
to get "find -ls" to return the file date as "month day year"
rather than "month day time" for all files?
TIA,
Mike
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@list
On Sat,27.Jun.09, 22:57:30, Zachary Uram wrote:
> Hi,
>
> I have a 500GB disk which has Microsoft Windows Vista Home Premium
> (64bit) installed on it. Not sure if that is 1 huge partition or not.
Most probably, but the installers partitioning utility can confirm that
for you.
> I assume it is
On Sun,28.Jun.09, 00:43:58, Chris Jones wrote:
> Wondering if anyone has some multilingual experience with terminal-based
> applications such as mutt for mail, text-mode browsers - ELinks here...
> irc clients, etc. and would be able to provide some advice.
>
> How should I set up my terminal - xt
On Sat, Jun 27, 2009 at 10:52:12PM -0700, root wrote:
> Is there any way other than modifying the source
> to get "find -ls" to return the file date as "month day year"
> rather than "month day time" for all files?
find -printf ?
--
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzaf
AG wrote:
Hi list
Can someone point me in the right direction of a fix/workaround for
this apparent bug please.
Nothing prints at present and the webadmin page displays: "Unable to
start filter "pdftoraster" - Success."
The only result using Google I can find is:
http://article.gmane.org/gm
Zachary Uram writes:
> Hi,
>
> I have a 500GB disk which has Microsoft Windows Vista Home Premium
> (64bit) installed on it. Not sure if that is 1 huge partition or not.
> I assume it is NTFS. Can someone please tell me exactly what I must do
> to shrink the Vista install by 50% and install Debia
On Sunday 28 June 2009 09:50:52 John L Fjellstad wrote:
> Zachary Uram writes:
> > Hi,
> >
> > I have a 500GB disk which has Microsoft Windows Vista Home Premium
> > (64bit) installed on it. Not sure if that is 1 huge partition or not.
> > I assume it is NTFS. Can someone please tell me exactly wh
I can /dev/null the error messages like:
cd "$1" 2> /dev/null
e.g.: I get error If "$1" has spaces in it
Ok, but how can I grep the error message? I tried:
if cd "$1" 2> grep -i "No such file or directory"; then echo "badbadbad";
exit; fi
But it doesn't work :S
thank you!
On Sun,28.Jun.09, 13:54:35, Bruce Ward wrote:
>> I have a machine with 2 IDE CD/DVD drives on the same channel. A
>> DVD-RW is /dev/hdc and a Plextor CD-RW is /dev/hdd. I also dual-boot
>> between an Etch installation and a Lenny installation; both standard
>> GNOME desktops.
>>
>> The problem is
Am 2009-06-28 11:39:55, schrieb Soren Orel:
> I can /dev/null the error messages like:
>
> cd "$1" 2> /dev/null
>
> e.g.: I get error If "$1" has spaces in it
>
> Ok, but how can I grep the error message? I tried:
>
> if cd "$1" 2> grep -i "No such file or directory"; then echo "badbadbad";
> e
Hi,
how about:
cd "$1"
if [ $? != '0' ]; then
echo "damn."
exit;
fi
greetings,
vitaminx
2009/6/28 Soren Orel
> I can /dev/null the error messages like:
>
> cd "$1" 2> /dev/null
>
> e.g.: I get error If "$1" has spaces in it
>
> Ok, but how can I grep the error message? I tried:
>
> if
hehe, answered at the same time :D
2009/6/28 me
> Hi,
>
> how about:
>
>
> cd "$1"
>
> if [ $? != '0' ]; then
> echo "damn."
> exit;
> fi
>
>
> greetings,
> vitaminx
>
>
> 2009/6/28 Soren Orel
>
> I can /dev/null the error messages like:
>>
>> cd "$1" 2> /dev/null
>>
>> e.g.: I get error If
Am 2009-06-28 11:48:54, schrieb me:
> hehe, answered at the same time :D
=8http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack c/o Shared Office KabelBW ICQ #328449886
+49/177/9351947Blumenstasse 2 MSN LinuxMichi
+33/6/
Chris Jones wrote:
> How should I set up my terminal - xterm - and what might be a
> good unicode fixed font that could make the experience more
> true to life?
The Debian package xfonts-efont-unicode has very wide character
coverage (incl. Chinese/Japanese). For tips on how to set it up,
google
>> Even so, I still have to say "Get a grep on yourself." :)
>
> That was really awkward but I guess it had to be sed.
>
thatwasbad!
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe".
On Sun, Jun 28, 2009 at 08:58:53 +0100, AG wrote:
[...]
> Well - I'll be a monkey's uncle: I rebooted today and miraculously
> the printer is now working. I thought this only happened in
> Windows-World not under GNU/Linux where a reboot fixes a problem. I
> can imagine - I'd spend months hunt
This is the best place to read about how to install Adobe Flash on Debian:
http://wiki.debian.org/FlashPlayer
For information about packages in general, searching packages.debian.org
is usually a very good place to start:
http://packages.debian.org/search?keywords=flashplugin-nonfree
Both of thes
On Sun, Jun 28, 2009 at 3:13 AM, Thierry Chatelet wrote:
> On Sunday 28 June 2009 09:50:52 John L Fjellstad wrote:
>> Zachary Uram writes:
>> > Hi,
>> >
>> > I have a 500GB disk which has Microsoft Windows Vista Home Premium
>> > (64bit) installed on it. Not sure if that is 1 huge partition or not
Florian Kulzer wrote:
On Sun, Jun 28, 2009 at 08:58:53 +0100, AG wrote:
[...]
Well - I'll be a monkey's uncle: I rebooted today and miraculously
the printer is now working. I thought this only happened in
Windows-World not under GNU/Linux where a reboot fixes a problem. I
can imagine - I
On Sun, Jun 28, 2009 at 03:52:06AM EDT, Andrei Popescu wrote:
> On Sun,28.Jun.09, 00:43:58, Chris Jones wrote:
> > Wondering if anyone has some multilingual experience with terminal-based
> > applications such as mutt for mail, text-mode browsers - ELinks here...
> > irc clients, etc. and would be
Frank Lin PIAT wrote:
> Can you list the plugins in iceweasel, typically, with the _one_line_
> command:
>
> find /usr/lib/iceweasel/plugins/ -name *.so \
> | xargs -n 1 readlink -m | xargs dpkg -S
>
This gives:
sun-java5-bin:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/plugin/i386/ns7/libjavapl
On Sun, 17 May 2009 21:33:09 -0700, Ken L. Klaser wrote:
>
> Hi,
>
> The Youtube symptoms you describe I also experienced on 32-bit Lenny and
> Iceweasel precisely as you explained them. I believe I finally tracked
> it down to flashplugin-nonfree and flashplayer-mozilla. I removed those
> and i
Hi List
In my periodic attempts to fix my partner's Debian Etch KDE which opens
OOo every time an USB stick is inserted instead of opening the folder I
have set up a bare bones testing a/c on the same machine. The idea was
to compare a vanilla KDE configuration with my wife's config and to se
On Sun, Jun 28, 2009 at 07:08:20AM -0500, Neal Hogan wrote:
> On Sun, Jun 28, 2009 at 3:13 AM, Thierry Chatelet wrote:
> > On Sunday 28 June 2009 09:50:52 John L Fjellstad wrote:
> >> Zachary Uram writes:
> >> > Hi,
> >> >
> >> > I have a 500GB disk which has Microsoft Windows Vista Home Premium
>
$ sh script.sh /home/user/Desktop/some existing dir with spaces
script.sh: line 2: cd: /home/gbor/Desktop/some: No such file or directory
script.sh: line 2: [: -ne: unary operator expected
$ cat script.sh
#!/bin/bash
if [ $(cd "$1") -ne 0 ]
then echo "badbadbad" ; exit 1
fi
I just want to make m
Chris Jones:
>
> Wondering if anyone has some multilingual experience with terminal-based
> applications such as mutt for mail, text-mode browsers - ELinks here...
> irc clients, etc. and would be able to provide some advice.
>
> How should I set up my terminal - xterm - and what might be a good
>
On Sat, Jun 27, 2009 at 08:59:45AM -0400, Napoleon wrote:
> Neither. The webserver is attempting to do exactly what it was told
> to do. But whomever created the tinyurl did it incorrectly. This
> one works:
> http://tinyurl.com/oovcqy
Hmmm. Thanks. I used the TinyUrl Creator plugin for Fire
I'm preparing to install Debian Lenny on an IBM R40 laptop. My
old layout was as follows:
hda1=primary=WinXP
hda2=primary=Debian Sarge
hda3=primary=swap
hda4=primary=Knoppix
(There's also a hidden partition with WinXP recovery stuff at the
end of the drive. I'm going to leave that designated by
* Comcast Master Account [2009 Jun 27 15:05
-0500]:
> hi i want boobies so i try grep some boobies but command not work how
> i get boobies thx
I guess that if you can't grep any boobies, then the following commands
will be difficult to invoke:
unzip, strip, touch, finger, grep, mount, fsck, mo
On Sun, Jun 28, 2009 at 05:51:59AM EDT, Jan Willem Stumpel wrote:
> Chris Jones wrote:
>
> > How should I set up my terminal - xterm - and what might be a
> > good unicode fixed font that could make the experience more
> > true to life?
>
> The Debian package xfonts-efont-unicode has very wide c
On Sun, 2009-06-28 at 08:22 -0500, postid wrote:
> I'm preparing to install Debian Lenny on an IBM R40 laptop. My
> old layout was as follows:
>
> hda1=primary=WinXP
> hda2=primary=Debian Sarge
> hda3=primary=swap
> hda4=primary=Knoppix
>
> (There's also a hidden partition with WinXP recovery st
Chris Jones:
Wondering if anyone has some multilingual experience with terminal-based
applications such as mutt for mail, text-mode browsers - ELinks here...
irc clients, etc. and would be able to provide some advice.
How should I set up my terminal - xterm - and what might be a good
unicode fix
On Sun, Jun 28, 2009 at 11:42:58AM +0200, Michelle Konzack wrote:
> But I would prefer something like:
>
> if [ $(cd "$1") -ne 0 ]
> then echo "badbadbad" ; exit 1
> fi
Note that this runs the 'cd' command in a subdirectory, and thus it has
no effect on the parent process.
And t
Hi,
On Sun, Jun 28, 2009 at 11:39:55AM +0200, Soren Orel wrote:
> I can /dev/null the error messages like:
>
> cd "$1" 2> /dev/null
2> will redirect to a file /dev/null
> e.g.: I get error If "$1" has spaces in it
>
> Ok, but how can I grep the error message? I tried:
>
> if cd "$1" 2> grep
On Sun, 2009-06-28 at 14:18 +0200, Jan Willem Stumpel wrote:
> Frank Lin PIAT wrote:
>
> > Can you list the plugins in iceweasel, typically, with the _one_line_
> > command:
> >
> > find /usr/lib/iceweasel/plugins/ -name *.so \
^^^
Do you actually use
Hi,
On Sun, Jun 28, 2009 at 08:22:38AM -0500, postid wrote:
> I'm preparing to install Debian Lenny on an IBM R40 laptop. My
> old layout was as follows:
>
> hda1=primary=WinXP
> hda2=primary=Debian Sarge
> hda3=primary=swap
> hda4=primary=Knoppix
I see so far.
> (There's also a hidden partit
Hi,
On Sun, Jun 28, 2009 at 04:01:45PM +0200, Frank Lin PIAT wrote:
> On Sun, 2009-06-28 at 08:22 -0500, postid wrote:
> > In order to get WinXP to boot during the reinstall, I did
> > an "install-mbr /hda."
>
> ??
He must have meant "install-mbr /dev/hda"
> > After installing Lenny, should I
final solution:
if ! cd "$1"; then echo "error"; exit 1; fi
thank you!
On Sunday 28 June 2009 09:01:45 am you wrote:
> On Sun, 2009-06-28 at 08:22 -0500, postid wrote:
> > hda2=primary=10GB=Debian Lenny /
> >
> > hda3=primary=12GB= /home
>
> I I were you, I wouldn't use a primary partition for /home
> (you you can use that partition to install another OS)
>
Why not i
On Sunday 28 June 2009 09:13:17 am Osamu Aoki wrote:
> On Sun, Jun 28, 2009 at 08:22:38AM -0500, postid wrote:
> > (There's also a hidden partition with WinXP recovery stuff
> > at the end of the drive. I'm going to leave that designated
> > by the BIOS as hidden.)
>
> This is not makinhg sense.
On Sat, 27 Jun 2009 23:20:04 +0200, Norbert Zeh wrote:
>> 'aptitude search nvidia' showed the following packages as installed:
>> nvidia-settings
>> nvidia-kernel-common
>> nvidia-xconfig
>> nvidia-glx
>> nvidia-kernel-2.6.26-1-amd64
>
> I'm just guessing, but shouldn't you install
> nv
Am Sat, 27 Jun 2009 20:52:13 +0200
schrieb Jesus arteche :
> hey,
>
> I have a Mono aplication running in a ubuntu desktop with
> Monodevelop, I want to make it run in a Debian server just with a
> console without X, I got an error i think is because i lack a
> librarry or something that has Mono
Chris Jones wrote:
> Another thing is that I would like to be able to display all the
> glyphs of a given font so I can tell at a glance what scripts are
> covered.
gucharmap is a great app for this.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscrib
Any one know of a .deb Debianized version of the ATI Catalyst driver
for The ATI All-in-Wonder™ HD 3600 series of video cards chipset is
radeon 3650 , the specific card is the VisionTek card (Visiontek ATI
All-in-Wonder™ HD 3650)of the same type. I am aware that ATI/AMD supply
this driver. Just wa
I've been installing Debian 5.0.1 via a downloaded jigdo DVD image from the
official site. This morning did a fresh laptop install and noticed it used
795 files total versus 809 last week when I did a few trial installations on
the same machine with the same hardware. One of the packages missing
On 6/28/09, John W Foster wrote:
> Any one know of a .deb Debianized version of the ATI Catalyst driver
> for The ATI All-in-Wonder™ HD 3600 series of video cards chipset is
> radeon 3650 , the specific card is the VisionTek card (Visiontek ATI
> All-in-Wonder™ HD 3650)of the same type. I am aware
Frank Lin PIAT wrote:
> On Sun, 2009-06-28 at 14:18 +0200, Jan Willem Stumpel wrote:
> If everything else fails:
> - Purge all JRE
> See: aptitude search "?and(~Pjava-runtime,~i)"
> - Purge iceweasel
> - Reinstall iceweasel
> - Reinstall sun-java6-plugin
> - Create a new user account
> - Test
On 2009-06-28, Zachary Uram wrote:
> Hi,
>
> I have a 500GB disk which has Microsoft Windows Vista Home Premium
> (64bit) installed on it. Not sure if that is 1 huge partition or not.
> I assume it is NTFS. Can someone please tell me exactly what I must do
> to shrink the Vista install by 50% and
On Sun, 2009-06-28 at 10:27 -0500, postid wrote:
> On Sunday 28 June 2009 09:01:45 am you wrote:
> > On Sun, 2009-06-28 at 08:22 -0500, postid wrote:
>
> > > hda2=primary=10GB=Debian Lenny /
> > >
> > > hda3=primary=12GB= /home
> >
> > I I were you, I wouldn't use a primary partition for /home
> >
On Sun, Jun 28, 2009 at 08:22:38AM -0500, postid wrote:
> I'm preparing to install Debian Lenny on an IBM R40 laptop. My
> old layout was as follows:
>
> <...bootloader questions...>
Since you're experimenting w/ bootloader options, you might want to
download this and have it ready in case of em
On Sunday 28 June 2009 14:50:27 Rob Owens wrote:
> On Sun, Jun 28, 2009 at 07:08:20AM -0500, Neal Hogan wrote:
> > On Sun, Jun 28, 2009 at 3:13 AM, Thierry Chatelet
wrote:
> > > On Sunday 28 June 2009 09:50:52 John L Fjellstad wrote:
> > >> Zachary Uram writes:
> > >> > Hi,
> > >> >
> > >> > I ha
On Sat, Jun 13, 2009 at 11:36:26PM EDT, Umarzuki Mochlis wrote:
> solved, my brother was using the wrong jack. He switched in and out the
> other way around.
All is well that ends well. Your next challenge is learning to trim your
posts.
CJ
--
To UNSUBSCRIBE, email to debian-user-requ...@lists
On Sun, Jun 28, 2009 at 09:22:02AM EDT, Jochen Schulz wrote:
> Chris Jones:
> >
> > Wondering if anyone has some multilingual experience with terminal-based
> > applications such as mutt for mail, text-mode browsers - ELinks here...
> > irc clients, etc. and would be able to provide some advice.
>
On Sun, Jun 28, 2009 at 10:02:38AM EDT, Tony Baldwin wrote:
>> Chris Jones:
>>> Wondering if anyone has some multilingual experience with terminal-based
>>> applications such as mutt for mail, text-mode browsers - ELinks here...
>>> irc clients, etc. and would be able to provide some advice.
>>>
>>
On Sun, Jun 28, 2009 at 01:33:43PM EDT, Sjoerd Hiemstra wrote:
> Chris Jones wrote:
> > Another thing is that I would like to be able to display all the
> > glyphs of a given font so I can tell at a glance what scripts are
> > covered.
>
> gucharmap is a great app for this.
I guess that's the one
Duh, Thanks.
Mike
Tzafrir Cohen wrote:
> On Sat, Jun 27, 2009 at 10:52:12PM -0700, root wrote:
> > Is there any way other than modifying the source
> > to get "find -ls" to return the file date as "month day year"
> > rather than "month day time" for all files?
>
> find -printf ?
>
> Tzafrir C
On Sat, Jun 27, 2009 at 7:16 PM, Robert S
wrote:
>
> I get the above error message whenever I use invoke-rc.d. This isn't a major
> problem except that I get annoying messages every night when logrotate
> restarts services. Is there a fix for this?
>
> # invoke-rc.d samba restart
> invoke-rc.d
>
> > I get the above error message whenever I use invoke-rc.d. This isn't a
> major problem except that I get annoying messages every night when logrotate
> restarts services. Is there a fix for this?
> >
> > # invoke-rc.d samba restart
> > invoke-rc.d: -
On Sunday 28 June 2009 14:40:17 Hendrik Boom wrote:
> On Sun, 17 May 2009 21:33:09 -0700, Ken L. Klaser wrote:
> > Hi,
> >
> > The Youtube symptoms you describe I also experienced on 32-bit Lenny and
> > Iceweasel precisely as you explained them. I believe I finally tracked
> > it down to flashplug
Hi all.
To use Mrouted on my Debian 5.0.1, I inserted
net.ipv4.conf.all.mc_forwarding=1
to /etc/sysctl.conf... and restarted linux-box... And there are error on
booting screen.
The error is...
Setting kernel varibles (/etc/sysctl.conf)...error : permission denied on key
'net.ipv4.conf.all.m
Please trim your posts!!
On Tue, Jun 23, 2009 at 10:18:34AM +0800, 明覺 wrote:
> I do not think so, every language is a set of hammer, plier and
> screwdriver in my eyes, we just need one.
Ahhh, you mean ... ... The swiss army chainsaw? LOL
--
Chris.
==
I contend that we are both atheists. I
On Mon, Jun 22, 2009 at 09:06:49AM +0700, Ricky Breaky wrote:
> Dear my friends,
>
> I am new in Debian Lenny. I have installed lenny on my laptop but I can
> not install any other software with apt-get.
>
> This was my try:
> ===
> DebbyLenny:/# apt-get install mysql-server
> Paketlisten werden
On Sun, Jun 28, 2009 at 10:28 PM, Robert
S wrote:
>> > I get the above error message whenever I use invoke-rc.d. This isn't a
>> > major problem except that I get annoying messages every night when
>> > logrotate
>> > restarts services. Is there a fix for this?
>> >
>> > # invoke-rc.d samba rest
Hi,
I finally configured my devices leaving the DSL modem act like always
and doing dhcp.
The WRT54GL, with DHCP disabled, is connected to the modem using a
standard port. I assigned the WRT the 192.168.1.254 ip address and
choose to use it as a gateway from the setup panel.
I can now reach the
2009/6/28 Mark Marcacci :
> I've been installing Debian 5.0.1 via a downloaded jigdo DVD image from the
> official site. This morning did a fresh laptop install and noticed it used
> 795 files total versus 809 last week when I did a few trial installations on
> the same machine with the same hardw
On 2009-06-29 08:17 (+0200), Raffaele Morelli wrote:
> 2009/6/28 Mark Marcacci :
>> I've been installing Debian 5.0.1 via a downloaded jigdo DVD image
>> from the official site. [...] One of the packages missing after
>> booting into Gnome was Network Manager
>
> Use wicd instead of network-manag
Teemu Likonen wrote:
> On 2009-06-29 08:17 (+0200), Raffaele Morelli wrote:
>
>> 2009/6/28 Mark Marcacci :
>>> I've been installing Debian 5.0.1 via a downloaded jigdo DVD image
>>> from the official site. [...] One of the packages missing after
>>> booting into Gnome was Network Manager
>> Use w
70 matches
Mail list logo