Le 06/08/2016 à 16:18, Felix Miata a écrit :
Pascal Hambourg composed on 2016-08-06 12:01 (UTC+0200):
(location of GRUB's core image)
- or as a regular file in a filesystem appearing as
/boot/grub/i386-pc/core.img (or /boot/grub/core.img with older versions
of GRUB such as the one in Wheezy).
Hi Brian,
Below is the content of my greeter.gconf-defaults file.
Note here that the banner-message does not appear either but the disable-user
and disable-restart-buttons both work strangely enough.
[org/gnome/desktop/background]
picture-uri='file:///usr/share/images/desktop-base/bg-login.svg
On 2016-08-04 17:18, Emile Antonios wrote:
Hello,
I've noticed that over the last few weeks Icedove is crashing. I've
never had a problem with that before. It typically happens when
clicking on or deleting an email. I don't get any error, it just
closes.
I'm getting exactly the same experience,
I'm working on a program to make changes to a daemon's
configuration file. The man page helpfully warns against doing
that without immediately restarting it.
Do you think the following would work on any Debian system,
regardless of its current run level and choice of init system ?
1. run invoke-r
On Sun, 07 Aug 2016, Andre Majorel wrote:
> I'm working on a program to make changes to a daemon's
> configuration file. The man page helpfully warns against doing
> that without immediately restarting it.
>
> Do you think the following would work on any Debian system,
> regardless of its current
Hello,
Is there any way to see if a partition has been resized or shrunk? Any log, any
command, anything??
Thanks in advance
Andre Majorel writes:
> I'm working on a program to make changes to a daemon's
> configuration file. The man page helpfully warns against doing
> that without immediately restarting it.
>
> Do you think the following would work on any Debian system,
> regardless of its current run level and choice
Emile Antonios wrote on 08/04/2016 01:18 AM:
> I've noticed that over the last few weeks Icedove is crashing. I've
> never had a problem with that before. It typically happens when clicking
> on or deleting an email. I don't get any error, it just closes.
>
> I'm running Jessie KDE
>
> same as
On 2016-08-07 10:19 -0300, Henrique de Moraes Holschuh wrote:
> On Sun, 07 Aug 2016, Andre Majorel wrote:
>
> > 1. run invoke-rc.d daemon-package stop
> > 2. update config file
> > 3. run invoke-rc.d daemon-package start
>
> That works, but it doesn't take into account any socket activation or
> ot
Le 07/08/2016 à 14:43, Parsa Hassan Abadi a écrit :
Is there any way to see if a partition has been resized or shrunk? Any log, any
command, anything??
AFAIK there is no direct way.
The only idea which comes into my mind is to examine the contents (e.g.
filesystem) metadata of the partition.
On Sun, 07 Aug 2016, Andre Majorel wrote:
> On 2016-08-07 10:19 -0300, Henrique de Moraes Holschuh wrote:
> > On Sun, 07 Aug 2016, Andre Majorel wrote:
> > > 1. run invoke-rc.d daemon-package stop
> > > 2. update config file
> > > 3. run invoke-rc.d daemon-package start
> >
> > That works, but it d
On Sun, 07 Aug 2016, Ansgar Burchardt wrote:
> That might behave different than expected when current state of the
> daemon and the boot configuration differ: for example the sequence above
It shouldn't, unless invoke-rc.d is broken. The whole reason it exists
is exactly to account for boot state
On 08/04/2016 03:18 AM, Emile Antonios wrote:
> Hello,
>
> I've noticed that over the last few weeks Icedove is crashing. I've
> never had a problem with that before. It typically happens when clicking
> on or deleting an email. I don't get any error, it just closes.
>
> I'm running Jessie KDE
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 08/04/2016 03:18 AM, Emile Antonios wrote:
> Hello,
>
> I've noticed that over the last few weeks Icedove is crashing.
> I've never had a problem with that before. It typically happens
> when clicking on or deleting an email. I don't get any erro
On Sun 07 Aug 2016 at 10:26:55 +, ML mail wrote:
> Below is the content of my greeter.gconf-defaults file.
The file which comes with Jessie is named greeter.dconf-defaults. Its
contents are similar to yours. It looks like you have just deleted some
commented lines and renamed it.
> Note here
I'm still stuck with this problem after wasting another 5 hours on it
last night. I'm still getting the time out error message but, without
any useful debugging information, don't know where to start
troubleshooting. Further, it appears the systemd maintainers have
given up responding to bug report
Hi all, I can't find any similar issues on this list - I upgraded my system
tracking debian testing yesterday but it's been awhile given by the Xorg
changelog at http://lordcow.org/Xorg.changelog.txt and now X doesn't start.
I installed xserver-xorg-legacy and added needs_root_rights=yes to
/etc/X
Parsa Hassan Abadi composed on 2016-08-07 12:43 (UTC):
Is there any way to see if a partition has been resized or shrunk? Any log, any
command, anything??
A non-FOSS partitioner that logs its activity is DFSee. It's the only
partitioner used here, so logging is routine, and how I keep track o
On Sun 07 Aug 2016 at 03:32:00 +, Mark Fletcher wrote:
> In the end I got what I needed by using Lars' pointer of the iptables
> extensions. I copied the iptables systemd service unit from my LFS box to
> the machine in question, and then created a script in /etc/systemd/scripts
> that first s
Gareth de Vaux composed on 2016-08-07 13:12 (UTC-0400):
Hi all, I can't find any similar issues on this list - I upgraded my system
tracking debian testing yesterday but it's been awhile given by the Xorg
changelog at http://lordcow.org/Xorg.changelog.txt and now X doesn't start.
I installed
On 08/07/2016 01:12 PM, Gareth de Vaux wrote:
Hi all, I can't find any similar issues on this list - I upgraded my system
tracking debian testing yesterday but it's been awhile given by the Xorg
changelog at http://lordcow.org/Xorg.changelog.txt and now X doesn't start.
What did you upgrade fro
On Sun 07 Aug 2016 at 16:53:01 +0100, Brian wrote:
> and reboot.
Wasn't thinking. Rebooting is not necessary:
systemctl restart gdm.service
is probably better.
I forgot to mention: feedback would be appreciated. Inquiring minds and
prospective wiki writers might appreciate it
On Sun, Jul 10, 2016 at 03:32:12PM +0200, Linux-Fan wrote:
> [Sat, 9 Jul 2016 23:16:29 +0200] MI wrote:
> > > IMO: If you have a program that relies on files or directories
> > > in /tmp being persistent, then that program is buggy, not Debian.
> >
> > It's not a program. It's just me, mostly wh
Hi Matthias,
I had a similar problem with my repository in stretch testing/unstable
earlier this year. I had to change the reprepro (a repository manager)
configuration to explicitly sign the repository and the release file. The
key didn't need to be changed.
I've then searched for a way to make
It would depend on a lot things(details that you have not included), but
agreed, I don't know of a command or direct way, unless you have a
recent backup or copy of the partition tables, you could compare the
current sizes to.
To start with : What makes you think it may have been resized ?
What
On Sun 2016-08-07 (14:32), Felix Miata wrote:
> version, while your "2nd Generation Core" is newer. If I'm right about the
> identification, you needn't be trying to use the Intel driver, but instead
> should be able to use the server's integral modesetting driver.
You're right the internal driv
Le 5 août 2016 16:23, "Mark Fletcher" a écrit :
> On Fri, 5 Aug 2016 at 20:00, Lisi Reisz wrote:
>> Perhaps he wants to stop his children/grandchildren/house guests surfing
the
>> web at 3:00 am.
> Spot on, Lisi!
Hello,
If the computer is not supposed to be connected at all, then maybe:
sudo
On Mon, 8 Aug 2016 at 03:15, Brian wrote:
> On Sun 07 Aug 2016 at 03:32:00 +, Mark Fletcher wrote:
>
> > In the end I got what I needed by using Lars' pointer of the iptables
> > extensions. I copied the iptables systemd service unit from my LFS box to
> > the machine in question, and then cr
This was a simple matter of sound card settings. After upgrade, sound
is defaulting to a different port than before--"headphones" rather
than "line out". changing selection to "line out" enables sound.
However, the settings change does not survive rebooting. Silly, I
know. Just wanted to clean up
On Sat, Aug 06, 2016 at 11:37:00PM +0100, Lisi Reisz wrote:
> On Saturday 06 August 2016 23:23:22 Bob Holtzman wrote:
> > On Fri, Aug 05, 2016 at 12:24:43AM +0100, Lisi Reisz wrote:
> > > On Thursday 04 August 2016 20:48:41 afamilyofbetatesters hendersonpark
> wrote:
> > > > This may not even be p
On 2016-08-08 01:44, Ralph Katz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 08/04/2016 03:18 AM, Emile Antonios wrote:
Hello,
I've noticed that over the last few weeks Icedove is crashing.
I've never had a problem with that before. It typically happens
when clicking on or deletin
On 2016-08-07, p...@gatech.edu wrote:
>
>> On Fri, 5 Aug 2016 at 20:00, Lisi Reisz wrote:
>
>>> Perhaps he wants to stop his children/grandchildren/house guests surfing
> the
>>> web at 3:00 am.
>
>> Spot on, Lisi!
>
> Hello,
> If the computer is not supposed to be connected at all, then maybe:
>
32 matches
Mail list logo