search for: harder

Displaying 20 results from an estimated 5352 matches for "harder".

2018 Oct 01
2
[supermin PATCH] rpm: support openSUSE Leap 15
openSUSE Leap 15 has "opensuse-leap" as ID in os-release, so add it both in the detection code of the RPM handler, and in test-harder.sh. --- src/ph_rpm.ml | 2 +- tests/test-harder.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml index b0a5eb2..3caa38e 100644 --- a/src/ph_rpm.ml +++ b/src/ph_rpm.ml @@ -40,7 +40,7 @@ let fedora_detect () = let opensuse_detect () =...
2014 Mar 15
4
[supermin 1/2] chroot: Fix corner case introduced with dpkg-divert support
--- src/chroot.ml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/chroot.ml b/src/chroot.ml index b5c1e53..9e522d9 100644 --- a/src/chroot.ml +++ b/src/chroot.ml @@ -26,7 +26,9 @@ let build_chroot debug files outputdir = List.iter ( fun file -> try - let path = file.ft_source_path in + let path = if file_exists file.ft_source_path +
2019 Jun 19
2
Instable graphics with GeForce GT 730M, especially on external monitor
2019 Jun 19
2
Instable graphics with GeForce GT 730M, especially on external monitor
2019 Jun 21
1
Instable graphics with GeForce GT 730M, especially on external monitor
2014 May 02
5
[PATCH 1/3] build: fix srcdir!=builddir builds
Fix the build system to support a build directory different than the source directory: - fix the include path to gnulib - properly depend on and use files in the source directory - fix the ocaml dependency calculation, making sure it picks the files from all the places --- src/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Makefile.am
2016 Aug 31
0
[PATCH] tests: use /etc/os-release in test-harder
Check the ID in /etc/os-release before checking the other release files, so it's possible to handle distros without them. Also, make sure it is skipped if the value read from os-release is not handled when getting the list of packages. --- tests/test-harder.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/test-harder.sh b/tests/test-harder.sh index ea5dfc8..7e1b8df 100755 --- a/tests/test-harder.sh +++ b/tests/test-harder.sh @@ -25,7 +25,14 @@ set -e # NOTE: This test will only work if the $pkgs listed below...
2019 Jun 19
0
Instable graphics with GeForce GT 730M, especially on external monitor
...h via Xwayland, which is not the connector names. Let's try something else... grep . /sys/class/drm/card*-*/status Should give you the status of each connector. Is it the DP-* ones that are connected, or are e.g. VGA-1 or DVI-D-1/etc connected? -ilia On Wed, Jun 19, 2019 at 2:03 AM Harald Harders <harald.harders at gmx.de> wrote: > > When the monitor is connected via DVI, the xrandr output is as follows: > > harders at lose:~> xrandr > Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 8192 x 8192 > XWAYLAND0 connected 1920x1080+1920+0 (normal left inverte...
2019 Jun 19
0
Instable graphics with GeForce GT 730M, especially on external monitor
2018 Oct 02
1
[supermin PATCH] rpm: generalize openSUSE support
...that all the newer versions of openSUSE have an 'opensuse-' prefix in their distro ID; hence, check for that prefix at once, keeping compatibility for the old "opensuse" ID. Followup of commit 0668b2d64abef0724219480a3d7fc16b8dd1e68f. --- src/ph_rpm.ml | 3 ++- tests/test-harder.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml index 3caa38e..46b7f1f 100644 --- a/src/ph_rpm.ml +++ b/src/ph_rpm.ml @@ -40,7 +40,8 @@ let fedora_detect () = let opensuse_detect () = Config.rpm <> "no" && Config.rp...
2019 Jun 18
2
Instable graphics with GeForce GT 730M, especially on external monitor
2008 Apr 06
1
[Bug 15374] New: Selecting team in pinch-hitter became much harder
http://bugs.freedesktop.org/show_bug.cgi?id=15374 Summary: Selecting team in pinch-hitter became much harder Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://www.break.com/games/pinch-hitter.html OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library As...
2012 Jan 25
3
[PATCH] Btrfs: Check for NULL page in extent_range_uptodate
...tart_i; i < num_pages; i++) { page = extent_buffer_page(eb, i); wait_on_page_locked(page); if (!PageUptodate(page)) ret = -EIO; } This patch leaves the issue with the locked page yet to be resolved. Signed-off-by: Mitch Harder <mitch.harder@sabayonlinux.org> --- fs/btrfs/extent_io.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 9d09a4f..fcf77e1 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -3909,6 +3909,8 @@ int extent_...
2009 Mar 06
2
question about MeetMe performance.
hello, I will do a server to do a lots of conferences (MeetMe). I want to know that if I dont use a digum card, the limit of simultaneous calls is harder without a card than with a card ?if, yes, how harder is the limit? thank you Cordialement, BERGANZ Fran?ois P Pensez ? l'Environnement, n'imprimez ce mail que si n?cessaire. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium....
2020 Jan 21
2
Security implications of using ControlMaster
...ing session multiplexing is at most a speedbump that an > attacker will cross with relative ease. Speedbumps make sense sometimes, An attacker getting root on the jumphost gets immediate control of any _current_ persistent connections and new connections. Without ControlMaster it's a _lot_ harder to take control of current connections, but pretty easy to subvert new connections. So there is a benefit... but a small one. > but they must be weighed against their inconvenience. This is pretty much true of all security controls :-) -- rgds Stephen
2016 Jan 06
0
[klibc:master] dash: mkbuiltins: Fix sort order harder
....git;a=commit;h=5125a8b74971fc22fdc74cfc9dc8e04a4f5c0e4b Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Wed, 6 Jan 2016 01:20:02 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:50:50 -0800 [klibc] dash: mkbuiltins: Fix sort order harder LC_COLLATE can be overriden by LC_ALL, so set LC_ALL instead when running sort. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> --- usr/dash/mkbuiltins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/us...
2019 Jan 25
0
[klibc:update-dash] Revert " dash: mkbuiltins: Fix sort order harder"
...h=3c92107fcc57634d918ec844213a0b9267cac0cf Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 25 Jan 2019 01:34:43 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 Revert "[klibc] dash: mkbuiltins: Fix sort order harder" This reverts commit 5125a8b74971fc22fdc74cfc9dc8e04a4f5c0e4b. The problem that it solves was fixed differently upstream. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/mkbuiltins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/dash/mkbuilt...
2020 Mar 28
0
[klibc:update-dash] Revert " dash: mkbuiltins: Fix sort order harder"
...h=67295677e7f4b89f55c484b44735728ea610edf4 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 25 Jan 2019 01:34:43 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 20:29:44 +0000 Revert "[klibc] dash: mkbuiltins: Fix sort order harder" This reverts commit 5125a8b74971fc22fdc74cfc9dc8e04a4f5c0e4b. The problem that it solves was fixed differently upstream. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/README.dash | 1 - usr/dash/mkbuiltins | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)...
2018 Oct 01
0
Re: [supermin PATCH] rpm: support openSUSE Leap 15
On Mon, Oct 01, 2018 at 01:44:51PM +0200, Pino Toscano wrote: > openSUSE Leap 15 has "opensuse-leap" as ID in os-release, so add it both > in the detection code of the RPM handler, and in test-harder.sh. > --- > src/ph_rpm.ml | 2 +- > tests/test-harder.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml > index b0a5eb2..3caa38e 100644 > --- a/src/ph_rpm.ml > +++ b/src/ph_rpm.ml > @@ -40,7 +40,7 @@ l...
2011 Feb 22
0
Work hard, Play harder at 2011 Nightclub & Bar Convention in
...king on behalf of the Nightclub & Bar 2011 Convention and Trade Show to get the word out about America?s biggest and most important bar, nightclub and beverage event of the year! I hope it?s ok I?m posting this? Now in its 26th year, NCB is hitting Las Vegas March 7-9, 2011. Work hard and play harder with more than 28,000 industry professionals for networking, education and some serious fun! You?re guaranteed the best in nightlife and networking with NCB?s legendary parties at Las Vegas' premier nightclubs, bars and restaurants ? including our huge and free Welcome Kick-Off Party at Caesars...