Skip to content
#

kernel

Here are 1,863 public repositories matching this topic...

ricardoCyy
ricardoCyy commented Aug 12, 2019

”Awesome-HarmonyOS“关闭了我的issue(关于report这个repository的论点)[https://github.com/Awesome-HarmonyOS/HarmonyOS/issues/60#issue-479470666],删除了@weinierfei 的评论weinierfei (dragon)'s comment,并回复:

了解了你的观点,我会加上说明。

但1小时过去了”Awesome-HarmonyOS“仍然没有做出能够 完全消除人们误解 的改变,我想你可能正在”思考“,这里我为你列出几项以供参考。

  1. 第一也是最重要的,请 停止使用 现在这个 **
joestringer
joestringer commented Oct 8, 2019

With Cilium running on Microk8s:

$ sudo microk8s.cilium bpf template list
Error: failed to list template directory: open /var/run/cilium/state/templates: no such file or directory

It'd be good if we could somehow specify the path used for cilium state (in the microk8s case it's /var/snap/microk8s/current/var/run/cilium/) so that CLI tools like this could natively work in the ho

lesinigo
lesinigo commented Apr 8, 2018

When running the checker in an LXC container which is itself running inside a Xen Dom0, the script incorrectly thinks it is running inside a DomU.

The operating system is Ubuntu 16.04 LTS, fully updated, with its stock xen-hypervisor-4.6-amd64 and its linux-image-generic-hwe-16.04; current versions of the two are Xen 4.6.5-0ubuntu1.4 and Linux 4.13.0-38.43~16.04.1, checker version is report

dvyukov
dvyukov commented Dec 19, 2019

We have a number of timeouts hardcoded though out the codebase, most of them were tuned for Linux/amd64/KVM (fast native execution). However, we have a number of contexts where timings can be significantly different, e.g. running in qemu with emulation makes everything 10x slower, or other OSes may need a different per-syscall/program timeout (we can't simply increase them as they significantly af

ptiger10
ptiger10 commented Jun 3, 2019

Coming from a Python-in-Jupyter background, I notice that Tab works as you would expect (reveals all available methods/attributes), but Shift+Tab (signature hinting) does not. I could not find documentation on this. Is Shift+Tab not supported, or is my setup is incorrect?

Example:

type Foo struct {
    name string
    description string
}
func (f Foo) Qux(s string) string {
   
winfsp
hasse69
hasse69 commented Oct 12, 2019

Bug Report

The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.

$ mkfifo foobar

$ ls -l foobar*
-rwx------ 1 Hasse None 130 Oct 12 14:46 foobar.lnk*

The same happens if create is not implemented which forces a call to mknod instead.
Possi

andre-richter
andre-richter commented Mar 9, 2019
  • To the JTAG fritzing wiring image, add a red dot indicating the LED on the Olimex HW for easier orientation
  • OpenOCD spews lots of errors while debugging. Check if they are harmless or can be fixed.
  • CPSR in GDB seems to show wrong EL. Maybe other fields as well?
  • Build GDB from source in the Docker container to be more bleeding edge regarding Rust support?
  • The rea
alexlipa91
alexlipa91 commented Sep 27, 2019

Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for each kernel: is this an authentication against the livy server?
Is there a way to specify the address of the server?
Also, is it possible to customize the location of the config.json file?

Thanks!

Improve this page

Add a description, image, and links to the kernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kernel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.