On Fri, Jul 29, 2011 at 11:31 PM, Brian wrote:
> On Thu 28 Jul 2011 at 21:40:20 +0200, Rob Gom wrote:
>
>> Hi all,
>> could you help me analyzing my wifi issue? I have atheros card and
>> internet access is very flaky, slow, unreliable, ping to wifi router
>> d
Hi all,
could you help me analyzing my wifi issue? I have atheros card and
internet access is very flaky, slow, unreliable, ping to wifi router
drops, things like that. When I connect my PC by external access
point, located in the same place and connected by ethernet to PC,
performance improves sig
On Tue, Apr 12, 2011 at 9:27 PM, Hans-J. Ullrich wrote:
> Am Dienstag, 12. April 2011 schrieb Rob Gom:
>> Dear Lazyweb^wDebian users,
>> I have specific sound problem, which I don't know how to address. The
>> problem manifests itself by "clicking" sound
Dear Lazyweb^wDebian users,
I have specific sound problem, which I don't know how to address. The
problem manifests itself by "clicking" sound from my laptop speakers,
looking (hearing) as turning on old amplifier or just (re-/dis-)
connecting the cables.
It started a few months ago. I don't know -
[cut]
>
> I'd be very interested in seeing a case where kompare displays a valid patch
> incorrectly.
> --
> Boyd Stephen Smith Jr. ,= ,-_-. =.
FYI,
https://bugs.kde.org/show_bug.cgi?id=256355
Regards,
Robert
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
wit
I have some form of workaround.
When I know sort field separator (which was the case in my original
example), I can use that to overcome the limitations with:
$ LC_ALL=pl_PL.UTF-8 sort -k1,1 -t',' test.csv
aph3,"APP",""
aph3,"MiB",""
aph3_devel,"TXT",""
# everything fine
$ LC_ALL=pl_PL.UTF-8 sort
One more thing.
If I specify LC_COLLATE to C/POSIX, special characters sorting looks
fine, but I lose Polish characters ordering.
If I specify LC_COLLATE to pl_PL.UTF-8, Polish characters ordering is
fine, but sorting goes crazy with special characters.
Is it possible to retain both features then?
[cut]
>
> This is covered by the coreutils FAQ:
> http://www.gnu.org/software/coreutils/faq/coreutils-faq.html#Sort-does-not-sort-in-normal-order_0021
>
> Sven
>
Thanks for all the answers.
How could I know that collate is defined correctly? I understand
LC_COLLATE influence on sort operation, but
[cut]
>
> I'm also getting that behaviour (locale set to "es_ES.UTF-8") so I
> understand that my locale setting dictates "underscore" ("_") comes first
> than "comma" (",") symbol.
>
> As per "man sort" page:
>
> *** WARNING *** The locale specified by the environment affects sort
> order. Set LC_
Hi all,
do you think it's a bug in either libc or coreutils (sort)?
$ cat test.csv
aph3,"APP",""
aph3_devel,"TXT",""
aph3,"MiB",""
$ LC_ALL=C sort test.csv # expected
aph3,"APP",""
aph3,"MiB",""
aph3_devel,"TXT",""
$ LC_ALL=pl_PL sort test.csv # why is that?
aph3,"APP",""
aph3_devel,"TXT",""
ap
On Thu, Nov 4, 2010 at 1:37 PM, Gregory Seidman
wrote:
[cut]
>
> Also, of course you need an original file. If you don't have an original
> file there is nothing to look at other than the patch file itself. What
> is there to visualize without an original?
>
>> Regards,
>> Robert
> --Greg
>
The sa
[cut]
>
> You have to be comfortable in vim, but you can use the following:
>
> gvim "+vert diffpatch "
>
> If you aren't comfortable with vim, you *might* be able to use the
> following, but no guarantees (I don't have a patch file handy to determine
> whether this will work):
>
> gvim -y "+vert
On Wed, Nov 3, 2010 at 2:00 PM, Jochen Schulz wrote:
> Rob Gom:
>>
>> do you know/is there any graphical patch/diff viewer in Debian (or for
>> Linux in general)? Such a tool would produce side by side view of
>> changes/deletions/inserts.
>
> Apart from vimdi
On Wed, Nov 3, 2010 at 7:27 PM, Boyd Stephen Smith Jr.
wrote:
> In , Rob Gom
> wrote:
>>There is kompare for KDE, but it is unreliable - produces false
>>results for specific patches.
>
> Odd. I use it all the time and haven't seen it be inconsistent. It fails
>
On Wed, Nov 3, 2010 at 11:00 AM, Javier Barroso wrote:
[cut]
> Apply the patch in a tmp directory and then use meld, vimdiff, or what you
> like
>
Why should I do such operation? Only to satisfy some tools? I don't
need/want to apply huge patches to huge source trees. I want to
preview them sepa
On Wed, Nov 3, 2010 at 9:20 AM, Volkan YAZICI wrote:
> On Wed, 3 Nov 2010, Rob Gom writes:
>> do you know/is there any graphical patch/diff viewer in Debian (or for
>> Linux in general)? Such a tool would produce side by side view of
>> changes/deletions/inserts.
>> Th
Hi all,
do you know/is there any graphical patch/diff viewer in Debian (or for
Linux in general)? Such a tool would produce side by side view of
changes/deletions/inserts.
There is kompare for KDE, but it is unreliable - produces false
results for specific patches (bug not reported yet, as I have t
Hi all,
I use Debian system with KDE3, only partially updated to SID
(originally SID based, two years ago), with kernel 2.6.32. I can write
single layer DVDs with no problems (using k3b).
When trying to record dual layer, my drive starts humming (disc
rotating at high speed), then after few minutes
Hi there,
posting in case not everybody knows. Previously fonts in Tk
applications were ... let's say, ugly (not antialiased). It appears
that it's changed - on tk8.5 they look much better (antialiasing is
enabled).
In order to take advantage of that, one has to:
1. change wish alternative (update-
Hello,
thanks for your suggestions. I'm afraid grep was designed as text-oriented tool.
I'm not sure how it will handle CR and/or LF characters when matching
pattern. IIRC grep has no multiline patterns, so it could basically
fail.
I guess it would suit 95% of my needs, I'm just trying to anticipat
Hello,
are you aware of a tool, which would allow me to search for given
pattern in a binary file, then at least output file position (so that
I could pass the number to dd) or output next few bytes?
For text files I use e.g .grep (grep -A 3 file pattern to output 3
lines after match). I would like
Those are brand CDs (TDK), not causing any problems elsewhere.
Regards,
Robert
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi there,
I can't write iso image to blank cd under Linux. Under windows xp the
same works fine.
I tried:
a) k3b with wodim (Debian default)
b) k3b with upstream cdrtools
c) brasero (uses wodim by default)
d) upstream cdrecord from command line
I have the following dvd writer:
~# hdparm -i /dev/sr
Hi there,
there is single PC. PC is used for testing. It tests external devices.
Test requires:
- external device to be tested
- test to be executed
- one or more PCI boards
Currently it is done like that:
#!/bin/bash
test.sh test_01 device_01
test.sh test_02 device_01
test.sh test_03 device_01
te
On Mon, Aug 24, 2009 at 1:01 PM, Andrei Popescu wrote:
> On Mon,24.Aug.09, 11:37:53, Rob Gom wrote:
>>
[cut]
Ok, so now I see the reasons to move:
1. Power & flexibility:
(if one needs something more than what mail application can offer)
>
> Yes, in many cases it is, but
On Sun, Aug 23, 2009 at 9:30 PM, Ron Johnson wrote:
> On 2009-08-23 14:09, Rob Gom wrote:
>>
>> Hi all,
>> could anyone explain to me why fetchmail is needed in the first place?
>
> Now *this* is an excellent flame!
Why do you consider my opinion as flamewar, wherea
Hi all,
could anyone explain to me why fetchmail is needed in the first place?
>From user's point of view it is something "additional". Instead of
configuring mail setup in single place (MUA, mail program), one has to
set it up both in MUA (retrieve mail from local mail box) and
fetchmail configura
[cut]
I compared libnsl versions, not libc.
I _guess_ that some lib is linked against libnsl, but not libc6 (is
that possible?). Then on older versions, it would work fine. On new,
it would try to load libnsl and fail because on new referred symbol
present in libc6.
What else may that be?
I restar
On Tue, Aug 11, 2009 at 2:40 PM, Rob Gom wrote:
> I workarounded that by copying old libnsl-2.7.so to /lib (and second
> version to /lib/i686/cmov/) and modified symbolic links libnsl.so.1.
> And smb access started working again ...
> Shall I report a bug against libc6?
>
> Rega
I workarounded that by copying old libnsl-2.7.so to /lib (and second
version to /lib/i686/cmov/) and modified symbolic links libnsl.so.1.
And smb access started working again ...
Shall I report a bug against libc6?
Regards,
Robert
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
On Tue, Aug 11, 2009 at 11:45 AM, Sven Joachim wrote:
[cut]
>
> That does not seem to happen for me:
>
> ,
> | % objdump -T /lib/i686/cmov/libc.so.6 | grep __libc_clntudp_bufcreate
> | 0010ad30 g DF .text 0399 GLIBC_PRIVATE __libc_clntudp_bufcreate
> `
>
>> What can I do with that?
Hello,
I have updated my PC from i686 to Intel Quad. Therefore I switched to
64 bit kernel. In the meantime I upgraded my libc from 2.7-something
to 2.9-23.
After that smb:// protocol no longer works in KDE3 (yes, I have
decided to stay with that version - it's fine for my purposes). Log
message is
Please try to upgrade to 0.12.1-2, as changelog specifies:
$ zcat /usr/share/doc/psi/changelog.Debian.gz | head -n 10
psi (0.12.1-2) unstable; urgency=low
* Build-depend on qt >= 4.5.1
This should fix an incompatibility between binaries compiled with
older qt versions and newer shared li
Which version?
May be related to QT libs usage, try upgrading those. That's the way I
fixed similar problem in sid few days ago.
Regards,
Robert
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
> The shell is your friend. If your needs are simple, this will do:
>
> cal |
> FIELDWIDTHS=2 awk 'NR <= 2 {next}; {print $2, $3, $4, $5, $6}' |
> wc -w
>
> Just replace the arguments to print with the days of the week you care
> about.
>
Thanks,
that would do it, unless I'm looking for
[CC to list]
-- Forwarded message --
From: Rob Gom
Date: Wed, Jul 1, 2009 at 12:45 PM
Subject: Re: Number of working days in given month
To: Ron Johnson
>
> I'd write a little $SCRIPTING_LANGUAGE program to count the number of
> weekend days in the month, and
Hi there,
do you know any command line tool which would be able to display
number of working days in given month in given country?
I have found gcal, which suits my needs, but is barely maintained
(last release in 2000) and I'm afraid about its possible removal
(currently maintained in Debian by QA
>
> Maybe it will stop showing that second device and its pop-up window, if
> there is no partition on it. I guess you wouldn't lose much by just
> deleting that 9MB partition, ie. you'd have a device without any second
> partition. (I have not tried it myself, though.)
>
> HTH,
> Johannes
>
As sim
[cut]
>
> Once the stick is attached, could you send us the output of 'fdisk -l'?
> I'm just guessing, but maybe it is possible to simply remove the 2MB
> second partition.
>
> Cheers,
>
> Johannes
Unfortunately that's not partition ... That's second device (sdb + sdc
in my case). Afaik there's no
Thanks for both suggestions.
Unfortunately it's not U3 drive, but USB disk pro something. I haven't
been able to find a way to remove it from my pendrive.
I will try to write an udev rule, however it will work only on my system ...
Regards,
Robert
--
To UNSUBSCRIBE, email to debian-user-requ...
Hi Debian Users,
I own an USB 2 GB stick. Unfortunately it is reported to system as two
separate devices:
[ 3151.418037] usb-storage: device found at 2
[ 3151.418041] usb-storage: waiting for device to settle before scanning
[ 3156.416261] usb-storage: device scan complete
[ 3156.417734] scsi 2:0:0
>
> Switch to using view (basically a read-only vim) :)
>
> /M
>
Thanks for the suggestion. Invoking vim would trigger reading whole
file to memory. I expected the same for view, but for 1,5GB it started
very fast.
However I don't see two things:
1. Automatic file update (when it's changed).
2. Eas
On Mon, Nov 24, 2008 at 2:51 PM, Raj Kiran Grandhi <[EMAIL PROTECTED]> wrote:
> Rob Gom wrote:
>>
>> Hi,
>> do you know any colored less version? I often browse logs (not Linux
>> system logs). I use less for that and it works fine. However it is
>> si
Hi,
do you know any colored less version? I often browse logs (not Linux
system logs). I use less for that and it works fine. However it is
single colored. I know that less has ANSI sequences support, but for
that I would have to change program output (which is not possible).
The only solution whic
>
> Noone want to accumulate junk in their system.
>
>> In other words - "_why does aptitude want to remove automatically
>> installed packages_"?
>
> If there is no other package using it, auto-installed packages are
> removed. Simple. You can change auto installed status with m/M.
>
> Osamu
>
[cut]
>>
> Aptitude tries to remove automatically installed packages. If you
> manually install them, aptitude won't try to do this. It's not a bug.
>
> --
> Eugene V. Lyubimkin aka JackYF
>
>
Thank you very much.
However I don't understand the answer. Why does aptitude want to
uninstall them? Are
Hello,
is this bug in aptitude when I try:
$ aptitude install a
[...]
b will be removed
$ aptitude install a b
[...]
b will be removed
[OK]
$ aptitude install b
[b is installed fine, the same with a]
So why does aptitude want to remove package b in the first place?
Real example:
# aptitude -t uns
Hi,
I have filed a bugreport against this issue - 495988. If you have any
comments, feel free to include them to that report.
Regards,
Robert
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Thank you very much for your answer.
I have checked debconf-utils output and it was indeed bitmap fonts set
to true. However, after unsetting it, look didn't change.
I have proceed further and tried to decompile java classes, but they
were so obfuscated, that I had to give up (I wanted to check whi
Hello dear list users,
as the problem with nvidia is gone, it's time to fight another issue.
>From time to time I play java games on various sites, mainly
http://www.kurnik.pl. For a long time there was no 64 bit java plugin,
so I used chrooted sun java plugin. But now I don't have to use it
anymor
Yes, 173.14 works!
Such a comfort...
The hardest part was to identify the issue and search for it. Another
was waiting for any solution ;-)
Regards,
Robert
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Thank you all.
I have finally identified the problem and found others reporting it:
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/181114 (and
other links mentioned there).
Thanks for the advice with drivers, I think I have earned "nvidia
linux installer" skill during past few years of m
[cut]
>
> I would suggest you try with just one of these set to a value other than
> zero. Something like:
> Standby: 0Suspend: 0Off: 1200
>
> and see if that works. That way you can eliminate which setting(s) is
> causing the problem.
>
> --
> Bob Cox. Stoke Gifford, near Bristol, UK.
On Tue, Aug 19, 2008 at 9:46 AM, Ron Johnson <[EMAIL PROTECTED]> wrote:
[cut]
>
> Maybe there's a bug in kscreensaver?
>
Unfortunately not ... When I lock my screen manually and press a key
in a few seconds, unlock message appears correctly. On the other hand,
when my screen goes blank and I do ctr
Hello,
I have:
- Debian SID (updated month ago or so)
- 2.6.25 x86_64 kernel on my laptop with NVidia card
- NVidia proprietary drivers, most probably 173.14.09-3 (I'm writing
this from another computer)
Kernel and nvidia are official Debian packages.
The problem:
when my screen goes blank, it can
55 matches
Mail list logo