Sponsored Content
Full Discussion: Dear Debian-Developers
The Lounge What is on Your Mind? Dear Debian-Developers Post 302946036 by Peasant on Saturday 6th of June 2015 12:05:50 AM
Old 06-06-2015
Simple programs like gedit or evince should not freeze, no matter which distribution you are using.

I'm using debian for 4 years now, i haven't noticed anything like that.
Even using systemd now (since jessie) with advanced multiseat configuration (2 keyboards, 2 mice, APU and GPU, 1 PC).

What is your hardware configuration ?
You might consider install a firmware-linux-nonfree package, if your hardware is on this list :
https://packages.debian.org/jessie/f...-linux-nonfree

If you did all of the above, including a memtest, please offer a strace if you can when process freezes. For instance strace gedit and simulate a freeze if you can.

Hope that helps
Regards
Peasant.
 

We Also Found This Discussion For You

1. Debian

Sandboxes for developers

hi guys, I need to create a sandbox environment on my Debian based LAMP server for PHP/MySql development. Anyone who could point me in the right direction or share their insight? (1 Reply)
Discussion started by: ziggy911
1 Replies
FSFREEZE(8)						      System Manager's Manual						       FSFREEZE(8)

NAME
fsfreeze - suspend access to an filesystem (Linux Ext3/4, ReiserFS, JFS, XFS). SYNOPSIS
fsfreeze -f mountpoint fsfreeze -u mountpoint DESCRIPTION
fsfreeze suspends and resumes access to an filesystem fsfreeze halts new access to the filesystem and creates a stable image on disk. fsfreeze is intended to be used with hardware RAID devices that support the creation of snapshots. fsfreeze is unnecessary for device-mapper devices. The device-mapper (and LVM) automatically freezes filesystem on the device when a snap- shot creation is requested. For more details see the dmsetup(8) man page. The mount-point argument is the pathname of the directory where the filesystem is mounted. The filesystem must be mounted to be frozen (see mount(8)). OPTIONS
-h, --help Print help and exit. -f, --freeze This option requests the specified a filesystem to be frozen from new modifications. When this is selected, all ongoing transac- tions in the filesystem are allowed to complete, new write system calls are halted, other calls which modify the filesystem are halted, and all dirty data, metadata, and log information are written to disk. Any process attempting to write to the frozen filesystem will block waiting for the filesystem to be unfrozen. Note that even after freezing, the on-disk filesystem can contain information on files that are still in the process of unlinking. These files will not be unlinked until the filesystem is unfrozen or a clean mount of the snapshot is complete. -u, --unfreeze This option is used to un-freeze the filesystem and allow operations to continue. Any filesystem modifications that were blocked by the freeze are unblocked and allowed to complete. AUTHOR
Written by Hajime Taira. NOTES
This man page based on xfs_freeze. One of -f or -u must be supplied to fsfreeze. SEE ALSO
mount(8) AVAILABILITY
The fsfreeze command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. May 2010 FSFREEZE(8)
All times are GMT -4. The time now is 09:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy