Badr

Results 120 comments of Badr

any updates on the upcoming sections mentioned above ? thanks

Would be great to have :pray:

I'm aware of those issues. Fixes are coming this week or next week. Meanwhile check the open issues, you'll find the fixes there

For the DNS, you can fix it this way ``` # echo "nameserver 8.8.8.8" > /etc/resolv.conf # chattr +i /etc/resolv.conf ``` For the rootfs not expanding, can you share what...

I confirm the issue with the resize. if you reboot then it will work. ``` $ sudo systemctl status resizerootfs.service ``` I'll fix it in #103

For the mount issues, I can't reproduce the issue. the configfs is mount correctly ``` jetson@localhost:~$ mount /dev/mmcblk0p1 on / type ext4 (rw,relatime,data=ordered) proc on /proc type proc (rw,relatime) sysfs...

@miss85246 Try to install the package from master as it's up to date compared to the pypi version. ``` pip install git+https://github.com/bohea/sanic-limiter.git@master ```

I'm not sure if I'm the right person to do it honestly cause I don't know that much about gpu programming. I opened this issue cause I'm interested in this...