On Ma, 18 ian 22, 11:35:04, The Wanderer wrote:
>
> Looking at that example, I note that it starts with the variable name
> "currentDirHandle". I think it's intended, although not explicitly
> stated, that the directory path specified in that function call is
> *relative*; that would let the API b
On 2022-01-18, Jeremy Nicoll wrote:
>
> The problem is that a user would normally only expect a browser to
> save a file to the file-system in two cases:
>
> (a) when the user has explcicitly chosen to download something, and
>then chooses where to put it
>
> (b) when the browser is cacheing
On 2022-01-18 11:23:14 -0500, songbird wrote:
> Jeremy Nicoll wrote:
> > songbird wrote:
> ...
> >> but what i do is set where files are saved in a
> >> specific directory and leave it at that
> >
> > That works fine while you can be sure that a browser is only
> > saving downloaded files. What a
On Tue, 18 Jan 2022, at 16:35, The Wanderer wrote:
> So this could potentially be dangerous if the user chooses a directory
> location that's high enough in the directory tree to have important
> files already underneath it, but not if the user chooses e.g. a
> dedicated Downloads directory.
I'd
On Tue 18 Jan 2022 at 14:46:48 (+), Jeremy Nicoll wrote:
> On Tue, 18 Jan 2022, at 04:51, songbird wrote:
> > Jeremy Nicoll wrote:
> >> On Mon, 17 Jan 2022, at 05:19, songbird wrote:
> >>
> >>> you are right, but i just wanted to say that for some sites
> >>> the behavior is to generate a uni
Jeremy Nicoll wrote:
> songbird wrote:
...
>> but what i do is set where files are saved in a
>> specific directory and leave it at that
>
> That works fine while you can be sure that a browser is only
> saving downloaded files. What about when if can do anything
> it likes to any file/folder?
On 2022-01-17 at 15:55, Jeremy Nicoll wrote:
> On Mon, 17 Jan 2022, at 05:19, songbird wrote:
>
>> you are right, but i just wanted to say that for some sites the
>> behavior is to generate a unique file name if they find one that
>> already exists with the same name and for other sites it is not
On Tue, 18 Jan 2022, at 04:51, songbird wrote:
> Jeremy Nicoll wrote:
>> On Mon, 17 Jan 2022, at 05:19, songbird wrote:
>>
>>> you are right, but i just wanted to say that for some sites
>>> the behavior is to generate a unique file name if they find
>>> one that already exists with the same name
Jeremy Nicoll wrote:
> On Mon, 17 Jan 2022, at 05:19, songbird wrote:
>
>> you are right, but i just wanted to say that for some sites
>> the behavior is to generate a unique file name if they find
>> one that already exists with the same name and for other sites
>> it is not. i think this is de
On Mon, 17 Jan 2022, at 05:19, songbird wrote:
> you are right, but i just wanted to say that for some sites
> the behavior is to generate a unique file name if they find
> one that already exists with the same name and for other sites
> it is not. i think this is dependent upon the website des
Kamil Jońca wrote:
> songbird writes:
>
>> Kamil Jońca wrote:
>>>
>>> Recently I recognized strange behaviour during pdf download with
>>> firefox.
>>> 1. When I enter target name with colon - this colon is replaced with
>>> space.
>>
Greg Wooledge writes:
> On Sun, Jan 16, 2022 at 05:47:13PM +0100, Kamil Jońca wrote:
>> Recently I recognized strange behaviour during pdf download with
>> firefox.
>> 1. When I enter target name with colon - this colon is replaced with
>> space.
>
> Probably
On Sun, Jan 16, 2022 at 05:47:13PM +0100, Kamil Jońca wrote:
> Recently I recognized strange behaviour during pdf download with
> firefox.
> 1. When I enter target name with colon - this colon is replaced with
> space.
Probably because colons are not allowed in filenames on Microso
songbird writes:
> Kamil Jońca wrote:
>>
>> Recently I recognized strange behaviour during pdf download with
>> firefox.
>> 1. When I enter target name with colon - this colon is replaced with
>> space.
>
> no idea because i usually replace any s
Kamil Jońca wrote:
>
> Recently I recognized strange behaviour during pdf download with
> firefox.
> 1. When I enter target name with colon - this colon is replaced with
> space.
no idea because i usually replace any strange characters
in file names with underlines before savi
Recently I recognized strange behaviour during pdf download with
firefox.
1. When I enter target name with colon - this colon is replaced with
space.
2. When target file exists - firefox does not ask to replace it but
create file with number.
(for example: I have already file.pdf, then firefox
On Fri, 09 Jul 2021 22:14:23 +0300
Anssi Saari wrote:
> Joerg Kampmann writes:
>
> > Hello group I wanted to install ffmpeg under Debian 9 and got some
> > errormessages (in German):
>
> How about errormessages not in German? LANG=en_US.utf8 apt install
> ffmpeg?
>
> > ffmpeg : Hängt ab von
> 2. repair my situation - I cannot go to Debian 10 right now (I posted the
> reason somewhere here - mouse ist awfully slow and jumpy))
You might want to try `aptitude` instead of `apt`: it will try to offer
ways to fix the problem (by removing&upgrading&downgrading package).
The solutions it o
Heureka ...
I did an aptitude ... and got the following (and the quit!!! - but do I
know whether my system is ok???):
root@primergy:~/software-env# aptitude install ffmpeg
Warning: Invalid locale (please review locale settings, this might lead
to problems later):
locale::facet::_S_create_c
On Fri, Jul 09, 2021 at 11:13:47PM +0200, Joerg Kampmann wrote:
> Die folgenden Pakete haben unerfüllte Abhängigkeiten:
> libavcodec-dev : Hängt ab von: libavcodec58 (= 10:4.1.6-dmo1+deb10u1) soll
There we have it.
You have added a debian-multimedia (dmo) source intended to be used
with Debian 1
Am 09.07.21 um 22:47 schrieb Stefan Monnier:
2. repair my situation - I cannot go to Debian 10 right now (I posted the
reason somewhere here - mouse ist awfully slow and jumpy))
You might want to try `aptitude` instead of `apt`: it will try to offer
ways to fix the problem (by removing&upgr
Am 09.07.21 um 21:44 schrieb Greg Wooledge:
On Fri, Jul 09, 2021 at 09:36:00PM +0200, Kampmann wrote:
The following packages have unmet dependencies:
libavcodec58 : Depends: libavutil56 (>= 10:4.1.6) but it is not going to be
installed
Depends: libc6 (>= 2.27) but 2.24-11+de
On Fri 09 Jul 2021 at 15:40:21 -0400, Greg Wooledge wrote:
> On Fri, Jul 09, 2021 at 08:37:03PM +0100, Brian wrote:
> > On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote:
> >
> > > On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote:
> > > > Hello - I tried to install ffmpeg (a
On Fri, Jul 09, 2021 at 09:36:00PM +0200, Kampmann wrote:
> The following packages have unmet dependencies:
> libavcodec58 : Depends: libavutil56 (>= 10:4.1.6) but it is not going to be
> installed
> Depends: libc6 (>= 2.27) but 2.24-11+deb9u4 is to be
> installed
This is a really
Am 09.07.21 um 21:40 schrieb Greg Wooledge:
On Fri, Jul 09, 2021 at 08:37:03PM +0100, Brian wrote:
On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote:
On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote:
Hello - I tried to install ffmpeg (a normal Debian package) and got s
Am 09.07.21 um 21:37 schrieb Brian:
On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote:
On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote:
Hello - I tried to install ffmpeg (a normal Debian package) and got some
strange messages. the ffmpeg-group adviced me to go to a Deb
On Fri, Jul 09, 2021 at 08:37:03PM +0100, Brian wrote:
> On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote:
>
> > On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote:
> > > Hello - I tried to install ffmpeg (a normal Debian package) and got some
> > > strange messages. the ffmpe
On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote:
> On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote:
> > Hello - I tried to install ffmpeg (a normal Debian package) and got some
> > strange messages. the ffmpeg-group adviced me to go to a Debian group. I
> > hope I am corre
Ok, thanks - here we go :) :
(base) joerg@primergy:~$ su
Passwort:
root@primergy:/home/joerg# export LANG=en_US.utf8
root@primergy:/home/joerg# apt install ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This ma
Joerg Kampmann writes:
> Hello group I wanted to install ffmpeg under Debian 9 and got some
> errormessages (in German):
How about errormessages not in German? LANG=en_US.utf8 apt install ffmpeg?
> ffmpeg : Hängt ab von: libavcodec58 (>= 10:4.1.6) soll aber nicht
> installiert werden
https:
Am 09.07.21 um 21:04 schrieb Brian:
On Fri 09 Jul 2021 at 20:41:17 +0200, Joerg Kampmann wrote:
Hello - I tried to install ffmpeg (a normal Debian package) and got some
strange messages. the ffmpeg-group adviced me to go to a Debian group. I
hope I am correct here in this group.
You have kept
On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote:
> Hello - I tried to install ffmpeg (a normal Debian package) and got some
> strange messages. the ffmpeg-group adviced me to go to a Debian group. I
> hope I am correct here in this group.
>
> I am running Debian 9 on a Fujitsu TX 10
On Fri 09 Jul 2021 at 20:41:17 +0200, Joerg Kampmann wrote:
> Hello - I tried to install ffmpeg (a normal Debian package) and got some
> strange messages. the ffmpeg-group adviced me to go to a Debian group. I
> hope I am correct here in this group.
You have kept these "strange" meaages secret. H
Hello - I tried to install ffmpeg (a normal Debian package) and got some
strange messages. the ffmpeg-group adviced me to go to a Debian group. I
hope I am correct here in this group.
I am running Debian 9 on a Fujitsu TX 100 S1 computer ...
/base) joerg@primergy:~$ uname -a
Linux primergy 4.
Am Sonntag, 23. August 2020, 21:51:43 CEST schrieb Hans:
Answer myself. Looks, like the issue is gone. Weired, as it appeasrs for some
says and I have nothing changed.
However, looks at it is fixed, yeah! I will watch this either.
Thanks for all the help.
Best
Hans
signature.asc
Descriptio
>
> Hi Hans,
>
> if nobody answers to your question then you can try to ask in Debian's
> KDE mailing list - debian-...@lists.debian.org
>
> https://lists.debian.org/debian-kde/
>
> Kind regards
> Georgi
Hi Georgi,
thanks for the advice! I will wait a few days, and if no one answers, I will
On 8/23/20 9:24 PM, Hans wrote:
> Hi folks,
>
> in debian/testing I discovered a strange issue in plasma5. As I could not
> dicover the related module, please let me describe, what is happening:
>
> I am running plasma5 with 6 virtual screens. X is hardware accelerated (using
> proprietrary Nv
Hi folks,
in debian/testing I discovered a strange issue in plasma5. As I could not
dicover the related module, please let me describe, what is happening:
I am running plasma5 with 6 virtual screens. X is hardware accelerated (using
proprietrary Nvidia driver) and I activated some "compiz" edf
On Sat, 3 Aug 2019 11:37:51 -0500
David Wright wrote:
> On Sat 03 Aug 2019 at 09:05:52 (-0700), Patrick Bartek wrote:
> > On Sat, 03 Aug 2019 07:09:29 +0200 Sven Joachim wrote:
> > > On 2019-08-02 21:36 -0700, Patrick Bartek wrote:
> > >
> > > > Installed Buster (netinstall CD, LXDE desktop
On Sat 03 Aug 2019 at 09:05:52 (-0700), Patrick Bartek wrote:
> On Sat, 03 Aug 2019 07:09:29 +0200 Sven Joachim wrote:
> > On 2019-08-02 21:36 -0700, Patrick Bartek wrote:
> >
> > > Installed Buster (netinstall CD, LXDE desktop ONLY, system-utils) in
> > > Virtualbox 6.0 on Stretch (sysvinit as i
On Sat, 3 Aug 2019 08:03:32 +0300
Andrei POPESCU wrote:
> On Vi, 02 aug 19, 21:36:17, Patrick Bartek wrote:
> > Hi! All --
> >
> > Installed Buster (netinstall CD, LXDE desktop ONLY, system-utils) in
> > Virtualbox 6.0 on Stretch (sysvinit as init) host to test and evaluate.
> > Firefox-esr, of
On Sat, 03 Aug 2019 07:09:29 +0200
Sven Joachim wrote:
> On 2019-08-02 21:36 -0700, Patrick Bartek wrote:
>
> > Installed Buster (netinstall CD, LXDE desktop ONLY, system-utils) in
> > Virtualbox 6.0 on Stretch (sysvinit as init) host to test and evaluate.
> > Firefox-esr, of course, installed b
On 2019-08-02 21:36 -0700, Patrick Bartek wrote:
> Installed Buster (netinstall CD, LXDE desktop ONLY, system-utils) in
> Virtualbox 6.0 on Stretch (sysvinit as init) host to test and evaluate.
> Firefox-esr, of course, installed by default, but after installing
> Google Chrome didn't need it anym
On Vi, 02 aug 19, 21:36:17, Patrick Bartek wrote:
> Hi! All --
>
> Installed Buster (netinstall CD, LXDE desktop ONLY, system-utils) in
> Virtualbox 6.0 on Stretch (sysvinit as init) host to test and evaluate.
> Firefox-esr, of course, installed by default, but after installing
> Google Chrome did
Hi! All --
Installed Buster (netinstall CD, LXDE desktop ONLY, system-utils) in
Virtualbox 6.0 on Stretch (sysvinit as init) host to test and evaluate.
Firefox-esr, of course, installed by default, but after installing
Google Chrome didn't need it anymore, so . . . When I apt purge
firefox-esr, i
On 14.06.2019 17:41, Gary Dale wrote:
> On 2019-06-14 3:45 a.m., Curt wrote:
>> On 2019-06-14, john doe wrote:
>>> Not realy an answer, depending on what you need vnc for, one
>>> alternative
>>> would be to use Cygwin as an ssh server on the Windows boxes.
>>
>> He might try removing ~/.config/fr
On 2019-06-14 3:45 a.m., Curt wrote:
On 2019-06-14, john doe wrote:
Not realy an answer, depending on what you need vnc for, one alternative
would be to use Cygwin as an ssh server on the Windows boxes.
He might try removing ~/.config/freerdp/known_hosts (after backing it
up) or commenting ou
On 2019-06-14 1:49 a.m., john doe wrote:
On 6/14/2019 5:46 AM, Gary Dale wrote:
I recently had the unpleasant experience of "upgrading" a pair of
Windows 7/Pro computers to Windows 10/Pro - the 9 month old version, not
the latest install image. That's when I discovered the Windows 10
"feature" t
On 2019-06-14, john doe wrote:
>
> Not realy an answer, depending on what you need vnc for, one alternative
> would be to use Cygwin as an ssh server on the Windows boxes.
He might try removing ~/.config/freerdp/known_hosts (after backing it
up) or commenting out or deleting the offending host k
On 6/14/2019 5:46 AM, Gary Dale wrote:
> I recently had the unpleasant experience of "upgrading" a pair of
> Windows 7/Pro computers to Windows 10/Pro - the 9 month old version, not
> the latest install image. That's when I discovered the Windows 10
> "feature" that it doesn't allow VNC connections
I recently had the unpleasant experience of "upgrading" a pair of
Windows 7/Pro computers to Windows 10/Pro - the 9 month old version, not
the latest install image. That's when I discovered the Windows 10
"feature" that it doesn't allow VNC connections when the monitor is
turned off (or not att
On 14/07/17 11:44 PM, Gary Dale wrote:
My "server" is a bit of an antique. It's a Gigabyte MA790GP-UD4H with
a Phenom II 940 processor, an SSD and 4 2T drives in a RAID 6 array
plus 8G of DDR2 ram.
A while back I found it necessary to add a Vantec PCIe SATA 6Gbps card
with 2 internal SATA por
My "server" is a bit of an antique. It's a Gigabyte MA790GP-UD4H with a
Phenom II 940 processor, an SSD and 4 2T drives in a RAID 6 array plus
8G of DDR2 ram.
A while back I found it necessary to add a Vantec PCIe SATA 6Gbps card
with 2 internal SATA ports after ports 4 & 5 on the motherboard
Augusto Morais:
>
> When I open the gmail there is a hangouts feature but when I try to send a
> message to a friend the browser doesnt send(give me a failed message). This
> happens in all browsers: chrome, chromium, firefox and native google
> hangouts app. This same thing happens sometimes when
Hi.
I`m having a huge problem with the google-hangouts and other google
services (google drive/youtube too).
This problem happens on debian/ubuntu even on live/installed but not on my
Windows.
When I open the gmail there is a hangouts feature but when I try to send a
message to a friend the brow
Hi.
I`m having a huge problem with the google-hangouts and other google
services (google drive/youtube too).
This problem happens on debian/ubuntu even on live/installed but not on my
Windows.
When I open the gmail there is a hangouts feature but when I try to send a
message to a friend the brow
Hi,
I have kerberos authentication on my debian (through
lib_pamkrb5). Upon login (through kdm), my tickets are in
/tmp/krb5cc__ and KRB5CCNAME is setup accordingly (that's
the documented behaviour of libpam-krb5).
However, sometimes (but not always), when I unlock my kde session
(locked
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I posted this same message to the Trinity user list. There are four
bugs reported in the Trinity bug system which are relevant to some of
the problems I reported. I have a work around which I can live with
until these bugs are squashed and then see w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
1. I recently upgraded one of my three computers from Debian Lenny to
Squeeze with KDE-Trinity 3.5.13. (The other two computers still have
Lenny with KDE 3.5.10.)
2. The default view profile when Trinity Konqueror is loaded is “File
Management”. Tha
On Thu, 27 Jan 2011 17:43:37 +, Lisi wrote:
> On my main desktop running Lenny and KDE 3.5.10, I can open files in
> /proc with cat, vi or OOo. I can open them neither with KWord nor with
> KWrite, neither of which can even see them.
>
> Can anyone explain this??
Hum... maybe is some kind o
On Friday 28 January 2011 05:02:14 Dr. Ed Morbius wrote:
> on 00:56 Fri 28 Jan, Lisi (lisi.re...@gmail.com) wrote:
> > On Thursday 27 January 2011 19:41:06 Dr. Ed Morbius wrote:
> > > on 17:43 Thu 27 Jan, Lisi (lisi.re...@gmail.com) wrote:
> > > > On my main desktop running Lenny and KDE 3.5.10, I
on 00:56 Fri 28 Jan, Lisi (lisi.re...@gmail.com) wrote:
> On Thursday 27 January 2011 19:41:06 Dr. Ed Morbius wrote:
> > on 17:43 Thu 27 Jan, Lisi (lisi.re...@gmail.com) wrote:
> > > On my main desktop running Lenny and KDE 3.5.10, I can open files in
> > > /proc with cat, vi or OOo. I can open th
On Thursday 27 January 2011 19:41:06 Dr. Ed Morbius wrote:
> on 17:43 Thu 27 Jan, Lisi (lisi.re...@gmail.com) wrote:
> > On my main desktop running Lenny and KDE 3.5.10, I can open files in
> > /proc with cat, vi or OOo. I can open them neither with KWord nor with
> > KWrite, neither of which can
on 17:43 Thu 27 Jan, Lisi (lisi.re...@gmail.com) wrote:
> On my main desktop running Lenny and KDE 3.5.10, I can open files in /proc
> with cat, vi or OOo. I can open them neither with KWord nor with KWrite,
> neither of which can even see them.
>
> Can anyone explain this??
These are virtual
On my main desktop running Lenny and KDE 3.5.10, I can open files in /proc
with cat, vi or OOo. I can open them neither with KWord nor with KWrite,
neither of which can even see them.
Can anyone explain this??
Lisi
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a sub
On Wed, Sep 22, 2010 at 6:39 PM, Simon Brandmair wrote:
> On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote:
>>
>> I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default
>> runlevel), some startup scripts run tice when booting.
>>
>> I've made a t
On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote:
>
> I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default
> runlevel), some startup scripts run tice when booting.
>
> I've made a test script in /etc/init.d/echo.sh like:
[...]
>
> So, the script runs
On 22/09/10 20:26, polloxx wrote:
> On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson
> wrote:
>> On 22/09/10 17:35, polloxx wrote:
>>> Dear,
>>>
>>> I have a strange behaviour in Debian Lenny.
>>> In /etc/rc2.d (default runlevel), some startup script
On 22/09/10 20:26, polloxx wrote:
> On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson
> wrote:
>> On 22/09/10 17:35, polloxx wrote:
>>> Dear,
>>>
>>> I have a strange behaviour in Debian Lenny.
>>> In /etc/rc2.d (default runlevel), some startup script
On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson
wrote:
> On 22/09/10 17:35, polloxx wrote:
>> Dear,
>>
>> I have a strange behaviour in Debian Lenny.
>> In /etc/rc2.d (default runlevel), some startup scripts run tice when
>> booting.
>>
>> I'
On 22/09/10 17:35, polloxx wrote:
> Dear,
>
> I have a strange behaviour in Debian Lenny.
> In /etc/rc2.d (default runlevel), some startup scripts run tice when
> booting.
>
> I've made a test script in /etc/init.d/echo.sh like:
>
> #!/bin/bash
> ### BEGIN I
Dear,
I have a strange behaviour in Debian Lenny.
In /etc/rc2.d (default runlevel), some startup scripts run tice when
booting.
I've made a test script in /etc/init.d/echo.sh like:
#!/bin/bash
### BEGIN INIT INFO
# Provides:
# Required-Start:
# Required-Stop:
# Default-Start: 2
In a WebDAV repository (under dav_fs), cadaver or windows XP
integrated client both get garbage in directory listing when one file name
contains the '&' character. davfs2 has no problem. Did someone get
this error ?
--
Erwan
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.
On Wednesday 06 of May 2009 22:41:34 green wrote:
> komodo wrote at 2009-05-06 02:02 -0500:
> > On Sunday 03 of May 2009 04:31:57 green wrote:
> > > komodo wrote at 2009-05-02 13:01 -0600:
> > > > Everything works fine, but now, every 30min i hear that disk is
> > > > spined up, and after ten secon
komodo wrote at 2009-05-06 02:02 -0500:
> On Sunday 03 of May 2009 04:31:57 green wrote:
> > komodo wrote at 2009-05-02 13:01 -0600:
> > > Everything works fine, but now, every 30min i hear that disk is spined
> > > up, and after ten seconds is spinned down. So i thought that the problem
> > > is i
On Sunday 03 of May 2009 04:31:57 green wrote:
> komodo wrote at 2009-05-02 13:01 -0600:
> > Everything works fine, but now, every 30min i hear that disk is spined
> > up, and after ten seconds is spinned down. So i thought that the problem
> > is in the smartd, which check disks every 30min's, but
komodo wrote at 2009-05-02 13:01 -0600:
> Everything works fine, but now, every 30min i hear that disk is spined up,
> and
> after ten seconds is spinned down. So i thought that the problem is in the
> smartd, which check disks every 30min's, but it isn't, becase even if i run
>
> hdparm -C /de
Hi
I have noticed some strange behavioir on my system. After some upgrade, i
don't know exactly when, maybe one or two weeks ago, my drive which is in
sleep state wakes up everytime when some process access it.
To be clear, here is my config.
I have two HDDs, one is main disk where is the syste
I could solve the Problem by extending the udev rule. Now it works and
looks like:
KERNEL=="ttyUSB?*", ATTR{dev}=="188:*", ATTRS{serial}=="A2001nj4",
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001",
SYMLINK+="temp1"
Am Sonntag, den 29.03.2009, 22:47 +0200 schrieb Martin Nat
Hello,
I have problems with the assignment of symbolic links with udev. I am
using two usb-serial converter. I need them always on the same device.
So I am using udev rules (z61-sht-sensor.rules):
ATTRS{serial}=="A2001nj4", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403",
ATTRS{idProduct}=="6001",
On 26/01/09 21:36, Michal R. Hoffmann wrote:
A bit off-topic. Recently I noticed a strange behaviour of Iceweasel
while I'm using eBay. On some auctions it shows a warning message screen
instead of the auction:
---
Dear User:
Unfortunately, access to this particular listing or
A bit off-topic. Recently I noticed a strange behaviour of Iceweasel
while I'm using eBay. On some auctions it shows a warning message screen
instead of the auction:
---
Dear User:
Unfortunately, access to this particular listing or item has been
blocked due to a Paris comme
On Tuesday 16 Dec 2008, Daniel Burrows wrote:
> On Tue, Dec 16, 2008 at 09:18:17AM -0600, "Boyd Stephen Smith Jr."
was heard to say:
> > On Tuesday 2008 December 16 02:59:01 Alan Chandler wrote:
> > >Now, when I run aptitude interactively (over ssh from another
> > > machine), after it has gone o
On Tue, Dec 16, 2008 at 09:18:17AM -0600, "Boyd Stephen Smith Jr."
was heard to say:
> On Tuesday 2008 December 16 02:59:01 Alan Chandler wrote:
> >Now, when I run aptitude interactively (over ssh from another machine),
> >after it has gone off to perform some action - such as installing
> >upgra
On Tuesday 2008 December 16 02:59:01 Alan Chandler wrote:
>Now, when I run aptitude interactively (over ssh from another machine),
>after it has gone off to perform some action - such as installing
>upgrades to packages, when it completes, it redisplays the screen, but
>is not accepting any keyboar
I just upgraded my server from etch to lenny.
Now, when I run aptitude interactively (over ssh from another machine),
after it has gone off to perform some action - such as installing
upgrades to packages, when it completes, it redisplays the screen, but
is not accepting any keyboard commands.
Sven Joachim wrote:
> On 2008-07-18 19:18 +0200, Marko Randjelovic wrote:
>
>> main:~# apt-get source pidgin/etch-backports
>> Reading package lists... Done
>> Building dependency tree... Done
>> E: Unable to find a source package for pidgin/etch-backports
>> main:~# apt-get source pidgin=2.3.1
>>
On 2008-07-18 19:18 +0200, Marko Randjelovic wrote:
> main:~# apt-get source pidgin/etch-backports
> Reading package lists... Done
> Building dependency tree... Done
> E: Unable to find a source package for pidgin/etch-backports
> main:~# apt-get source pidgin=2.3.1
> Reading package lists... Done
Daniel Burrows wrote:
> On Fri, Jul 18, 2008 at 04:48:36PM +0200, Marko Randjelovic <[EMAIL
> PROTECTED]> was heard to say:
>> Thanks, Daniel, for this helpful information.
>>
>> I just discovered another similar paradox. I tried to get source package for
>> pidgin from backports.org. That reposi
On Fri, Jul 18, 2008 at 04:48:36PM +0200, Marko Randjelovic <[EMAIL PROTECTED]>
was heard to say:
> Thanks, Daniel, for this helpful information.
>
> I just discovered another similar paradox. I tried to get source package for
> pidgin from backports.org. That repository
> was explicitly pinned
Thanks, Daniel, for this helpful information.
I just discovered another similar paradox. I tried to get source package for
pidgin from backports.org. That repository
was explicitly pinned at 500 and testing at 290. But, look
main:~# apt-get source pidgin
Reading package lists... Done
Building de
On Thu, Jul 17, 2008 at 12:19:01AM +0200, Marko Randjelovic wrote:
> Marko Randjelovic wrote:
> >> It looks like apt have an idea backports.org has priority of 1 when there
> >> is no entry in preferences file. Why?
> >
> > Every other priorities are recognized correctly.
> >
> >
>
> Also, the
On Thu, Jul 17, 2008 at 10:23:25PM +0900, Osamu Aoki <[EMAIL PROTECTED]> was
heard to say:
> Daniel... problem is that this is not well documented in visible location.
> (I mean in manual page.)
>
> I filed bug report to apt package on apt_preferences. This NotAutomatic
> thing should be documen
Hi,
On Wed, Jul 16, 2008 at 09:09:31PM -0700, Daniel Burrows wrote:
> On Wed, Jul 16, 2008 at 11:21:59PM +0200, Marko Randjelovic <[EMAIL
> PROTECTED]> was heard to say:
> > main:~# apt-cache policy | grep -i backport
> >1 http://www.backports.org etch-backports/non-free Packages
> > rel
On Wed, Jul 16, 2008 at 11:21:59PM +0200, Marko Randjelovic <[EMAIL PROTECTED]>
was heard to say:
> main:~# apt-cache policy | grep -i backport
>1 http://www.backports.org etch-backports/non-free Packages
> release o=Backports.org archive,a=etch-backports,l=Backports.org
> archive,c=non-
Marko Randjelovic wrote:
>> It looks like apt have an idea backports.org has priority of 1 when there is
>> no entry in preferences file. Why?
>
> Every other priorities are recognized correctly.
>
>
Also, there is no mention of priority=1 in /etc/apt/preferences.
--
To UNSUBSCRIBE, email t
> It looks like apt have an idea backports.org has priority of 1 when there is
> no entry in preferences file. Why?
Every other priorities are recognized correctly.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
main:~# apt-cache policy | grep -i backport
1 http://www.backports.org etch-backports/non-free Packages
release o=Backports.org archive,a=etch-backports,l=Backports.org
archive,c=non-free
origin www.backports.org
1 http://www.backports.org etch-backports/contrib Packages
relea
On Wed,16.Jul.08, 00:03:45, Marko Randjelovic wrote:
> I use backports repo for Etch and when I put it to priority 500 (explicitely
> in /etc/apt/preferences), "apt-get
> dist-upgrade" says it wants to upgrade wine. If I don't say anything, it
> doesn't. Why is this happening, since default
> pri
I use backports repo for Etch and when I put it to priority 500 (explicitely in
/etc/apt/preferences), "apt-get
dist-upgrade" says it wants to upgrade wine. If I don't say anything, it
doesn't. Why is this happening, since default
priority should also be 500?
/etc/apt/sources.list :
---
1 - 100 of 196 matches
Mail list logo